summaryrefslogtreecommitdiff
path: root/src/property_list_service.c
Commit message (Expand)AuthorAgeFilesLines
* Add property_list_client_get_service_client() and service_get_connection() fu...Nikias Bassen2022-04-121-0/+7
* Remove whitespace errors from all filesMartin Szulecki2020-06-081-1/+5
* Increase timeout for service receive methodsNikias Bassen2020-02-171-1/+1
* property_list_service: Consider a successful 0 byte read a timeout rather tha...Nikias Bassen2019-10-291-0/+5
* service: Fix typo SERIVCE_E_NOT_ENOUGH_DATA to SERVICE_E_NOT_ENOUGH_DATANikias Bassen2019-06-161-1/+1
* Timeout support for SSL connections and better timeout handeling.DanyL2019-06-131-56/+60
* Propagate lower level errors to callers instead of returning unknownBALATON Zoltan2017-04-081-1/+3
* property_list_service: Remove packet length check when receiving plist dataAntoine Reversat2017-01-181-46/+43
* Remove trailing whitespace errors from all filesMartin Szulecki2015-01-281-4/+4
* Avoid exporting non-public symbolsMartin Szulecki2014-10-031-8/+8
* Make property_list_service publicNikias Bassen2014-04-291-100/+0
* Fix possible memory corruption by ensuring client pointers NULL'd after freeMartin Szulecki2013-11-301-0/+3
* property_list_service: Rename RECEIVE_TIMEOUT error for more clarityMartin Szulecki2013-11-101-1/+1
* Remove duplicate newline from debug messages as one is added automaticallyMartin Szulecki2013-10-091-2/+2
* property_list_service: improve error checking on receiveNikias Bassen2013-10-091-2/+19
* property_list_service: handle timeout condition on receiveNikias Bassen2013-09-191-1/+4
* common: Move debug and userpref code into libinternalcommonMartin Szulecki2013-04-251-1/+1
* global: make sure to check service before checking service->port to prevent c...Nikias Bassen2013-03-141-1/+1
* implement base service that all other services inherit fromNikias Bassen2013-02-271-27/+24
* Refactor port number use into service descriptor to enable SSL for servicesMartin Szulecki2013-02-261-6/+9
* property_list_service: do not strip non-ASCII characters from XML plistsChristophe Fergeau2012-06-261-1/+1
* fix invalid characters in xml plistsNikias Bassen2012-03-191-2/+2
* New file for be*/le* macros plus check for endian.h presenceNikias Bassen2012-03-191-0/+1
* Include config.h if HAVE_CONFIG_HNikias Bassen2012-03-181-0/+3
* Completely remove glib dependency.Nikias Bassen2012-03-181-3/+2
* Due to a bug in iOS 4.3, plist data might contain invalid null charactersMartin Szulecki2011-03-211-0/+5
* property_list_service: fix plist receiving on big endian machinesNikias Bassen2010-07-291-2/+2
* Use glib GUINT32_TO/FROM_BE macros instead of htonl/ntohlMartin Szulecki2010-03-241-3/+3
* Remove unused and fix some includesNikias Bassen2010-03-241-2/+1
* Rename the *_int to *_private for better semantic and fix public typedefsMartin Szulecki2010-03-161-1/+1
* Global renames due to project rename to libimobiledeviceNikias Bassen2010-01-291-17/+17
* Rename all *_recv functions to *_receive to match underlying APIMartin Szulecki2010-01-221-3/+3
* Rename iphone_device_recv/_send functions to use iphone_connection_* domainMartin Szulecki2010-01-221-4/+4
* Use debug_plist() to print xml plists instead of binary buffersMartin Szulecki2010-01-131-2/+2
* lockdown/property_list_service: use new SSL codeNikias Bassen2010-01-131-94/+38
* Refactor and unify internal debug system for ease of use and verbosityMartin Szulecki2010-01-121-10/+10
* Rename utils to debug as it does exactly that, contain debug codeMartin Szulecki2010-01-121-1/+1
* Move plist code into a new property_list_serviceNikias Bassen2010-01-121-0/+402