summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* tools: Fix entering recovery mode on iOS 14.5+ which now requires a pairingNikias Bassen2021-03-051-8/+20
* Remove redundent `select` call from idevicedebugserverproxy.cNisarg Jhaveri2021-02-171-9/+2
* tools: Flip order of winsock2.h and windows.h in idevicedebugserverproxy to g...Nikias Bassen2021-02-031-1/+1
* tools: Fix delays in idevicedebugserverproxy when using SSLNikias Bassen2021-02-031-23/+23
* tools: Fix idevicedebugserverproxy compilation on WindowsNikias Bassen2021-02-031-0/+5
* tools: Improve idevicedebugserverproxy with select() and less threadsNikias Bassen2021-02-011-135/+61
* common: Merge socket changes from libusbmuxdNikias Bassen2020-12-301-1/+1
* idevicescreenshot: Remove unnecessary math functions to find a unique filenameNikias Bassen2020-12-131-15/+23
* idevicescreenshot: Choose a better filename, prevent overwriting existing filesGreg Dennis2020-12-101-18/+57
* idevicedebug: Add --detach option to start an app and exit idevicedebug witho...Jan Peter Stotz2020-12-101-0/+16
* idevicebackup2: Handle DLMessagePurgeDiskSpace by sending back error codeNikias Bassen2020-12-071-0/+5
* idevicebackup2: Update errno to device error mappingNikias Bassen2020-11-191-1/+14
* idevicebackup2: Don't fail on restore when source backup doesn't have any app...Nikias Bassen2020-09-291-2/+4
* idevicesyslog: Print device UDID with connect/disconnect messageNikias Bassen2020-06-191-2/+2
* idevicesyslog: Make sure device event callback respects the presence or absen...Nikias Bassen2020-06-191-0/+5
* Add API version to library and pkgconfig file for proper linkingNikias Bassen2020-06-141-18/+18
* ideviceinfo: Fix compiler warningNikias Bassen2020-06-081-1/+1
* Remove whitespace errors from all filesMartin Szulecki2020-06-081-1/+1
* idevicepair: Plug some memory leaks and fix option parsingNikias Bassen2020-06-081-48/+39
* Unfold automake variables into multiple lines for maintainabilityMartin Szulecki2020-06-081-6/+39
* tools: Avoid copying optarg where possibleNikias Bassen2020-06-074-32/+16
* idevice_id: Fix lowercase typo in device list connection type labelMartin Szulecki2020-06-071-1/+1
* idevice_id: Change WiFi -> network to be more consistentNikias Bassen2020-06-051-1/+1
* idevice_id: Update usage and man page, and list all devices when run without ...Nikias Bassen2020-06-051-5/+7
* tools: Unify --network command line switch and add it where missingNikias Bassen2020-06-0517-94/+159
* tools: Add --version command line switchNikias Bassen2020-06-0518-75/+198
* Use defined exit codes for return codes in idevicediagnosticsMartin Szulecki2020-06-041-5/+5
* Add ERROR prefix to error messages in idevicediagnostics toolMartin Szulecki2020-06-041-12/+13
* Unify usage output in all tools and add bugreport URLMartin Szulecki2020-06-0418-103/+172
* idevicesyslog: Add some more process names to quiet filter listNikias Bassen2020-05-281-1/+1
* idevicesyslog: Add command line switch --no-colors to disable colored outputNikias Bassen2020-05-281-1/+7
* idevicesyslog: Add more process names to quiet filter listNikias Bassen2020-05-231-1/+1
* Fix whitespace error in idevicesyslog.cNikias Bassen2020-05-181-1/+1
* idevicesyslog: [win32] Fix color outputNikias Bassen2020-05-181-0/+42
* idevicesyslog: Fix color code escape sequences printing null-byteNikias Bassen2020-05-151-1/+1
* idevicesyslog: Add color support and filtering optionsNikias Bassen2020-04-271-7/+499
* idevicesyslog: Add command line switch to exit when device disconnectsNikias Bassen2020-04-151-1/+11
* idevicedate: Fix -Wformat=2 warningRosen Penev2020-04-121-13/+4
* Add idevicesetlocation toolNikias Bassen2020-03-302-1/+188
* idevicedebug: Rename name-colliding debug_info() to log_debug()Nikias Bassen2020-02-201-23/+26
* idevicesyslog: Make sure CTRL+C works when waiting for passcode entryNikias Bassen2020-02-091-1/+1
* tools: Fix ideviceinfo -s optionNikias Bassen2019-11-201-1/+2
* debugserver: Return size of the returned bufferNikias Bassen2019-11-201-10/+10
* tools: Allow idevicesyslog to connect to network devicesNikias Bassen2019-11-081-44/+55
* tools: Allow ideviceinfo to connect to network devicesNikias Bassen2019-11-081-66/+88
* tools: Small fixes for idevice_idNikias Bassen2019-11-081-23/+13
* tools: Update idevice_id with new API to allow listing available network devicesNikias Bassen2019-11-071-43/+75
* idevicebackup2: Remove RestoreApplications.plist if restore failedNikias Bassen2019-09-301-1/+7
* idevicebackup2: Only print device reboot message if restore was successfulNikias Bassen2019-09-301-3/+3
* tools: Ignore SIGPIPE wherever possibleNikias Bassen2019-09-2811-0/+68