summaryrefslogtreecommitdiff
path: root/stream.py
Commit message (Expand)AuthorAgeFilesLines
* Added auto-doc api reference and fixed plenty of docstringsSebastian Thiel2010-06-301-3/+11
* Fixed critical bug that could cause single bytes not to be returned in reads ...Sebastian Thiel2010-06-291-3/+1
* Removed redunant code due to parital reimplementation of a file descriptor st...Sebastian Thiel2010-06-241-5/+24
* MemoryDB: Implemented direct stream copy, allowing to flush memory db content...Sebastian Thiel2010-06-221-15/+36
* Added MemoryDB including initial test, moved ZippedShaWriter into stream modu...Sebastian Thiel2010-06-221-0/+33
* removed some extra checks in apply-delta which are indeed not requiredSebastian Thiel2010-06-181-1/+1
* delta-apply now works after fixing a stupid type, instead of i + 1 I wrote i ...Sebastian Thiel2010-06-181-13/+11
* Sha1 verification works as well, forgot to fill in the base buffer for delta-...Sebastian Thiel2010-06-171-1/+5
* Initial implementation of stream validation - this is the final hurdle, if th...Sebastian Thiel2010-06-171-1/+1
* Implemented main PackEntity object retrieval method and moved constructor for...Sebastian Thiel2010-06-171-2/+47
* initial version of delta-apply, but more pedandic testing is requiredSebastian Thiel2010-06-171-15/+85
* initial research on possible delta-apply algorithms. True streaming appears o...Sebastian Thiel2010-06-171-0/+75
* implemented direct pack reading - currently not all information is passed on,...Sebastian Thiel2010-06-161-1/+28
* DecompressMemMapReader: improved compressed_bytes_read method with alternate ...Sebastian Thiel2010-06-161-7/+15
* DecompressMemMapReader: implemented compressed bytes counting, including test...Sebastian Thiel2010-06-161-36/+69
* moved all info and stream base classes into new module, base, as well as the ...Sebastian Thiel2010-06-161-261/+12
* Initial version of a pack design that should be able to solve the problem nicelySebastian Thiel2010-06-151-3/+81
* index reading from V2 index files implemeneted and tested.Sebastian Thiel2010-06-151-1/+3
* Now using the async zlib module if it is available to allow performance gains...Sebastian Thiel2010-06-131-2/+3
* Adjusted imports and tests to deal with new folder structureSebastian Thiel2010-06-121-3/+3
* initial commit with latest version extracted from git-pythonSebastian Thiel2010-06-121-0/+445