summaryrefslogtreecommitdiff
path: root/lib/git/odb
Commit message (Expand)AuthorAgeFilesLines
* Removed odb from project, it is now used as a submodule named gitdb, which wa...Sebastian Thiel2010-06-125-945/+0
* Moved multiprocessing modules into own package, as they in fact have nothing ...Sebastian Thiel2010-06-053-415/+0
* Initial pool design added, allowing for lazy channel based evaluation of inte...Sebastian Thiel2010-06-052-0/+105
* A code donation: Donating a worker thread implementation inclduding tests to ...Sebastian Thiel2010-06-052-0/+204
* Added basic channel implementation including testSebastian Thiel2010-06-052-6/+111
* Removed compression flag from IStream and OStream types, as a valid object wi...Sebastian Thiel2010-06-052-27/+17
* Implemented stream tests, found a bug on the way, slowly a test-framework for...Sebastian Thiel2010-06-042-31/+52
* Fixed implementation after design change to deal with it - all tests run, but...Sebastian Thiel2010-06-045-141/+195
* 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