summaryrefslogtreecommitdiff
path: root/src/restore.c
Commit message (Expand)AuthorAgeFilesLines
* restore: Remove incorrect invocation of free() in restored_get_valueNikias Bassen2022-09-141-1/+1
* [clang-tidy] Do not use else after returnRosen Penev2022-04-301-10/+8
* Make sure all source files include config.hNikias Bassen2020-01-051-0/+3
* restore: Update error codes and properly convert underlying property_list_ser...Nikias Bassen2019-09-251-26/+26
* replace all occurrences of occured by occurredYves-Alexis Perez2019-06-231-1/+1
* Remove trailing whitespace errors from all filesMartin Szulecki2015-01-281-9/+9
* Convert int16_t macro error types into enum to improve debugging/type-checkingMartin Szulecki2014-10-051-3/+5
* Avoid exporting non-public symbolsMartin Szulecki2014-10-031-12/+11
* Moved Doxygen comments from source files to public headers.Aaron Burghardt2014-03-271-100/+1
* Bump dependency to libplist 1.11 and remove use of "plist_dict_insert_item()"Martin Szulecki2014-03-201-9/+9
* Remove duplicate newline from debug messages as one is added automaticallyMartin Szulecki2013-10-091-1/+1
* restore: improve restored_query_type result checkingNikias Bassen2013-09-241-11/+14
* common: Move debug and userpref code into libinternalcommonMartin Szulecki2013-04-251-1/+1
* Refactor port number use into service descriptor to enable SSL for servicesMartin Szulecki2013-02-261-1/+6
* restore: initialize uninitialized struct member infoNikias Bassen2012-04-061-0/+1
* Mass replace UUID by UDID, which is the correct term for itMartin Szulecki2012-03-221-7/+7
* Remove orphan arpa/inet.h includeNikias Bassen2012-03-191-1/+0
* Completely remove glib dependency.Nikias Bassen2012-03-181-1/+0
* restored: Add restored_query_value() to query for values in restore modeMartin Szulecki2012-03-081-0/+51
* restored: allow passing options to restored_start_restore()Nikias Bassen2012-01-111-2/+7
* restored: Fixed crash when attempting to pass NULL values to restored_query_typeJoshua Hill2010-06-081-12/+20
* Added function to fetch device values from the QueryType responseJoshua Hill2010-06-051-2/+44
* Implement restored APIMartin Szulecki2010-05-191-0/+408