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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
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
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
[prev]
[next]