summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Define the flags for the diagnostics_relay_* methods in a diagnostics_relay_a...Frederik Carlier2019-12-161-3/+3
* debugserver: Return size of the returned bufferNikias Bassen2019-11-201-9/+10
* debugserver: Improved memory handling in debugserver_client_send_command() an...Nikias Bassen2019-11-131-23/+24
* Add new function lockdown_strerror() to get a readable description of a lockd...Nikias Bassen2019-11-081-62/+84
* Add new idevice_get_device_list_extended() allowing to list all devices, incl...Nikias Bassen2019-11-071-0/+56
* Add propert support for network (WiFi) devices via new idevice_new_with_optio...Nikias Bassen2019-11-072-27/+73
* property_list_service: Consider a successful 0 byte read a timeout rather tha...Nikias Bassen2019-10-291-0/+5
* idevice: properly handle partial SSL writesNikias Bassen2019-09-291-8/+15
* idevice: fix hang in SSL_shutdownMikkel Kamstrup Erlandsen2019-09-281-1/+7
* mobile_image_mounter: Better error handling (e.g. when device is locked)Nikias Bassen2019-09-271-36/+41
* Make sure to handle timeout errors in device link service and all depending s...Nikias Bassen2019-09-278-56/+81
* restore: Update error codes and properly convert underlying property_list_ser...Nikias Bassen2019-09-251-26/+26
* idevice: Fix handling SSL/TLS version selection for OpenSSL 1.1.0+ and for ol...Nikias Bassen2019-09-053-14/+24
* preboard: Remove development notes from preboard.c and add info to public headerNikias Bassen2019-08-291-63/+0
* Add preboardservice_v2 implementationNikias Bassen2019-08-283-0/+353
* idevice: [win32] Move windows.h include after socket.h to prevent 'must inclu...Nikias Bassen2019-08-181-4/+4
* Force use of TLSv1 for backwards compatibility with older iOS versionsNikias Bassen2019-08-181-1/+13
* installation_proxy: Terminate worker thread before freeing property list serv...Nikias Bassen2019-07-191-1/+2
* syslog_relay: Terminate worker thread before freeing service client to preven...Nikias Bassen2019-07-191-8/+1
* OpenSSL: Use SSL_pending() to determine if we want a select() before SSL_read()Nikias Bassen2019-07-191-11/+16
* replace all occurrences of occured by occurredYves-Alexis Perez2019-06-236-9/+9