summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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
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
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
2024-05-18tools/afcclient: Update get/put options in help messageGravatar tomriddly1-2/+2
2024-05-18tools/afcclient: get/put operations use '-f' to allow overwrite, '-r' to allo...Gravatar tomriddly1-41/+142
2024-05-18tools/afcclient: Allow put directory to deviceGravatar tomriddly1-84/+211
2024-05-18tools/afcclient: Allow get folder from device to local.Gravatar tomriddly1-86/+164
2024-03-27tools: Fix memory leak in idevicedevmodectlGravatar Nikias Bassen1-0/+1
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
2023-10-07automake: Reorder CFLAGS to fix build issues and use correct SSL library flag...Gravatar Nikias Bassen1-2/+3
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
2022-05-23idevicesyslog: Update to reflect color macro name change in libimobiledevice-...Gravatar Nikias Bassen1-12/+12
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
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
2022-05-05idevicebtlogger: add --format option for 'pcap' and 'packetlogger'Gravatar Matthias Ringwald1-13/+93
2022-05-05idevicebtlogger: Minor cleanupGravatar Geoffrey Kruse1-0/+18
2022-05-05idevicebtlogger: Simplify by using bt_packet_logger_client_start_service()Gravatar Geoffrey Kruse1-33/+2
2022-05-05idevicebtlogger: Switch to using DLT_BLUETOOTH_HCI_H4_WITH_PHDR (201) and cap...Gravatar Geoffrey Kruse1-3/+20
2022-05-05idevicebtlogger: Remove debug printing codeGravatar Geoffrey Kruse1-8/+0
2022-05-05idevicebtlogger: Cleanup warnings, todos and magic numbersGravatar Geoffrey Kruse1-12/+4