summaryrefslogtreecommitdiff
path: root/lib/git/odb/stream.py
Commit message (Expand)AuthorAgeFilesLines
* Removed odb from project, it is now used as a submodule named gitdb, which wa...Sebastian Thiel2010-06-121-445/+0
* Removed compression flag from IStream and OStream types, as a valid object wi...Sebastian Thiel2010-06-051-22/+7
* Implemented stream tests, found a bug on the way, slowly a test-framework for...Sebastian Thiel2010-06-041-26/+40
* Fixed implementation after design change to deal with it - all tests run, but...Sebastian Thiel2010-06-041-55/+113
* initial version of new odb design to facilitate a channel based multi-threadi...Sebastian Thiel2010-06-041-0/+388