summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* lockdown: Add new lockdownd_pair_with_options() functionNikias Bassen2015-07-151-0/+19
* lockdown: Add more error codesNikias Bassen2015-07-101-0/+4
* lockdown: Remove dead link to old documentationMartin Szulecki2015-01-281-2/+0
* Remove trailing whitespace errors from all filesMartin Szulecki2015-01-285-27/+27
* Update copyright of public headersMartin Szulecki2015-01-2821-18/+41
* installation_proxy: Use char* array to pass capabilities for related methodMartin Szulecki2015-01-271-3/+3
* installation_proxy: Use char* array to pass appids for lookup commandMartin Szulecki2015-01-271-3/+3
* installation_proxy: Use new lookup command for app path retrieval helperMartin Szulecki2015-01-271-3/+0
* installation_proxy: Refactor implementation, add new commands and helpersMartin Szulecki2015-01-271-4/+113
* installation_proxy: Add missing native errors to enumMartin Szulecki2015-01-271-8/+68
* installation_proxy: Add new helper to set return attributes in client optionsMartin Szulecki2015-01-271-0/+10
* installation_proxy: Improve comment formatting and some whitespacesMartin Szulecki2015-01-271-37/+38
* debugserver: Make debugserver_client_set_ack_mode() publicMartin Szulecki2015-01-271-0/+14
* lockdown: Fix documentation for client argument on pairing methodsMartin Szulecki2015-01-121-3/+3
* lockdown: Refactor internal error checking and add more native errors to enumMartin Szulecki2015-01-121-23/+39
* lockdown: Add new LOCKDOWN_E_SERVICE_LIMIT error to detect service limit statesMartin Szulecki2014-12-101-0/+1
* debugserver: Remove const argv requirement for creating commandsMartin Szulecki2014-12-091-1/+1
* Replace () with (void) in function prototypesChristophe Fergeau2014-12-063-3/+3
* debug: Fix symbol locality for linker so debug messages are printed againMartin Szulecki2014-10-261-3/+7
* afc: Remove incorrect flags from afc_file_open() doc commentsNikias Bassen2014-10-211-4/+1
* Convert int16_t macro error types into enum to improve debugging/type-checkingMartin Szulecki2014-10-0522-332/+252
* restore: Correct wrong error names in @return doc commentsMartin Szulecki2014-10-051-10/+10
* lockdown: Added lockdownd_start_service_with_escrow_bagKoby Boyango2014-10-021-1/+17
* afc: Implement afc_remove_path_and_contents() for recursive deletionMartin Szulecki2014-10-021-0/+12
* afc: Add documentation for afc_dictionary_free()Martin Szulecki2014-10-021-0/+7
* afc: Cleanup and reformat documentation commentsMartin Szulecki2014-10-021-19/+18
* afc: Unify argument names for some functions to match overall APIMartin Szulecki2014-10-021-13/+15
* Add protocol implementation for debugserver serviceMartin Szulecki2014-09-192-0/+236
* file_relay: Handle new PermissionDenied error (iOS 8 GM+)Martin Szulecki2014-09-191-0/+1
* mobile_image_mounter: Change upload method to accept optional image signatureMartin Szulecki2014-06-131-5/+9
* Make property_list_service publicNikias Bassen2014-04-292-1/+172
* Correct wrong error codes in doxygen comments of public lockdown.hNikias Bassen2014-04-041-17/+17
* Corrected some doxygen comments in public lockdown.hNikias Bassen2014-04-041-3/+3
* Moved Doxygen comments from source files to public headers.Aaron Burghardt2014-03-2720-0/+2701
* file_relay: Added file_relay_request_sources_timeout()Aaron Burghardt2014-03-121-0/+1
* mobile_image_mounter: implemented new image file uploading methodNikias Bassen2014-02-091-0/+5
* installation_proxy: Fix operations exiting before being finished due to timeoutMartin Szulecki2013-11-101-0/+1
* Refactor userpref logic to use plist format and implement trust dialog handlingMartin Szulecki2013-09-171-1/+4
* idevice: Export SSL control functions for idevice_connection_tMartin Szulecki2013-08-071-0/+2
* service: Make generic service public to enable external service implementationsMartin Szulecki2013-08-052-1/+69
* Implement *_start_service() helper to simplify creation of service clientsMartin Szulecki2013-08-0513-0/+20
* Add public *_SERVICE_NAME defines for each serviceMartin Szulecki2013-08-0513-0/+26
* syslog_relay: Remove syslog_relay_send() as the service is read-onlyMartin Szulecki2013-05-231-4/+1
* Add protocol implementation for syslog_relay serviceMartin Szulecki2013-05-232-1/+74
* installation_proxy: Add helper to retrieve filepath of an app from deviceMartin Szulecki2013-04-251-0/+2
* afc: Add convenience helper to free AFC dictionaries in afc_dictionary_free()Martin Szulecki2013-04-251-0/+1
* Add label argument to *_client_start_service() helpersMartin Szulecki2013-02-272-2/+2
* afc: Remove non-existant afc_client_new_from_connection() from exportsMartin Szulecki2013-02-271-1/+0
* Rename start service methods to be consistentMartin Szulecki2013-02-272-4/+2
* Make all "include guards" for all headers consistentMartin Szulecki2013-02-2711-22/+22