summaryrefslogtreecommitdiff
path: root/src/house_arrest.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure all source files include config.hNikias Bassen2020-01-051-0/+3
* Remove trailing whitespace errors from all filesMartin Szulecki2015-01-281-3/+3
* Avoid exporting non-public symbolsMartin Szulecki2014-10-031-7/+7
* Moved Doxygen comments from source files to public headers.Aaron Burghardt2014-03-271-107/+0
* Bump dependency to libplist 1.11 and remove use of "plist_dict_insert_item()"Martin Szulecki2014-03-201-2/+2
* Convert stray spaces to corresponding tabsMartin Szulecki2013-11-041-26/+26
* Implement *_start_service() helper to simplify creation of service clientsMartin Szulecki2013-08-051-0/+20
* 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/+0
* afc: List afc_client_new_with_service_client() in private headerMartin Szulecki2013-02-271-1/+1
* implement base service that all other services inherit fromNikias Bassen2013-02-271-2/+2
* Refactor port number use into service descriptor to enable SSL for servicesMartin Szulecki2013-02-261-3/+3
* Add new house_arrest service including small test toolNikias Bassen2010-11-051-0/+250