summaryrefslogtreecommitdiff
path: root/tools/idevicebackup2.c
Commit message (Expand)AuthorAgeFilesLines
* Updated to use latest libplist API changesNikias Bassen2023-04-211-4/+5
* idevicebackup2: Fix missing break in switch case statementNikias Bassen2022-12-101-0/+1
* tools: Fix idevicebackup2 option parsing for --password optionNikias Bassen2022-06-091-1/+1
* idevicebackup2: Fix option parsingNikias Bassen2022-05-101-0/+1
* idevicebackup2: Fix command line option parsing not processing the backup dir...Nikias Bassen2022-05-011-2/+0
* [clang-tidy] Do not use else after returnRosen Penev2022-04-301-13/+15
* tools: Use getopt for option parsing in all toolsNikias Bassen2022-04-301-199/+224
* [clang-tidy] add parentheses to macrosRosen Penev2022-04-221-1/+1
* [clang-tidy] idevicebackup2: use uppercase numeric literalsRosen Penev2022-04-221-1/+1
* idevicebackup2: Allow passing backup password via environment variableNikias Bassen2022-04-221-4/+38
* tools: Print meaningful error messages when service startup failsNikias Bassen2022-02-041-1/+1
* tools/idevicebackup2: Make sure RemoveItemsNotRestored is always set in resto...Nikias Bassen2022-02-041-3/+2
* Remove common code in favor of new libimobiledevice-glueNikias Bassen2021-09-011-1/+1
* tools/idevicebackup2: Move some declarations to the start of main functionNikias Bassen2021-07-301-6/+7
* tools: idevicebackup2: Exit on service startup failure and improve error mess...Nikias Bassen2021-07-301-6/+14
* idevicebackup2: Handle DLMessagePurgeDiskSpace by sending back error codeNikias Bassen2020-12-071-0/+5
* idevicebackup2: Update errno to device error mappingNikias Bassen2020-11-191-1/+14
* idevicebackup2: Don't fail on restore when source backup doesn't have any app...Nikias Bassen2020-09-291-2/+4
* tools: Unify --network command line switch and add it where missingNikias Bassen2020-06-051-12/+15
* tools: Add --version command line switchNikias Bassen2020-06-051-7/+14
* Unify usage output in all tools and add bugreport URLMartin Szulecki2020-06-041-4/+7
* idevicebackup2: Remove RestoreApplications.plist if restore failedNikias Bassen2019-09-301-1/+7
* idevicebackup2: Only print device reboot message if restore was successfulNikias Bassen2019-09-301-3/+3
* idevicebackup2: Add passcode hint when enabling/disabling backup encryption o...Nikias Bassen2019-09-271-0/+48
* idevicebackup2: Handle timeout vs. error condition in main loopNikias Bassen2019-09-271-6/+10
* replace all occurrences of occured by occurredYves-Alexis Perez2019-06-231-2/+2
* idevicebackup2: Handle errors when receiving files and report back to deviceNikias Bassen2019-06-211-3/+7
* idevicebackup2: Make reboot after restore the defaultNikias Bassen2019-01-261-6/+9
* idevicebackup2: Move writing of RestoreApplications.plist to helper function,...Nikias Bassen2019-01-261-57/+72
* idevicebackup2: Write /iTunesRestore/RestoreApplications.plist on restoreSamuel Sadok2019-01-261-3/+62
* idevicebackup2: Fix scan_directory() for platforms not having d_type in struc...Nikias Bassen2018-10-301-0/+6
* idevicebackup2: Fix rmdir_recursive() not deleting all files/directories (esp...Nikias Bassen2018-10-291-20/+55
* tools: Remove length check on device UDID arguments to support newer devicesNikias Bassen2018-10-011-3/+3
* idevicebackup2: Make sure iTunesSettings are correctly stored in Info.plist (...Nikias Bassen2018-09-031-1/+1
* idevicebackup2: Prevent lockdownd timeoutsNikias Bassen2018-09-031-31/+38
* idevicebackup2: Fix potential memleakBastien Nocera2018-07-241-1/+3
* idevicebackup2: Fix fd leak in mb2_copy_file_by_path()Bastien Nocera2018-07-241-0/+1
* idevicebackup2: Fix logical bug when checking for success of backup operationNikias Bassen2016-12-151-1/+1
* idevicebackup2: Plug some small memory leaksNikias Bassen2016-11-271-8/+8
* idevicebackup2: Fix heap buffer out-of-bounds write caused by wrong buffer sizeNikias Bassen2016-11-021-1/+1
* idevicebackup2: Don't report an error when file to remove doesn't existNikias Bassen2016-10-211-1/+1
* idevicebackup2: Use remove_file() wrapper instead of remove()Nikias Bassen2016-10-211-3/+3
* idevicebackup2: Suppress repeated printing of global status when 100% is reachedNikias Bassen2016-10-051-1/+5
* idevicebackup2: Fix assertion occuring when copying non-present MEIDNikias Bassen2016-10-041-1/+2
* idevicebackup2: Add installed application info to Info.plist during backupNikias Bassen2016-09-231-5/+110
* idevicebackup2: Fix build on win32 after last commitNikias Bassen2016-09-181-14/+14
* idevicebackup2: Fix removal of Snapshot dir during backup with iOS 10+Nikias Bassen2016-09-181-23/+78
* idevicebackup: fix some timestamps that are relative to the Mac epoch instead...BALATON Zoltan2016-04-011-3/+4
* tools: Use PACKAGE_URL define for homepage project links in usage outputMartin Szulecki2015-10-061-1/+5
* Remove trailing whitespace errors from all filesMartin Szulecki2015-01-281-22/+19