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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-02
idevicerestore: add get_component_name helper function
Nikias Bassen
1
-0
/
+33
2012-02-02
main: fix mode handling code
Nikias Bassen
1
-2
/
+90
2012-02-02
main: call fixup_tss here too to make sure TSS data is sane
Nikias Bassen
1
-0
/
+5
2012-02-02
ipsw_get_component_by_path: add 'component' parameter
Nikias Bassen
1
-5
/
+13
2012-02-02
main: add fixup_tss function to put TSS plist data in a usable state
Nikias Bassen
1
-0
/
+30
2012-02-02
added nonce and nonce_size parameters to get_shsh_blobs function
Nikias Bassen
1
-3
/
+3
2012-02-02
main: suppress compiler warning with cast
Nikias Bassen
1
-1
/
+1
2012-02-02
main: check if device is supported by given ipsw build manifest
Nikias Bassen
1
-0
/
+29
2012-02-02
main: store product version & build in client struct for later checks
Nikias Bassen
1
-13
/
+9
2012-02-02
tss: make TSS request work again
Nikias Bassen
1
-1
/
+1
2011-04-30
Working with iOS versions up to 4.3.2; plus all currently released devices
boxingsquirrel
1
-3
/
+67
2010-07-14
Further improve some output to better guide the user
Martin Szulecki
1
-3
/
+6
2010-07-14
Move ecid retrieval code right before shsh blob retrieval
Martin Szulecki
1
-12
/
+9
2010-07-14
Refactor tss request requirements to work with iPhone 3G and iOS 4
Martin Szulecki
1
-15
/
+19
2010-07-14
Add and improve some comments for restore process
Martin Szulecki
1
-1
/
+1
2010-07-14
Allow getting the ecid for any device model
Martin Szulecki
1
-5
/
+0
2010-07-09
Rename some variables and functions to fit thier context
Martin Szulecki
1
-10
/
+10
2010-07-09
Remove leftover of extract_manifest helper
Martin Szulecki
1
-23
/
+0
2010-07-09
Refactor filesystem extraction
Martin Szulecki
1
-2
/
+2
2010-07-09
Refactor manifest extraction
Martin Szulecki
1
-1
/
+1
2010-07-09
Add helper functions to dump information from a manifest of the IPSW
Martin Szulecki
1
-0
/
+73
2010-07-09
Correctly assign the client flags from command line
Martin Szulecki
1
-4
/
+4
2010-07-09
Implement handling of devices which do not require a tss request
Martin Szulecki
1
-42
/
+54
2010-07-09
Add function to retrieve a component path from a build identity
Martin Szulecki
1
-22
/
+43
2010-07-09
Set and use static idevicerestore_debug flag for debug output
Martin Szulecki
1
-1
/
+2
2010-07-08
Remove get_build_name() which was not working and has no real use
Martin Szulecki
1
-17
/
+0
2010-07-08
Fix segfault due to broken retrieval of board id
Martin Szulecki
1
-4
/
+4
2010-07-08
Improve error message if a device mode can not be determined
Martin Szulecki
1
-1
/
+1
2010-07-08
Remove activation code, this will be handled by the ideviceactivate tool
Martin Szulecki
1
-18
/
+0
2010-07-08
Fix segfault and handling of cli arguments
Martin Szulecki
1
-5
/
+5
2010-07-08
Do not depend on device model to extract correct buildmanifest
Martin Szulecki
1
-14
/
+13
2010-07-08
Do not report the detected device mode twice
Martin Szulecki
1
-4
/
+0
2010-06-22
Added info for iPhone4 and fixed a few runtime errors
Joshua Hill
1
-2
/
+2
2010-06-21
Fixed a few more compile errors, everything should compile fine now, but i'm ...
Joshua Hill
1
-67
/
+2
2010-06-21
Finally fixed the out of control problem
Joshua Hill
1
-12
/
+11
2010-06-21
Archived for historical reasons
Joshua Hill
1
-169
/
+137
2010-06-20
fixed a few build errors within buildmanifest parsing
Joshua Hill
1
-7
/
+8
2010-06-08
started to add support multiple build identities
Joshua Hill
1
-9
/
+52
2010-06-08
Added a new asr.c file to stick all stuff related to filesystem and abstract ...
Joshua Hill
1
-11
/
+51
2010-06-07
More small fixes and updated the TODO list
Joshua Hill
1
-1
/
+8
2010-06-07
I really need to put more descriptive messages here, but im doing stuff all o...
Joshua Hill
1
-3
/
+4
2010-06-05
Changed the device type to a structure array for cleaner code and cross state...
Joshua Hill
1
-53
/
+66
2010-06-05
Added long options and moved the function main source file function declarati...
Joshua Hill
1
-27
/
+33
2010-06-04
Even more major cleanups and refactoring, this branch is still broken but sta...
Joshua Hill
1
-532
/
+297
2010-06-04
small bugfix in idevicerestore.c get_build_identity and went ahead and added ...
Joshua Hill
1
-1
/
+1
2010-06-04
Refactoring continued, lots of bug fixes, probably about half way through
Joshua Hill
1
-52
/
+32
2010-06-03
Continuing to refactor code and add support for other devices
Joshua Hill
1
-125
/
+251
2010-06-01
Began major refactoring, not quite finished yet, this branch is probably broke
Joshua Hill
1
-124
/
+215
2010-06-01
Began refactoring of code to simplify and seperate device state logic
Joshua Hill
1
-614
/
+9
2010-05-31
Added code to automatically detect when connection is lost
Joshua Hill
1
-3
/
+5
[prev]
[next]