summaryrefslogtreecommitdiff
path: root/src/mobilebackup.c
Commit message (Expand)AuthorAgeFilesLines
* mobilebackup: Fix version check to allow operability with really old iOS vers...Nikias Bassen2022-10-041-2/+18
* [clang-tidy] add parentheses to macrosRosen Penev2022-04-221-1/+1
* Make sure all source files include config.hNikias Bassen2020-01-051-0/+3
* Make sure to handle timeout errors in device link service and all depending s...Nikias Bassen2019-09-271-0/+5
* Remove trailing whitespace errors from all filesMartin Szulecki2015-01-281-5/+5
* Avoid exporting non-public symbolsMartin Szulecki2014-10-031-12/+12
* Moved Doxygen comments from source files to public headers.Aaron Burghardt2014-03-271-157/+0
* Bump dependency to libplist 1.11 and remove use of "plist_dict_insert_item()"Martin Szulecki2014-03-201-12/+12
* Implement *_start_service() helper to simplify creation of service clientsMartin Szulecki2013-08-051-0/+20
* common: Move debug and userpref code into libinternalcommonMartin Szulecki2013-04-251-1/+1
* global: make sure to check service before checking service->port to prevent c...Nikias Bassen2013-03-141-3/+2
* Refactor port number use into service descriptor to enable SSL for servicesMartin Szulecki2013-02-261-4/+4
* device_link_service: Allow passing a reason message upon disconnectingMartin Szulecki2011-04-281-1/+1
* mobilebackup: Add function to receive application received messageMartin Szulecki2010-06-101-0/+23
* mobilebackup: free device_link_service after sending restore_completeNikias Bassen2010-06-091-6/+51
* Fix typos in mobilesync codeMartin Szulecki2010-06-081-1/+1
* mobilebackup: extend interface with functions for the restore processNikias Bassen2010-06-061-0/+114
* mobilebackup: add internal mobilebackup_send_message() for cleaner codeNikias Bassen2010-06-031-20/+49
* mobilebackup: add internal mobilebackup_receive_message() for cleaner codeNikias Bassen2010-06-031-21/+69
* Remove unused and fix some includesNikias Bassen2010-03-241-1/+0
* Complete documentation of public interface and fix a lot of bogus commentsMartin Szulecki2010-03-161-4/+27
* Rename the *_int to *_private for better semantic and fix public typedefsMartin Szulecki2010-03-161-1/+1
* mobilebackup: new functions addedNikias Bassen2010-03-161-0/+150
* Global renames due to project rename to libimobiledeviceNikias Bassen2010-01-291-3/+3
* Add service code and a backup tool for mobilebackup supportMartin Szulecki2010-01-241-0/+131