summaryrefslogtreecommitdiffstats
path: root/src/service.c
AgeCommit message (Collapse)AuthorFilesLines
2020-02-20introduces optional `idevice_connection_disable_ssl` with ability not to ↵Gravatar Demyan Kimitsa1-1/+6
send SSL shutdown message. As in debugserver this message will be considered as GDB server communication and break things
2020-02-17Increase timeout for service receive methodsGravatar Nikias Bassen1-1/+1
2019-06-16service: Silence timeout errorsGravatar Nikias Bassen1-8/+8
2019-06-16service: Fix typo SERIVCE_E_NOT_ENOUGH_DATA to SERVICE_E_NOT_ENOUGH_DATAGravatar Nikias Bassen1-1/+1
2019-06-13Timeout support for SSL connections and better timeout handeling.Gravatar DanyL1-1/+6
2015-01-28Remove trailing whitespace errors from all filesGravatar Martin Szulecki1-5/+5
2014-10-05Convert int16_t macro error types into enum to improve debugging/type-checkingGravatar Martin Szulecki1-3/+3
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-10-03Avoid exporting non-public symbolsGravatar Martin Szulecki1-8/+8
2014-03-27Moved Doxygen comments from source files to public headers.Gravatar Aaron Burghardt1-97/+0
Conflicts: include/libimobiledevice/afc.h
2013-11-30Fix possible memory corruption by ensuring client pointers NULL'd after freeGravatar Martin Szulecki1-0/+3
2013-04-25common: Move debug and userpref code into libinternalcommonGravatar Martin Szulecki1-1/+1
2013-03-14global: make sure to check service before checking service->port to prevent ↵Gravatar Nikias Bassen1-2/+2
crashes
2013-02-28service: use correct int16_t instead of uint16_t for error codesGravatar Nikias Bassen1-3/+3
2013-02-27turn service_client_start_service into service_client_factory_start_serviceGravatar Nikias Bassen1-9/+15
2013-02-27service: Allow passing label for lockdown from start_service helperGravatar Martin Szulecki1-2/+4
2013-02-27Rename start service methods to be consistentGravatar Martin Szulecki1-1/+1
2013-02-27implement base service that all other services inherit fromGravatar Nikias Bassen1-0/+276