summaryrefslogtreecommitdiffstats
path: root/src/restore.c
AgeCommit message (Collapse)AuthorFilesLines
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
This introduces passing around the "selected" build identity and fixes code logic issues to make idevicerestore work again.
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
the restore process to allow for easier porting
2010-06-07I really need to put more descriptive messages here, but im doing stuff all ↵Gravatar Joshua Hill1-1/+1
over the place
2010-06-05Changed the device type to a structure array for cleaner code and cross ↵Gravatar Joshua Hill1-0/+58
state access
2010-06-04Even more major cleanups and refactoring, this branch is still broken but ↵Gravatar Joshua Hill1-12/+187
starting to mature really well
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