| Age | Commit message (Expand) | Author | Files | Lines | 
|---|
| 2010-07-08 | Fix segfault due to broken retrieval of board id |  Martin Szulecki | 1 | -4/+4 | 
| 2010-07-08 | Improve error message if a device mode can not be determined |  Martin Szulecki | 1 | -1/+1 | 
| 2010-07-08 | Remove activation code, this will be handled by the ideviceactivate tool |  Martin Szulecki | 4 | -323/+2 | 
| 2010-07-08 | Fix segfault and handling of cli arguments |  Martin Szulecki | 1 | -5/+5 | 
| 2010-07-08 | Do not depend on device model to extract correct buildmanifest |  Martin Szulecki | 1 | -14/+13 | 
| 2010-07-08 | Use debug_plist in tss code and remove redundant code |  Martin Szulecki | 1 | -10/+2 | 
| 2010-07-08 | Do not report the detected device mode twice |  Martin Szulecki | 1 | -4/+0 | 
| 2010-06-22 | Small change to make the program use irecovery command functions rather then ... |  Joshua Hill | 1 | -1/+2 | 
| 2010-06-22 | Added info for iPhone4 and fixed a few runtime errors |  Joshua Hill | 3 | -3/+15 | 
| 2010-06-21 | Fixed a few more compile errors, everything should compile fine now, but i'm ... |  Joshua Hill | 4 | -71/+7 | 
| 2010-06-21 | Finally fixed the out of control problem |  Joshua Hill | 12 | -174/+221 | 
| 2010-06-21 | Archived for historical reasons |  Joshua Hill | 19 | -417/+837 | 
| 2010-06-20 | fixed a few build errors within buildmanifest parsing |  Joshua Hill | 2 | -8/+9 | 
| 2010-06-08 | started to add support multiple build identities |  Joshua Hill | 3 | -11/+59 | 
| 2010-06-08 | ooops, should of tested that last commit before pushing |  Joshua Hill | 1 | -2/+3 | 
| 2010-06-08 | Added debug info for recovery.c and a few minor fixes to asr.c |  Joshua Hill | 3 | -47/+68 | 
| 2010-06-08 | forgot to update the asr.c file header |  Joshua Hill | 1 | -2/+2 | 
| 2010-06-08 | Added a new asr.c file to stick all stuff related to filesystem and abstract ... |  Joshua Hill | 8 | -284/+587 | 
| 2010-06-07 | More small fixes and updated the TODO list |  Joshua Hill | 3 | -4/+13 | 
| 2010-06-07 | I really need to put more descriptive messages here, but im doing stuff all o... |  Joshua Hill | 5 | -7/+35 | 
| 2010-06-05 | Changed the device type to a structure array for cleaner code and cross state... |  Joshua Hill | 7 | -113/+194 | 
| 2010-06-05 | Added long options and moved the function main source file function declarati... |  Joshua Hill | 2 | -27/+51 | 
| 2010-06-04 | Even more major cleanups and refactoring, this branch is still broken but sta... |  Joshua Hill | 17 | -801/+885 | 
| 2010-06-04 | small bugfix in idevicerestore.c get_build_identity and went ahead and added ... |  Joshua Hill | 4 | -2/+286 | 
| 2010-06-04 | Refactoring continued, lots of bug fixes, probably about half way through |  Joshua Hill | 5 | -56/+101 | 
| 2010-06-03 | Continuing to refactor code and add support for other devices |  Joshua Hill | 5 | -152/+266 | 
| 2010-06-01 | Began major refactoring, not quite finished yet, this branch is probably broke |  Joshua Hill | 13 | -161/+609 | 
| 2010-06-01 | Began refactoring of code to simplify and seperate device state logic |  Joshua Hill | 10 | -615/+871 | 
| 2010-05-31 | Added code to automatically detect when connection is lost |  Joshua Hill | 1 | -3/+5 | 
| 2010-05-31 | Merge commit 'martin/martin' |  Joshua Hill | 1 | -1/+66 | 
| 2010-05-31 | Copy and paste error, this should free name, not path |  Joshua Hill | 1 | -1/+0 | 
| 2010-05-30 | Parse progress message and report progress |  Martin Szulecki | 1 | -1/+66 | 
| 2010-05-29 | Changed some filenames and made it so it won't abort too early |  Joshua Hill | 1 | -59/+69 | 
| 2010-05-26 | Implemented NOR data request, it's ugly but it works! Successfully restored 4... |  Joshua Hill | 3 | -36/+253 | 
| 2010-05-25 | cleaned up and fixed kernelcache restore. just successfully restored my ipt3g |  Joshua Hill | 1 | -117/+116 | 
| 2010-05-25 | Refactor sending and signing of images to reduce redundant code |  Martin Szulecki | 1 | -460/+107 | 
| 2010-05-25 | Pass IPSW filename as mandatory argument |  Martin Szulecki | 1 | -10/+10 | 
| 2010-05-25 | Remove auto generated files from version control |  Martin Szulecki | 1 | -551/+0 | 
| 2010-05-25 | Filesystem is now restoring, need to add in kernelcache restore and nor resto... |  Joshua Hill | 3 | -141/+195 | 
| 2010-05-24 | Merged the current POC with this codebase, it /should/ work but it's not. |  Joshua Hill | 1 | -9/+385 | 
| 2010-05-24 | Added AppleLogo so it's a bit more Appleish |  Joshua Hill | 1 | -2/+139 | 
| 2010-05-24 | Device now successfully enters restore mode. Now all that's left is copying c... |  Joshua Hill | 1 | -210/+383 | 
| 2010-05-24 | Have it sending DeviceTree now and started on ramdisk. Started to clean up a ... |  Joshua Hill | 4 | -95/+401 | 
| 2010-05-23 | TSS stitching and loading of signed iBEC is now working, but launching from r... |  Joshua Hill | 3 | -14/+266 | 
| 2010-05-23 | More work on img3.c/h done, implemented basic img3 file parsing and img3 elem... |  Joshua Hill | 3 | -16/+208 | 
| 2010-05-22 | Fixed stupid stupid stupid bug |  Joshua Hill | 3 | -4/+4 | 
| 2010-05-22 | Started implementation of img3 file and tss_stitcher |  Joshua Hill | 9 | -21/+260 | 
| 2010-05-22 | Finished implemented TSS request and TSS response |  Joshua Hill | 8 | -532/+236 | 
| 2010-05-21 | Added ECID detection |  Joshua Hill | 5 | -44/+73 | 
| 2010-05-20 | Added support to detect device and which mode it's in, and linking for libire... |  Joshua Hill | 3 | -10/+80 |