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
/
common.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-07
Print device Product and Build Version and IPSW Product and Build Version
Nikias Bassen
1
-0
/
+2
2023-11-02
Extract OS component when using older ipsw archives
Nikias Bassen
1
-0
/
+4
2023-10-07
Improve debug output by suppressing libimobiledevice and libirecovery debug o...
Nikias Bassen
1
-0
/
+1
2023-09-14
Refactor ipsw code to transparently stream images directly from ZIP or extrac...
Nikias Bassen
1
-2
/
+4
2022-06-27
Add --variant command line switch to specify build identity to use
Nikias Bassen
1
-0
/
+1
2022-04-12
Use proper detection for macOS restore path (instead of version number compar...
Nikias Bassen
1
-0
/
+1
2022-04-07
tss/restore: Improve code readability with plist helpers and removal of unnee...
Nikias Bassen
1
-0
/
+5
2021-11-26
Cache build manifest in client struct
Nikias Bassen
1
-0
/
+1
2021-11-19
Fix compilation on Windows
Nikias Bassen
1
-0
/
+7
2021-09-01
Remove common code in favor of libimobiledevice-glue
Nikias Bassen
1
-1
/
+1
2021-06-29
Make device mode specific code more consistent
Nikias Bassen
1
-6
/
+13
2021-05-08
tss: Add new calls
Benjamin BOURGEAIS
1
-0
/
+2
2020-04-20
Use uint64_t and appropriate standard PRI* format specifiers everywhere
Nikias Bassen
1
-4
/
+0
2020-04-12
fix newly introduced format errors under 64-bit
Rosen Penev
1
-1
/
+2
2020-04-12
Fix format compiler warnings
Rosen Penev
1
-0
/
+3
2020-02-18
Allow restores that start in Restore mode. Allow specification of custom APTi...
David Wang
1
-0
/
+2
2019-10-20
Ignore device add events after device entered restore mode
Nikias Bassen
1
-0
/
+1
2019-10-11
Don't try to print a NULL udid in device event debug message and use working ...
Nikias Bassen
1
-0
/
+2
2019-10-11
Use condition variable instead of active waiting for device event handling
Nikias Bassen
1
-4
/
+3
2019-09-25
Use global event handlers for normale/restore and recovery/dfu mode devices
Nikias Bassen
1
-1
/
+10
2019-08-28
Add plist dictionary helper
Nikias Bassen
1
-0
/
+3
2019-02-14
Allow .ipsw files or extracted IPSW as source
Nikias Bassen
1
-1
/
+5
2019-02-02
Use ipsw.me API to allow selection and download of any signed firmware versio...
Nikias Bassen
1
-0
/
+2
2019-01-23
Replace tempnam() with mkstemp() and provide reference implementation for sys...
Nikias Bassen
1
-0
/
+2
2019-01-22
win32: Add missing include for mkdir()
Nikias Bassen
1
-0
/
+1
2017-11-13
Define a constant for user agent string instead of duplicate strings
BALATON Zoltan
1
-0
/
+2
2017-02-24
common: Add strsep() implementation for platforms lacking it
Nikias Bassen
1
-0
/
+8
2015-09-24
common: Remove plist_dict_merge() as it's already provided by libplist
Nikias Bassen
1
-2
/
+0
2015-09-24
Replace () with (void) for proper function prototypes
Martin Szulecki
1
-1
/
+1
2015-05-05
Fix some warnings
BALATON Zoltan
1
-8
/
+1
2013-11-20
get baseband ticket in normal mode and pass preflight info to StartRestore re...
Nikias Bassen
1
-0
/
+1
2013-11-19
common: Add plist_dict_merge() helper to merge dictionaries
Martin Szulecki
1
-0
/
+2
2013-11-19
Add helper function to check if device supports image4 format
Nikias Bassen
1
-0
/
+8
2013-10-02
common: supress more compiler warnings
Nikias Bassen
1
-0
/
+1
2013-09-27
Require libirecovery >= 0.2.0 and port code to it's new API
Martin Szulecki
1
-1
/
+1
2013-09-23
Update AUTHORS and file copyrights accordingly
Martin Szulecki
1
-0
/
+2
2012-11-07
client: Fix build number parsing for iOS 6
Martin Szulecki
1
-0
/
+1
2012-11-07
change info(), error(), and debug() into functions and allow redirecting the ...
Martin Szulecki
1
-4
/
+4
2012-11-07
libidevicerecovery: implemented progress callback logic
Martin Szulecki
1
-0
/
+6
2012-11-07
Move flags into idevicerestore.h
Martin Szulecki
1
-8
/
+0
2012-07-29
move main() code after option parsing to separate function
Nikias Bassen
1
-3
/
+1
2012-07-28
main: use client flag instead of local variable for --latest option
Nikias Bassen
1
-0
/
+1
2012-07-28
main: use client flag instead of local variable for --shsh option
Nikias Bassen
1
-0
/
+1
2012-07-28
tss: remove global use_apple_server symbol and use parameter instead
Nikias Bassen
1
-2
/
+1
2012-07-17
main: add --cache-path parameter and use it for version.xml and wtf image
Nikias Bassen
1
-0
/
+3
2012-07-17
common: Fix typo in struct definitions
Martin Szulecki
1
-1
/
+1
2012-07-17
remove src/libirecovery.* and use external shared library instead
Nikias Bassen
1
-2
/
+1
2012-07-16
add --no-action parameter to exit after device detection
Nikias Bassen
1
-0
/
+1
2012-07-16
mass replace uuid->udid and raise libimobiledevice requirement to >= 1.1.4
Nikias Bassen
1
-1
/
+1
2012-02-14
remove duplicate CPID/BDID and devices structs
Nikias Bassen
1
-79
/
+3
[next]