Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-01-31 | Move LIBIMOBILEDEVICE_API to public headers | Nikias Bassen | 1 | -11/+11 | |
2022-04-12 | Documentation fixes | Nikias Bassen | 1 | -1/+1 | |
2019-09-25 | restore: Update error codes and properly convert underlying ↵ | Nikias Bassen | 1 | -7/+4 | |
property_list_service errors | |||||
2015-01-28 | Update copyright of public headers | Martin Szulecki | 1 | -0/+1 | |
2014-10-05 | Convert int16_t macro error types into enum to improve debugging/type-checking | Martin Szulecki | 1 | -16/+13 | |
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-05 | restore: Correct wrong error names in @return doc comments | Martin Szulecki | 1 | -10/+10 | |
2014-03-27 | Moved Doxygen comments from source files to public headers. | Aaron Burghardt | 1 | -0/+110 | |
Conflicts: include/libimobiledevice/afc.h | |||||
2013-02-27 | Make all "include guards" for all headers consistent | Martin Szulecki | 1 | -2/+2 | |
2012-04-08 | restore: Add note that service API is only available for restore mode devices | Martin Szulecki | 1 | -0/+1 | |
2012-03-08 | restored: Add restored_query_value() to query for values in restore mode | Martin Szulecki | 1 | -0/+1 | |
2012-01-11 | restored: allow passing options to restored_start_restore() | Nikias Bassen | 1 | -1/+1 | |
2010-06-05 | Added function to fetch device values from the QueryType response | Joshua Hill | 1 | -0/+1 | |
2010-05-25 | Update brief documentation to be consistent and easier to understand | Martin Szulecki | 1 | -1/+1 | |
2010-05-19 | Implement restored API | Martin Szulecki | 1 | -0/+71 | |