summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* tools/idevicebackup2: Move some declarations to the start of main functionNikias Bassen2021-07-301-6/+7
* tools: idevicebackup2: Exit on service startup failure and improve error mess...Nikias Bassen2021-07-301-6/+14
* idevice: Reset receive length variable in internal_ssl_read retry loop and fi...Nikias Bassen2021-07-301-1/+2
* lockdown: Replace udid and mux_id members from client struct with idevice_t r...Nikias Bassen2021-07-292-26/+19
* lockdown: Get DeviceClass to make sure OS version dependent code is executed ...Nikias Bassen2021-07-293-1/+34
* Handle error cases in relevant code when retrieving pair record failsNikias Bassen2021-07-292-11/+43
* common: Return proper error codes from userpref_read_pair_recordNikias Bassen2021-07-292-18/+24
* Update deprecated autoconf macros and update m4 filesNikias Bassen2021-07-273-116/+153
* afc: Suppress compiler warning when compiling without --enable-debugNikias Bassen2021-07-271-2/+1
* Add support for MbedTLSNikias Bassen2021-07-279-202/+626
* idevice: Remove unnecessary memcpy from internal_ssl_read()Nikias Bassen2021-07-261-29/+15
* idevice: Route OpenSSL reads/writes through internal_connection_*Kabir Oberai2021-07-262-42/+66
* idevice: Make sure to handle timeout condition for network connections tooNikias Bassen2021-07-251-9/+11
* README: Fix typoNikias Bassen2021-06-301-1/+1
* installation_proxy: Ignore non-status messages instead of terminating loopSimon Søndergaard2021-06-221-6/+3
* mobilesync: Set DeviceLink version to 400 to support iOS 14b4+Nikias Bassen2021-06-021-1/+1
* tools/idevicecrashreport: Fix illegal filenames on Windowszecops-team2021-05-251-0/+8
* common: Add missing *_LIBS and *_CFLAGS to fix buildNikias Bassen2021-04-131-0/+5
* tools: Fix usage of LDFLAGS and LDADD.orbea2021-04-061-20/+20
* 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-172-11/+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
* debugserver: Return success when a receive timed out but actualy bytes have b...Nikias Bassen2021-02-011-1/+1