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