summaryrefslogtreecommitdiffstats
path: root/src/diagnostics_relay.c
AgeCommit message (Collapse)AuthorFilesLines
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 ↵Gravatar Nikias Bassen1-1/+1
crashes
2013-02-26Refactor port number use into service descriptor to enable SSL for servicesGravatar Martin Szulecki1-4/+4
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-11-30diagnostics_relay: Handle "UnknownRequest" status response correctlyGravatar Martin Szulecki1-8/+50
2012-10-21diagnostics_relay: Implement query functions for MobileGestalt and IORegistryGravatar Martin Szulecki1-0/+111
2012-10-21diagnostics_relay: Implement sleep, restart, shutdown and request_diagnosticsGravatar Martin Szulecki1-95/+121
2012-10-21diagnostics_relay: Add basic new service implementationGravatar Martin Szulecki1-0/+340