summaryrefslogtreecommitdiff
path: root/fun.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug caused by incorrect comparison of 'filled-up' binary shas, as it wo...Sebastian Thiel2010-07-071-1/+20
* Added auto-doc api reference and fixed plenty of docstringsSebastian Thiel2010-06-301-14/+24
* removed some extra checks in apply-delta which are indeed not requiredSebastian Thiel2010-06-181-9/+2
* delta-apply now works after fixing a stupid type, instead of i + 1 I wrote i ...Sebastian Thiel2010-06-181-5/+13
* Sha1 verification works as well, forgot to fill in the base buffer for delta-...Sebastian Thiel2010-06-171-1/+1
* Initial implementation of stream validation - this is the final hurdle, if th...Sebastian Thiel2010-06-171-1/+6
* Implemented main PackEntity object retrieval method and moved constructor for...Sebastian Thiel2010-06-171-0/+2
* initial version of delta-apply, but more pedandic testing is requiredSebastian Thiel2010-06-171-2/+87
* Implemented offset based pack object collection including test, next up is th...Sebastian Thiel2010-06-161-0/+9
* implemented direct pack reading - currently not all information is passed on,...Sebastian Thiel2010-06-161-2/+2
* Initial version of a pack design that should be able to solve the problem nicelySebastian Thiel2010-06-151-14/+13
* index reading from V2 index files implemeneted and tested.Sebastian Thiel2010-06-151-0/+1
* Now using the async zlib module if it is available to allow performance gains...Sebastian Thiel2010-06-131-1/+1
* Adjusted imports and tests to deal with new folder structureSebastian Thiel2010-06-121-1/+1
* initial commit with latest version extracted from git-pythonSebastian Thiel2010-06-121-0/+115