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
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
2012-02-12
win32: use #ifndef to prevent warning about sleep being already defined
Nikias Bassen
1
-0
/
+2
2012-02-12
use format string defines since win32 doesn't like %qu
Nikias Bassen
1
-0
/
+4
2012-02-07
recovery: store device serial number upon connect
Nikias Bassen
1
-1
/
+2
2012-02-05
add support for 0x1222 wtf mode
Nikias Bassen
1
-8
/
+10
2012-02-05
download and cache version information from itunes.com
Nikias Bassen
1
-0
/
+7
2012-02-05
common: Use correct model name in device list
Martin Szulecki
1
-1
/
+1
2012-02-05
Add basic code to detect and process iPhone 4S devices
Martin Szulecki
1
-0
/
+4
2012-02-02
add --pwn option to put a limera1n device into pwned dfu mode
Nikias Bassen
1
-0
/
+1
2012-02-02
common: fix missing restore_boot_args struct member
Nikias Bassen
1
-0
/
+1
2012-02-02
dfu: implement dfu_check_mode() and fix dfu_enter_recovery()
Nikias Bassen
1
-0
/
+2
2012-02-02
main: store product version & build in client struct for later checks
Nikias Bassen
1
-0
/
+2
2012-02-02
common: add simple guid generator function
Nikias Bassen
1
-0
/
+2
2011-04-30
Working with iOS versions up to 4.3.2; plus all currently released devices
boxingsquirrel
1
-0
/
+26
2010-06-22
Added info for iPhone4 and fixed a few runtime errors
Joshua Hill
1
-1
/
+4
[next]