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 (
Collapse
)
Author
Files
Lines
2013-12-01
recovery: remove unused variables
Nikias Bassen
1
-11
/
+1
2013-12-01
normal: removed unused variables
Nikias Bassen
1
-6
/
+0
2013-12-01
main: silenced compiler warnings
Nikias Bassen
1
-2
/
+3
2013-12-01
dfu: remove some unused variables
Nikias Bassen
1
-9
/
+0
2013-12-01
tss: silence compiler warning about variable signedness
Nikias Bassen
1
-1
/
+1
2013-12-01
remove version.xml if parsing fails
Nikias Bassen
1
-0
/
+1
2013-11-27
Refactor TSS parameter handling and parse RestoreRequestRules properly
Nikias Bassen
4
-148
/
+302
2013-11-20
get baseband ticket in normal mode and pass preflight info to StartRestore ↵
Nikias Bassen
3
-0
/
+53
request
2013-11-20
normal: add normal_get_preflight_info helper function
Nikias Bassen
2
-0
/
+43
2013-11-20
tss: Add FIXME note to properly parse build manifest rules
Martin Szulecki
1
-0
/
+1
2013-11-20
restore: Add PersonalizedDuringPreflight key for "single TSS request" restore
Martin Szulecki
1
-0
/
+3
2013-11-20
restore: Add partition layout information for 128GB models to restore options
Martin Szulecki
1
-0
/
+1
2013-11-20
Don't request ApNonce again for image4 aware devices after loading iBEC
Nikias Bassen
1
-1
/
+1
2013-11-20
restore: Free LLB image data after having added it to fix a memory leak
Martin Szulecki
1
-0
/
+2
2013-11-20
dfu: Implement dfu_get_ecid() to fix connectivity issues from DFU mode
Martin Szulecki
3
-0
/
+26
2013-11-20
restore: Make sure iBoot is the first entry in the NORImage array
Martin Szulecki
1
-1
/
+7
Apparently restored is very picky about the order and expects the iBoot component as the first item in the array. This fixes restore of new models.
2013-11-20
img4: Make sure to free created element headers to fix memory leak
Martin Szulecki
1
-0
/
+19
2013-11-20
tss: Make sure to free iter variable in loops
Martin Szulecki
1
-0
/
+4
2013-11-20
restore: Make sure to free MsgType string after having handled it
Martin Szulecki
1
-0
/
+3
2013-11-20
idevicerestore: Fix memory leak in build_manifest_check_compatibility()
Martin Szulecki
1
-0
/
+1
2013-11-20
idevicerestore: Free build identity and manifest plist upon exiting
Martin Szulecki
1
-0
/
+6
2013-11-20
tss: remove Info node from BasebandFirmware data for TSS request
Nikias Bassen
1
-1
/
+5
2013-11-20
restore/tss: do not add an empty BbNonce node to TSS request
Nikias Bassen
2
-6
/
+6
2013-11-20
restore: Add error message for failed SEP firmware loading status
Martin Szulecki
1
-0
/
+3
2013-11-20
restore: add new SEP/RestoreSEP components to NORData request response
Nikias Bassen
1
-1
/
+58
2013-11-20
restore: send correct image4 ticket in response to RootTicket request
Nikias Bassen
1
-3
/
+10
2013-11-20
img4: update tag for RestoreSEP when stitching
Nikias Bassen
1
-0
/
+2
2013-11-20
dfu: fix sending iBEC for Image4 aware devices
Nikias Bassen
1
-1
/
+1
2013-11-20
normal: fix normal_get_sep_nonce/normal_get_ap_nonce
Nikias Bassen
1
-2
/
+2
2013-11-20
tss: add ApProductionMode to Image4 tss request
Nikias Bassen
1
-0
/
+12
2013-11-20
tss: add ApECID to Image4 tss request
Nikias Bassen
1
-0
/
+9
2013-11-20
tss: correctly name SepNonce (instead of ApSepNonce) for tss request
Nikias Bassen
1
-1
/
+1
2013-11-20
personalize_component: always return a component, also if not stitched
Nikias Bassen
1
-0
/
+5
2013-11-20
idevicerestore: Use better error message if adding tags to TSS request fails
Martin Szulecki
1
-3
/
+3
2013-11-20
restore: Use new helper to add common tags to TSS baseband request
Martin Szulecki
1
-0
/
+1
2013-11-20
idevicerestore: Use new helper to add common tags to TSS request
Martin Szulecki
1
-0
/
+8
2013-11-20
tss: Split img3 tag add helpers into common, img3 and img4
Martin Szulecki
2
-1
/
+11
2013-11-20
tss: Fix Image4 ticket getter which used the wrong key name
Martin Szulecki
1
-1
/
+1
2013-11-20
tss: Fix check on ApSecurityMode which is a boolean
Martin Szulecki
1
-1
/
+1
2013-11-20
refactor component personalization and add support for Image4 stitching
Nikias Bassen
10
-64
/
+318
2013-11-20
get_tss_response: set required parameters for Image4 TSS request
Nikias Bassen
1
-7
/
+28
2013-11-20
add sep-firmware -> RestoreSEP matching to get_component_name()
Nikias Bassen
1
-0
/
+2
2013-11-19
tss: only add EPRO/ESEC if we are sending an Image4 request
Nikias Bassen
1
-3
/
+4
2013-11-19
tss: Check for ApSecurityDomain as uint instead of string correctly
Martin Szulecki
1
-2
/
+2
2013-11-19
tss: Fix typos in Ap keys which caused faulty require errors
Martin Szulecki
1
-6
/
+6
2013-11-19
restore: Fix baseband request creation order for proper error checking
Martin Szulecki
1
-4
/
+5
2013-11-19
tss: Fix check on ApECID as uint instead of string
Martin Szulecki
1
-1
/
+1
2013-11-19
tss: Fix comment around skipping of OS and Diags components
Martin Szulecki
1
-2
/
+2
2013-11-19
tss: Add debug output for TSS request on sending
Martin Szulecki
1
-0
/
+4
2013-11-19
tss: Make ApNonce parameter optional to fix restore on iPhone 3GS and older
Martin Szulecki
2
-6
/
+10
[prev]
[next]