summaryrefslogtreecommitdiff
path: root/src/heartbeat.c
Commit message (Expand)AuthorAgeFilesLines
* Timeout support for SSL connections and better timeout handeling.DanyL2019-06-131-0/+4
* Remove trailing whitespace errors from all filesMartin Szulecki2015-01-281-5/+5
* Avoid exporting non-public symbolsMartin Szulecki2014-10-031-6/+6
* Moved Doxygen comments from source files to public headers.Aaron Burghardt2014-03-271-67/+0
* heartbeat: Fix wrong error codes in documentationMartin Szulecki2013-05-231-4/+4
* 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-3/+3
* remove unneeded int16_t* casts from calls to service_client_factory_start_ser...Nikias Bassen2013-02-281-1/+1
* service: use correct int16_t instead of uint16_t for error codesNikias Bassen2013-02-281-1/+1
* heartbeat: Fix compile time warning by casting returned error codeMartin Szulecki2013-02-271-1/+1
* turn service_client_start_service into service_client_factory_start_serviceNikias Bassen2013-02-271-30/+3
* Add label argument to *_client_start_service() helpersMartin Szulecki2013-02-271-2/+4
* Rename start service methods to be consistentMartin Szulecki2013-02-271-1/+1
* heartbeat: Implement basic "network heartbeat" service protocolMartin Szulecki2013-02-261-0/+235