summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Allow OpenSSL >= 1.1.0 to use older/disallowed TLS versionsAuthor: Frederik Carlier2020-06-131-1/+5
* lockdown: Remove unused includesNikias Bassen2020-06-101-9/+0
* configure: Update libplist and libusbmuxd version dependenciesNikias Bassen2020-06-081-2/+2
* Remove whitespace errors from all filesMartin Szulecki2020-06-083-3/+7
* Unfold automake variables into multiple lines for maintainabilityMartin Szulecki2020-06-081-29/+48
* idevice: Add fix for potential SSL_write timeout error caseNikias Bassen2020-06-081-3/+3
* Rename "compproxy" names to "companion_proxy" in all related codeMartin Szulecki2020-06-082-92/+92
* Fix filename typo in comments of companion_proxy service implementationMartin Szulecki2020-06-082-2/+2
* idevice: Revert not copying scope id for IPv6 addresses from usbmuxd againMartin Szulecki2020-06-061-2/+2
* idevice: Slightly improve connectivity logic and fix IPv6 for network devicesMartin Szulecki2020-06-061-6/+8
* idevice: Add some newlines for better code readabilityMartin Szulecki2020-06-061-0/+7
* idevice: Fix compiler warning about switch case fallthroughMartin Szulecki2020-06-041-1/+1
* idevice: [OpenSSL] Handle non-blocking SSL_writeNikias Bassen2020-05-211-0/+13
* afc: Reduce packet segmentation and unnecessary malloc/freeNikias Bassen2020-05-192-97/+188
* idevice_connection_send: Make sure send works with non-blocking socketsNikias Bassen2020-05-181-1/+17
* Add support for com.apple.companion_proxyNikias Bassen2020-05-183-0/+416
* Use direct socket connection for network devicesNikias Bassen2020-05-181-7/+76
* idevice: [OpenSSL] Fix SSL_read with non-blocking socketsNikias Bassen2020-05-171-1/+10
* idevice: [OpenSSL] Make sure SSL handshake works with non-blocking socketNikias Bassen2020-05-151-8/+18
* diagnostics_relay: Don't use reserved words as function argumentsNikias Bassen2020-05-031-6/+6
* syslog_relay: Add new function syslog_relay_start_capture_rawNikias Bassen2020-04-271-2/+37
* afc: Remove unused client struct members from afc.c tooNikias Bassen2020-04-131-2/+0
* afc: Remove unused members from internal afc client structNikias Bassen2020-04-131-2/+0
* debugserver: Fix argv encodingShane Garrett2020-02-201-2/+2
* debugserver: Fix whitespace errorNikias Bassen2020-02-201-1/+1
* debugserver: Proxy SERVICE_E_TIMEOUT into DEBUGSERVER_E_TIMEOUTDemyan Kimitsa2020-02-201-0/+2
* introduces optional `idevice_connection_disable_ssl` with ability not to send...Demyan Kimitsa2020-02-203-15/+30
* Increase timeout for service receive methodsNikias Bassen2020-02-172-2/+2
* win32: Define minimum windows version and use static libgccNikias Bassen2020-01-051-1/+1
* Define ETIMEDOUT if requiredNikias Bassen2020-01-051-0/+4
* Make sure all source files include config.hNikias Bassen2020-01-0514-1/+46