summaryrefslogtreecommitdiffstats
path: root/include/libimobiledevice/property_list_service.h
AgeCommit message (Collapse)AuthorFilesLines
2024-01-31Move LIBIMOBILEDEVICE_API to public headersGravatar Nikias Bassen1-9/+9
2022-04-12Add property_list_client_get_service_client() and service_get_connection() ↵Gravatar Nikias Bassen1-4/+16
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-2/+2
2019-06-23replace all occurrences of occured by occurredGravatar Yves-Alexis Perez1-1/+1
Do it in all comments and errors messages
2019-06-13Timeout support for SSL connections and better timeout handeling.Gravatar DanyL1-0/+3
2015-01-28Remove trailing whitespace errors from all filesGravatar Martin Szulecki1-3/+3
2015-01-28Update copyright of public headersGravatar Martin Szulecki1-3/+5
2014-10-05Convert int16_t macro error types into enum to improve debugging/type-checkingGravatar Martin Szulecki1-12/+9
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-04-29Make property_list_service publicGravatar Nikias Bassen1-0/+170