summaryrefslogtreecommitdiffstats
path: root/src/asr.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-23Update AUTHORS and file copyrights accordinglyGravatar Martin Szulecki1-0/+2
2012-11-07libidevicerecovery: implemented progress callback logicGravatar Martin Szulecki1-2/+15
2012-07-17asr: Output byte counts in error message if sending data failsGravatar Martin Szulecki1-1/+1
2012-07-17asr: Fix memory leak in asr_send()Gravatar Martin Szulecki1-4/+2
2012-07-17asr: Add macros for other values of validation requestGravatar Martin Szulecki1-4/+8
2012-07-17asr: implemented checksumming for filesystem uploadGravatar Nikias Bassen1-14/+112
2012-07-17asr: Define payload packet size to make it easier to adjust if neededGravatar Martin Szulecki1-5/+6
2011-04-30Working with iOS versions up to 4.3.2; plus all currently released devicesGravatar boxingsquirrel1-2/+4
2010-07-09Only debug a plist if debugging flag was setGravatar Martin Szulecki1-2/+7
2010-07-09Try five times to retrieve validation plist if it failedGravatar Martin Szulecki1-3/+12
2010-06-21Archived for historical reasonsGravatar Joshua Hill1-1/+1
2010-06-08ooops, should of tested that last commit before pushingGravatar Joshua Hill1-2/+3
2010-06-08Added debug info for recovery.c and a few minor fixes to asr.cGravatar Joshua Hill1-45/+61
2010-06-08forgot to update the asr.c file headerGravatar Joshua Hill1-2/+2
2010-06-08Added a new asr.c file to stick all stuff related to filesystem and abstract ...Gravatar Joshua Hill1-0/+275