Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-25 | restore: Update error codes and properly convert underlying ↵ | Nikias Bassen | 1 | -26/+26 | |
property_list_service errors | |||||
2019-06-23 | replace all occurrences of occured by occurred | Yves-Alexis Perez | 1 | -1/+1 | |
Do it in all comments and errors messages | |||||
2015-01-28 | Remove trailing whitespace errors from all files | Martin Szulecki | 1 | -9/+9 | |
2014-10-05 | Convert int16_t macro error types into enum to improve debugging/type-checking | Martin Szulecki | 1 | -3/+5 | |
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 | Martin Szulecki | 1 | -12/+11 | |
2014-03-27 | Moved Doxygen comments from source files to public headers. | Aaron Burghardt | 1 | -100/+1 | |
Conflicts: include/libimobiledevice/afc.h | |||||
2014-03-20 | Bump dependency to libplist 1.11 and remove use of "plist_dict_insert_item()" | Martin Szulecki | 1 | -9/+9 | |
2013-10-09 | Remove duplicate newline from debug messages as one is added automatically | Martin Szulecki | 1 | -1/+1 | |
2013-09-24 | restore: improve restored_query_type result checking | Nikias Bassen | 1 | -11/+14 | |
2013-04-25 | common: Move debug and userpref code into libinternalcommon | Martin Szulecki | 1 | -1/+1 | |
2013-02-26 | Refactor port number use into service descriptor to enable SSL for services | Martin Szulecki | 1 | -1/+6 | |
This is a major change which breaks API but is required in order to support SSL communication for services as used by network connections. | |||||
2012-04-06 | restore: initialize uninitialized struct member info | Nikias Bassen | 1 | -0/+1 | |
2012-03-22 | Mass replace UUID by UDID, which is the correct term for it | Martin Szulecki | 1 | -7/+7 | |
2012-03-19 | Remove orphan arpa/inet.h include | Nikias Bassen | 1 | -1/+0 | |
2012-03-18 | Completely remove glib dependency. | Nikias Bassen | 1 | -1/+0 | |
2012-03-08 | restored: Add restored_query_value() to query for values in restore mode | Martin Szulecki | 1 | -0/+51 | |
2012-01-11 | restored: allow passing options to restored_start_restore() | Nikias Bassen | 1 | -2/+7 | |
2010-06-08 | restored: Fixed crash when attempting to pass NULL values to restored_query_type | Joshua Hill | 1 | -12/+20 | |
2010-06-05 | Added function to fetch device values from the QueryType response | Joshua Hill | 1 | -2/+44 | |
2010-05-19 | Implement restored API | Martin Szulecki | 1 | -0/+408 | |