Age | Commit message (Expand) | Author | Files | Lines |
2012-07-17 | common: Disable progress bar on WIN32 as it slows down the process a lot | Martin Szulecki | 1 | -0/+2 |
2012-07-17 | retore: Use correct type declaration for zip_get_name() return value | Martin Szulecki | 1 | -1/+1 |
2012-07-17 | restore: Always remove all files except .mdn and .fls from bbfw archives | Martin Szulecki | 1 | -16/+27 |
2012-07-17 | restore: Only save baseband tss response if not already set | Martin Szulecki | 1 | -1/+1 |
2012-07-17 | mbn: Use real size instead of parsed size to fix iPad 3 baseband update | Martin Szulecki | 1 | -2/+2 |
2012-07-17 | main: Add detection of new models in check_device() | Martin Szulecki | 1 | -0/+40 |
2012-07-17 | restore: Correct comments for restore process loop handlers | Martin Szulecki | 1 | -2/+2 |
2012-07-17 | restore: Plug leak and free USBLog and PanicLog if received | Martin Szulecki | 1 | -0/+2 |
2012-07-17 | restore: Print IMEI after baseband update succeeded | Martin Szulecki | 1 | -0/+12 |
2012-07-17 | restore: refactored the bbfw signing | Nikias Bassen | 2 | -737/+283 |
2012-07-17 | mbn: move sig offset calculation to the right place | Nikias Bassen | 1 | -1/+1 |
2012-07-17 | tss: Rearrange TSS request keys and add missing baseband hash keys | Martin Szulecki | 1 | -8/+27 |
2012-07-17 | restore: Fix double free crash on second run of Trek baseband data handler | Martin Szulecki | 1 | -0/+1 |
2012-07-17 | mbn: Correctly calculate offset for signature | Martin Szulecki | 1 | -6/+1 |
2012-07-17 | restore: Make sure to call plist_free on a plist, not free | Martin Szulecki | 1 | -1/+1 |
2012-07-17 | restore: Handle baseband update by requested ChipID instead of bbfw filename | Martin Szulecki | 1 | -10/+26 |
2012-07-17 | restore: Fix error messages for mdn signing | Martin Szulecki | 1 | -3/+3 |
2012-07-17 | restore: added .mbn file support and bbfw handling | Nikias Bassen | 4 | -81/+656 |
2012-07-17 | ipsw: Prevent error about BuildManifesto.plist by checking if it exists first | Martin Szulecki | 1 | -3/+23 |
2012-07-17 | download: Avoid progress bar for downloads as it causes corrupt downloads | Nikias Bassen | 1 | -1/+1 |
2012-07-17 | download: Make sure to disable libcurl progress meter in any case | Martin Szulecki | 1 | -1/+1 |
2012-07-17 | download: Let libcurl use it's own file writing functions instead of fwrite | Martin Szulecki | 1 | -1/+1 |
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 | 8 | -1871/+8 |
2012-07-16 | main: use file locking for version.xml updating | Nikias Bassen | 1 | -0/+12 |