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 (
Collapse
)
Author
Files
Lines
2012-02-02
main: add some code for handling custom firmwares
Nikias Bassen
1
-5
/
+153
2012-02-02
ipsw: add ipsw_extract_restore_plist
Nikias Bassen
2
-0
/
+13
2012-02-02
restore: only reprint progress bar if progress changed
Nikias Bassen
1
-1
/
+7
2012-02-02
restore: send root ticket
Nikias Bassen
1
-0
/
+45
2012-02-02
restore: some updates and fixes
Nikias Bassen
2
-42
/
+75
2012-02-02
idevicerestore: add get_component_name helper function
Nikias Bassen
2
-0
/
+34
2012-02-02
img3: fixed to properly support new img3 format
Nikias Bassen
2
-175
/
+154
2012-02-02
common: add missing include and type cast
Nikias Bassen
1
-1
/
+2
2012-02-02
main: fix mode handling code
Nikias Bassen
1
-2
/
+90
2012-02-02
recovery: add recovery_send_reset function
Nikias Bassen
2
-0
/
+8
2012-02-02
main: call fixup_tss here too to make sure TSS data is sane
Nikias Bassen
1
-0
/
+5
2012-02-02
recovery: send APTicket for iOS >= 5 in recovery_enter_restore
Nikias Bassen
1
-0
/
+39
2012-02-02
recovery: fix/update recovery_enter_restore
Nikias Bassen
1
-30
/
+20
2012-02-02
recovery: add recovery_get_nonce() function
Nikias Bassen
2
-0
/
+18
2012-02-02
recovery: add missing string.h include and a cast to silence gcc
Nikias Bassen
1
-1
/
+2
2012-02-02
recovery: improve recovery_send_kernelcache
Nikias Bassen
1
-2
/
+11
2012-02-02
common: fix missing restore_boot_args struct member
Nikias Bassen
1
-0
/
+1
2012-02-02
recovery: improve recovery_send_ramdisk
Nikias Bassen
1
-0
/
+4
2012-02-02
recovery: fix recovery_send_applelogo
Nikias Bassen
1
-3
/
+5
2012-02-02
recovery: fix recovery_send_component
Nikias Bassen
1
-7
/
+4
2012-02-02
ipsw_get_component_by_path: add 'component' parameter
Nikias Bassen
4
-8
/
+16
2012-02-02
dfu: implement dfu_check_mode() and fix dfu_enter_recovery()
Nikias Bassen
3
-62
/
+209
2012-02-02
main: add fixup_tss function to put TSS plist data in a usable state
Nikias Bassen
2
-0
/
+31
2012-02-02
added nonce and nonce_size parameters to get_shsh_blobs function
Nikias Bassen
2
-4
/
+4
2012-02-02
tss: add tss_get_ticket() function
Nikias Bassen
2
-2
/
+22
2012-02-02
recovery: merge recovery_open_with_timeout into recovery_client_new
Nikias Bassen
4
-34
/
+16
2012-02-02
ipsw: add 0-termination to buffer returned by ipsw_extract_to_memory
Nikias Bassen
1
-1
/
+3
2012-02-02
main: suppress compiler warning with cast
Nikias Bassen
1
-1
/
+1
2012-02-02
main: check if device is supported by given ipsw build manifest
Nikias Bassen
1
-0
/
+29
2012-02-02
main: store product version & build in client struct for later checks
Nikias Bassen
3
-14
/
+12
2012-02-02
normal: do not set autoboot env after entering restore mode
Nikias Bassen
1
-17
/
+3
this needs to be done in recovery.c since it is generic and not specific to the recovery mode entered from normal mode
2012-02-02
tss: make TSS request work again
Nikias Bassen
3
-11
/
+33
2012-02-02
restore: reflect latest libimobiledevice changes and pass options to restored
Nikias Bassen
2
-4
/
+66
2012-02-02
common: add simple guid generator function
Nikias Bassen
2
-0
/
+23
2012-01-31
libirecovery: implement irecv_get_nonce()
Nikias Bassen
2
-0
/
+54
2012-01-31
Fix DFU mode USB communication
Nikias Bassen
1
-6
/
+10
2012-01-31
irecv_open_attempts: call irecv_close after a failed attempt
Nikias Bassen
1
-0
/
+4
2012-01-31
Increase the USB timeout to fix USB communication issues
Nikias Bassen
1
-17
/
+19
2011-04-30
Working with iOS versions up to 4.3.2; plus all currently released devices
boxingsquirrel
9
-18
/
+1645
2010-07-14
Further improve some output to better guide the user
Martin Szulecki
1
-3
/
+6
2010-07-14
Do not reset the usb connection twice after uploading the ramdisk
Martin Szulecki
1
-3
/
+0
2010-07-14
Move ecid retrieval code right before shsh blob retrieval
Martin Szulecki
1
-12
/
+9
2010-07-14
Name restore progress strings cosistently
Martin Szulecki
1
-4
/
+4
2010-07-14
Refactor tss request requirements to work with iPhone 3G and iOS 4
Martin Szulecki
4
-17
/
+27
This gets rid of the device model checking code and allows devices like the iPhone 3G to get shsh blobs as required by iOS 4. The requirement if the components need to be signed is determined by which kind of manifest filename is within the IPSW.
2010-07-14
Add and improve some comments for restore process
Martin Szulecki
2
-1
/
+5
2010-07-14
Take setup for autoboot out of the ibec sending code
Martin Szulecki
1
-23
/
+24
2010-07-14
Extend sleep timeouts to allow the device to load
Martin Szulecki
1
-2
/
+5
2010-07-14
Allow getting the ecid for any device model
Martin Szulecki
1
-5
/
+0
2010-07-12
Be more verbose when reporting about each step of the restore process
Martin Szulecki
1
-3
/
+3
2010-07-09
Correctly check when to send the NORData
Martin Szulecki
1
-1
/
+3
[prev]
[next]