summaryrefslogtreecommitdiffstats
path: root/src/heartbeat.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-13Timeout support for SSL connections and better timeout handeling.Gravatar DanyL1-0/+4
2015-01-28Remove trailing whitespace errors from all filesGravatar Martin Szulecki1-5/+5
2014-10-03Avoid exporting non-public symbolsGravatar Martin Szulecki1-6/+6
2014-03-27Moved Doxygen comments from source files to public headers.Gravatar Aaron Burghardt1-67/+0
2013-05-23heartbeat: Fix wrong error codes in documentationGravatar Martin Szulecki1-4/+4
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 c...Gravatar Nikias Bassen1-3/+3
2013-02-28remove unneeded int16_t* casts from calls to service_client_factory_start_ser...Gravatar Nikias Bassen1-1/+1
2013-02-28service: use correct int16_t instead of uint16_t for error codesGravatar Nikias Bassen1-1/+1
2013-02-27heartbeat: Fix compile time warning by casting returned error codeGravatar Martin Szulecki1-1/+1
2013-02-27turn service_client_start_service into service_client_factory_start_serviceGravatar Nikias Bassen1-30/+3
2013-02-27Add label argument to *_client_start_service() helpersGravatar Martin Szulecki1-2/+4
2013-02-27Rename start service methods to be consistentGravatar Martin Szulecki1-1/+1
2013-02-26heartbeat: Implement basic "network heartbeat" service protocolGravatar Martin Szulecki1-0/+235