Age | Commit message (Expand) | Author | Files | Lines |
2013-11-19 | Add helper function to check if device supports image4 format | Nikias Bassen | 1 | -0/+45 |
2013-11-19 | removed unused get_cpid/get_bdid and adapted for latest libirecovery changes | Nikias Bassen | 1 | -8/+0 |
2013-11-19 | normal: fix missing return type | Nikias Bassen | 1 | -1/+1 |
2013-11-18 | normal: Split normal_get_nonce() into ApNonce and SEPNonce getters | Martin Szulecki | 1 | -4/+13 |
2013-11-18 | normal: always try a non-handshake connection if handshake fails | Nikias Bassen | 1 | -11/+1 |
2013-10-02 | silence implicit declaration compiler warnings | Nikias Bassen | 1 | -0/+3 |
2013-09-27 | Require libirecovery >= 0.2.0 and port code to it's new API | Martin Szulecki | 1 | -15/+21 |
2013-09-23 | normal: Fix pair record removal due to changed libimobiledevice API | Martin Szulecki | 1 | -1/+1 |
2013-09-23 | Update AUTHORS and file copyrights accordingly | Martin Szulecki | 1 | -0/+2 |
2013-01-11 | fix possible memory corruption due to bad cast from int to uint64_t | Nikias Bassen | 1 | -1/+3 |
2012-11-07 | normal: Fix compiler warnings | Martin Szulecki | 1 | -1/+2 |
2012-11-07 | normal: Implement normal_get_nonce() | Martin Szulecki | 1 | -0/+43 |
2012-07-17 | Support restoring passcode locked devices from normal mode | Martin Szulecki | 1 | -13/+47 |
2012-07-16 | mass replace uuid->udid and raise libimobiledevice requirement to >= 1.1.4 | Nikias Bassen | 1 | -5/+5 |
2012-02-14 | remove duplicate CPID/BDID and devices structs | Nikias Bassen | 1 | -3/+3 |
2012-02-09 | add support for targeting a device by ECID | Nikias Bassen | 1 | -58/+89 |
2012-02-02 | recovery: merge recovery_open_with_timeout into recovery_client_new | Nikias Bassen | 1 | -1/+1 |
2012-02-02 | normal: do not set autoboot env after entering restore mode | Nikias Bassen | 1 | -17/+3 |
2010-06-21 | Fixed a few more compile errors, everything should compile fine now, but i'm ... | Joshua Hill | 1 | -3/+3 |
2010-06-21 | Finally fixed the out of control problem | Joshua Hill | 1 | -12/+88 |
2010-06-21 | Archived for historical reasons | Joshua Hill | 1 | -4/+44 |
2010-06-05 | Changed the device type to a structure array for cleaner code and cross state... | Joshua Hill | 1 | -15/+11 |
2010-06-04 | Even more major cleanups and refactoring, this branch is still broken but sta... | Joshua Hill | 1 | -6/+7 |
2010-06-04 | Refactoring continued, lots of bug fixes, probably about half way through | Joshua Hill | 1 | -1/+29 |
2010-06-01 | Began major refactoring, not quite finished yet, this branch is probably broke | Joshua Hill | 1 | -1/+168 |
2010-06-01 | Began refactoring of code to simplify and seperate device state logic | Joshua Hill | 1 | -0/+28 |