summaryrefslogtreecommitdiffstats
path: root/src/diagnostics_relay.c
AgeCommit message (Collapse)AuthorFilesLines
2020-05-03diagnostics_relay: Don't use reserved words as function argumentsGravatar Nikias Bassen1-6/+6
2020-01-05Make sure all source files include config.hGravatar Nikias Bassen1-0/+4
2019-12-16Define the flags for the diagnostics_relay_* methods in a ↵Gravatar Frederik Carlier1-3/+3
diagnostics_relay_action_t enum
2019-06-23replace all occurrences of occured by occurredGravatar Yves-Alexis Perez1-1/+1
Do it in all comments and errors messages
2016-04-29diagnostics_relay: Plug small memory leakGravatar Xiao Deng1-0/+1
2015-01-28Remove trailing whitespace errors from all filesGravatar Martin Szulecki1-5/+5
2014-10-05Convert int16_t macro error types into enum to improve debugging/type-checkingGravatar Martin Szulecki1-1/+1
This simple change provides various benefits for developers like compile time errors, better auto-completition in editors and the ability of a debugger to show the constant instead of just the raw value. Thanks to Aaron Burghardt for the proposal.
2014-10-03Avoid exporting non-public symbolsGravatar Martin Szulecki1-11/+11
2014-03-27Moved Doxygen comments from source files to public headers.Gravatar Aaron Burghardt1-86/+0
Conflicts: include/libimobiledevice/afc.h
2014-03-20Bump dependency to libplist 1.11 and remove use of "plist_dict_insert_item()"Gravatar Martin Szulecki1-14/+14
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