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
/
idevicerestore.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-20
idevicerestore: Use new helper to add common tags to TSS request
Martin Szulecki
1
-0
/
+8
2013-11-20
refactor component personalization and add support for Image4 stitching
Nikias Bassen
1
-38
/
+41
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: Make ApNonce parameter optional to fix restore on iPhone 3GS and older
Martin Szulecki
1
-1
/
+3
2013-11-19
silence some clang compiler warnings
Nikias Bassen
1
-1
/
+1
2013-11-19
tss: Refactor TSS handlers for Image4 support and flexibility
Martin Szulecki
1
-7
/
+36
2013-11-19
img3: hide low level img3 code and provide simpler img3_stitch_component() fu...
Nikias Bassen
1
-26
/
+6
2013-11-19
add get_sep_nonce helper function
Nikias Bassen
1
-0
/
+43
2013-11-19
Add helper function to check if device supports image4 format
Nikias Bassen
1
-0
/
+24
2013-11-19
removed unused get_cpid/get_bdid and adapted for latest libirecovery changes
Nikias Bassen
1
-50
/
+0
2013-11-18
Split nonce retrieval into ApNonce and SepNonce for DFU and Recovery modes
Martin Szulecki
1
-2
/
+2
2013-11-18
idevicerestore: Remove obsolete arguments from get_shsh_blobs()
Martin Szulecki
1
-4
/
+4
2013-11-18
normal: Split normal_get_nonce() into ApNonce and SEPNonce getters
Martin Szulecki
1
-5
/
+5
2013-10-24
Added warning about missing ‘SupportedProductTypes’ key in iPhoneOS 2.x I...
Aaron Burghardt
1
-0
/
+2
2013-10-24
Prefer the WTF file in the restore IPSW, fallback to downloading the WTF IPSW.
Aaron Burghardt
1
-36
/
+44
2013-10-24
Added test for limera1n compatibility before attempting to inject it.
Aaron Burghardt
1
-1
/
+1
2013-10-24
Return ‘DeviceTree’ instead of ‘RestoreDeviceTree’ from get_component...
Aaron Burghardt
1
-1
/
+1
2013-10-24
Fall back to ‘RestoreKernelCaches’ if ‘KernelCachesByTarget’ not in R...
Aaron Burghardt
1
-12
/
+16
2013-10-03
AppleTV: set auto-boot to true again after restore
Nikias Bassen
1
-0
/
+14
2013-10-02
ipsw: change buffers to use type unsigned char*
Nikias Bassen
1
-4
/
+4
2013-10-02
img3: make buffers and sizes unsigned
Nikias Bassen
1
-4
/
+4
2013-10-02
use dynamically allocated buffer when reading cached SHSH files
Nikias Bassen
1
-3
/
+24
2013-10-02
silence implicit declaration compiler warnings
Nikias Bassen
1
-0
/
+1
2013-10-02
custom fw: fall back to User ram disk if Update ramdisk is not found
Nikias Bassen
1
-7
/
+14
2013-09-27
Require libirecovery >= 0.2.0 and port code to it's new API
Martin Szulecki
1
-26
/
+18
2013-09-23
idevicerestore: Update usage output to use a more common standard
Martin Szulecki
1
-21
/
+21
2013-09-23
Update AUTHORS and file copyrights accordingly
Martin Szulecki
1
-0
/
+2
2013-04-24
limera1n: verify device mode after sending exploit to check for failure
Nikias Bassen
1
-2
/
+2
2013-04-24
main: updated version URL
Nikias Bassen
1
-1
/
+1
2013-01-11
idevicerestore: removed unused cpid/bdid variables
Nikias Bassen
1
-2
/
+0
2013-01-11
idevicrestore: don't use info as variable name (collides with info() function)
Nikias Bassen
1
-24
/
+23
2013-01-09
idevicerestore: Improve maintenance of recovery/dfu mode device compatibility
Martin Szulecki
1
-193
/
+5
2012-11-08
idevicerestore: Fix compilation due to typo
Martin Szulecki
1
-3
/
+3
2012-11-08
Add basic support for iPad3,4 and iPad2,5 (untested)
Martin Szulecki
1
-0
/
+21
2012-11-07
idevicerestore: Show build major version number, too
Martin Szulecki
1
-1
/
+1
2012-11-07
idevicerestore: Make first nonce request not mandatory to support "old" iOS b...
Martin Szulecki
1
-2
/
+2
2012-11-07
idevicerestore: Move nonce reporting into get_nonce() to avoid code duplication
Martin Szulecki
1
-15
/
+14
2012-11-07
Added support for iPhone5,1 and iPhone5,2 (including baseband update)
Nikias Bassen
1
-0
/
+18
2012-11-07
idevicerestore: Only sign components if we have a blob and don't treat it as ...
Martin Szulecki
1
-27
/
+38
2012-11-07
idevicerestore: Attempt to get nonce from device early on
Martin Szulecki
1
-1
/
+29
2012-11-07
idevicerestore: Enable getting nonce from device in normal mode
Martin Szulecki
1
-2
/
+4
2012-11-07
idevicerestore: Send ApTicket if applicable before iBEC
Martin Szulecki
1
-0
/
+7
2012-11-07
Fix grammar of a few comments
Martin Szulecki
1
-1
/
+1
2012-11-07
client: Fix build number parsing for iOS 6
Martin Szulecki
1
-8
/
+10
2012-11-07
fix debug mode for libidevicerestore
Nikias Bassen
1
-1
/
+1
2012-11-07
idevicerestore: add function to set cache path
Martin Szulecki
1
-0
/
+13
2012-11-07
libidevicerecovery: implemented progress callback logic
Martin Szulecki
1
-0
/
+25
2012-11-07
main: fix crash when using -l option
Nikias Bassen
1
-1
/
+3
2012-07-29
move main() code after option parsing to separate function
Nikias Bassen
1
-104
/
+220
[prev]
[next]