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
/
asr.c
Age
Commit message (
Collapse
)
Author
Files
Lines
2012-07-17
asr: Output byte counts in error message if sending data fails
Martin Szulecki
1
-1
/
+1
2012-07-17
asr: Fix memory leak in asr_send()
Martin Szulecki
1
-4
/
+2
2012-07-17
asr: Add macros for other values of validation request
Martin Szulecki
1
-4
/
+8
2012-07-17
asr: implemented checksumming for filesystem upload
Nikias Bassen
1
-14
/
+112
2012-07-17
asr: Define payload packet size to make it easier to adjust if needed
Martin Szulecki
1
-5
/
+6
2011-04-30
Working with iOS versions up to 4.3.2; plus all currently released devices
boxingsquirrel
1
-2
/
+4
2010-07-09
Only debug a plist if debugging flag was set
Martin Szulecki
1
-2
/
+7
2010-07-09
Try five times to retrieve validation plist if it failed
Martin Szulecki
1
-3
/
+12
This fixes hanging as the following payload message is not received initially but after polling the second time.
2010-06-21
Archived for historical reasons
Joshua Hill
1
-1
/
+1
2010-06-08
ooops, should of tested that last commit before pushing
Joshua Hill
1
-2
/
+3
2010-06-08
Added debug info for recovery.c and a few minor fixes to asr.c
Joshua Hill
1
-45
/
+61
2010-06-08
forgot to update the asr.c file header
Joshua Hill
1
-2
/
+2
2010-06-08
Added a new asr.c file to stick all stuff related to filesystem and abstract ↵
Joshua Hill
1
-0
/
+275
the restore process to allow for easier porting