summaryrefslogtreecommitdiffstats
path: root/src/misagent.c
AgeCommit message (Collapse)AuthorFilesLines
2013-03-14global: make sure to check service before checking service->port to prevent ↵Gravatar Nikias Bassen1-3/+0
crashes
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
This is a major change which breaks API but is required in order to support SSL communication for services as used by network connections.
2012-10-21Added com.apple.misagent service protocol implementationGravatar Nikias Bassen1-0/+306