summaryrefslogtreecommitdiff
path: root/lib/git/odb/stream.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed odb from project, it is now used as a submodule named gitdb, which ↵Sebastian Thiel2010-06-121-445/+0
| | | | | | was added instead Adjusted all imports to deal with the changed package names
* Removed compression flag from IStream and OStream types, as a valid object ↵Sebastian Thiel2010-06-051-22/+7
| | | | | | will always be compressed if generated by the system ( even future memory db's will compress it ) loose db: implemented direct stream copy, indicated by a sha set in the IStream, including test. This will be the case once Packs are exploded for instance
* Implemented stream tests, found a bug on the way, slowly a test-framework ↵Sebastian Thiel2010-06-041-26/+40
| | | | for streams starts to show up, but its not yet there
* Fixed implementation after design change to deal with it - all tests run, ↵Sebastian Thiel2010-06-041-55/+113
| | | | but next there will have to be more through testing
* initial version of new odb design to facilitate a channel based ↵Sebastian Thiel2010-06-041-0/+388
multi-threading implementation of all odb functions