summaryrefslogtreecommitdiffstats
path: root/src/idevicerestore.h
AgeCommit message (Collapse)AuthorFilesLines
2012-02-02main: add fixup_tss function to put TSS plist data in a usable stateGravatar Nikias Bassen1-0/+1
2012-02-02added nonce and nonce_size parameters to get_shsh_blobs functionGravatar Nikias Bassen1-1/+1
2012-02-02main: store product version & build in client struct for later checksGravatar Nikias Bassen1-1/+1
2010-07-09Rename some variables and functions to fit thier contextGravatar Martin Szulecki1-3/+3
2010-07-09Refactor filesystem extractionGravatar Martin Szulecki1-1/+1
2010-07-09Refactor manifest extractionGravatar Martin Szulecki1-1/+0
2010-07-09Add helper functions to dump information from a manifest of the IPSWGravatar Martin Szulecki1-0/+2
2010-07-09Implement handling of devices which do not require a tss requestGravatar Martin Szulecki1-1/+1
This introduces passing around the "selected" build identity and fixes code logic issues to make idevicerestore work again.
2010-07-09Add function to retrieve a component path from a build identityGravatar Martin Szulecki1-0/+1
2010-07-08Remove get_build_name() which was not working and has no real useGravatar Martin Szulecki1-1/+0
2010-06-21Fixed a few more compile errors, everything should compile fine now, but i'm ↵Gravatar Joshua Hill1-0/+1
not sure if it will run yet
2010-06-21Finally fixed the out of control problemGravatar Joshua Hill1-1/+0
2010-06-21Archived for historical reasonsGravatar Joshua Hill1-125/+21
2010-06-08Added a new asr.c file to stick all stuff related to filesystem and abstract ↵Gravatar Joshua Hill1-1/+28
the restore process to allow for easier porting
2010-06-07More small fixes and updated the TODO listGravatar Joshua Hill1-3/+4
2010-06-07I really need to put more descriptive messages here, but im doing stuff all ↵Gravatar Joshua Hill1-0/+14
over the place
2010-06-05Changed the device type to a structure array for cleaner code and cross ↵Gravatar Joshua Hill1-41/+54
state access
2010-06-05Added long options and moved the function main source file function ↵Gravatar Joshua Hill1-0/+18
declarations into the header file for easier maintainance
2010-06-03Continuing to refactor code and add support for other devicesGravatar Joshua Hill1-6/+7
2010-06-01Began major refactoring, not quite finished yet, this branch is probably brokeGravatar Joshua Hill1-2/+53
2010-05-22Finished implemented TSS request and TSS responseGravatar Joshua Hill1-0/+31
Removed base64.c/h since it's not needed with libplist