summaryrefslogtreecommitdiffstats
path: root/src/restore.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-05Make sure all source files include config.hGravatar Nikias Bassen1-0/+3
2019-09-25restore: Update error codes and properly convert underlying property_list_ser...Gravatar Nikias Bassen1-26/+26
2019-06-23replace all occurrences of occured by occurredGravatar Yves-Alexis Perez1-1/+1
2015-01-28Remove trailing whitespace errors from all filesGravatar Martin Szulecki1-9/+9
2014-10-05Convert int16_t macro error types into enum to improve debugging/type-checkingGravatar Martin Szulecki1-3/+5
2014-10-03Avoid exporting non-public symbolsGravatar Martin Szulecki1-12/+11
2014-03-27Moved Doxygen comments from source files to public headers.Gravatar Aaron Burghardt1-100/+1
2014-03-20Bump dependency to libplist 1.11 and remove use of "plist_dict_insert_item()"Gravatar Martin Szulecki1-9/+9
2013-10-09Remove duplicate newline from debug messages as one is added automaticallyGravatar Martin Szulecki1-1/+1
2013-09-24restore: improve restored_query_type result checkingGravatar Nikias Bassen1-11/+14
2013-04-25common: Move debug and userpref code into libinternalcommonGravatar Martin Szulecki1-1/+1
2013-02-26Refactor port number use into service descriptor to enable SSL for servicesGravatar Martin Szulecki1-1/+6
2012-04-06restore: initialize uninitialized struct member infoGravatar Nikias Bassen1-0/+1
2012-03-22Mass replace UUID by UDID, which is the correct term for itGravatar Martin Szulecki1-7/+7
2012-03-19Remove orphan arpa/inet.h includeGravatar Nikias Bassen1-1/+0
2012-03-18Completely remove glib dependency.Gravatar Nikias Bassen1-1/+0
2012-03-08restored: Add restored_query_value() to query for values in restore modeGravatar Martin Szulecki1-0/+51
2012-01-11restored: allow passing options to restored_start_restore()Gravatar Nikias Bassen1-2/+7
2010-06-08restored: Fixed crash when attempting to pass NULL values to restored_query_typeGravatar Joshua Hill1-12/+20
2010-06-05Added function to fetch device values from the QueryType responseGravatar Joshua Hill1-2/+44
2010-05-19Implement restored APIGravatar Martin Szulecki1-0/+408