Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-06-17 | Add support for iOS 16 | Doron Zarhi | 1 | -1/+2 | |
2022-04-06 | Add support for Timer,* components and TSS found in iPad Air 5th gen firmware | Nikias Bassen | 1 | -0/+1 | |
2021-09-27 | restore: Add support for updating AppleTCON | Hector Martin | 1 | -0/+1 | |
Closes: #442 Co-authored-by: Nikias Bassen <nikias@gmx.li> Signed-off-by: Hector Martin <marcan@marcan.st> | |||||
2021-05-08 | tss: Add new calls | Benjamin BOURGEAIS | 1 | -0/+2 | |
- Local policy (non persistent) - recoveryOS - recoveryOS Local policy (persistent) The local policy TSS request differs slightly between the one for the restore process and the recoveryOS. The one for the restore process is meant to be used only once, and the one for the recovery os is meant to be loaded from disk, and thus has a different request. See the Ap,LocalBoot parameter. | |||||
2019-09-25 | tss: Add support for new Vinyl (eUICC), Rose (Rap), and Veridian (BMU) ↵ | Nikias Bassen | 1 | -0/+3 | |
ticket requests | |||||
2019-01-25 | restore: Move Yonkers component selection code to tss_request_add_yonkers_tags() | Nikias Bassen | 1 | -1/+1 | |
2019-01-24 | restore: Fix Savage firmware handling for iPhone XR/XS/XS max | Nikias Bassen | 1 | -1/+1 | |
2019-01-16 | restore/tss: Add support for Yonkers firmware data and TSS request | Rudolf Tammekivi | 1 | -0/+1 | |
2017-11-06 | Add support for Savage firmware updating (found in iPhone X) | Nikias Bassen | 1 | -0/+1 | |
2016-09-30 | tss: Add helper function to create Secure Element TSS request | Nikias Bassen | 1 | -0/+1 | |
2013-11-27 | Refactor TSS parameter handling and parse RestoreRequestRules properly | Nikias Bassen | 1 | -4/+6 | |
2013-11-20 | tss: Split img3 tag add helpers into common, img3 and img4 | Martin Szulecki | 1 | -0/+1 | |
2013-11-19 | tss: Refactor TSS handlers for Image4 support and flexibility | Martin Szulecki | 1 | -7/+23 | |
2013-10-02 | tss: make sure buffers are of type unsigned char* | Nikias Bassen | 1 | -3/+3 | |
2013-09-23 | Update AUTHORS and file copyrights accordingly | Martin Szulecki | 1 | -1/+2 | |
2012-07-28 | tss: remove global use_apple_server symbol and use parameter instead | Nikias Bassen | 1 | -1/+1 | |
2012-07-17 | tss: implemented tss_create_baseband_request | Nikias Bassen | 1 | -0/+1 | |
2012-02-02 | tss: add tss_get_ticket() function | Nikias Bassen | 1 | -0/+1 | |
2012-02-02 | tss: make TSS request work again | Nikias Bassen | 1 | -1/+1 | |
2010-06-21 | Archived for historical reasons | Joshua Hill | 1 | -0/+9 | |
2010-06-04 | Even more major cleanups and refactoring, this branch is still broken but ↵ | Joshua Hill | 1 | -4/+4 | |
starting to mature really well | |||||
2010-06-03 | Continuing to refactor code and add support for other devices | Joshua Hill | 1 | -1/+1 | |
2010-06-01 | Began major refactoring, not quite finished yet, this branch is probably broke | Joshua Hill | 1 | -2/+2 | |
2010-05-22 | Started implementation of img3 file and tss_stitcher | Joshua Hill | 1 | -4/+2 | |
2010-05-22 | Finished implemented TSS request and TSS response | Joshua Hill | 1 | -1/+7 | |
Removed base64.c/h since it's not needed with libplist | |||||
2010-05-21 | Added ECID detection | Joshua Hill | 1 | -1/+1 | |
2010-05-20 | Initial commit | Joshua Hill | 1 | -0/+29 | |