Age | Commit message (Expand) | Author | Files | Lines |
2012-07-17 | asr: implemented checksumming for filesystem upload | Nikias Bassen | 3 | -34/+130 |
2012-07-17 | mbn: Use correct log debug() function instead of printf for warnings | Martin Szulecki | 1 | -1/+1 |
2012-07-17 | restore: Return -2 error code on ASR failures as a new attempt might work | Martin Szulecki | 1 | -1/+1 |
2012-07-17 | restore: If opening a device times out completely, make error unrecoverable | Martin Szulecki | 1 | -3/+4 |
2012-07-17 | restore: Don't process further device add events if we already have a match | Martin Szulecki | 1 | -1/+1 |
2012-07-17 | restore: Print message if a device is rebooted in restore mode | Martin Szulecki | 1 | -0/+1 |
2012-07-17 | recovery: Send "preventive" ZLP directly after sending kernelcache component | Martin Szulecki | 1 | -2/+2 |
2012-07-17 | main: If mode switching from normal to recovery fails, return error code -5 | Martin Szulecki | 1 | -1/+1 |
2012-07-17 | recovery: Make sure a connection is available before sending iBEC, too | Martin Szulecki | 1 | -0/+6 |
2012-07-17 | main: Report device state again after a restore reboot | Martin Szulecki | 1 | -0/+1 |
2012-07-17 | restore: refactor device detection to find device by ECID | Nikias Bassen | 1 | -28/+88 |
2012-07-17 | restore: Normalize messages printed in handlers of main restore process loop | Martin Szulecki | 1 | -4/+17 |
2012-07-17 | main: Do not wait 15 seconds for device to enter restore as we use events now | Martin Szulecki | 1 | -3/+0 |
2012-07-17 | restore: Correctly print success message after receiving baseband SHSH blobs | Martin Szulecki | 1 | -0/+1 |
2012-07-17 | restore: Remove commented obsolete code calling idevice_unsubscribe() | Martin Szulecki | 1 | -2/+0 |
2012-07-17 | restore: Make restore mode device connection handling more verbose | Martin Szulecki | 1 | -1/+3 |
2012-07-17 | restore: Only print "Provisioning:" if IMEI is available at all | Martin Szulecki | 1 | -1/+1 |
2012-07-17 | tss: Print server MESSAGE response if unhandled error is returned | Martin Szulecki | 1 | -1/+2 |
2012-07-17 | restore: Only print plist if errors occoured or in debug mode | Martin Szulecki | 1 | -4/+6 |
2012-07-17 | dfu: Do not send another ZLP after sending iBEC as it breaks DFU mode switch | Martin Szulecki | 1 | -1/+1 |
2012-07-17 | restore: use idevice event to wait for device entering restore mode | Nikias Bassen | 1 | -28/+20 |
2012-07-17 | USB: Send a ZLP after mode switches to hopefully increase stability | Martin Szulecki | 2 | -0/+7 |
2012-07-17 | restore: Parse and return AMRError value as error code in StatusMsg handler | Martin Szulecki | 1 | -2/+10 |
2012-07-17 | recovery: Increase recovery connection attempts to 20 | Martin Szulecki | 1 | -1/+1 |
2012-07-17 | main: Output last known mode when mode switch to recovery failed | Martin Szulecki | 1 | -1/+1 |
2012-07-17 | main: Return -2 error code if error might be fixed by running restore again | Martin Szulecki | 2 | -5/+5 |
2012-07-17 | main: Determine device mode again after rebooting it from restore mode | Martin Szulecki | 1 | -0/+3 |
2012-07-17 | dfu: Wait 2 seconds before reconnecting to DFU mode again after sending iBSS | Martin Szulecki | 1 | -1/+1 |
2012-07-17 | main: Wait 15 seconds for device to boot restore mode before connecting again | Martin Szulecki | 1 | -0/+3 |
2012-07-17 | restore: Do not wait 15 useless seconds attempting to connect to a device | Martin Szulecki | 1 | -2/+0 |
2012-07-17 | restore: Free client and wait 10 seconds for device to reboot from restore mode | Martin Szulecki | 1 | -0/+3 |
2012-07-17 | main: Switch device from normal into recovery before extracting filesystem | Martin Szulecki | 1 | -14/+12 |
2012-07-17 | main: Grab result code of restore_device() call and return as global error code | Martin Szulecki | 1 | -3/+5 |
2012-07-17 | dfu: Send a ZLP after sending iBEC data possibly fixing some mode switch hangs | Martin Szulecki | 1 | -1/+3 |
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 |