summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git-version-gen: Prevent multiple lines of outputHEADmasterNikias Bassen2023-04-301-0/+1
* Updated to use latest libplist API changesNikias Bassen2023-04-2110-62/+34
* installation_proxy: Handle BundleIDs in instproxy_client_options_addNikias Bassen2023-03-231-1/+1
* 3rd_party: Prevent installation of internal headersNikias Bassen2023-03-011-3/+2
* reverse_proxy: Fix use-after-freeNikias Bassen2023-02-211-1/+2
* idevice: Use more reliable version check macro for OpenSSL 3 specific thingsNikias Bassen2023-01-111-1/+1
* idevice: Fix connections to <= iOS 5 devices with OpenSSL 3Nikias Bassen2023-01-111-1/+10
* idevice: Simplify TLS version selection code for older devicesNikias Bassen2023-01-111-6/+4
* idevicebackup2: Fix missing break in switch case statementNikias Bassen2022-12-101-0/+1
* [github-actions] Fix build workflow for Linux/ubuntuNikias Bassen2022-12-101-1/+1
* tools/ideviceimagemounter: Notify user of missing Developer Mode on iOS 16+Nikias Bassen2022-12-101-0/+14
* tools: Add idevicedevmodectl toolNikias Bassen2022-12-104-0/+516
* lockdown: Fix error parsing for older iOS versionsNikias Bassen2022-10-041-35/+19
* mobilebackup: Fix version check to allow operability with really old iOS vers...Nikias Bassen2022-10-041-2/+18
* restore: Remove incorrect invocation of free() in restored_get_valueNikias Bassen2022-09-141-1/+1
* Fix iOS SDK buildKabir Oberai2022-09-041-1/+2
* Support OpenSSL built without OPENSSL_ENGINEKabir Oberai2022-09-042-3/+4
* Allow using limd as a submoduleKabir Oberai2022-09-041-1/+1
* [github-actions] Add a scheduled build every 1st of the month so we always ha...Nikias Bassen2022-08-241-1/+4
* idevicedebugserverproxy: Add support for 'qLaunchGDBServer' command of lldbRuipu Ma2022-07-032-2/+34
* idevice: Fix OpenSSL 3.0 internal error on read timeoutRuipu Ma2022-07-031-0/+12
* tools: Fix idevicebackup2 option parsing for --password optionNikias Bassen2022-06-091-1/+1
* Remove lockdown.h include from lockdown.hNikias Bassen2022-05-311-1/+0
* 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
* idevice: Restore original behavior for idevice_event_unsubscribe()Nikias Bassen2022-05-101-0/+1
* instproxy: Use synchronous mode when callbacks are NULL, as documentedMarc Prud'hommeaux2022-05-091-6/+6
* Add new idevice_events_subscribe/unsubscribe API with contextNikias Bassen2022-05-094-16/+89
* idevicebtlogger: Fix typo in man page and code commentNikias Bassen2022-05-052-2/+3
* 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-052-14/+106
* idevicebtlogger: update for libimobiledevice-glueMatthias Ringwald2022-05-051-1/+1
* Updated README.md with idevicebtloggerGeoffrey Kruse2022-05-051-0/+1
* idevicebtlogger: Add basic man pageGeoffrey Kruse2022-05-052-0/+48
* idevicebtlogger: Minor cleanupGeoffrey Kruse2022-05-054-9/+28
* 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-054-46/+27
* Initial commit of working packet logger (idevicebtlogger)Geoffrey Kruse2022-05-056-1/+801
* idevice: Fix sign issue in idevice_get_device_list_extendedСемён Марьясин2022-05-021-1/+1
* ideviceinfo: Make sure all error messages go to stderrNikias Bassen2022-05-021-2/+2
* lockdownd: Fix memory leaks in error conditionsSami Kortelainen2022-05-021-0/+3
* 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-3014-127/+133
* tools: Use getopt for option parsing in all toolsNikias Bassen2022-04-3020-1081/+1182
* idevicedebug: Fix bad comparison between pointer and integerNikias Bassen2022-04-241-8/+8
* [clang-tidy] Fix bugprone string compareRosen Penev2022-04-229-20/+20
* [clang-tidy] add parentheses to macrosRosen Penev2022-04-225-8/+8