summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2025-06-07idevicebackup2: Use new idevice_get_device_version helperGravatar Nikias Bassen1-21/+3
2025-06-07idevicesetlocation: Return positive values from main()Gravatar Nikias Bassen1-6/+6
2025-06-07idevicesetlocation: Print proper lockdown error message when connection failsGravatar Fidetro1-4/+8
2025-02-28tool/afcclient: Fix local file name error on pulling folder from deviceGravatar tomriddly1-1/+1
Signed-off-by: tomriddly <tomriddly@qq.com>
2025-02-28tools/afcclient: Fix missing last letter of file name when put/get to/from '/'Gravatar tomriddly1-5/+5
Signed-off-by: tomriddly <tomriddly@qq.com>
2025-01-23tools: Fix usage output for ideviceimagemounterGravatar Nikias Bassen1-1/+1
2025-01-22tools: Fix afclient compilation by adding libimobiledevice-glue dependencyGravatar Nikias Bassen1-2/+2
2025-01-06tools/idevicebackup2: Fix free disk space calculationGravatar Nikias Bassen1-1/+1
2024-11-29tools: Fix build due to missing sys/stat.hGravatar Nikias Bassen4-0/+4
2024-11-29Fix attempts to detect Windows using _WIN32Gravatar Duncan Ogilvie19-64/+64
2024-11-15tools: Add --insecure option to idevicenotificationproxy toolGravatar Nikias Bassen1-5/+17
2024-10-27tools: Some Makefile fine-tuningGravatar Nikias Bassen1-3/+3
2024-10-25idevicecrashreport: Allow removing crash logs without copying.Gravatar Nikias Bassen1-9/+27
Can also be used with `-f` to only remove matching files.
2024-09-16tools: Add detection and note about passcode requirement for iOS 16.1Gravatar Nikias Bassen1-1/+18
2024-08-07tools: Fix typo in Makefile.am regarding idevicebtlogger_CFLAGSGravatar Nikias Bassen1-1/+1
2024-07-01tools: Fix heap buffer overflow in ideviceimagemounterGravatar Nikias Bassen1-2/+5
2024-06-27tools/afcclient: Add missing time.h header.Gravatar Nikias Bassen1-0/+1
Thanks @neheb for pointing this out.
2024-06-27Add support for iOS 17+ Personalized Developer Disk image mountingGravatar Nikias Bassen2-51/+351
2024-06-27Update libimobiledevice-glue dependency to 1.3.0 and use its SHA1 implementationGravatar Nikias Bassen1-106/+23
2024-05-20tools/afcclient: Add missing argument count check for `get` commandGravatar Nikias Bassen1-0/+3
2024-05-18tools/afcclient: Fix build for WindowsGravatar Nikias Bassen1-1/+10
2024-05-18tools/afcclient: Prevent too much blank lines from recursive putGravatar tomriddly1-1/+0
Signed-off-by: tomriddly <tomriddly@qq.com>
2024-05-18tools/afcclient: Update get/put options in help messageGravatar tomriddly1-2/+2
Signed-off-by: tomriddly <tomriddly@qq.com>
2024-05-18tools/afcclient: get/put operations use '-f' to allow overwrite, '-r' to ↵Gravatar tomriddly1-41/+142
allow recursive Signed-off-by: tomriddly <tomriddly@qq.com>
2024-05-18tools/afcclient: Allow put directory to deviceGravatar tomriddly1-84/+211
Signed-off-by: tomriddly <tomriddly@qq.com>
2024-05-18tools/afcclient: Allow get folder from device to local.Gravatar tomriddly1-86/+164
Signed-off-by: tomriddly <tomriddly@qq.com>
2024-03-27tools: Fix memory leak in idevicedevmodectlGravatar Nikias Bassen1-0/+1
Thanks to @Fidetro for reporting the issue.
2024-02-01tools/afcclient: Allow removing non-empty directories with -rGravatar Nikias Bassen1-32/+84
2024-02-01tools/afcclient: Print human readable description of AFC error code on errorGravatar Nikias Bassen1-11/+11
2024-01-11tools/idevicedevmodectl: Fix action success check and device reboot detectionGravatar Nikias Bassen1-17/+25
2023-12-30tools: Add afcclient utilityGravatar Nikias Bassen2-1/+1305
2023-12-22idevicesyslog: Allow writing output to a file with command line optionGravatar Nikias Bassen1-2/+28
2023-12-16idevicedevmodectl: Include unistd.h for usleep()Gravatar Khem Raj1-0/+1
clang16 flags the missing header Fixes ../../git/tools/idevicedevmodectl.c:363:2: error: call to undeclared function 'usleep'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-07automake: Reorder CFLAGS to fix build issues and use correct SSL library ↵Gravatar Nikias Bassen1-2/+3
flags across Makefiles
2023-07-05tools/idevicecrashreport: Silence compiler warningGravatar Nikias Bassen1-1/+1
2023-07-05Updated OpenSSL-specific code to use OpenSSL 3.0+ APIGravatar Nikias Bassen1-0/+18
2023-06-29tools/idevicedebug: Add missing default case for switch statementGravatar Nikias Bassen1-0/+5
2023-06-29tools/idevicedevmodectl: Add missing includeGravatar Nikias Bassen1-0/+1
2023-04-21Updated to use latest libplist API changesGravatar Nikias Bassen7-59/+31
2022-12-10idevicebackup2: Fix missing break in switch case statementGravatar Nikias Bassen1-0/+1
2022-12-10tools/ideviceimagemounter: Notify user of missing Developer Mode on iOS 16+Gravatar Nikias Bassen1-0/+14
2022-12-10tools: Add idevicedevmodectl toolGravatar Nikias Bassen2-0/+457
2022-07-03idevicedebugserverproxy: Add support for 'qLaunchGDBServer' command of lldbGravatar Ruipu Ma1-2/+31
2022-06-09tools: Fix idevicebackup2 option parsing for --password optionGravatar Nikias Bassen1-1/+1
Thanks @EmilienCourt for pointing this out!
2022-05-23idevicesyslog: Update to reflect color macro name change in ↵Gravatar Nikias Bassen1-12/+12
libimobiledevice-glue
2022-05-10idevicebackup2: Fix option parsingGravatar Nikias Bassen1-0/+1
2022-05-09Add new idevice_events_subscribe/unsubscribe API with contextGravatar Nikias Bassen2-4/+6
The older API idevice_event_subscribe/unsubscribe can only be used by a single instance. With the addition of a context, is is now possible to register multiple callback functions in different threads. For backwards compatibility the old API will still be available for a while before being removed in a future release.
2022-05-05idevicebtlogger: Fix typo in man page and code commentGravatar Nikias Bassen1-1/+1
2022-05-05idevicebtlogger: Some whitespace/coding style fixesGravatar Nikias Bassen1-27/+29
2022-05-05idevicebtlogger: remove dependency on libpcapGravatar Matthias Ringwald2-79/+106