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
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
1
-227
/
+1
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
1
-1
/
+12
2012-07-16
add support for using the latest available firmware for a device
Nikias Bassen
1
-2
/
+233
2012-07-16
mass replace uuid->udid and raise libimobiledevice requirement to >= 1.1.4
Nikias Bassen
1
-8
/
+8
2012-02-14
main: fix WTF->DFU mode switching since cpid is now hex
Nikias Bassen
1
-1
/
+1
2012-02-14
remove duplicate CPID/BDID and devices structs
Nikias Bassen
1
-1
/
+1
2012-02-12
use format string defines since win32 doesn't like %qu
Nikias Bassen
1
-3
/
+3
2012-02-09
main: updated version check url
Nikias Bassen
1
-1
/
+1
2012-02-09
add support for targeting a device by ECID
Nikias Bassen
1
-21
/
+41
2012-02-07
restore: find actual device by checking device serial number
Nikias Bassen
1
-0
/
+4
2012-02-07
main: remove static wtf hash padding (now handled by libirecovery)
Nikias Bassen
1
-16
/
+5
2012-02-05
add support for 0x1222 wtf mode
Nikias Bassen
1
-2
/
+72
2012-02-05
download and cache version information from itunes.com
Nikias Bassen
1
-1
/
+60
2012-02-05
Add basic code to detect and process iPhone 4S devices
Martin Szulecki
1
-0
/
+4
2012-02-05
Fix a typo which prevented local shsh files from being loaded
Martin Szulecki
1
-1
/
+1
2012-02-05
Do not skip NOR flashing if cydia servers are used for shsh requests
Martin Szulecki
1
-0
/
+1
2012-02-02
add --pwn option to put a limera1n device into pwned dfu mode
Nikias Bassen
1
-2
/
+33
2012-02-02
main: added --shsh option to fetch shsh blobs for given firmware
Nikias Bassen
1
-1
/
+45
2012-02-02
main: add check for local .shsh files in get_shsh_blobs()
Nikias Bassen
1
-0
/
+38
2012-02-02
add limera1n exploit and use pwned dfu mode for custom firmwares
Nikias Bassen
1
-0
/
+17
2012-02-02
main: add some code for handling custom firmwares
Nikias Bassen
1
-5
/
+153
2012-02-02
idevicerestore: add get_component_name helper function
Nikias Bassen
1
-0
/
+33
2012-02-02
main: fix mode handling code
Nikias Bassen
1
-2
/
+90
2012-02-02
main: call fixup_tss here too to make sure TSS data is sane
Nikias Bassen
1
-0
/
+5
2012-02-02
ipsw_get_component_by_path: add 'component' parameter
Nikias Bassen
1
-5
/
+13
2012-02-02
main: add fixup_tss function to put TSS plist data in a usable state
Nikias Bassen
1
-0
/
+30
2012-02-02
added nonce and nonce_size parameters to get_shsh_blobs function
Nikias Bassen
1
-3
/
+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
1
-13
/
+9
2012-02-02
tss: make TSS request work again
Nikias Bassen
1
-1
/
+1
2011-04-30
Working with iOS versions up to 4.3.2; plus all currently released devices
boxingsquirrel
1
-3
/
+67
2010-07-14
Further improve some output to better guide the user
Martin Szulecki
1
-3
/
+6
2010-07-14
Move ecid retrieval code right before shsh blob retrieval
Martin Szulecki
1
-12
/
+9
2010-07-14
Refactor tss request requirements to work with iPhone 3G and iOS 4
Martin Szulecki
1
-15
/
+19
2010-07-14
Add and improve some comments for restore process
Martin Szulecki
1
-1
/
+1
2010-07-14
Allow getting the ecid for any device model
Martin Szulecki
1
-5
/
+0
2010-07-09
Rename some variables and functions to fit thier context
Martin Szulecki
1
-10
/
+10
2010-07-09
Remove leftover of extract_manifest helper
Martin Szulecki
1
-23
/
+0
2010-07-09
Refactor filesystem extraction
Martin Szulecki
1
-2
/
+2
2010-07-09
Refactor manifest extraction
Martin Szulecki
1
-1
/
+1
2010-07-09
Add helper functions to dump information from a manifest of the IPSW
Martin Szulecki
1
-0
/
+73
2010-07-09
Correctly assign the client flags from command line
Martin Szulecki
1
-4
/
+4
2010-07-09
Implement handling of devices which do not require a tss request
Martin Szulecki
1
-42
/
+54
2010-07-09
Add function to retrieve a component path from a build identity
Martin Szulecki
1
-22
/
+43
2010-07-09
Set and use static idevicerestore_debug flag for debug output
Martin Szulecki
1
-1
/
+2
2010-07-08
Remove get_build_name() which was not working and has no real use
Martin Szulecki
1
-17
/
+0
2010-07-08
Fix segfault due to broken retrieval of board id
Martin Szulecki
1
-4
/
+4
[prev]
[next]