summaryrefslogtreecommitdiff
path: root/lib/git/odb/db.py
Commit message (Expand)AuthorAgeFilesLines
* Removed odb from project, it is now used as a submodule named gitdb, which wa...Sebastian Thiel2010-06-121-341/+0
* Added basic channel implementation including testSebastian Thiel2010-06-051-6/+5
* Removed compression flag from IStream and OStream types, as a valid object wi...Sebastian Thiel2010-06-051-5/+10
* Fixed implementation after design change to deal with it - all tests run, but...Sebastian Thiel2010-06-041-58/+58
* initial version of new odb design to facilitate a channel based multi-threadi...Sebastian Thiel2010-06-041-42/+72
* db: implemented GitObjectDB using the git command to make sure we can lookup ...Sebastian Thiel2010-06-041-2/+20
* Fixed compatability issues with python 2.5, made sure all tests runSebastian Thiel2010-06-031-2/+2
* odb: fixed streamed decompression reader ( specific tests would still be miss...Sebastian Thiel2010-06-031-2/+2
* odb: implemented loose object streaming, which is impossible to do efficientl...Sebastian Thiel2010-06-031-51/+63
* added frame for object reading, including simple testSebastian Thiel2010-06-021-14/+62
* initial version of loose object writing and simple cached object lookup appea...Sebastian Thiel2010-06-021-24/+124
* Added first design and frame for object database. In a first step, loose obje...Sebastian Thiel2010-06-021-0/+129