summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-07-08Fix segfault due to broken retrieval of board idGravatar Martin Szulecki1-4/+4
2010-07-08Improve error message if a device mode can not be determinedGravatar Martin Szulecki1-1/+1
Most of the time it means that there is no device attached as we should be able to detect any mode of a device.
2010-07-08Remove activation code, this will be handled by the ideviceactivate toolGravatar Martin Szulecki4-323/+2
We already handle the complex restore process, let's avoid the trouble to add up the activation complexity additionally.
2010-07-08Fix segfault and handling of cli argumentsGravatar Martin Szulecki1-5/+5
2010-07-08Do not depend on device model to extract correct buildmanifestGravatar Martin Szulecki1-14/+13
Since the iOS 4 IPSW contains a BuildManifest.plist even for devices that do not require personal signing, the prior code logic would fail.
2010-07-08Use debug_plist in tss code and remove redundant codeGravatar Martin Szulecki1-10/+2
2010-07-08Do not report the detected device mode twiceGravatar Martin Szulecki1-4/+0
2010-06-22Reverted rcg4u merge, didn't realize this was actually from posixninja branchGravatar Joshua Hill22-2395/+959
2010-06-22Small change to make the program use irecovery command functions rather then ↵Gravatar Joshua Hill1-1/+2
duplicating them
2010-06-22Fixed build error caused by libirecovery api changeGravatar Joshua Hill1-4/+0
2010-06-22Added info for iPhone4 and fixed a few runtime errorsGravatar Joshua Hill3-3/+15
2010-06-21Merge branch 'rcg'Gravatar Joshua Hill22-959/+2399
2010-06-21Update TODOGravatar Joshua Hill1-6/+13
2010-06-21Fixed a few more compile errors, everything should compile fine now, but i'm ↵Gravatar Joshua Hill4-71/+7
not sure if it will run yet
2010-06-21Finally fixed the out of control problemGravatar Joshua Hill12-174/+221
2010-06-21Archived for historical reasonsGravatar Joshua Hill20-419/+839
2010-06-20fixed a few build errors within buildmanifest parsingGravatar Joshua Hill2-8/+9
2010-06-17added a readmeGravatar cj1231-1/+70
2010-06-09ooops, should of tested that last commit before pushingGravatar Joshua Hill1-2/+3
2010-06-09Added debug info for recovery.c and a few minor fixes to asr.cGravatar Joshua Hill3-47/+68
2010-06-09forgot to update the asr.c file headerGravatar Joshua Hill1-2/+2
2010-06-09Added a new asr.c file to stick all stuff related to filesystem and abstract ↵Gravatar Joshua Hill9-297/+601
the restore process to allow for easier porting
2010-06-09More small fixes and updated the TODO listGravatar Joshua Hill4-23/+29
2010-06-09I really need to put more descriptive messages here, but im doing stuff all ↵Gravatar Joshua Hill5-7/+35
over the place
2010-06-09Changed the device type to a structure array for cleaner code and cross ↵Gravatar Joshua Hill7-113/+194
state access
2010-06-09Added long options and moved the function main source file function ↵Gravatar Joshua Hill2-27/+51
declarations into the header file for easier maintainance
2010-06-09Even more major cleanups and refactoring, this branch is still broken but ↵Gravatar Joshua Hill17-801/+885
starting to mature really well
2010-06-09small bugfix in idevicerestore.c get_build_identity and went ahead and added ↵Gravatar Joshua Hill4-2/+286
activate code to be cleaned up and added to process later
2010-06-09Refactoring continued, lots of bug fixes, probably about half way throughGravatar Joshua Hill5-56/+101
2010-06-09Continuing to refactor code and add support for other devicesGravatar Joshua Hill5-152/+266
2010-06-09Began major refactoring, not quite finished yet, this branch is probably brokeGravatar Joshua Hill13-161/+609
2010-06-08started to add support multiple build identitiesGravatar Joshua Hill3-11/+59
2010-06-08ooops, should of tested that last commit before pushingGravatar Joshua Hill1-2/+3
2010-06-08Added debug info for recovery.c and a few minor fixes to asr.cGravatar Joshua Hill3-47/+68
2010-06-08forgot to update the asr.c file headerGravatar Joshua Hill1-2/+2
2010-06-08Added a new asr.c file to stick all stuff related to filesystem and abstract ↵Gravatar Joshua Hill9-297/+601
the restore process to allow for easier porting
2010-06-07More small fixes and updated the TODO listGravatar Joshua Hill4-23/+29
2010-06-07I really need to put more descriptive messages here, but im doing stuff all ↵Gravatar Joshua Hill5-7/+35
over the place
2010-06-05Changed the device type to a structure array for cleaner code and cross ↵Gravatar Joshua Hill7-113/+194
state access
2010-06-05Added long options and moved the function main source file function ↵Gravatar Joshua Hill2-27/+51
declarations into the header file for easier maintainance
2010-06-04Even more major cleanups and refactoring, this branch is still broken but ↵Gravatar Joshua Hill17-801/+885
starting to mature really well
2010-06-04small bugfix in idevicerestore.c get_build_identity and went ahead and added ↵Gravatar Joshua Hill4-2/+286
activate code to be cleaned up and added to process later
2010-06-04Refactoring continued, lots of bug fixes, probably about half way throughGravatar Joshua Hill5-56/+101
2010-06-03Continuing to refactor code and add support for other devicesGravatar Joshua Hill5-152/+266
2010-06-01Began major refactoring, not quite finished yet, this branch is probably brokeGravatar Joshua Hill13-161/+609
2010-06-01Began refactoring of code to simplify and seperate device state logicGravatar Joshua Hill10-615/+871
2010-05-31Added code to automatically detect when connection is lostGravatar Joshua Hill1-3/+5
2010-05-31Merge commit 'martin/martin'Gravatar Joshua Hill1-1/+66
2010-05-31Copy and paste error, this should free name, not pathGravatar Joshua Hill1-1/+0
2010-05-30Parse progress message and report progressGravatar Martin Szulecki1-1/+66