Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-07-17 | main: use extracted filesystem if present | Nikias Bassen | 1 | -0/+24 |
2012-07-17 | ipsw: add function ipsw_get_file_size() to get uncompressed file size | Nikias Bassen | 2 | -0/+28 |
2012-07-17 | tss: Do not output "MESSAGE=" prefix of TSS server error messages | Martin Szulecki | 1 | -1/+1 |
2012-07-17 | restore: Error out if writing final personalized bbfw archive file failed | Martin Szulecki | 1 | -3/+6 |
2012-07-17 | restore: Always try to receive and handle possible StatusMsg on errors | Martin Szulecki | 1 | -7/+7 |
2012-07-17 | restore: Handle printing logs of a StatusMsg if available | Martin Szulecki | 1 | -0/+12 |
2012-07-17 | asr: Output byte counts in error message if sending data fails | Martin Szulecki | 1 | -1/+1 |
2012-07-17 | asr: Fix memory leak in asr_send() | Martin Szulecki | 1 | -4/+2 |
2012-07-17 | asr: Add macros for other values of validation request | Martin Szulecki | 1 | -4/+8 |
2012-07-17 | asr: implemented checksumming for filesystem upload | Nikias Bassen | 3 | -34/+130 |
2012-07-17 | mbn: Use correct log debug() function instead of printf for warnings | Martin Szulecki | 1 | -1/+1 |
2012-07-17 | restore: Return -2 error code on ASR failures as a new attempt might work | Martin Szulecki | 1 | -1/+1 |
2012-07-17 | restore: If opening a device times out completely, make error unrecoverable | Martin Szulecki | 1 | -3/+4 |
2012-07-17 | restore: Don't process further device add events if we already have a match | Martin Szulecki | 1 | -1/+1 |
2012-07-17 | restore: Print message if a device is rebooted in restore mode | Martin Szulecki | 1 | -0/+1 |
2012-07-17 | recovery: Send "preventive" ZLP directly after sending kernelcache component | Martin Szulecki | 1 | -2/+2 |
2012-07-17 | main: If mode switching from normal to recovery fails, return error code -5 | Martin Szulecki | 1 | -1/+1 |
2012-07-17 | recovery: Make sure a connection is available before sending iBEC, too | Martin Szulecki | 1 | -0/+6 |
2012-07-17 | main: Report device state again after a restore reboot | Martin Szulecki | 1 | -0/+1 |
2012-07-17 | restore: refactor device detection to find device by ECID | Nikias Bassen | 1 | -28/+88 |
2012-07-17 | restore: Normalize messages printed in handlers of main restore process loop | Martin Szulecki | 1 | -4/+17 |
2012-07-17 | main: Do not wait 15 seconds for device to enter restore as we use events now | Martin Szulecki | 1 | -3/+0 |
2012-07-17 | restore: Correctly print success message after receiving baseband SHSH blobs | Martin Szulecki | 1 | -0/+1 |