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
2025-09-25
restore: Silence messages around AEA first chunk / URLAsset handling
Nikias Bassen
1
-5
/
+9
2025-09-23
Fix progress bar for DFU/Recovery image upload
Nikias Bassen
2
-2
/
+4
2025-09-14
Fix boot-args string and handling
H-Sofie
1
-5
/
+5
2025-09-12
Add SE,ChipID for M4
Nikias Bassen
1
-1
/
+1
2025-09-11
Fix log output of get_ap_nonce/get_sep_nonce
Nikias Bassen
1
-8
/
+4
2025-09-11
Increase timeout for device to enter restore mode
Nikias Bassen
1
-1
/
+1
2025-09-11
[Windows] Fix log output
Nikias Bassen
1
-1
/
+1
2025-09-08
img4: Fix wrong entry in matching array for component stitching
Nikias Bassen
1
-1
/
+1
2025-09-06
Print message about USB port for macOS restores in case Port DFU fails
Nikias Bassen
1
-0
/
+4
2025-09-05
img4: Use lookup table to retrieve tag name in img4_stitch_component()
Nikias Bassen
1
-28
/
+37
2025-09-05
img4: Fix Ap,RestoreDCP2 -> rdc2 mapping
Nikias Bassen
1
-1
/
+3
2025-08-14
img4: Add RestoreDCP2 -> rdc2 mapping
Nikias Bassen
1
-0
/
+1
2025-07-15
restore: Adapt log level of previous restore log and reverse proxy messages
Nikias Bassen
1
-3
/
+3
2025-07-01
Removed unused 'entries' member from struct idevicerestore_client_t
Nikias Bassen
1
-11
/
+0
2025-07-01
Silence more compiler warnings
Nikias Bassen
2
-2
/
+2
2025-07-01
Fix a couple of compiler warnings and remove unused variables
Nikias Bassen
4
-8
/
+3
2025-07-01
Update codebase to use (const) void* and size_t where applicable
Nikias Bassen
26
-168
/
+158
2025-06-27
download: Use new CURLOPT_XFERINFOFUNCTION for libcurl >= 7.32
Nikias Bassen
1
-1
/
+9
2025-06-27
restore: Fix curl_easy_setopt compiler warning
Nikias Bassen
1
-1
/
+1
2025-06-27
log: Make sure to only add compiler attribute for supported compilers
Nikias Bassen
1
-0
/
+5
2025-06-27
Improve type safety of new logging system and its handling of varargs
Visual Ehrmanntraut
3
-11
/
+25
2025-06-23
Refactor logging and add logfile support
Nikias Bassen
23
-1459
/
+2010
2025-03-27
Fix iPhone 16e restore from normal mode
Nikias Bassen
1
-12
/
+14
2025-03-20
Allow building without support for limera1n
Nikias Bassen
2
-5
/
+27
2024-12-02
Fix build
Nikias Bassen
1
-1
/
+0
2024-10-15
Fix iPhone 16 restore from normal mode and add support for RecoveryOS
Nikias Bassen
10
-104
/
+578
2024-09-28
Be more precise about what is wrong when entering restore mode fails
Nikias Bassen
1
-1
/
+5
2024-09-25
Release DFU/Recovery client on disconnect and Increase timeout for port DFU -...
Nikias Bassen
1
-1
/
+3
2024-09-25
ace3: Fix Ace3Binary generation for newer devices
Nikias Bassen
1
-7
/
+41
2024-09-21
Initial support for iPhone 16 restore
Nikias Bassen
2
-0
/
+18
2024-09-21
asr: Fix memory corruption due to double free
Nikias Bassen
1
-2
/
+2
2024-09-21
asr: Add support for second Initiate request
Florian Brandstetter
1
-16
/
+43
2024-09-19
Also print libirecovery version
Nikias Bassen
1
-2
/
+2
2024-09-19
Replace sprintf with snprintf
Nikias Bassen
4
-28
/
+30
2024-09-19
restore: Add SupportedAsyncDataTypes for both iOS and macOS
Florian Brandstetter
1
-7
/
+9
2024-09-18
Print libtatsu version alongside idevicerestore version
Nikias Bassen
1
-2
/
+2
2024-09-18
Only print libimobiledevice debug info for debug level > 2
Nikias Bassen
1
-1
/
+3
2024-09-18
common: Try to improve terminal output with fflush()
Nikias Bassen
1
-0
/
+3
2024-09-18
restore: Fix incorrect fallback case
tihmstar
1
-2
/
+2
2024-09-18
restore: Only send FirmwareData when it has been requested
Nikias Bassen
1
-21
/
+101
2024-09-18
restore: Make sure to error out when async data request handler can't be started
Nikias Bassen
1
-0
/
+3
2024-09-18
restore: Make wait for URLAsset on first chunk optional
Nikias Bassen
1
-5
/
+15
2024-07-09
ipsw: Fix concurrent access to ZIP file
Nikias Bassen
2
-35
/
+137
2024-07-01
Fix heap buffer overflow in URLAsset handling
Nikias Bassen
1
-1
/
+1
2024-06-29
Remove debug printf
Nikias Bassen
1
-1
/
+0
2024-06-26
restore: Always try to use DeviceGeneratedRequest data for TSS requests if pr...
Nikias Bassen
1
-15
/
+45
2024-06-24
Add support for iOS 18 restore process
Nikias Bassen
7
-131
/
+750
2024-06-22
restore: Remove `device` from the parameters of the functions
Nikias Bassen
2
-19
/
+29
2024-06-22
restore: Remove `build_identity` from the parameters of the functions
Nikias Bassen
2
-100
/
+178
2024-06-16
Remove OpenSSL dependency in favor of libimobiledevice-glue's hash functions
Nikias Bassen
9
-800
/
+12
[next]