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