Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-25 | Use global event handlers for normale/restore and recovery/dfu mode devices | 1 | -11/+0 | ||
2019-08-29 | Add support to "preboard" a device on update restore to prevent 'Attempting ↵ | 1 | -1/+3 | ||
data recovery' | |||||
2019-08-20 | Reduce code duplication in normal.c with helper function | 1 | -0/+1 | ||
2017-11-13 | Change check_hardware_model() to get_irecv_device() | 1 | -1/+1 | ||
The check_hardware_model() function has a misleading name. It returns a string with the hardware model but this is not used. Instead, this function is only called for its side effect to initialise an irecv device in the passed client struct which it creates from the hardware model name returned by mode specific implementations. But these mode specific implementations already create an irecv device to get the hardware model name so instead of going through this unnecessary complication just return the irecv device directly and rename the function accordingly to make this clear. (This may also prevent leaking an irecv device in the mode specific functions.) | |||||
2015-10-09 | Use hardware model instead of product type to identify device correctly | 1 | -2/+2 | ||
2013-11-20 | normal: add normal_get_preflight_info helper function | 1 | -0/+1 | ||
2013-11-19 | Add helper function to check if device supports image4 format | 1 | -0/+1 | ||
2013-11-19 | removed unused get_cpid/get_bdid and adapted for latest libirecovery changes | 1 | -2/+0 | ||
2013-11-18 | normal: Split normal_get_nonce() into ApNonce and SEPNonce getters | 1 | -1/+2 | ||
2013-09-27 | Require libirecovery >= 0.2.0 and port code to it's new API | 1 | -1/+1 | ||
2013-09-23 | Update AUTHORS and file copyrights accordingly | 1 | -0/+2 | ||
2012-11-07 | normal: Implement normal_get_nonce() | 1 | -0/+1 | ||
2012-02-09 | add support for targeting a device by ECID | 1 | -5/+5 | ||
2010-06-21 | Fixed a few more compile errors, everything should compile fine now, but i'm ↵ | 1 | -1/+1 | ||
not sure if it will run yet | |||||
2010-06-21 | Finally fixed the out of control problem | 1 | -0/+4 | ||
2010-06-21 | Archived for historical reasons | 1 | -0/+17 | ||
2010-06-04 | Even more major cleanups and refactoring, this branch is still broken but ↵ | 1 | -1/+1 | ||
starting to mature really well | |||||
2010-06-01 | Began major refactoring, not quite finished yet, this branch is probably broke | 1 | -3/+8 | ||
2010-06-01 | Began refactoring of code to simplify and seperate device state logic | 1 | -0/+29 | ||