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