Age | Commit message (Expand) | Author | Files | Lines |
2012-07-17 | Support restoring passcode locked devices from normal mode | Martin Szulecki | 1 | -13/+47 |
2012-07-17 | restore: return error value instead of 0 in restore_device | Nikias Bassen | 1 | -1/+1 |
2012-07-17 | download: only redraw progress bar on percentage change | Nikias Bassen | 1 | -1/+7 |
2012-07-17 | main: remove filesystem temporary file on error too | Nikias Bassen | 1 | -0/+22 |
2012-07-17 | ipsw: allow passing NULL as sha1buf to ipsw_get_latest_fw | Nikias Bassen | 1 | -14/+18 |
2012-07-17 | ipsw: change get_latest_fw to ipsw_get_latest_fw and make it public | Nikias Bassen | 2 | -2/+3 |
2012-07-17 | locking: add missing include to make mingw compiler happy | Nikias Bassen | 1 | -1/+1 |
2012-07-17 | ipsw: add workaround for iPhone1,1 version parsing | Nikias Bassen | 1 | -2/+8 |
2012-07-17 | restore: implemented BasebandData request | Nikias Bassen | 4 | -1/+954 |
2012-07-17 | tss: implemented tss_create_baseband_request | Nikias Bassen | 2 | -0/+115 |
2012-07-17 | remove src/libirecovery.* and use external shared library instead | Nikias Bassen | 7 | -1871/+7 |
2012-07-16 | main: use file locking for version.xml updating | Nikias Bassen | 1 | -0/+12 |
2012-07-16 | main: use version.xml.tmp instead of tmpnam() | Nikias Bassen | 1 | -9/+4 |
2012-07-16 | ipsw: implemented file locking for on-demand downloading | Nikias Bassen | 4 | -1/+175 |
2012-07-16 | use temporary filename for extracting filesystem from ipsw | Nikias Bassen | 1 | -2/+12 |
2012-07-16 | move ipsw on-demand download to ipsw.c | Nikias Bassen | 3 | -227/+238 |
2012-07-16 | also verify SHA1 after downloading ipsw | Nikias Bassen | 1 | -17/+38 |
2012-07-16 | add --no-action parameter to exit after device detection | Nikias Bassen | 2 | -1/+13 |
2012-07-16 | add support for using the latest available firmware for a device | Nikias Bassen | 2 | -2/+235 |
2012-07-16 | mass replace uuid->udid and raise libimobiledevice requirement to >= 1.1.4 | Nikias Bassen | 5 | -28/+28 |
2012-02-14 | main: fix WTF->DFU mode switching since cpid is now hex | Nikias Bassen | 1 | -1/+1 |
2012-02-14 | libirecovery: cpid/bdid are actually hex values | Nikias Bassen | 2 | -51/+51 |
2012-02-14 | remove duplicate CPID/BDID and devices structs | Nikias Bassen | 6 | -88/+12 |
2012-02-14 | restore: use FMT_qu define to fix compiler warning | Nikias Bassen | 1 | -1/+1 |
2012-02-14 | libirecovery: allow passing ecid 0x1222 to only get 0x1222/WTF devices | Nikias Bassen | 1 | -0/+18 |
2012-02-13 | download: add progress bar for download_to_file function | Nikias Bassen | 1 | -0/+13 |
2012-02-13 | common: fix progress bar percentage value padding | Nikias Bassen | 1 | -1/+1 |
2012-02-12 | libirecovery: fix debug message | Nikias Bassen | 1 | -1/+1 |
2012-02-12 | win32: use #ifndef to prevent warning about sleep being already defined | Nikias Bassen | 2 | -0/+4 |
2012-02-12 | use format string defines since win32 doesn't like %qu | Nikias Bassen | 3 | -4/+8 |
2012-02-12 | libirecovery: fix win32 device detection/selection by ecid | Nikias Bassen | 2 | -42/+125 |
2012-02-12 | download: win32 has no ftello() so use ftell() | Nikias Bassen | 1 | -0/+5 |
2012-02-12 | autofoo: support for different platforms | Nikias Bassen | 1 | -8/+7 |
2012-02-12 | tss: handle status code 100 (internal server error) | Nikias Bassen | 1 | -0/+3 |
2012-02-09 | download: call fclose before removing the file | Nikias Bassen | 1 | -2/+2 |
2012-02-09 | main: updated version check url | Nikias Bassen | 1 | -1/+1 |
2012-02-09 | download: better error handling | Nikias Bassen | 1 | -3/+15 |
2012-02-09 | add support for targeting a device by ECID | Nikias Bassen | 9 | -103/+182 |
2012-02-07 | restore: find actual device by checking device serial number | Nikias Bassen | 2 | -15/+89 |
2012-02-07 | recovery: store device serial number upon connect | Nikias Bassen | 2 | -1/+12 |
2012-02-07 | main: remove static wtf hash padding (now handled by libirecovery) | Nikias Bassen | 1 | -16/+5 |
2012-02-07 | libirecovery: add dfu buffer hashing code | Nikias Bassen | 1 | -1/+99 |
2012-02-05 | add support for 0x1222 wtf mode | Nikias Bassen | 7 | -19/+159 |
2012-02-05 | download: add include guards to header file | Nikias Bassen | 1 | -0/+13 |
2012-02-05 | download and cache version information from itunes.com | Nikias Bassen | 5 | -2/+196 |
2012-02-05 | restore: Set autoboot before using getenv calls to fix iPhone 4S restore | Martin Szulecki | 1 | -4/+4 |
2012-02-05 | libirecovery: Add detection for A5 devices and remove obsolete firmware urls | Martin Szulecki | 2 | -25/+48 |
2012-02-05 | common: Use correct model name in device list | Martin Szulecki | 1 | -1/+1 |
2012-02-05 | Add basic code to detect and process iPhone 4S devices | Martin Szulecki | 2 | -0/+8 |
2012-02-05 | restore: Implement handling of PreviousRestoreLogMsg message | Martin Szulecki | 1 | -0/+22 |