summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* lockdownd: Fix memory leaks in error conditionsSami Kortelainen2022-05-021-0/+3
* [clang-tidy] Do not use else after returnRosen Penev2022-04-309-94/+93
* [clang-tidy] Fix bugprone string compareRosen Penev2022-04-226-9/+9
* [clang-tidy] add parentheses to macrosRosen Penev2022-04-223-6/+6
* [clang-tidy] use const pointer parameterRosen Penev2022-04-221-1/+1
* Fix a few inconsistent declarationsNikias Bassen2022-04-221-7/+4
* idevice: Fix mistreatment of 0-byte sent casesLi Beinan2022-04-221-1/+4
* Add property_list_client_get_service_client() and service_get_connection() fu...Nikias Bassen2022-04-122-0/+14
* idevice: Fix debug message showing function name twiceNikias 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
* FormatBen Wagner2022-03-291-6/+7
* Fix compileBen Wagner2022-03-291-1/+1
* Add timeout and interrupt handling to debugserver. Fix debugserver_client_han...Ben Wagner2022-03-292-3/+24
* debugserver: Check return value of asprintf to eliminate compiler warningsBaodong Chen2022-03-291-6/+14
* reverse_proxy: Add asprintf.h include to make sure vasprintf is available on ...Nikias Bassen2022-03-291-0/+1
* 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
* afc: Some minor code polishingNikias Bassen2022-03-251-24/+25
* diagnostics_relay: Check for errors after sending requests to service connection怯花颜2022-03-011-0/+9
* Add support for wireless pairingNikias Bassen2022-02-095-3/+1219
* 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-041-2/+2
* Add Reverse Proxy implementationNikias Bassen2021-11-243-0/+850
* idevice: Add IDEVICE_E_CONNREFUSED and have idevice_connect() return meaningf...Nikias Bassen2021-10-121-2/+17
* Check availability of constructor attribute and use it on Windows in favor of...Nikias Bassen2021-09-131-10/+18
* pkgconfig: Fix libimobiledevice-glue dependency in .pc fileNikias Bassen2021-09-061-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-0113-13/+16
* 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
* afc: Suppress compiler warning when compiling without --enable-debugNikias Bassen2021-07-271-2/+1
* Add support for MbedTLSNikias Bassen2021-07-273-37/+188
* 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
* 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
* debugserver: Return success when a receive timed out but actualy bytes have b...Nikias Bassen2021-02-011-1/+1
* idevice: Allow partial reads in idevice_connection_receive_timeout() and hand...Nikias Bassen2021-02-011-6/+9
* idevice: Handle -EAGAIN in case usbmuxd_send() returns itNikias Bassen2020-11-191-1/+4
* debugserver: Fix service startup for iOS 14b4+Nikias Bassen2020-09-102-3/+13
* screenshotr: Set DeviceLink version to 400 to support iOS 14b4+Nikias Bassen2020-08-101-1/+1
* mobilebackup2: Set DeviceLink version to 400 to support iOS 14b4+Nikias Bassen2020-08-071-1/+1
* idevice: Fix build with LibreSSLNikias Bassen2020-08-061-1/+1
* Add API version to library and pkgconfig file for proper linkingNikias Bassen2020-06-142-7/+7