Age | Commit message (Expand) | Author | Files | Lines |
2013-09-23 | Update AUTHORS and file copyrights accordingly | Martin Szulecki | 1 | -0/+2 |
2012-11-07 | Fix grammar of a few comments | Martin Szulecki | 1 | -1/+2 |
2012-11-07 | Do not report that we do signing if we don't know yet | Martin Szulecki | 1 | -3/+0 |
2012-11-07 | client: Fix build number parsing for iOS 6 | Martin Szulecki | 1 | -2/+2 |
2012-11-07 | change info(), error(), and debug() into functions and allow redirecting the ... | Martin Szulecki | 1 | -9/+9 |
2012-11-07 | recovery: disable progress bar for libirecovery uploads | Nikias Bassen | 1 | -1/+1 |
2012-11-07 | Move flags into idevicerestore.h | Martin Szulecki | 1 | -2/+1 |
2012-07-17 | recovery: Send "preventive" ZLP directly after sending kernelcache component | Martin Szulecki | 1 | -2/+2 |
2012-07-17 | recovery: Make sure a connection is available before sending iBEC, too | Martin Szulecki | 1 | -0/+6 |
2012-07-17 | USB: Send a ZLP after mode switches to hopefully increase stability | Martin Szulecki | 1 | -0/+3 |
2012-07-17 | recovery: Increase recovery connection attempts to 20 | Martin Szulecki | 1 | -1/+1 |
2012-07-17 | recovery: Actually print environment variables which are read | Martin Szulecki | 1 | -3/+14 |
2012-02-09 | add support for targeting a device by ECID | Nikias Bassen | 1 | -3/+3 |
2012-02-07 | recovery: store device serial number upon connect | Nikias Bassen | 1 | -0/+10 |
2012-02-05 | add support for 0x1222 wtf mode | Nikias Bassen | 1 | -1/+1 |
2012-02-05 | restore: Set autoboot before using getenv calls to fix iPhone 4S restore | Martin Szulecki | 1 | -4/+4 |
2012-02-02 | recovery: add recovery_send_reset function | Nikias Bassen | 1 | -0/+7 |
2012-02-02 | recovery: send APTicket for iOS >= 5 in recovery_enter_restore | Nikias Bassen | 1 | -0/+39 |
2012-02-02 | recovery: fix/update recovery_enter_restore | Nikias Bassen | 1 | -30/+20 |
2012-02-02 | recovery: add recovery_get_nonce() function | Nikias Bassen | 1 | -0/+17 |
2012-02-02 | recovery: add missing string.h include and a cast to silence gcc | Nikias Bassen | 1 | -1/+2 |
2012-02-02 | recovery: improve recovery_send_kernelcache | Nikias Bassen | 1 | -2/+11 |
2012-02-02 | recovery: improve recovery_send_ramdisk | Nikias Bassen | 1 | -0/+4 |
2012-02-02 | recovery: fix recovery_send_applelogo | Nikias Bassen | 1 | -3/+5 |
2012-02-02 | recovery: fix recovery_send_component | Nikias Bassen | 1 | -7/+4 |
2012-02-02 | ipsw_get_component_by_path: add 'component' parameter | Nikias Bassen | 1 | -1/+1 |
2012-02-02 | recovery: merge recovery_open_with_timeout into recovery_client_new | Nikias Bassen | 1 | -30/+13 |
2011-04-30 | Working with iOS versions up to 4.3.2; plus all currently released devices | boxingsquirrel | 1 | -3/+8 |
2010-07-14 | Do not reset the usb connection twice after uploading the ramdisk | Martin Szulecki | 1 | -3/+0 |
2010-07-14 | Refactor tss request requirements to work with iPhone 3G and iOS 4 | Martin Szulecki | 1 | -0/+3 |
2010-07-14 | Add and improve some comments for restore process | Martin Szulecki | 1 | -0/+4 |
2010-07-14 | Take setup for autoboot out of the ibec sending code | Martin Szulecki | 1 | -23/+24 |
2010-07-14 | Extend sleep timeouts to allow the device to load | Martin Szulecki | 1 | -2/+5 |
2010-07-09 | Implement handling of devices which do not require a tss request | Martin Szulecki | 1 | -48/+73 |
2010-07-08 | Do not attempt to open another recovery session if one exists | Martin Szulecki | 1 | -4/+8 |
2010-06-22 | Small change to make the program use irecovery command functions rather then ... | Joshua Hill | 1 | -1/+2 |
2010-06-22 | Added info for iPhone4 and fixed a few runtime errors | Joshua Hill | 1 | -0/+9 |
2010-06-21 | Finally fixed the out of control problem | Joshua Hill | 1 | -120/+77 |
2010-06-21 | Archived for historical reasons | Joshua Hill | 1 | -8/+39 |
2010-06-20 | fixed a few build errors within buildmanifest parsing | Joshua Hill | 1 | -1/+1 |
2010-06-08 | started to add support multiple build identities | Joshua Hill | 1 | -1/+1 |
2010-06-08 | Added debug info for recovery.c and a few minor fixes to asr.c | Joshua Hill | 1 | -0/+4 |
2010-06-07 | I really need to put more descriptive messages here, but im doing stuff all o... | Joshua Hill | 1 | -1/+10 |
2010-06-05 | Changed the device type to a structure array for cleaner code and cross state... | Joshua Hill | 1 | -3/+3 |
2010-06-04 | Even more major cleanups and refactoring, this branch is still broken but sta... | Joshua Hill | 1 | -125/+122 |
2010-06-04 | Refactoring continued, lots of bug fixes, probably about half way through | Joshua Hill | 1 | -2/+39 |
2010-06-01 | Began major refactoring, not quite finished yet, this branch is probably broke | Joshua Hill | 1 | -6/+72 |
2010-06-01 | Began refactoring of code to simplify and seperate device state logic | Joshua Hill | 1 | -0/+269 |