summaryrefslogtreecommitdiffstats
path: root/src/asr.h
AgeCommit message (Collapse)AuthorFilesLines
2023-09-14Refactor ipsw code to transparently stream images directly from ZIP or ↵Gravatar Nikias Bassen1-3/+6
extracted ipsw This allows flashing directly from IPSW archive without having to extract it first, and ultimately removes the "Extracting filesystem from IPSW" part. Restoring from extracted IPSW is also supported, just pass the path to the directory that has all the files from a given IPSW.
2013-10-24Fixed pass-by-reference inconsistency in asr_send().Gravatar Aaron Burghardt1-1/+1
Signed-off-by: Martin Szulecki <m.szulecki@libimobiledevice.org>
2013-09-23Update AUTHORS and file copyrights accordinglyGravatar Martin Szulecki1-0/+2
2012-11-07libidevicerecovery: implemented progress callback logicGravatar Martin Szulecki1-0/+6
2012-07-17asr: implemented checksumming for filesystem uploadGravatar Nikias Bassen1-8/+14
2010-06-21Archived for historical reasonsGravatar Joshua Hill1-0/+9
2010-06-08Added debug info for recovery.c and a few minor fixes to asr.cGravatar Joshua Hill1-2/+3
2010-06-08Added a new asr.c file to stick all stuff related to filesystem and abstract ↵Gravatar Joshua Hill1-0/+35
the restore process to allow for easier porting