summaryrefslogtreecommitdiff
path: root/src/service.c
Commit message (Expand)AuthorAgeFilesLines
* Add property_list_client_get_service_client() and service_get_connection() fu...Nikias Bassen2022-04-121-0/+7
* service: Silence compiler warning when configured without --enable-debugNikias Bassen2022-02-041-1/+1
* tools: Print meaningful error messages when service startup failsNikias Bassen2022-02-041-2/+2
* introduces optional `idevice_connection_disable_ssl` with ability not to send...Demyan Kimitsa2020-02-201-1/+6
* Increase timeout for service receive methodsNikias Bassen2020-02-171-1/+1
* service: Silence timeout errorsNikias Bassen2019-06-161-8/+8
* 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-1/+6
* Remove trailing whitespace errors from all filesMartin Szulecki2015-01-281-5/+5
* Convert int16_t macro error types into enum to improve debugging/type-checkingMartin Szulecki2014-10-051-3/+3
* Avoid exporting non-public symbolsMartin Szulecki2014-10-031-8/+8
* Moved Doxygen comments from source files to public headers.Aaron Burghardt2014-03-271-97/+0
* Fix possible memory corruption by ensuring client pointers NULL'd after freeMartin Szulecki2013-11-301-0/+3
* 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-2/+2
* service: use correct int16_t instead of uint16_t for error codesNikias Bassen2013-02-281-3/+3
* turn service_client_start_service into service_client_factory_start_serviceNikias Bassen2013-02-271-9/+15
* service: Allow passing label for lockdown from start_service helperMartin Szulecki2013-02-271-2/+4
* Rename start service methods to be consistentMartin Szulecki2013-02-271-1/+1
* implement base service that all other services inherit fromNikias Bassen2013-02-271-0/+276