Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-07-28 | main: use client flag instead of local variable for --latest option | Nikias Bassen | 1 | -5/+4 |
2012-07-28 | main: use client flag instead of local variable for --shsh option | Nikias Bassen | 1 | -4/+2 |
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 | 1 | -5/+2 |
2012-07-17 | tss: Don't crash on errors like failed connection attempts and be more verbose | Martin Szulecki | 1 | -2/+1 |
2012-07-17 | main: use correct filename after extracting into cache dir | Nikias Bassen | 1 | -0/+2 |
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 | 1 | -14/+44 |
2012-07-17 | main: remove file locking as it appears to hang on some platforms | Martin Szulecki | 1 | -9/+0 |
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 | main: If mode switching from normal to recovery fails, return error code -5 | Martin Szulecki | 1 | -1/+1 |
2012-07-17 | main: Report device state again after a restore reboot | Martin Szulecki | 1 | -0/+1 |
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 | main: Output last known mode when mode switch to recovery failed | Martin Szulecki | 1 | -1/+1 |
2012-07-17 | main: Return -2 error code if error might be fixed by running restore again | Martin Szulecki | 1 | -4/+4 |
2012-07-17 | main: Determine device mode again after rebooting it from restore mode | Martin Szulecki | 1 | -0/+3 |
2012-07-17 | main: Wait 15 seconds for device to boot restore mode before connecting again | Martin Szulecki | 1 | -0/+3 |
2012-07-17 | main: Switch device from normal into recovery before extracting filesystem | Martin Szulecki | 1 | -14/+12 |
2012-07-17 | main: Grab result code of restore_device() call and return as global error code | Martin Szulecki | 1 | -3/+5 |
2012-07-17 | main: Add detection of new models in check_device() | Martin Szulecki | 1 | -0/+40 |
2012-07-17 | Limit when downloading should show progress and when not | Martin Szulecki | 1 | -2/+2 |
2012-07-17 | main: Allow mode and device checking in restore mode to actually work | Martin Szulecki | 1 | -6/+4 |
2012-07-17 | main: Hint at possibly corrupt firmware file when extracting it fails | Martin Szulecki | 1 | -2/+2 |
2012-07-17 | main/restore: Pass full client to restore mode and device discovery functions | Martin Szulecki | 1 | -2/+2 |
2012-07-17 | main: Check if IPSW exists before attempting to extract it | Martin Szulecki | 1 | -0/+6 |
2012-07-17 | main: Add support for missing needservice component | Martin Szulecki | 1 | -0/+2 |
2012-07-17 | main: remove filesystem temporary file on error too | Nikias Bassen | 1 | -0/+22 |
2012-07-16 | main: use file locking for version.xml updating | Nikias Bassen | 1 | -0/+12 |
2012-07-16 | main: use version.xml.tmp instead of tmpnam() | Nikias Bassen | 1 | -9/+4 |
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 |