Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-14 | Refactor ipsw code to transparently stream images directly from ZIP or ↵ | 1 | -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-24 | Fixed pass-by-reference inconsistency in asr_send(). | 1 | -1/+1 | ||
Signed-off-by: Martin Szulecki <m.szulecki@libimobiledevice.org> | |||||
2013-09-23 | Update AUTHORS and file copyrights accordingly | 1 | -0/+2 | ||
2012-11-07 | libidevicerecovery: implemented progress callback logic | 1 | -0/+6 | ||
2012-07-17 | asr: implemented checksumming for filesystem upload | 1 | -8/+14 | ||
2010-06-21 | Archived for historical reasons | 1 | -0/+9 | ||
2010-06-08 | Added debug info for recovery.c and a few minor fixes to asr.c | 1 | -2/+3 | ||
2010-06-08 | Added a new asr.c file to stick all stuff related to filesystem and abstract ↵ | 1 | -0/+35 | ||
the restore process to allow for easier porting |