Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-02-02 | Common: included <unistd.h> for fix compiling on macOS | s0uthwest | 1 | -0/+1 | |
error: use of undeclared identifier 'STDIN_FILENO' tcgetattr(STDIN_FILENO, &oldt); | |||||
2019-02-02 | win32: Use _lseeki64 instead of _fseeki64/_ftelli64 and don't link against ↵ | Nikias Bassen | 3 | -9/+7 | |
msvcr100.dll What a mess it is, all these msvcr*.dll - incompatible without limits | |||||
2019-02-02 | Remove unused function build_manifest_get_build_identity() | Nikias Bassen | 2 | -23/+0 | |
2019-02-02 | Mention name of filesystem image when extracting it | Nikias Bassen | 1 | -1/+1 | |
2019-02-02 | Don't allow passing an empty UDID with --udid | Nikias Bassen | 1 | -0/+5 | |
2019-02-02 | Use ipsw.me API to allow selection and download of any signed firmware ↵ | Nikias Bassen | 12 | -28/+892 | |
version when using --latest | |||||
2019-01-28 | main: Do not download version data unless --latest command line switch is used | Nikias Bassen | 1 | -3/+5 | |
... or we are dealing with a really old WTF device that doesn't ship the WTF firmware in its .ipsw | |||||
2019-01-26 | gitignore: Update to match other repos | Rudolf Tammekivi | 1 | -11/+28 | |
2019-01-26 | Allow to run autogen.sh outside $top_srcdir | Christophe Fergeau | 1 | -12/+19 | |
This makes it more convenient to do builds out of the source dir. | |||||
2019-01-25 | restore: Move Yonkers component selection code to tss_request_add_yonkers_tags() | Nikias Bassen | 3 | -80/+92 | |
2019-01-24 | restore: Fix Savage firmware handling for iPhone XR/XS/XS max | Nikias Bassen | 3 | -41/+57 | |
2019-01-23 | thread: Silence two compiler warnings | Nikias Bassen | 2 | -1/+2 | |
2019-01-23 | Replace tempnam() with mkstemp() and provide reference implementation for ↵ | Nikias Bassen | 5 | -7/+189 | |
systems lacking it | |||||
2019-01-22 | win32: Use _fseeki64/_ftelli64 instead of fseeko/ftello | Nikias Bassen | 3 | -3/+22 | |
2019-01-22 | win32: Add missing include for mkdir() | Nikias Bassen | 1 | -0/+1 | |
2019-01-21 | win32: Make sure to use binary flag for fopen everywhere | Nikias Bassen | 1 | -1/+1 | |
2019-01-21 | common: Use fstat() instead of fseeko() and ftello() | Nikias Bassen | 1 | -4/+9 | |
2019-01-16 | restore: Add TZ0RequiredCapacity to restore options to fix iPhone8/8+ boot ↵ | Luis Duran | 1 | -0/+14 | |
loop issue | |||||
2019-01-16 | restore/tss: Add support for Yonkers firmware data and TSS request | Rudolf Tammekivi | 3 | -1/+237 | |
2019-01-16 | restore: Add fallback SE,* component selection for unknown SE,ChipIDs | Nikias Bassen | 1 | -2/+10 | |
2019-01-16 | restore: Add support for newer SEP firmware (Chip ID 0x64) | Nikias Bassen | 2 | -19/+12 | |
2019-01-16 | recovery: Add support for IsLoadedByiBoot:true components | Rudolf Tammekivi | 2 | -0/+53 | |
2019-01-16 | main: Allow passing ECID in hex or decimal | Nikias Bassen | 1 | -4/+4 | |
2019-01-16 | restore: Avoid using get_component_name() when getting manifest from build ↵ | Nikias Bassen | 1 | -18/+30 | |
identity | |||||
2019-01-16 | Add lowpowermode aka LowPowerWallet0 component to get_component_name() | Nikias Bassen | 1 | -0/+2 | |
2019-01-16 | img4: Add personalization tag for RestoreTrustCache | Rudolf Tammekivi | 1 | -0/+2 | |
2019-01-16 | img4: Fix component name for rlgo | Rudolf Tammekivi | 2 | -2/+2 | |
2018-08-28 | restore: Add personalization tag for AppleLogo | Rudolf Tammekivi | 1 | -0/+2 | |
2018-08-28 | restore: Find personalization tag offset dynamically | Rudolf Tammekivi | 1 | -9/+69 | |
2018-06-01 | Add explicit zlib dependency | Nikias Bassen | 2 | -0/+3 | |
2018-05-19 | restore: Send ReceivedFinalStatusMsg when restore succeeds as restored is ↵ | Nikias Bassen | 1 | -0/+4 | |
expecting it This prevents a delay of about 10 seconds at the final stage of the restore process. | |||||
2018-04-27 | tss: Warn about unsupported SE,ChipID value and prevent passing NULL key to ↵ | Nikias Bassen | 1 | -1/+3 | |
plist_dict_get_item() | |||||
2018-04-27 | Decide what to do when updating SE firmware based on chip ID | BALATON Zoltan | 2 | -9/+24 | |
This should be more accurate than guessing based on what is in the build identity and avoid doing unexpected things for unknown hardware. | |||||
2018-04-27 | restore: Remove unused variables | BALATON Zoltan | 1 | -2/+0 | |
2017-12-12 | AppleTV: Only wait for older AppleTV models to enter recovery mode after restore | Nikias Bassen | 1 | -2/+2 | |
2017-12-10 | restore: Only print info about other detected devices in debug mode | Nikias Bassen | 1 | -1/+1 | |
2017-11-13 | Define a constant for user agent string instead of duplicate strings | BALATON Zoltan | 3 | -3/+5 | |
2017-11-13 | Remove a comma from array initialiser which some compilers don't like | BALATON Zoltan | 1 | -1/+1 | |
2017-11-13 | Change check_hardware_model() to get_irecv_device() | BALATON Zoltan | 8 | -30/+20 | |
The check_hardware_model() function has a misleading name. It returns a string with the hardware model but this is not used. Instead, this function is only called for its side effect to initialise an irecv device in the passed client struct which it creates from the hardware model name returned by mode specific implementations. But these mode specific implementations already create an irecv device to get the hardware model name so instead of going through this unnecessary complication just return the irecv device directly and rename the function accordingly to make this clear. (This may also prevent leaking an irecv device in the mode specific functions.) | |||||
2017-11-14 | Fix Savage firmware updating for FaceID (iPhone X) | Nikias Bassen | 1 | -0/+13 | |
While the restore was succeeding, FaceID wasn't available on the device. It turned out that the Savage Firmware data sent to the device requires a simple header that we didn't send along. | |||||
2017-11-06 | Add support for Savage firmware updating (found in iPhone X) | Nikias Bassen | 3 | -7/+269 | |
2017-11-05 | restore: Prevent crash in fdr_disconnect() when exiting unexpectedly | Nikias Bassen | 1 | -4/+4 | |
2017-11-05 | thread: Add 'thread_alive' helper | Nikias Bassen | 2 | -0/+12 | |
2017-10-17 | Move extraction of filesystem before requesting SHSH blobs | Nikias Bassen | 1 | -90/+93 | |
2017-09-29 | restore: Fix restore of iPhone 8/8+ SE firmware | Nikias Bassen | 1 | -1/+10 | |
2017-09-28 | Invert return value of build_identity_has_component() | Nikias Bassen | 2 | -5/+5 | |
2017-06-08 | restore: Add previously missing DeviceTree data request handling | Nikias Bassen | 1 | -0/+7 | |
2017-06-08 | restore: Move restore_send_kernelcache() to a generic restore_send_component() | Nikias Bassen | 2 | -14/+16 | |
2017-06-08 | ipsw: Suppress (misleading) error message when a requested file is not found ↵ | Nikias Bassen | 1 | -1/+1 | |
in archive | |||||
2017-04-07 | restore: Fix a use-after-free | Nikias Bassen | 1 | -2/+3 | |
Also fixing the string length of the affected strncmp. Credit to Mällon Lobjakas |