| Age | Commit message (Expand) | Author |
| 2010-11-21 | flattened test folder structure, didn't adjust any file content yet | Sebastian Thiel |
| 2010-11-20 | fixed performance tests ... again, previously I was just working on an incorr... | Sebastian Thiel |
| 2010-11-20 | Fixed performance tests which broke in the meanwhile - they definitely don't ... | Sebastian Thiel |
| 2010-10-15 | Added test to verify the actor type can handle and parse unicode if it is pas... | Sebastian Thiel |
| 2010-07-14 | Added performance test to compare inst.__class__() vs type(inst)() class. Th... | Sebastian Thiel |
| 2010-07-13 | Fixed incorrect use of Blob.data in performance test | Sebastian Thiel |
| 2010-06-29 | Diff: fixed bug that caused a string to end up as a blob mode | Sebastian Thiel |
| 2010-06-28 | Fixed performance tests which broke in the course of the sha1-20 byte changes | Sebastian Thiel |
| 2010-06-22 | Initial frame for implementing read_tree using pure python. As git-read-tree ... | Sebastian Thiel |
| 2010-06-21 | index.add: now uses gitdb.store functionality instead of git-hash-file. The p... | Sebastian Thiel |
| 2010-06-12 | Removed odb from project, it is now used as a submodule named gitdb, which wa... | Sebastian Thiel |
| 2010-06-04 | Implemented stream tests, found a bug on the way, slowly a test-framework for... | Sebastian Thiel |
| 2010-06-04 | Fixed implementation after design change to deal with it - all tests run, but... | Sebastian Thiel |
| 2010-06-04 | initial version of new odb design to facilitate a channel based multi-threadi... | Sebastian Thiel |
| 2010-06-03 | Fixed compatability issues with python 2.5, made sure all tests run | Sebastian Thiel |
| 2010-06-03 | commit.create_from_tree now uses pure python implementation, fixed message pa... | Sebastian Thiel |
| 2010-06-03 | Added performance comparison to cgit ... and yes, git-python is faster :) | Sebastian Thiel |
| 2010-06-03 | odb: fixed streamed decompression reader ( specific tests would still be miss... | Sebastian Thiel |
| 2010-06-03 | odb: implemented loose object streaming, which is impossible to do efficientl... | Sebastian Thiel |
| 2010-06-02 | Added first design and frame for object database. In a first step, loose obje... | Sebastian Thiel |
| 2010-06-02 | commit: redesigned revlist and commit parsing, commits are always retrieved f... | Sebastian Thiel |
| 2010-06-02 | Added performance testing foundation library, reworked existing performance t... | Sebastian Thiel |