summaryrefslogtreecommitdiffstats
path: root/src/restore.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-16mass replace uuid->udid and raise libimobiledevice requirement to >= 1.1.4Gravatar Nikias Bassen1-11/+11
2012-02-14remove duplicate CPID/BDID and devices structsGravatar Nikias Bassen1-3/+3
2012-02-14restore: use FMT_qu define to fix compiler warningGravatar Nikias Bassen1-1/+1
2012-02-07restore: find actual device by checking device serial numberGravatar Nikias Bassen1-15/+85
2012-02-05restore: Implement handling of PreviousRestoreLogMsg messageGravatar Martin Szulecki1-0/+22
2012-02-03restore: don't enter endless loop on restore errorGravatar Nikias Bassen1-2/+5
2012-02-02restore: only reprint progress bar if progress changedGravatar Nikias Bassen1-1/+7
2012-02-02restore: send root ticketGravatar Nikias Bassen1-0/+45
2012-02-02restore: some updates and fixesGravatar Nikias Bassen1-41/+73
2012-02-02restore: reflect latest libimobiledevice changes and pass options to restoredGravatar Nikias Bassen1-4/+65
2010-07-14Name restore progress strings cosistentlyGravatar Martin Szulecki1-4/+4
2010-07-12Be more verbose when reporting about each step of the restore processGravatar Martin Szulecki1-3/+3
2010-07-09Correctly check when to send the NORDataGravatar Martin Szulecki1-1/+3
2010-07-09Fix typo in nor data messageGravatar Martin Szulecki1-1/+1
2010-07-09Only debug a plist if debugging flag was setGravatar Martin Szulecki1-4/+8
2010-07-09Add more known progress messages and report themGravatar Martin Szulecki1-1/+12
2010-07-09Add more known status messages and report themGravatar Martin Szulecki1-2/+20
2010-07-09Correctly set QUIT flag during restoreGravatar Martin Szulecki1-3/+3
2010-07-09Fix idevice handle being NULL which leads to failure to connect to ASRGravatar Martin Szulecki1-0/+1
2010-07-09Fix crash due to not passing client handle for callback as userdataGravatar Martin Szulecki1-1/+1
2010-07-09Implement handling of devices which do not require a tss requestGravatar Martin Szulecki1-21/+42
2010-06-21Finally fixed the out of control problemGravatar Joshua Hill1-3/+3
2010-06-21Archived for historical reasonsGravatar Joshua Hill1-82/+137
2010-06-08started to add support multiple build identitiesGravatar Joshua Hill1-1/+6
2010-06-08Added a new asr.c file to stick all stuff related to filesystem and abstract ...Gravatar Joshua Hill1-269/+195
2010-06-07I really need to put more descriptive messages here, but im doing stuff all o...Gravatar Joshua Hill1-1/+1
2010-06-05Changed the device type to a structure array for cleaner code and cross state...Gravatar Joshua Hill1-0/+58
2010-06-04Even more major cleanups and refactoring, this branch is still broken but sta...Gravatar Joshua Hill1-12/+187
2010-06-03Continuing to refactor code and add support for other devicesGravatar Joshua Hill1-1/+1
2010-06-01Began major refactoring, not quite finished yet, this branch is probably brokeGravatar Joshua Hill1-5/+38
2010-06-01Began refactoring of code to simplify and seperate device state logicGravatar Joshua Hill1-0/+405