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
/
idevicerestore.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-10
Fix build identity selection for beta (developer) firmware
Nikias Bassen
1
-2
/
+2
2021-11-27
Use macros for the different restore variant strings
Nikias Bassen
1
-0
/
+4
2021-11-17
idevicerestore: Identify build identity by Variant (Monterey)
Hector Martin
1
-6
/
+1
2021-10-26
Add command line option to continue despite certain errors (e.g. baseband upd...
Nikias Bassen
1
-0
/
+1
2021-06-29
Remove unused functions
Nikias Bassen
1
-1
/
+0
2021-05-28
Add SHA384 (and SHA512) implementation for use when compiling without OpenSSL
Nikias Bassen
1
-1
/
+0
2021-05-26
Remove libuuid dependency
Nikias Bassen
1
-1
/
+0
2021-05-08
tss: Add new calls
Benjamin BOURGEAIS
1
-0
/
+14
2021-05-08
Add an embedded empty local policy file
Benjamin BOURGEAIS
1
-0
/
+5
2020-04-21
Support stopping at restore mode
Rick Mark
1
-0
/
+1
2020-04-20
Use uint64_t and appropriate standard PRI* format specifiers everywhere
Nikias Bassen
1
-1
/
+1
2020-02-18
Allow restores that start in Restore mode. Allow specification of custom APTi...
David Wang
1
-0
/
+1
2019-09-25
restore: Update progress messages and handle FUD progress
Nikias Bassen
1
-0
/
+1
2019-08-29
Add support to "preboard" a device on update restore to prevent 'Attempting d...
Nikias Bassen
1
-0
/
+1
2019-02-14
Fix usage output and reorder it by relevance
Nikias Bassen
1
-1
/
+0
2019-02-14
Allow .ipsw files or extracted IPSW as source
Nikias Bassen
1
-1
/
+2
2019-02-02
Remove unused function build_manifest_get_build_identity()
Nikias Bassen
1
-1
/
+0
2019-02-02
Use ipsw.me API to allow selection and download of any signed firmware versio...
Nikias Bassen
1
-8
/
+9
2017-11-13
Change check_hardware_model() to get_irecv_device()
BALATON Zoltan
1
-1
/
+2
2017-02-07
Added missing includes to fix build error
BALATON Zoltan
1
-0
/
+1
2016-06-26
restore: Fix restore mode status/progress messages
Nikias Bassen
1
-1
/
+1
2015-10-09
Select build identity based on hardware model instead of first or last identi...
Nikias Bassen
1
-0
/
+2
2015-10-09
Use hardware model instead of product type to identify device correctly
Nikias Bassen
1
-2
/
+2
2015-09-24
Replace () with (void) for proper function prototypes
Martin Szulecki
1
-2
/
+2
2014-10-28
Rename restore step to indicate flashing of firmware instead of NOR
Martin Szulecki
1
-1
/
+1
2014-05-16
Add build_identity_has_component() helper
Martin Szulecki
1
-0
/
+1
2013-11-20
refactor component personalization and add support for Image4 stitching
Nikias Bassen
1
-1
/
+3
2013-11-19
tss: Refactor TSS handlers for Image4 support and flexibility
Martin Szulecki
1
-1
/
+1
2013-11-19
add get_sep_nonce helper function
Nikias Bassen
1
-0
/
+1
2013-11-19
Add helper function to check if device supports image4 format
Nikias Bassen
1
-0
/
+1
2013-11-19
removed unused get_cpid/get_bdid and adapted for latest libirecovery changes
Nikias Bassen
1
-3
/
+1
2013-11-18
idevicerestore: Remove obsolete arguments from get_shsh_blobs()
Martin Szulecki
1
-1
/
+1
2013-10-02
ipsw: change buffers to use type unsigned char*
Nikias Bassen
1
-1
/
+1
2013-10-02
silence implicit declaration compiler warnings
Nikias Bassen
1
-0
/
+3
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
-1
/
+1
2012-11-07
Added baseband flash restore step for progress output
Martin Szulecki
1
-0
/
+1
2012-11-07
idevicerestore: add function to set cache path
Martin Szulecki
1
-1
/
+1
2012-11-07
Add error buffer and getter function to get the last error message
Martin Szulecki
1
-0
/
+1
2012-11-07
change info(), error(), and debug() into functions and allow redirecting the ...
Martin Szulecki
1
-0
/
+3
2012-11-07
libidevicerecovery: implemented progress callback logic
Martin Szulecki
1
-2
/
+13
2012-11-07
Move flags into idevicerestore.h
Martin Szulecki
1
-0
/
+10
2012-07-29
move main() code after option parsing to separate function
Nikias Bassen
1
-0
/
+12
2012-02-02
idevicerestore: add get_component_name helper function
Nikias Bassen
1
-0
/
+1
2012-02-02
ipsw_get_component_by_path: add 'component' parameter
Nikias Bassen
1
-1
/
+1
2012-02-02
main: add fixup_tss function to put TSS plist data in a usable state
Nikias Bassen
1
-0
/
+1
2012-02-02
added nonce and nonce_size parameters to get_shsh_blobs function
Nikias Bassen
1
-1
/
+1
2012-02-02
main: store product version & build in client struct for later checks
Nikias Bassen
1
-1
/
+1
2010-07-09
Rename some variables and functions to fit thier context
Martin Szulecki
1
-3
/
+3
[next]