Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-08 | Rename "compproxy" names to "companion_proxy" in all related code | 1 | -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-18 | Add support for com.apple.companion_proxy | 1 | -0/+208 | ||
2020-05-03 | diagnostics_relay: Don't use reserved words as function arguments | 1 | -1/+1 | ||
2020-04-27 | syslog_relay: Add new function syslog_relay_start_capture_raw | 1 | -1/+23 | ||
to allow access to the unprocessed raw data | |||||
2020-02-20 | debugserver: Proxy SERVICE_E_TIMEOUT into DEBUGSERVER_E_TIMEOUT | 1 | -0/+1 | ||
This allows proper handling the timeout case in debugserver_client_receive_with_timeout | |||||
2020-02-20 | introduces optional `idevice_connection_disable_ssl` with ability not to ↵ | 2 | -0/+25 | ||
send SSL shutdown message. As in debugserver this message will be considered as GDB server communication and break things | |||||
2019-12-16 | Define the flags for the diagnostics_relay_* methods in a ↵ | 1 | -5/+7 | ||
diagnostics_relay_action_t enum | |||||
2019-11-20 | debugserver: Return size of the returned buffer | 1 | -2/+4 | ||
2019-11-08 | Add new function lockdown_strerror() to get a readable description of a ↵ | 1 | -0/+9 | ||
lockdownd_error_t | |||||
2019-11-07 | Add new idevice_get_device_list_extended() allowing to list all devices, ↵ | 1 | -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-07 | Add propert support for network (WiFi) devices via new ↵ | 1 | -5/+51 | ||
idevice_new_with_options() | |||||
2019-09-27 | mobile_image_mounter: Better error handling (e.g. when device is locked) | 1 | -0/+1 | ||
2019-09-27 | Make sure to handle timeout errors in device link service and all depending ↵ | 4 | -28/+36 | ||
services | |||||
2019-09-25 | restore: Update error codes and properly convert underlying ↵ | 1 | -7/+4 | ||
property_list_service errors | |||||
2019-08-29 | preboard: Remove development notes from preboard.c and add info to public header | 1 | -0/+17 | ||
2019-08-28 | Add preboardservice_v2 implementation | 1 | -0/+168 | ||
2019-06-23 | replace all occurrences of occured by occurred | 7 | -24/+24 | ||
Do it in all comments and errors messages | |||||
2019-06-16 | syslog_relay: Fix timeout issue introduced with recent libusbmuxd commit ↵ | 1 | -5/+7 | ||
ca245709 | |||||
2019-06-16 | service: Fix typo SERIVCE_E_NOT_ENOUGH_DATA to SERVICE_E_NOT_ENOUGH_DATA | 1 | -3/+3 | ||
2019-06-13 | Timeout support for SSL connections and better timeout handeling. | 5 | -16/+31 | ||
2018-09-29 | idevice: Add usbmux device id (handle/mux id) to internal data structure | 1 | -1/+1 | ||
2017-12-07 | mobileactivation: Allow passing activation response headers as required for ↵ | 1 | -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-03 | mobileactivation: Add new functions required for drmHandshake / session mode ↵ | 1 | -1/+46 | ||
device activation | |||||
2017-06-29 | Add basic mobileactivation service implementation | 1 | -0/+144 | ||
2017-04-08 | Added IDEVICE_DEVICE_PAIRED event constant matching the corresponding | 1 | -1/+2 | ||
event number in libusbmuxd | |||||
2017-04-08 | Propagate lower level errors to callers instead of returning unknown | 1 | -1/+1 | ||
error for most failures | |||||
2016-12-01 | misagent: Add new misagent_copy_all() function (introduced in iOS 9.3) | 1 | -1/+23 | ||
2016-04-01 | Add new function to get the underlying file descriptor of an idevice connection | 1 | -0/+10 | ||
2015-07-15 | lockdown: Add new lockdownd_pair_with_options() function | 1 | -0/+19 | ||
2015-07-10 | lockdown: Add more error codes | 1 | -0/+4 | ||
2015-01-28 | lockdown: Remove dead link to old documentation | 1 | -2/+0 | ||
2015-01-28 | Remove trailing whitespace errors from all files | 4 | -26/+26 | ||
2015-01-28 | Update copyright of public headers | 21 | -18/+41 | ||
2015-01-27 | installation_proxy: Use char* array to pass capabilities for related method | 1 | -3/+3 | ||
2015-01-27 | installation_proxy: Use char* array to pass appids for lookup command | 1 | -3/+3 | ||
2015-01-27 | installation_proxy: Use new lookup command for app path retrieval helper | 1 | -3/+0 | ||
2015-01-27 | installation_proxy: Refactor implementation, add new commands and helpers | 1 | -4/+113 | ||
2015-01-27 | installation_proxy: Add missing native errors to enum | 1 | -8/+68 | ||
2015-01-27 | installation_proxy: Add new helper to set return attributes in client options | 1 | -0/+10 | ||
2015-01-27 | installation_proxy: Improve comment formatting and some whitespaces | 1 | -37/+38 | ||
2015-01-27 | debugserver: Make debugserver_client_set_ack_mode() public | 1 | -0/+14 | ||
2015-01-12 | lockdown: Fix documentation for client argument on pairing methods | 1 | -3/+3 | ||
2015-01-12 | lockdown: Refactor internal error checking and add more native errors to enum | 1 | -23/+39 | ||
2014-12-10 | lockdown: Add new LOCKDOWN_E_SERVICE_LIMIT error to detect service limit states | 1 | -0/+1 | ||
2014-12-09 | debugserver: Remove const argv requirement for creating commands | 1 | -1/+1 | ||
2014-12-06 | Replace () with (void) in function prototypes | 3 | -3/+3 | ||
() and (void) are 2 different things in C, and can cause gcc warnings: error: function declaration isn't a prototype [-Werror=strict-prototypes] idevice_error_t idevice_event_unsubscribe(); This commit replaces () with (void) in installed headers. | |||||
2014-10-26 | debug: Fix symbol locality for linker so debug messages are printed again | 1 | -3/+7 | ||
2014-10-21 | afc: Remove incorrect flags from afc_file_open() doc comments | 1 | -4/+1 | ||
2014-10-05 | Convert int16_t macro error types into enum to improve debugging/type-checking | 22 | -332/+252 | ||
This simple change provides various benefits for developers like compile time errors, better auto-completition in editors and the ability of a debugger to show the constant instead of just the raw value. Thanks to Aaron Burghardt for the proposal. | |||||
2014-10-05 | restore: Correct wrong error names in @return doc comments | 1 | -10/+10 | ||