index
:
idevicerestore
fixtrailingwhitespaces
master
operation-refactoring
Restore/upgrade firmware of iOS devices
ms,jh
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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
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
[prev]
[next]