summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Updated to use latest libplist API changesNikias Bassen2023-04-217-59/+31
* idevicebackup2: Fix missing break in switch case statementNikias Bassen2022-12-101-0/+1
* tools/ideviceimagemounter: Notify user of missing Developer Mode on iOS 16+Nikias Bassen2022-12-101-0/+14
* tools: Add idevicedevmodectl toolNikias Bassen2022-12-102-0/+457
* idevicedebugserverproxy: Add support for 'qLaunchGDBServer' command of lldbRuipu Ma2022-07-031-2/+31
* tools: Fix idevicebackup2 option parsing for --password optionNikias Bassen2022-06-091-1/+1
* idevicesyslog: Update to reflect color macro name change in libimobiledevice-...Nikias Bassen2022-05-231-12/+12
* idevicebackup2: Fix option parsingNikias Bassen2022-05-101-0/+1
* Add new idevice_events_subscribe/unsubscribe API with contextNikias Bassen2022-05-092-4/+6
* idevicebtlogger: Fix typo in man page and code commentNikias Bassen2022-05-051-1/+1
* idevicebtlogger: Some whitespace/coding style fixesNikias Bassen2022-05-051-27/+29
* idevicebtlogger: remove dependency on libpcapMatthias Ringwald2022-05-052-79/+106
* idevicebtlogger: add --format option for 'pcap' and 'packetlogger'Matthias Ringwald2022-05-051-13/+93
* idevicebtlogger: Minor cleanupGeoffrey Kruse2022-05-051-0/+18
* idevicebtlogger: Simplify by using bt_packet_logger_client_start_service()Geoffrey Kruse2022-05-051-33/+2
* idevicebtlogger: Switch to using DLT_BLUETOOTH_HCI_H4_WITH_PHDR (201) and cap...Geoffrey Kruse2022-05-051-3/+20
* idevicebtlogger: Remove debug printing codeGeoffrey Kruse2022-05-051-8/+0
* idevicebtlogger: Cleanup warnings, todos and magic numbersGeoffrey Kruse2022-05-051-12/+4
* Initial commit of working packet logger (idevicebtlogger)Geoffrey Kruse2022-05-052-0/+366
* ideviceinfo: Make sure all error messages go to stderrNikias Bassen2022-05-021-2/+2
* idevicebackup2: Fix command line option parsing not processing the backup dir...Nikias Bassen2022-05-011-2/+0
* [clang-tidy] Do not use else after returnRosen Penev2022-04-305-33/+40
* tools: Use getopt for option parsing in all toolsNikias Bassen2022-04-3018-1079/+1180
* idevicedebug: Fix bad comparison between pointer and integerNikias Bassen2022-04-241-8/+8
* [clang-tidy] Fix bugprone string compareRosen Penev2022-04-223-11/+11
* [clang-tidy] add parentheses to macrosRosen Penev2022-04-221-1/+1
* [clang-tidy] idevicebackup: Fix bad floating point castRosen Penev2022-04-221-3/+2
* [clang-tidy] use const pointer parameterRosen Penev2022-04-222-2/+2
* [clang-tidy] idevicebackup2: use uppercase numeric literalsRosen Penev2022-04-221-1/+1
* idevicebackup2: Allow passing backup password via environment variableNikias Bassen2022-04-221-4/+38
* idevicedebug: Add 'kill' command to kill a (debuggable) app by bundle IDNikias Bassen2022-04-021-2/+25
* idevicedebug: Improve code readability and fix kill on stopNikias Bassen2022-04-021-190/+200
* idevicedebug: Use getopt for option parsingNikias Bassen2022-03-291-67/+89
* idevicedebug: Use log_debug instead of debug_infoNikias Bassen2022-03-291-1/+1
* Reset receive params before killingBen Wagner2022-03-291-0/+5
* FormatBen Wagner2022-03-291-22/+28
* More fixesBen Wagner2022-03-291-4/+8
* Handle abortBen Wagner2022-03-291-1/+9
* Fix compileBen Wagner2022-03-291-1/+1
* Add timeout and interrupt handling to debugserver. Fix debugserver_client_han...Ben Wagner2022-03-291-66/+34
* Fix exit status logicBen Wagner2022-03-291-8/+4
* implement as documentedBen Wagner2022-03-291-17/+18
* fix zero statusBen Wagner2022-03-291-12/+14
* idevicedebug: Process "Wxx" response as "exited with code xx"Ben Wagner2022-03-291-1/+1
* idevicedebug: Process "Wxx" response as "exited with code xx"Ben Wagner2022-03-291-12/+32
* idevicecrashreport: Allow filtering crash reports by filenameVyacheslav Frolov2022-03-291-3/+18
* idevicedebugserverproxy: Allow binding to any available portElias Naur2022-03-291-8/+18
* idevicedate: win32: Use %#d instead of %e for strftime format stringNikias Bassen2022-03-291-0/+4
* idevicedebug: Terminate QSetLogging commandShane Garrett2022-03-291-1/+1
* idevicedebug: Only decode response if not OK, otherwise it may cause a buffer...Greg Dennis2022-03-291-1/+3