summaryrefslogtreecommitdiff
path: root/src/mobilebackup2.c
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Do not use else after returnRosen Penev2022-04-301-5/+4
* [clang-tidy] add parentheses to macrosRosen Penev2022-04-221-1/+1
* mobilebackup2: Set DeviceLink version to 400 to support iOS 14b4+Nikias Bassen2020-08-071-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-1/+5
* Remove trailing whitespace errors from all filesMartin Szulecki2015-01-281-5/+5
* Avoid exporting non-public symbolsMartin Szulecki2014-10-031-10/+10
* Moved Doxygen comments from source files to public headers.Aaron Burghardt2014-03-271-134/+0
* Bump dependency to libplist 1.11 and remove use of "plist_dict_insert_item()"Martin Szulecki2014-03-201-7/+7
* idevicebackup2: Add experimental support for using backups in the cloudMartin Szulecki2013-09-211-3/+9
* idevicebackup2: Implement support for encrypted backups in Unback commandAaron Burghardt2013-08-081-0/+6
* 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-1/+1
* implement base service that all other services inherit fromNikias Bassen2013-02-271-4/+4
* Refactor port number use into service descriptor to enable SSL for servicesMartin Szulecki2013-02-261-4/+4
* mobilebackup2: raised DL version so idevicebackup2 actually works with iOS6Nikias Bassen2012-10-171-1/+1
* Mass replace UUID by UDID, which is the correct term for itMartin Szulecki2012-03-221-2/+2
* added mobilebackup2_send_message to public apiNikias Bassen2012-01-151-3/+3
* device_link_service: Allow passing a reason message upon disconnectingMartin Szulecki2011-04-281-0/+1
* idevicebackup2: Improve disconnect behavior to cleanly disconnect from agentMartin Szulecki2011-04-281-1/+0
* mobilebackup2: Finish mobilebackup2_version_exchange() and use it in ideviceb...Martin Szulecki2011-04-271-15/+19
* mobilebackup2: Add missing function documentationNikias Bassen2011-04-111-4/+70
* mobilebackup2: small api changesNikias Bassen2011-04-111-5/+21
* Add initial mobilebackup2 support and idevicebackup4 toolNikias Bassen2011-04-111-0/+396