summaryrefslogtreecommitdiffstats
path: root/src/property_list_service.h
AgeCommit message (Collapse)AuthorFilesLines
2024-01-31Move LIBIMOBILEDEVICE_API to public headersGravatar Nikias Bassen1-0/+1
2015-01-28Remove trailing whitespace errors from all filesGravatar Martin Szulecki1-5/+5
2014-04-29Make property_list_service publicGravatar Nikias Bassen1-32/+1
2013-11-10property_list_service: Rename RECEIVE_TIMEOUT error for more clarityGravatar Martin Szulecki1-1/+1
2013-09-19property_list_service: handle timeout condition on receiveGravatar Nikias Bassen1-0/+1
this adds the new error code PROPERTY_LIST_SERVICE_E_TIMEOUT that occurs if the given timeout is reached when trying to receive data.
2013-02-27implement base service that all other services inherit fromGravatar Nikias Bassen1-1/+2
2013-02-27Make all "include guards" for all headers consistentGravatar Martin Szulecki1-2/+3
2013-02-26Refactor port number use into service descriptor to enable SSL for servicesGravatar Martin Szulecki1-1/+2
This is a major change which breaks API but is required in order to support SSL communication for services as used by network connections.
2010-03-16Rename the *_int to *_private for better semantic and fix public typedefsGravatar Martin Szulecki1-2/+2
This changes the typedef logic slightly for the public headers in order for doxygen to correctly pickup and enable the client struct documentation.
2010-01-29Global renames due to project rename to libimobiledeviceGravatar Nikias Bassen1-3/+3
2010-01-13lockdown/property_list_service: use new SSL codeGravatar Nikias Bassen1-4/+3
2010-01-12Move plist code into a new property_list_serviceGravatar Nikias Bassen1-0/+60