Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-04-30 | [clang-tidy] Do not use else after return | Rosen Penev | 1 | -5/+4 | |
Signed-off-by: Rosen Penev <rosenp@gmail.com> | |||||
2020-04-27 | syslog_relay: Add new function syslog_relay_start_capture_raw | Nikias Bassen | 1 | -2/+37 | |
to allow access to the unprocessed raw data | |||||
2019-07-19 | syslog_relay: Terminate worker thread before freeing service client to ↵ | Nikias Bassen | 1 | -8/+1 | |
prevent segfault | |||||
2019-06-16 | syslog_relay: Fix timeout issue introduced with recent libusbmuxd commit ↵ | Nikias Bassen | 1 | -2/+6 | |
ca245709 | |||||
2019-06-11 | common: Update thread.c/.h to match the one from libusbmuxd | Nikias Bassen | 1 | -4/+4 | |
2015-01-28 | Remove trailing whitespace errors from all files | Martin Szulecki | 1 | -5/+5 | |
2015-01-13 | thread: Introduce thread_new and thread_free to cover handle leaks on WIN32 | Martin Szulecki | 1 | -1/+4 | |
2014-10-05 | Convert int16_t macro error types into enum to improve debugging/type-checking | Martin Szulecki | 1 | -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-03 | Avoid exporting non-public symbols | Martin Szulecki | 1 | -7/+7 | |
2014-03-27 | Moved Doxygen comments from source files to public headers. | Aaron Burghardt | 1 | -87/+0 | |
Conflicts: include/libimobiledevice/afc.h | |||||
2013-07-19 | syslog_relay: Add doc comments for syslog_relay(_start|_stop)_capture() | Martin Szulecki | 1 | -0/+26 | |
2013-05-24 | syslog_relay: Make sure syslog worker thread is not stuck forever | Martin Szulecki | 1 | -2/+4 | |
2013-05-23 | syslog_relay: Remove syslog_relay_send() as the service is read-only | Martin Szulecki | 1 | -31/+0 | |
2013-05-23 | Add protocol implementation for syslog_relay service | Martin Szulecki | 1 | -0/+304 | |