summaryrefslogtreecommitdiff
path: root/lib/git/odb
Commit message (Expand)AuthorAgeFilesLines
* initial version of new odb design to facilitate a channel based multi-threadi...Sebastian Thiel2010-06-043-257/+460
* 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
* commit.create_from_tree now uses pure python implementation, fixed message pa...Sebastian Thiel2010-06-031-14/+18
* Added performance comparison to cgit ... and yes, git-python is faster :)Sebastian Thiel2010-06-031-4/+27
* odb: fixed streamed decompression reader ( specific tests would still be miss...Sebastian Thiel2010-06-032-10/+16
* odb: implemented loose object streaming, which is impossible to do efficientl...Sebastian Thiel2010-06-033-53/+322
* added frame for object reading, including simple testSebastian Thiel2010-06-022-14/+63
* initial version of loose object writing and simple cached object lookup appea...Sebastian Thiel2010-06-022-24/+202
* Added first design and frame for object database. In a first step, loose obje...Sebastian Thiel2010-06-022-0/+131