| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed odb from project, it is now used as a submodule named gitdb, which wa... | Sebastian Thiel | 2010-06-12 | 1 | -9/+4 |
* | Implemented stream tests, found a bug on the way, slowly a test-framework for... | Sebastian Thiel | 2010-06-04 | 1 | -11/+2 |
* | Fixed implementation after design change to deal with it - all tests run, but... | Sebastian Thiel | 2010-06-04 | 3 | -7/+22 |
* | initial version of new odb design to facilitate a channel based multi-threadi... | Sebastian Thiel | 2010-06-04 | 2 | -4/+4 |
* | Fixed compatability issues with python 2.5, made sure all tests run | Sebastian Thiel | 2010-06-03 | 1 | -1/+1 |
* | commit.create_from_tree now uses pure python implementation, fixed message pa... | Sebastian Thiel | 2010-06-03 | 5 | -13/+62 |
* | Added performance comparison to cgit ... and yes, git-python is faster :) | Sebastian Thiel | 2010-06-03 | 1 | -7/+60 |
* | odb: fixed streamed decompression reader ( specific tests would still be miss... | Sebastian Thiel | 2010-06-03 | 1 | -0/+91 |
* | odb: implemented loose object streaming, which is impossible to do efficientl... | Sebastian Thiel | 2010-06-03 | 1 | -0/+44 |
* | Added first design and frame for object database. In a first step, loose obje... | Sebastian Thiel | 2010-06-02 | 1 | -0/+61 |
* | commit: redesigned revlist and commit parsing, commits are always retrieved f... | Sebastian Thiel | 2010-06-02 | 1 | -4/+4 |
* | Added performance testing foundation library, reworked existing performance t... | Sebastian Thiel | 2010-06-02 | 2 | -0/+114 |