summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-11-08Add new function lockdown_strerror() to get a readable description of a lockd...Gravatar Nikias Bassen1-0/+9
2019-11-07Add new idevice_get_device_list_extended() allowing to list all devices, incl...Gravatar Nikias Bassen1-4/+28
2019-11-07Add propert support for network (WiFi) devices via new idevice_new_with_optio...Gravatar Nikias Bassen1-5/+51
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 s...Gravatar Nikias Bassen4-28/+36
2019-09-25restore: Update error codes and properly convert underlying property_list_ser...Gravatar Nikias Bassen1-7/+4
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
2019-06-16syslog_relay: Fix timeout issue introduced with recent libusbmuxd commit ca24...Gravatar Nikias Bassen1-5/+7
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 i...Gravatar Nikias Bassen1-3/+5
2017-07-03mobileactivation: Add new functions required for drmHandshake / session mode ...Gravatar Nikias Bassen1-1/+46
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
2017-04-08Propagate lower level errors to callers instead of returning unknownGravatar BALATON Zoltan1-1/+1
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
2014-12-10lockdown: Add new LOCKDOWN_E_SERVICE_LIMIT error to detect service limit statesGravatar Martin Szulecki1-0/+1
2014-12-09debugserver: Remove const argv requirement for creating commandsGravatar Martin Szulecki1-1/+1
2014-12-06Replace () with (void) in function prototypesGravatar Christophe Fergeau3-3/+3
2014-10-26debug: Fix symbol locality for linker so debug messages are printed againGravatar Martin Szulecki1-3/+7
2014-10-21afc: Remove incorrect flags from afc_file_open() doc commentsGravatar Nikias Bassen1-4/+1
2014-10-05Convert int16_t macro error types into enum to improve debugging/type-checkingGravatar Martin Szulecki22-332/+252
2014-10-05restore: Correct wrong error names in @return doc commentsGravatar Martin Szulecki1-10/+10
2014-10-02lockdown: Added lockdownd_start_service_with_escrow_bagGravatar Koby Boyango1-1/+17
2014-10-02afc: Implement afc_remove_path_and_contents() for recursive deletionGravatar Martin Szulecki1-0/+12
2014-10-02afc: Add documentation for afc_dictionary_free()Gravatar Martin Szulecki1-0/+7
2014-10-02afc: Cleanup and reformat documentation commentsGravatar Martin Szulecki1-19/+18
2014-10-02afc: Unify argument names for some functions to match overall APIGravatar Martin Szulecki1-13/+15
2014-09-19Add protocol implementation for debugserver serviceGravatar Martin Szulecki2-0/+236
2014-09-19file_relay: Handle new PermissionDenied error (iOS 8 GM+)Gravatar Martin Szulecki1-0/+1