aboutsummaryrefslogtreecommitdiff
path: root/lib/git/odb
AgeCommit message (Expand)Author
2010-06-05Moved multiprocessing modules into own package, as they in fact have nothing ...Sebastian Thiel
2010-06-05Initial pool design added, allowing for lazy channel based evaluation of inte...Sebastian Thiel
2010-06-05A code donation: Donating a worker thread implementation inclduding tests to ...Sebastian Thiel
2010-06-05Added basic channel implementation including testSebastian Thiel
2010-06-05Removed compression flag from IStream and OStream types, as a valid object wi...Sebastian Thiel
2010-06-04Implemented stream tests, found a bug on the way, slowly a test-framework for...Sebastian Thiel
2010-06-04Fixed implementation after design change to deal with it - all tests run, but...Sebastian Thiel
2010-06-04initial version of new odb design to facilitate a channel based multi-threadi...Sebastian Thiel
2010-06-04db: implemented GitObjectDB using the git command to make sure we can lookup ...Sebastian Thiel
2010-06-03Fixed compatability issues with python 2.5, made sure all tests runSebastian Thiel
2010-06-03commit.create_from_tree now uses pure python implementation, fixed message pa...Sebastian Thiel
2010-06-03Added performance comparison to cgit ... and yes, git-python is faster :)Sebastian Thiel
2010-06-03odb: fixed streamed decompression reader ( specific tests would still be miss...Sebastian Thiel
2010-06-03odb: implemented loose object streaming, which is impossible to do efficientl...Sebastian Thiel
2010-06-02added frame for object reading, including simple testSebastian Thiel
2010-06-02initial version of loose object writing and simple cached object lookup appea...Sebastian Thiel
2010-06-02Added first design and frame for object database. In a first step, loose obje...Sebastian Thiel