summaryrefslogtreecommitdiffstats
path: root/include/libimobiledevice/service.h
AgeCommit message (Collapse)AuthorFilesLines
2024-01-31Move LIBIMOBILEDEVICE_API to public headersGravatar Nikias Bassen1-10/+11
2022-04-12Add property_list_client_get_service_client() and service_get_connection() ↵Gravatar Nikias Bassen1-0/+10
functions This allows for custom service implementations to easier switch to non-plist communication after the service has been started.
2022-04-12Documentation fixesGravatar Nikias Bassen1-4/+9
2020-02-20introduces optional `idevice_connection_disable_ssl` with ability not to ↵Gravatar Demyan Kimitsa1-0/+11
send SSL shutdown message. As in debugserver this message will be considered as GDB server communication and break things
2019-06-23replace all occurrences of occured by occurredGravatar Yves-Alexis Perez1-1/+1
Do it in all comments and errors messages
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 DanyL1-2/+8
2015-01-28Remove trailing whitespace errors from all filesGravatar Martin Szulecki1-3/+3
2015-01-28Update copyright of public headersGravatar Martin Szulecki1-2/+2
2014-10-05Convert int16_t macro error types into enum to improve debugging/type-checkingGravatar Martin Szulecki1-14/+11
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-03-27Moved Doxygen comments from source files to public headers.Gravatar Aaron Burghardt1-0/+105
Conflicts: include/libimobiledevice/afc.h
2013-08-05service: Make generic service public to enable external service implementationsGravatar Martin Szulecki1-0/+67