summaryrefslogtreecommitdiffstats
path: root/src/syslog_relay.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-27syslog_relay: Add new function syslog_relay_start_capture_rawGravatar Nikias Bassen1-2/+37
2019-07-19syslog_relay: Terminate worker thread before freeing service client to preven...Gravatar Nikias Bassen1-8/+1
2019-06-16syslog_relay: Fix timeout issue introduced with recent libusbmuxd commit ca24...Gravatar Nikias Bassen1-2/+6
2019-06-11common: Update thread.c/.h to match the one from libusbmuxdGravatar Nikias Bassen1-4/+4
2015-01-28Remove trailing whitespace errors from all filesGravatar Martin Szulecki1-5/+5
2015-01-13thread: Introduce thread_new and thread_free to cover handle leaks on WIN32Gravatar Martin Szulecki1-1/+4
2014-10-05Convert int16_t macro error types into enum to improve debugging/type-checkingGravatar Martin Szulecki1-1/+1
2014-10-03Avoid exporting non-public symbolsGravatar Martin Szulecki1-7/+7
2014-03-27Moved Doxygen comments from source files to public headers.Gravatar Aaron Burghardt1-87/+0
2013-07-19syslog_relay: Add doc comments for syslog_relay(_start|_stop)_capture()Gravatar Martin Szulecki1-0/+26
2013-05-24syslog_relay: Make sure syslog worker thread is not stuck foreverGravatar Martin Szulecki1-2/+4
2013-05-23syslog_relay: Remove syslog_relay_send() as the service is read-onlyGravatar Martin Szulecki1-31/+0
2013-05-23Add protocol implementation for syslog_relay serviceGravatar Martin Szulecki1-0/+304