summaryrefslogtreecommitdiffstats
path: root/src/misagent.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-05Make sure all source files include config.hGravatar Nikias Bassen1-0/+3
2019-06-23replace all occurrences of occured by occurredGravatar Yves-Alexis Perez1-1/+1
2016-12-01misagent: Add new misagent_copy_all() function (introduced in iOS 9.3)Gravatar Nikias Bassen1-0/+40
2015-01-28Remove trailing whitespace errors from all filesGravatar Martin Szulecki1-3/+3
2014-10-03Avoid exporting non-public symbolsGravatar Martin Szulecki1-7/+7
2014-03-27Moved Doxygen comments from source files to public headers.Gravatar Aaron Burghardt1-75/+0
2014-03-20Bump dependency to libplist 1.11 and remove use of "plist_dict_insert_item()"Gravatar Martin Szulecki1-8/+8
2013-11-04Convert stray spaces to corresponding tabsGravatar Martin Szulecki1-25/+25
2013-08-05Implement *_start_service() helper to simplify creation of service clientsGravatar Martin Szulecki1-0/+20
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/+0
2013-02-27implement base service that all other services inherit fromGravatar Nikias Bassen1-1/+1
2013-02-26Refactor port number use into service descriptor to enable SSL for servicesGravatar Martin Szulecki1-3/+3
2012-10-21Added com.apple.misagent service protocol implementationGravatar Nikias Bassen1-0/+306