summaryrefslogtreecommitdiff
path: root/src/diagnostics_relay.c
Commit message (Expand)AuthorAgeFilesLines
* diagnostics_relay: Check for errors after sending requests to service connection怯花颜2022-03-011-0/+9
* diagnostics_relay: Don't use reserved words as function argumentsNikias Bassen2020-05-031-6/+6
* Make sure all source files include config.hNikias Bassen2020-01-051-0/+4
* Define the flags for the diagnostics_relay_* methods in a diagnostics_relay_a...Frederik Carlier2019-12-161-3/+3
* replace all occurrences of occured by occurredYves-Alexis Perez2019-06-231-1/+1
* diagnostics_relay: Plug small memory leakXiao Deng2016-04-291-0/+1
* Remove trailing whitespace errors from all filesMartin Szulecki2015-01-281-5/+5
* Convert int16_t macro error types into enum to improve debugging/type-checkingMartin Szulecki2014-10-051-1/+1
* Avoid exporting non-public symbolsMartin Szulecki2014-10-031-11/+11
* Moved Doxygen comments from source files to public headers.Aaron Burghardt2014-03-271-86/+0
* Bump dependency to libplist 1.11 and remove use of "plist_dict_insert_item()"Martin Szulecki2014-03-201-14/+14
* 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-1/+1
* Refactor port number use into service descriptor to enable SSL for servicesMartin Szulecki2013-02-261-4/+4
* diagnostics_relay: Handle "UnknownRequest" status response correctlyMartin Szulecki2012-11-301-8/+50
* diagnostics_relay: Implement query functions for MobileGestalt and IORegistryMartin Szulecki2012-10-211-0/+111
* diagnostics_relay: Implement sleep, restart, shutdown and request_diagnosticsMartin Szulecki2012-10-211-95/+121
* diagnostics_relay: Add basic new service implementationMartin Szulecki2012-10-211-0/+340