summaryrefslogtreecommitdiff
path: root/src/device_link_service.c
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Fix bugprone string compareRosen Penev2022-04-221-4/+4
* Make sure all source files include config.hNikias Bassen2020-01-051-0/+4
* Make sure to handle timeout errors in device link service and all depending s...Nikias Bassen2019-09-271-42/+49
* Remove trailing whitespace errors from all filesMartin Szulecki2015-01-281-7/+7
* 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
* Refactor port number use into service descriptor to enable SSL for servicesMartin Szulecki2013-02-261-4/+8
* device_link_service: Allow passing a reason message upon disconnectingMartin Szulecki2011-04-281-2/+6
* device_link_service: add new function device_link_service_receive_messageNikias Bassen2010-08-271-17/+57
* device_link_service: removed unused local variableNikias Bassen2010-08-151-2/+1
* Actually free the client in the _free() call.Bryan Forbes2010-05-131-0/+1
* Rename the *_int to *_private for better semantic and fix public typedefsMartin Szulecki2010-03-161-1/+1
* Add device_link_service_send_ping function.Nikias Bassen2010-03-151-0/+28
* device_link_service: process_message functions renamed using send/receiveNikias Bassen2010-03-151-2/+2
* device_link_service: new function and docs updatedNikias Bassen2010-02-191-2/+69
* Global renames due to project rename to libimobiledeviceNikias Bassen2010-01-291-1/+1
* Merge branch 'martin' into mobilebackupMartin Szulecki2010-01-251-0/+1
|\
| * device_link_service: send version number with VersionsOk messageNikias Bassen2010-01-251-0/+1
* | Add function to handle the ProcessMessage in the DeviceLink serviceMartin Szulecki2010-01-241-0/+20
|/
* Refactor and unify internal debug system for ease of use and verbosityMartin Szulecki2010-01-121-8/+8
* Rename utils to debug as it does exactly that, contain debug codeMartin Szulecki2010-01-121-1/+1
* New device_link_serviceNikias Bassen2010-01-121-0/+299