summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* service: Silence compiler warning when configured without --enable-debugNikias Bassen2022-02-041-1/+1
* tools: Print meaningful error messages when service startup failsNikias Bassen2022-02-049-22/+36
* tools/idevicebackup2: Make sure RemoveItemsNotRestored is always set in resto...Nikias Bassen2022-02-041-3/+2
* tools: Add two more domains to ideviceinfo to prevent unnecessary warningNikias Bassen2022-02-011-0/+2
* Add Reverse Proxy implementationNikias Bassen2021-11-246-0/+1072
* idevice: Add IDEVICE_E_CONNREFUSED and have idevice_connect() return meaningf...Nikias Bassen2021-10-122-2/+18
* configure: Revert accidentally committed change with git-version-genNikias Bassen2021-09-211-1/+1
* [github-actions] Add an explicit apt-get update before attempting to install ...Nikias Bassen2021-09-212-1/+2
* [github-actions] macOS: build for arm64 tooNikias Bassen2021-09-131-0/+10
* Check availability of constructor attribute and use it on Windows in favor of...Nikias Bassen2021-09-132-10/+36
* pkgconfig: Fix libimobiledevice-glue dependency in .pc fileNikias Bassen2021-09-061-1/+1
* Add build status badge to README.mdNikias Bassen2021-09-061-0/+2
* [github-actions] Build with --enable-debug for all platformsNikias Bassen2021-09-061-2/+2
* [github-actions] Add build workflowNikias Bassen2021-09-061-0/+214
* tools: Fix 'DSO missing from command line' when linking idevicepair on LinuxNikias Bassen2021-09-041-1/+1
* Updated pkg-config file with libimobiledevice-glue dependencyNikias Bassen2021-09-011-1/+1
* Remove common code in favor of new libimobiledevice-glueNikias Bassen2021-09-0132-2181/+71