Age | Commit message (Expand) | Author | Files | Lines |
2012-07-17 | Limit when downloading should show progress and when not | Martin Szulecki | 4 | -6/+9 |
2012-07-17 | ipsw: Use different error codes in ipsw_download_latest_fw() for handling | Martin Szulecki | 1 | -4/+4 |
2012-07-17 | restore: Query and output saved debug information in restore mode | Martin Szulecki | 1 | -0/+28 |
2012-07-17 | restore: Query and print hardware information in restore mode | Martin Szulecki | 1 | -0/+33 |
2012-07-17 | download: Enable curl verbose mode if debug flag is enabled | Nikias Bassen | 1 | -0/+7 |
2012-07-17 | main: Allow mode and device checking in restore mode to actually work | Martin Szulecki | 1 | -6/+4 |
2012-07-17 | main: Hint at possibly corrupt firmware file when extracting it fails | Martin Szulecki | 1 | -2/+2 |
2012-07-17 | ipsw: Remove downloaded file if checksum verification failed | Martin Szulecki | 1 | -0/+4 |
2012-07-17 | restore: Set client struct's serial number field from restore mode, too | Martin Szulecki | 1 | -0/+17 |
2012-07-17 | main/restore: Pass full client to restore mode and device discovery functions | Martin Szulecki | 3 | -8/+8 |
2012-07-17 | main: Check if IPSW exists before attempting to extract it | Martin Szulecki | 1 | -0/+6 |
2012-07-17 | common: Fix typo in struct definitions | Martin Szulecki | 1 | -1/+1 |
2012-07-17 | tss: Add support for iPhone 4S baseband TSS request | Martin Szulecki | 1 | -7/+21 |
2012-07-17 | recovery: Actually print environment variables which are read | Martin Szulecki | 1 | -3/+14 |
2012-07-17 | asr: Define payload packet size to make it easier to adjust if needed | Martin Szulecki | 1 | -5/+6 |
2012-07-17 | main: Add support for missing needservice component | Martin Szulecki | 1 | -0/+2 |
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 |