summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2020-12-10include: Fix typo in installation_proxy.hGravatar Nikias Bassen1-6/+6
Thanks to @timgates42 for spotting this.
2020-09-10debugserver: Fix service startup for iOS 14b4+Gravatar Nikias Bassen2-0/+2
2020-06-10Fix inconsistent declaration of function parameter in another public headerGravatar Nikias Bassen1-2/+2
2020-06-10Fix inconsistent declarations of function parameters in public headersGravatar Nikias Bassen2-5/+5
2020-06-08Unfold automake variables into multiple lines for maintainabilityGravatar Martin Szulecki1-26/+29
2020-06-08Rename "compproxy" names to "companion_proxy" in all related codeGravatar Martin Szulecki1-76/+76
This now matches how other services are named as we try to use the lockdownd provided name or otherwise a more readable one even if it is longer.
2020-05-18Add companion_proxy.h to public headersGravatar Nikias Bassen1-0/+1
2020-05-18Add support for com.apple.companion_proxyGravatar Nikias Bassen1-0/+208
2020-05-03diagnostics_relay: Don't use reserved words as function argumentsGravatar Nikias Bassen1-1/+1
2020-04-27syslog_relay: Add new function syslog_relay_start_capture_rawGravatar Nikias Bassen1-1/+23
to allow access to the unprocessed raw data
2020-02-20debugserver: Proxy SERVICE_E_TIMEOUT into DEBUGSERVER_E_TIMEOUTGravatar Demyan Kimitsa1-0/+1
This allows proper handling the timeout case in debugserver_client_receive_with_timeout
2020-02-20introduces optional `idevice_connection_disable_ssl` with ability not to ↵Gravatar Demyan Kimitsa2-0/+25
send SSL shutdown message. As in debugserver this message will be considered as GDB server communication and break things
2019-12-16Define the flags for the diagnostics_relay_* methods in a ↵Gravatar Frederik Carlier1-5/+7
diagnostics_relay_action_t enum
2019-11-20debugserver: Return size of the returned bufferGravatar Nikias Bassen1-2/+4
2019-11-08Add new function lockdown_strerror() to get a readable description of a ↵Gravatar Nikias Bassen1-0/+9
lockdownd_error_t
2019-11-07Add new idevice_get_device_list_extended() allowing to list all devices, ↵Gravatar Nikias Bassen1-4/+28
including network Instead of just returning a list of UDIDs (like idevice_get_device_list) this function will return idevice_info_t* records which also contains the type of the connection and the connection data.
2019-11-07Add propert support for network (WiFi) devices via new ↵Gravatar Nikias Bassen1-5/+51
idevice_new_with_options()
2019-09-27mobile_image_mounter: Better error handling (e.g. when device is locked)Gravatar Nikias Bassen1-0/+1
2019-09-27Make sure to handle timeout errors in device link service and all depending ↵Gravatar Nikias Bassen4-28/+36
services
2019-09-25restore: Update error codes and properly convert underlying ↵Gravatar Nikias Bassen1-7/+4
property_list_service errors
2019-08-29preboard: Remove development notes from preboard.c and add info to public headerGravatar Nikias Bassen1-0/+17
2019-08-28Add preboardservice_v2 implementationGravatar Nikias Bassen2-0/+169
2019-06-23replace all occurrences of occured by occurredGravatar Yves-Alexis Perez7-24/+24
Do it in all comments and errors messages
2019-06-16syslog_relay: Fix timeout issue introduced with recent libusbmuxd commit ↵Gravatar Nikias Bassen1-5/+7
ca245709
2019-06-16service: Fix typo SERIVCE_E_NOT_ENOUGH_DATA to SERVICE_E_NOT_ENOUGH_DATAGravatar Nikias Bassen1-3/+3
2019-06-13Timeout support for SSL connections and better timeout handeling.Gravatar DanyL5-16/+31
2018-09-29idevice: Add usbmux device id (handle/mux id) to internal data structureGravatar Nikias Bassen1-1/+1
2017-12-07mobileactivation: Allow passing activation response headers as required for ↵Gravatar Nikias Bassen1-3/+5
iOS 11.2+ When activating in session mode - which is required for newer iOS versions - we can now pass the activation response headers with the activation command. For iOS 11.2+ this is mandatory or the activation will fail.
2017-07-03mobileactivation: Add new functions required for drmHandshake / session mode ↵Gravatar Nikias Bassen1-1/+46
device activation
2017-06-29Add basic mobileactivation service implementationGravatar Nikias Bassen2-0/+145
2017-04-08Define htobe16 if not definedGravatar BALATON Zoltan1-0/+4
2017-04-08Added IDEVICE_DEVICE_PAIRED event constant matching the correspondingGravatar BALATON Zoltan1-1/+2
event number in libusbmuxd
2017-04-08Propagate lower level errors to callers instead of returning unknownGravatar BALATON Zoltan1-1/+1
error for most failures
2016-12-01misagent: Add new misagent_copy_all() function (introduced in iOS 9.3)Gravatar Nikias Bassen1-1/+23
2016-04-01Add new function to get the underlying file descriptor of an idevice connectionGravatar BALATON Zoltan1-0/+10
2015-07-15lockdown: Add new lockdownd_pair_with_options() functionGravatar Nikias Bassen1-0/+19
2015-07-10lockdown: Add more error codesGravatar Nikias Bassen1-0/+4
2015-01-28lockdown: Remove dead link to old documentationGravatar Martin Szulecki1-2/+0
2015-01-28Remove trailing whitespace errors from all filesGravatar Martin Szulecki5-27/+27
2015-01-28Update copyright of public headersGravatar Martin Szulecki21-18/+41
2015-01-27installation_proxy: Use char* array to pass capabilities for related methodGravatar Martin Szulecki1-3/+3
2015-01-27installation_proxy: Use char* array to pass appids for lookup commandGravatar Martin Szulecki1-3/+3
2015-01-27installation_proxy: Use new lookup command for app path retrieval helperGravatar Martin Szulecki1-3/+0
2015-01-27installation_proxy: Refactor implementation, add new commands and helpersGravatar Martin Szulecki1-4/+113
2015-01-27installation_proxy: Add missing native errors to enumGravatar Martin Szulecki1-8/+68
2015-01-27installation_proxy: Add new helper to set return attributes in client optionsGravatar Martin Szulecki1-0/+10
2015-01-27installation_proxy: Improve comment formatting and some whitespacesGravatar Martin Szulecki1-37/+38
2015-01-27debugserver: Make debugserver_client_set_ack_mode() publicGravatar Martin Szulecki1-0/+14
2015-01-12lockdown: Fix documentation for client argument on pairing methodsGravatar Martin Szulecki1-3/+3
2015-01-12lockdown: Refactor internal error checking and add more native errors to enumGravatar Martin Szulecki1-23/+39