summaryrefslogtreecommitdiff
path: root/src/misagent.c
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Do not use else after returnRosen Penev2022-04-301-2/+1
* Make sure all source files include config.hNikias Bassen2020-01-051-0/+3
* replace all occurrences of occured by occurredYves-Alexis Perez2019-06-231-1/+1
* misagent: Add new misagent_copy_all() function (introduced in iOS 9.3)Nikias Bassen2016-12-011-0/+40
* 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-75/+0
* Bump dependency to libplist 1.11 and remove use of "plist_dict_insert_item()"Martin Szulecki2014-03-201-8/+8
* Convert stray spaces to corresponding tabsMartin Szulecki2013-11-041-25/+25
* 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
* implement base service that all other services inherit fromNikias Bassen2013-02-271-1/+1
* Refactor port number use into service descriptor to enable SSL for servicesMartin Szulecki2013-02-261-3/+3
* Added com.apple.misagent service protocol implementationNikias Bassen2012-10-211-0/+306