Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-04-27 | syslog_relay: Add new function syslog_relay_start_capture_raw | Nikias Bassen | 1 | -1/+23 | |
to allow access to the unprocessed raw data | |||||
2019-06-16 | syslog_relay: Fix timeout issue introduced with recent libusbmuxd commit ↵ | Nikias Bassen | 1 | -5/+7 | |
ca245709 | |||||
2015-01-28 | Update copyright of public headers | Martin Szulecki | 1 | -1/+1 | |
2014-10-05 | Convert int16_t macro error types into enum to improve debugging/type-checking | Martin Szulecki | 1 | -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-27 | Moved Doxygen comments from source files to public headers. | Aaron Burghardt | 1 | -0/+94 | |
Conflicts: include/libimobiledevice/afc.h | |||||
2013-05-23 | syslog_relay: Remove syslog_relay_send() as the service is read-only | Martin Szulecki | 1 | -4/+1 | |
2013-05-23 | Add protocol implementation for syslog_relay service | Martin Szulecki | 1 | -0/+72 | |