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