summaryrefslogtreecommitdiff
path: root/src/service.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace errors from all filesMartin Szulecki2015-01-281-5/+5
* service: Make generic service public to enable external service implementationsMartin Szulecki2013-08-051-30/+1
* service: use correct int16_t instead of uint16_t for error codesNikias Bassen2013-02-281-2/+2
* turn service_client_start_service into service_client_factory_start_serviceNikias Bassen2013-02-271-1/+3
* service: Allow passing label for lockdown from start_service helperMartin Szulecki2013-02-271-1/+1
* Rename start service methods to be consistentMartin Szulecki2013-02-271-1/+1
* implement base service that all other services inherit fromNikias Bassen2013-02-271-0/+59