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
/
restore.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-02
Reduce memory usage for SourceBootObjectV4 images
Nikias Bassen
1
-90
/
+57
2022-09-16
Fix Cryptex1 and Cryptex1LocalPolicy TSS request handling
Nikias Bassen
1
-15
/
+35
2022-08-29
restore: Add support for Cryptex1LocalPolicy firmware updater
Nikias Bassen
1
-10
/
+23
2022-08-29
restore: use an appropriate ticket for Cryptex1 global manifest
Munehisa Kamata
1
-7
/
+24
2022-06-28
restore: Don't print 'Attempting to continue after critical error' warning wh...
Nikias Bassen
1
-1
/
+1
2022-06-28
Make sure to exactly match the passed variant when using --variant
Nikias Bassen
1
-1
/
+1
2022-06-23
Support iOS 16.0 Beta 2 (#506)
Emma Lethaltail
1
-0
/
+1
2022-06-20
Remove more serial number checks, and get ECID early on in all modes
Nikias Bassen
1
-15
/
+9
2022-06-20
Add support for FirmwareUpdaterPreflight message
Clément Decoodt
1
-0
/
+31
2022-06-17
restore: Fix memory corruption in restore_get_timer_firmware_data
Doron Zarhi
1
-1
/
+1
2022-06-17
Add support for iOS 16
Doron Zarhi
1
-8
/
+122
2022-04-12
More code improvements using _plist_dict_copy_* helper
Nikias Bassen
1
-5
/
+1
2022-04-12
Use proper detection for macOS restore path (instead of version number compar...
Nikias Bassen
1
-8
/
+4
2022-04-10
Fix build identity selection for beta (developer) firmware
Nikias Bassen
1
-2
/
+2
2022-04-10
restore: Fixed a problem that nobody even knew existed
Nikias Bassen
1
-6
/
+10
2022-04-07
tss/restore: Improve code readability with plist helpers and removal of unnee...
Nikias Bassen
1
-33
/
+8
2022-04-06
Add support for Timer,* components and TSS found in iPad Air 5th gen firmware
Nikias Bassen
1
-0
/
+204
2022-03-07
restore: Use ECID instead of serial number in restore_is_current_device() to ...
Nikias Bassen
1
-14
/
+16
2021-11-27
Use macros for the different restore variant strings
Nikias Bassen
1
-3
/
+3
2021-11-26
Cache build manifest in client struct
Nikias Bassen
1
-8
/
+2
2021-11-24
restore: Use new reverse proxy implementation from latest libimobiledevice
Nikias Bassen
1
-0
/
+52
2021-11-19
Fix compilation on Windows
Nikias Bassen
1
-2
/
+2
2021-11-17
restore: Add missing newlines to info messages
Hector Martin
1
-2
/
+2
2021-11-17
restore: Support sending BootabilityBundle (Monterey)
Hector Martin
1
-0
/
+155
2021-11-17
idevicerestore: Identify build identity by Variant (Monterey)
Hector Martin
1
-3
/
+10
2021-10-26
Add command line option to continue despite certain errors (e.g. baseband upd...
Nikias Bassen
1
-0
/
+4
2021-10-01
restore: Fix CheckpointMsg parsing for older firmware versions
Nikias Bassen
1
-5
/
+3
2021-09-27
restore: Add support for updating AppleTCON
Hector Martin
1
-0
/
+80
2021-09-01
Remove common code in favor of libimobiledevice-glue
Nikias Bassen
1
-2
/
+2
2021-08-09
restore: Set SupportedDataTypes and SupportedMessageTypes for ALL restore var...
Nikias Bassen
1
-2
/
+3
2021-06-29
Make device mode specific code more consistent
Nikias Bassen
1
-11
/
+21
2021-06-05
restore: Error out if no matching build identity can be found
Nikias Bassen
1
-0
/
+4
2021-06-05
restore: macOS Update LocalPolicy must use the normal build identity
Benjamin BOURGEAIS
1
-1
/
+2
2021-05-26
restore: Silence compiler warnings
Nikias Bassen
1
-2
/
+2
2021-05-11
restore: Handle new data types requested by the restore process
Benjamin BOURGEAIS
1
-0
/
+514
2021-05-08
restore: Update the restore start request to match Apple Configurator 2
Benjamin BOURGEAIS
1
-54
/
+174
2021-05-08
restore: Send NOR images as a dict for newer versions
Benjamin BOURGEAIS
1
-7
/
+17
2021-03-17
restore: Handle BasebandUpdaterOutputData
Nikias Bassen
1
-0
/
+74
2020-10-27
restore: Add SE,ChipID 0xD2 for iPhone 12 SE firmware
Nikias Bassen
1
-1
/
+1
2020-10-27
restore: Silence warning about EAN Data progress
Nikias Bassen
1
-0
/
+1
2020-10-27
restore: Add new baseband firmware file mapping for Mav20 basebands (iPhone 12)
Nikias Bassen
1
-0
/
+2
2020-10-12
restore: Fix NORData request by sending new components (fixes wireless chargi...
Nikias Bassen
1
-4
/
+19
2020-09-16
restore: Add some more restore progress steps
Nikias Bassen
1
-0
/
+15
2020-07-09
Fix 'Unable get path ...' error messages to say 'Unable to get path ...'
Nikias Bassen
1
-6
/
+6
2020-06-24
restore: Improve NORData error message
Nikias Bassen
1
-1
/
+1
2020-06-23
restore: Handle new PersonalizedData and EANData requests
Dany Lisiansky
1
-28
/
+52
2020-06-23
restore: Add support for SystemImageRootHash and SystemImageCanonicalMetadata...
Nikias Bassen
1
-10
/
+27
2020-06-08
Remove trailing whitespace errors from all files
Martin Szulecki
1
-5
/
+4
2020-04-20
Use uint64_t and appropriate standard PRI* format specifiers everywhere
Nikias Bassen
1
-2
/
+2
2020-04-18
Use PATH_MAX for file sizes
Rosen Penev
1
-3
/
+4
[next]