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-11-07
idevicerestore: Show build major version number, too
Martin Szulecki
1
-1
/
+1
2012-11-07
normal: Fix compiler warnings
Martin Szulecki
1
-1
/
+2
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
2
-0
/
+21
2012-11-07
restore: Change wording to "personalized" instead of "signed"
Martin Szulecki
1
-2
/
+2
2012-11-07
restore: Plug possible memory leak
Martin Szulecki
1
-2
/
+1
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
2
-0
/
+8
2012-11-07
normal: Implement normal_get_nonce()
Martin Szulecki
2
-0
/
+44
2012-11-07
Fix grammar of a few comments
Martin Szulecki
3
-3
/
+4
2012-11-07
Do not report that we do signing if we don't know yet
Martin Szulecki
2
-6
/
+0
2012-11-07
client: Fix build number parsing for iOS 6
Martin Szulecki
5
-12
/
+15
2012-11-07
Fix possible crash in error()
Nikias Bassen
1
-3
/
+5
2012-11-07
Added baseband flash restore step for progress output
Martin Szulecki
2
-0
/
+4
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
2
-1
/
+14
2012-11-07
Add error buffer and getter function to get the last error message
Martin Szulecki
2
-2
/
+21
2012-11-07
update progress bar function to use info_stream (if enabled)
Nikias Bassen
1
-1
/
+2
2012-11-07
change info(), error(), and debug() into functions and allow redirecting the ...
Martin Szulecki
7
-49
/
+120
2012-11-07
libidevicerecovery: implemented progress callback logic
Martin Szulecki
9
-12
/
+108
2012-11-07
main: fix crash when using -l option
Nikias Bassen
1
-1
/
+3
2012-11-07
recovery: disable progress bar for libirecovery uploads
Nikias Bassen
1
-1
/
+1
2012-11-07
Move flags into idevicerestore.h
Martin Szulecki
4
-11
/
+12
2012-07-29
move main() code after option parsing to separate function
Nikias Bassen
3
-107
/
+233
2012-07-28
main: use client flag instead of local variable for --latest option
Nikias Bassen
2
-5
/
+5
2012-07-28
main: use client flag instead of local variable for --shsh option
Nikias Bassen
2
-4
/
+3
2012-07-28
main: use cache_dir/shsh instead of ./shsh if a cache dir was given
Nikias Bassen
1
-5
/
+15
2012-07-28
tss: remove global use_apple_server symbol and use parameter instead
Nikias Bassen
5
-12
/
+8
2012-07-26
recovery: removed commented-out declarations from header file
Nikias Bassen
1
-3
/
+0
2012-07-26
restore: change UUID to UDID in error message
Nikias Bassen
1
-2
/
+2
2012-07-17
restore: only print 'Attempt %d to connect...' in debug mode
Nikias Bassen
1
-1
/
+1
2012-07-17
tss: silence compiler warning
Nikias Bassen
1
-1
/
+1
2012-07-17
tss: Use https to contact webservices first as we sometimes hit a 404 over http
Martin Szulecki
1
-2
/
+6
2012-07-17
tss: Cycle through different hosts for TSS requests as a fallback
Martin Szulecki
1
-1
/
+9
2012-07-17
tss: Use appropriate @HostPlatformInfo value in TSS requests
Nikias Bassen
1
-2
/
+14
2012-07-17
restore: Format TSS baseband request message strings correctly
Martin Szulecki
1
-2
/
+2
2012-07-17
tss: Don't crash on errors like failed connection attempts and be more verbose
Martin Szulecki
2
-7
/
+18
2012-07-17
main: use correct filename after extracting into cache dir
Nikias Bassen
1
-0
/
+2
2012-07-17
common: silence warning by adding missing include
Nikias Bassen
1
-0
/
+1
2012-07-17
main: implement dynamic filesystem extraction (into cache dir)
Nikias Bassen
1
-5
/
+36
2012-07-17
main: return -2 instead of -1 if nonce could not be retrieved
Martin Szulecki
1
-1
/
+1
2012-07-17
main: refactor filesystem extraction and use cache folder
Nikias Bassen
1
-61
/
+59
2012-07-17
main: add --cache-path parameter and use it for version.xml and wtf image
Nikias Bassen
3
-14
/
+72
2012-07-17
main: remove file locking as it appears to hang on some platforms
Martin Szulecki
1
-9
/
+0
2012-07-17
dfu: make sure client member of struct is NULLed correctly
Nikias Bassen
1
-1
/
+8
2012-07-17
restore: handle -1 error
Nikias Bassen
1
-0
/
+6
2012-07-17
main: do not delete cached filesystem
Nikias Bassen
1
-13
/
+16
[prev]
[next]