summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 Hill8-284/+587
2010-06-07More small fixes and updated the TODO listGravatar Joshua Hill3-4/+13
2010-06-07I really need to put more descriptive messages here, but im doing stuff all o...Gravatar Joshua Hill5-7/+35
2010-06-05Changed the device type to a structure array for cleaner code and cross state...Gravatar Joshua Hill7-113/+194
2010-06-05Added long options and moved the function main source file function declarati...Gravatar Joshua Hill2-27/+51
2010-06-04Even more major cleanups and refactoring, this branch is still broken but sta...Gravatar Joshua Hill17-801/+885
2010-06-04small bugfix in idevicerestore.c get_build_identity and went ahead and added ...Gravatar Joshua Hill4-2/+286
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
2010-05-29Changed some filenames and made it so it won't abort too earlyGravatar Joshua Hill1-59/+69
2010-05-26Implemented NOR data request, it's ugly but it works! Successfully restored 4...Gravatar Joshua Hill3-36/+253
2010-05-25cleaned up and fixed kernelcache restore. just successfully restored my ipt3gGravatar Joshua Hill1-117/+116
2010-05-25Refactor sending and signing of images to reduce redundant codeGravatar Martin Szulecki1-460/+107
2010-05-25Pass IPSW filename as mandatory argumentGravatar Martin Szulecki1-10/+10
2010-05-25Remove auto generated files from version controlGravatar Martin Szulecki1-551/+0
2010-05-25Filesystem is now restoring, need to add in kernelcache restore and nor resto...Gravatar Joshua Hill3-141/+195
2010-05-24Merged the current POC with this codebase, it /should/ work but it's not.Gravatar Joshua Hill1-9/+385
2010-05-24Added AppleLogo so it's a bit more AppleishGravatar Joshua Hill1-2/+139
2010-05-24Device now successfully enters restore mode. Now all that's left is copying c...Gravatar Joshua Hill1-210/+383
2010-05-24Have it sending DeviceTree now and started on ramdisk. Started to clean up a ...Gravatar Joshua Hill4-95/+401
2010-05-23TSS stitching and loading of signed iBEC is now working, but launching from r...Gravatar Joshua Hill3-14/+266
2010-05-23More work on img3.c/h done, implemented basic img3 file parsing and img3 elem...Gravatar Joshua Hill3-16/+208
2010-05-22Fixed stupid stupid stupid bugGravatar Joshua Hill3-4/+4
2010-05-22Started implementation of img3 file and tss_stitcherGravatar Joshua Hill9-21/+260
2010-05-22Finished implemented TSS request and TSS responseGravatar Joshua Hill8-532/+236
2010-05-21Added ECID detectionGravatar Joshua Hill5-44/+73
2010-05-20Added support to detect device and which mode it's in, and linking for libire...Gravatar Joshua Hill3-10/+80
2010-05-20Initial commitGravatar Joshua Hill9-0/+1404