summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-07-17mbn: Use real size instead of parsed size to fix iPad 3 baseband updateGravatar Martin Szulecki1-2/+2
2012-07-17main: Add detection of new models in check_device()Gravatar Martin Szulecki1-0/+40
2012-07-17restore: Correct comments for restore process loop handlersGravatar Martin Szulecki1-2/+2
2012-07-17restore: Plug leak and free USBLog and PanicLog if receivedGravatar Martin Szulecki1-0/+2
2012-07-17restore: Print IMEI after baseband update succeededGravatar Martin Szulecki1-0/+12
2012-07-17restore: refactored the bbfw signingGravatar Nikias Bassen2-737/+283
2012-07-17mbn: move sig offset calculation to the right placeGravatar Nikias Bassen1-1/+1
2012-07-17tss: Rearrange TSS request keys and add missing baseband hash keysGravatar Martin Szulecki1-8/+27
2012-07-17restore: Fix double free crash on second run of Trek baseband data handlerGravatar Martin Szulecki1-0/+1
2012-07-17mbn: Correctly calculate offset for signatureGravatar Martin Szulecki1-6/+1
2012-07-17restore: Make sure to call plist_free on a plist, not freeGravatar Martin Szulecki1-1/+1
2012-07-17restore: Handle baseband update by requested ChipID instead of bbfw filenameGravatar Martin Szulecki1-10/+26
2012-07-17restore: Fix error messages for mdn signingGravatar Martin Szulecki1-3/+3
2012-07-17restore: added .mbn file support and bbfw handlingGravatar Nikias Bassen4-81/+656
2012-07-17ipsw: Prevent error about BuildManifesto.plist by checking if it exists firstGravatar Martin Szulecki1-3/+23
2012-07-17download: Avoid progress bar for downloads as it causes corrupt downloadsGravatar Nikias Bassen1-1/+1
2012-07-17download: Make sure to disable libcurl progress meter in any caseGravatar Martin Szulecki1-1/+1
2012-07-17download: Let libcurl use it's own file writing functions instead of fwriteGravatar Martin Szulecki1-1/+1
2012-07-17Limit when downloading should show progress and when notGravatar Martin Szulecki4-6/+9
2012-07-17ipsw: Use different error codes in ipsw_download_latest_fw() for handlingGravatar Martin Szulecki1-4/+4
2012-07-17restore: Query and output saved debug information in restore modeGravatar Martin Szulecki1-0/+28
2012-07-17restore: Query and print hardware information in restore modeGravatar Martin Szulecki1-0/+33
2012-07-17download: Enable curl verbose mode if debug flag is enabledGravatar Nikias Bassen1-0/+7
2012-07-17main: Allow mode and device checking in restore mode to actually workGravatar Martin Szulecki1-6/+4
2012-07-17main: Hint at possibly corrupt firmware file when extracting it failsGravatar Martin Szulecki1-2/+2
2012-07-17ipsw: Remove downloaded file if checksum verification failedGravatar Martin Szulecki1-0/+4
2012-07-17restore: Set client struct's serial number field from restore mode, tooGravatar Martin Szulecki1-0/+17
2012-07-17main/restore: Pass full client to restore mode and device discovery functionsGravatar Martin Szulecki3-8/+8
2012-07-17main: Check if IPSW exists before attempting to extract itGravatar Martin Szulecki1-0/+6
2012-07-17common: Fix typo in struct definitionsGravatar Martin Szulecki1-1/+1
2012-07-17tss: Add support for iPhone 4S baseband TSS requestGravatar Martin Szulecki1-7/+21
2012-07-17recovery: Actually print environment variables which are readGravatar Martin Szulecki1-3/+14
2012-07-17asr: Define payload packet size to make it easier to adjust if neededGravatar Martin Szulecki1-5/+6
2012-07-17main: Add support for missing needservice componentGravatar Martin Szulecki1-0/+2
2012-07-17Support restoring passcode locked devices from normal modeGravatar Martin Szulecki1-13/+47
2012-07-17restore: return error value instead of 0 in restore_deviceGravatar Nikias Bassen1-1/+1
2012-07-17download: only redraw progress bar on percentage changeGravatar Nikias Bassen1-1/+7
2012-07-17main: remove filesystem temporary file on error tooGravatar Nikias Bassen1-0/+22
2012-07-17ipsw: allow passing NULL as sha1buf to ipsw_get_latest_fwGravatar Nikias Bassen1-14/+18
2012-07-17ipsw: change get_latest_fw to ipsw_get_latest_fw and make it publicGravatar Nikias Bassen2-2/+3
2012-07-17locking: add missing include to make mingw compiler happyGravatar Nikias Bassen1-1/+1
2012-07-17ipsw: add workaround for iPhone1,1 version parsingGravatar Nikias Bassen1-2/+8
2012-07-17restore: implemented BasebandData requestGravatar Nikias Bassen4-1/+954
2012-07-17tss: implemented tss_create_baseband_requestGravatar Nikias Bassen2-0/+115
2012-07-17remove src/libirecovery.* and use external shared library insteadGravatar Nikias Bassen7-1871/+7
2012-07-16main: use file locking for version.xml updatingGravatar Nikias Bassen1-0/+12
2012-07-16main: use version.xml.tmp instead of tmpnam()Gravatar Nikias Bassen1-9/+4
2012-07-16ipsw: implemented file locking for on-demand downloadingGravatar Nikias Bassen4-1/+175
2012-07-16use temporary filename for extracting filesystem from ipswGravatar Nikias Bassen1-2/+12
2012-07-16move ipsw on-demand download to ipsw.cGravatar Nikias Bassen3-227/+238