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-16
mass replace uuid->udid and raise libimobiledevice requirement to >= 1.1.4
Nikias Bassen
5
-28
/
+28
2012-02-14
main: fix WTF->DFU mode switching since cpid is now hex
Nikias Bassen
1
-1
/
+1
2012-02-14
libirecovery: cpid/bdid are actually hex values
Nikias Bassen
2
-51
/
+51
2012-02-14
remove duplicate CPID/BDID and devices structs
Nikias Bassen
6
-88
/
+12
2012-02-14
restore: use FMT_qu define to fix compiler warning
Nikias Bassen
1
-1
/
+1
2012-02-14
libirecovery: allow passing ecid 0x1222 to only get 0x1222/WTF devices
Nikias Bassen
1
-0
/
+18
2012-02-13
download: add progress bar for download_to_file function
Nikias Bassen
1
-0
/
+13
2012-02-13
common: fix progress bar percentage value padding
Nikias Bassen
1
-1
/
+1
2012-02-12
libirecovery: fix debug message
Nikias Bassen
1
-1
/
+1
2012-02-12
win32: use #ifndef to prevent warning about sleep being already defined
Nikias Bassen
2
-0
/
+4
2012-02-12
use format string defines since win32 doesn't like %qu
Nikias Bassen
3
-4
/
+8
2012-02-12
libirecovery: fix win32 device detection/selection by ecid
Nikias Bassen
2
-42
/
+125
2012-02-12
download: win32 has no ftello() so use ftell()
Nikias Bassen
1
-0
/
+5
2012-02-12
autofoo: support for different platforms
Nikias Bassen
1
-8
/
+7
2012-02-12
tss: handle status code 100 (internal server error)
Nikias Bassen
1
-0
/
+3
2012-02-09
download: call fclose before removing the file
Nikias Bassen
1
-2
/
+2
2012-02-09
main: updated version check url
Nikias Bassen
1
-1
/
+1
2012-02-09
download: better error handling
Nikias Bassen
1
-3
/
+15
2012-02-09
add support for targeting a device by ECID
Nikias Bassen
9
-103
/
+182
2012-02-07
restore: find actual device by checking device serial number
Nikias Bassen
2
-15
/
+89
2012-02-07
recovery: store device serial number upon connect
Nikias Bassen
2
-1
/
+12
2012-02-07
main: remove static wtf hash padding (now handled by libirecovery)
Nikias Bassen
1
-16
/
+5
2012-02-07
libirecovery: add dfu buffer hashing code
Nikias Bassen
1
-1
/
+99
2012-02-05
add support for 0x1222 wtf mode
Nikias Bassen
7
-19
/
+159
2012-02-05
download: add include guards to header file
Nikias Bassen
1
-0
/
+13
2012-02-05
download and cache version information from itunes.com
Nikias Bassen
5
-2
/
+196
2012-02-05
restore: Set autoboot before using getenv calls to fix iPhone 4S restore
Martin Szulecki
1
-4
/
+4
2012-02-05
libirecovery: Add detection for A5 devices and remove obsolete firmware urls
Martin Szulecki
2
-25
/
+48
2012-02-05
common: Use correct model name in device list
Martin Szulecki
1
-1
/
+1
2012-02-05
Add basic code to detect and process iPhone 4S devices
Martin Szulecki
2
-0
/
+8
2012-02-05
restore: Implement handling of PreviousRestoreLogMsg message
Martin Szulecki
1
-0
/
+22
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-05
Fix recovery mode for older devices (0x1280/0x1281)
Martin Szulecki
1
-1
/
+3
2012-02-03
restore: don't enter endless loop on restore error
Nikias Bassen
1
-2
/
+5
2012-02-03
repeat tss request several times before giving up
Nikias Bassen
1
-7
/
+43
2012-02-02
add --pwn option to put a limera1n device into pwned dfu mode
Nikias Bassen
2
-2
/
+34
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
5
-1
/
+205
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
[prev]
[next]