summaryrefslogtreecommitdiffstats
path: root/include/libimobiledevice/syslog_relay.h
AgeCommit message (Collapse)AuthorFilesLines
2020-04-27syslog_relay: Add new function syslog_relay_start_capture_rawGravatar Nikias Bassen1-1/+23
to allow access to the unprocessed raw data
2019-06-16syslog_relay: Fix timeout issue introduced with recent libusbmuxd commit ↵Gravatar Nikias Bassen1-5/+7
ca245709
2015-01-28Update copyright of public headersGravatar Martin Szulecki1-1/+1
2014-10-05Convert int16_t macro error types into enum to improve debugging/type-checkingGravatar Martin Szulecki1-11/+8
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-03-27Moved Doxygen comments from source files to public headers.Gravatar Aaron Burghardt1-0/+94
Conflicts: include/libimobiledevice/afc.h
2013-05-23syslog_relay: Remove syslog_relay_send() as the service is read-onlyGravatar Martin Szulecki1-4/+1
2013-05-23Add protocol implementation for syslog_relay serviceGravatar Martin Szulecki1-0/+72