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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-25
tss: Add support for new Vinyl (eUICC), Rose (Rap), and Veridian (BMU) ticket...
Nikias Bassen
2
-2
/
+294
2019-09-25
common: Extend _plist_dict_get_uint/bool helper to allow get values from data...
Nikias Bassen
1
-2
/
+70
2019-09-21
asr: Transfer filesystem data more efficiently with larger buffers
Nikias Bassen
1
-18
/
+30
2019-09-11
tss: Fix crash due to use-after-free in tss_request_send() if connection fails
137734949
1
-3
/
+4
2019-09-11
Converted README to markdown, updated the description, and updated links
Nikias Bassen
2
-76
/
+78
2019-09-10
README: Mention libcurl dependency
Niklas Hambüchen
1
-0
/
+1
2019-08-30
Prompt user before trying to downgrade a device via Upgrade restore (i.e. wit...
Nikias Bassen
1
-0
/
+57
2019-08-29
Add support to "preboard" a device on update restore to prevent 'Attempting d...
Nikias Bassen
5
-3
/
+343
2019-08-29
img4: Add new function img4_create_local_manifest()
Nikias Bassen
2
-25
/
+482
2019-08-29
tss: Properly apply RestoreRequestRules which can also be EPRO:false or ESEC:...
Nikias Bassen
1
-4
/
+4
2019-08-29
tss: Allow missing ApECID in tss_request_add_common_tags()
Nikias Bassen
1
-4
/
+2
2019-08-29
tss: Silence warnings about missing BbChipID and BbSkeyId entries
Nikias Bassen
1
-2
/
+2
2019-08-28
Add plist dictionary helper
Nikias Bassen
2
-0
/
+25
2019-08-20
Reduce code duplication in normal.c with helper function
Nikias Bassen
2
-113
/
+33
2019-06-25
fdr: Fix typo in error type that lead to compile errors with older libimobile...
Nikias Bassen
1
-1
/
+1
2019-06-24
fdr: Handle new timeout error conditions (introduced in latest libimobiledevice)
Nikias Bassen
2
-7
/
+31
2019-06-18
Add warning with confirmation prompt when performing an erase restore in inte...
Nikias Bassen
1
-1
/
+25
2019-03-22
Make sure user input can be cancelled properly
Nikias Bassen
2
-1
/
+8
2019-02-14
Fix usage output and reorder it by relevance
Nikias Bassen
2
-25
/
+32
2019-02-14
restore: Silence two ERROR messages that are not really errors
Nikias Bassen
1
-2
/
+2
2019-02-14
win32: Workaround for _lseeki64 not seeking as expected...
Nikias Bassen
2
-0
/
+4
2019-02-14
Use uint64_t instead of off_t for win32/MinGW compatibility
Nikias Bassen
5
-8
/
+8
2019-02-14
Ensure all required components from IPSW are present before trying to restore
Nikias Bassen
1
-0
/
+42
2019-02-14
Allow .ipsw files or extracted IPSW as source
Nikias Bassen
8
-166
/
+392
2019-02-13
dfu/recovery: Don't select first DFU/Recovery mode device found when --udid w...
Nikias Bassen
2
-2
/
+12
2019-02-07
build: Follow autofoo advice to add -I m4 to Makefile.am
Nikias Bassen
1
-0
/
+2
2019-02-07
win32: Remove WINVER define that is not really needed
Nikias Bassen
1
-1
/
+0
2019-02-04
build: Check for pthread properly (non-win32)
Nikias Bassen
2
-11
/
+503
2019-02-02
Common: included <unistd.h> for fix compiling on macOS
s0uthwest
1
-0
/
+1
2019-02-02
win32: Use _lseeki64 instead of _fseeki64/_ftelli64 and don't link against ms...
Nikias Bassen
3
-9
/
+7
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 versio...
Nikias Bassen
12
-28
/
+892
2019-01-28
main: Do not download version data unless --latest command line switch is used
Nikias Bassen
1
-3
/
+5
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
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 sys...
Nikias Bassen
5
-7
/
+189
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 lo...
Luis Duran
1
-0
/
+14
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
[prev]
[next]