summaryrefslogtreecommitdiffstats
path: root/src/device_link_service.c
AgeCommit message (Collapse)AuthorFilesLines
2022-04-22[clang-tidy] Fix bugprone string compareGravatar Rosen Penev1-4/+4
Found with bugprone-suspicious-string-compare Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-01-05Make sure all source files include config.hGravatar Nikias Bassen1-0/+4
2019-09-27Make sure to handle timeout errors in device link service and all depending ↵Gravatar Nikias Bassen1-42/+49
services
2015-01-28Remove trailing whitespace errors from all filesGravatar Martin Szulecki1-7/+7
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-1/+1
crashes
2013-02-26Refactor port number use into service descriptor to enable SSL for servicesGravatar Martin Szulecki1-4/+8
This is a major change which breaks API but is required in order to support SSL communication for services as used by network connections.
2011-04-28device_link_service: Allow passing a reason message upon disconnectingGravatar Martin Szulecki1-2/+6
2010-08-27device_link_service: add new function device_link_service_receive_messageGravatar Nikias Bassen1-17/+57
2010-08-15device_link_service: removed unused local variableGravatar Nikias Bassen1-2/+1
2010-05-13Actually free the client in the _free() call.Gravatar Bryan Forbes1-0/+1
2010-03-16Rename the *_int to *_private for better semantic and fix public typedefsGravatar Martin Szulecki1-1/+1
This changes the typedef logic slightly for the public headers in order for doxygen to correctly pickup and enable the client struct documentation.
2010-03-15Add device_link_service_send_ping function.Gravatar Nikias Bassen1-0/+28
2010-03-15device_link_service: process_message functions renamed using send/receiveGravatar Nikias Bassen1-2/+2
2010-02-19device_link_service: new function and docs updatedGravatar Nikias Bassen1-2/+69
New function: device_link_service_get_process_message. This function receives a DLMessageProcessMessage and extracts the message (a PLIST_DICT). Fails if the received plist is not a DLMessageProcessMessage.
2010-01-29Global renames due to project rename to libimobiledeviceGravatar Nikias Bassen1-1/+1
2010-01-25Merge branch 'martin' into mobilebackupGravatar Martin Szulecki1-0/+1
2010-01-25device_link_service: send version number with VersionsOk messageGravatar Nikias Bassen1-0/+1
2010-01-24Add function to handle the ProcessMessage in the DeviceLink serviceGravatar Martin Szulecki1-0/+20
2010-01-12Refactor and unify internal debug system for ease of use and verbosityGravatar Martin Szulecki1-8/+8
This introduces a new debug_info macro which automatically prints the calling function, file and line number information instead of having that information passed to every old log_debug_msg call.
2010-01-12Rename utils to debug as it does exactly that, contain debug codeGravatar Martin Szulecki1-1/+1
2010-01-12New device_link_serviceGravatar Nikias Bassen1-0/+299