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