summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [clang-tidy] idevicebackup: Fix bad floating point castRosen Penev2022-04-221-3/+2
* [clang-tidy] use const pointer parameterRosen Penev2022-04-223-3/+3
* [clang-tidy] idevicebackup2: use uppercase numeric literalsRosen Penev2022-04-221-1/+1
* Fix a few inconsistent declarationsNikias Bassen2022-04-222-9/+6
* idevice: Fix mistreatment of 0-byte sent casesLi Beinan2022-04-221-1/+4
* idevicebackup2: Allow passing backup password via environment variableNikias Bassen2022-04-222-7/+53
* Suppress some doxygen warnings by removing obsolete entries from config fileNikias Bassen2022-04-121-52/+2
* Add property_list_client_get_service_client() and service_get_connection() fu...Nikias Bassen2022-04-124-4/+40
* Documentation fixesNikias Bassen2022-04-1226-86/+177
* Updated README with pkg-config requirementNikias Bassen2022-04-041-1/+2
* 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
* include: Update endianness.h with changes from limd-glueNikias Bassen2022-04-011-2/+2
* idevice: Fix debug message showing function name twiceNikias Bassen2022-03-291-1/+1
* idevicedebug: Use getopt for option parsingNikias Bassen2022-03-291-67/+89
* idevicedebug: Use log_debug instead of debug_infoNikias Bassen2022-03-291-1/+1
* Remove buggy and redundant debug outputBen Wagner2022-03-291-2/+0
* Handle connection failures in debugserver_client_receive_response; also simpl...Ben Wagner2022-03-291-92/+85
* Reset receive params before killingBen Wagner2022-03-291-0/+5
* FormatBen Wagner2022-03-293-31/+43
* More fixesBen Wagner2022-03-291-4/+8
* Handle abortBen Wagner2022-03-291-1/+9
* Fix compileBen Wagner2022-03-292-2/+2
* Add timeout and interrupt handling to debugserver. Fix debugserver_client_han...Ben Wagner2022-03-294-70/+74
* 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
* debugserver: Check return value of asprintf to eliminate compiler warningsBaodong Chen2022-03-291-6/+14
* idevicecrashreport: Allow filtering crash reports by filenameVyacheslav Frolov2022-03-292-3/+21
* 3rd_party/libsrp6a: Add windows.h because Windows is weirdNikias Bassen2022-03-291-0/+1
* idevicedebugserverproxy: Allow binding to any available portElias Naur2022-03-292-9/+20
* idevicedate: win32: Use %#d instead of %e for strftime format stringNikias Bassen2022-03-291-0/+4
* reverse_proxy: Add asprintf.h include to make sure vasprintf is available on ...Nikias Bassen2022-03-292-0/+3
* reverse_proxy: Make sure ECONNRESET and ETIMEDOUT are definedNikias Bassen2022-03-291-1/+7
* idevice: win32: Add winsock2.h include for struct sockaddr_storageNikias Bassen2022-03-291-4/+5
* idevice: Make sure ECONNREFUSED is definedNikias Bassen2022-03-291-0/+4
* common: Make sure ETIMEDOUT is definedNikias 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
* idevicedebug: Gracefully fail on invalid bundle IDsGreg Dennis2022-03-291-1/+7
* tools: Correct misspelled directionary -> dictionary in function nameNikias Bassen2022-03-291-2/+2
* afc: Some minor code polishingNikias Bassen2022-03-251-24/+25
* [github-actions] Use windows-2019 instead of windows-latest for nowNikias Bassen2022-03-011-1/+1
* diagnostics_relay: Check for errors after sending requests to service connection怯花颜2022-03-011-0/+9
* [github-actions] Windows: Prevent -dirty suffix in version string by disablin...Nikias Bassen2022-02-102-0/+2
* autoconf: Automatically derive version number from latest git tagNikias Bassen2022-02-103-3/+32
* Add support for wireless pairingNikias Bassen2022-02-0950-13/+11148
* companion_proxy: Fix invalid argument passed to plist_dict_mergeNikias Bassen2022-02-091-1/+1