summaryrefslogtreecommitdiff
path: root/src/syslog_relay.c
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Do not use else after returnRosen Penev2022-04-301-5/+4
* syslog_relay: Add new function syslog_relay_start_capture_rawNikias Bassen2020-04-271-2/+37
* syslog_relay: Terminate worker thread before freeing service client to preven...Nikias Bassen2019-07-191-8/+1
* syslog_relay: Fix timeout issue introduced with recent libusbmuxd commit ca24...Nikias Bassen2019-06-161-2/+6
* common: Update thread.c/.h to match the one from libusbmuxdNikias Bassen2019-06-111-4/+4
* Remove trailing whitespace errors from all filesMartin Szulecki2015-01-281-5/+5
* thread: Introduce thread_new and thread_free to cover handle leaks on WIN32Martin Szulecki2015-01-131-1/+4
* 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-7/+7
* Moved Doxygen comments from source files to public headers.Aaron Burghardt2014-03-271-87/+0
* syslog_relay: Add doc comments for syslog_relay(_start|_stop)_capture()Martin Szulecki2013-07-191-0/+26
* syslog_relay: Make sure syslog worker thread is not stuck foreverMartin Szulecki2013-05-241-2/+4
* syslog_relay: Remove syslog_relay_send() as the service is read-onlyMartin Szulecki2013-05-231-31/+0
* Add protocol implementation for syslog_relay serviceMartin Szulecki2013-05-231-0/+304