| Commit message (Expand) | Author | Age | Files | Lines |
* | flattened test folder structure, didn't adjust any file content yet | Sebastian Thiel | 2010-11-21 | 5 | -552/+0 |
* | fixed performance tests ... again, previously I was just working on an incorr... | Sebastian Thiel | 2010-11-20 | 1 | -2/+2 |
* | Fixed performance tests which broke in the meanwhile - they definitely don't ... | Sebastian Thiel | 2010-11-20 | 2 | -3/+3 |
* | Added test to verify the actor type can handle and parse unicode if it is pas... | Sebastian Thiel | 2010-10-15 | 1 | -2/+3 |
* | Added performance test to compare inst.__class__() vs type(inst)() class. Th... | Sebastian Thiel | 2010-07-14 | 1 | -0/+21 |
* | Fixed incorrect use of Blob.data in performance test | Sebastian Thiel | 2010-07-13 | 1 | -1/+1 |
* | Diff: fixed bug that caused a string to end up as a blob mode | Sebastian Thiel | 2010-06-29 | 1 | -1/+1 |
* | Fixed performance tests which broke in the course of the sha1-20 byte changes | Sebastian Thiel | 2010-06-28 | 2 | -7/+9 |
* | Initial frame for implementing read_tree using pure python. As git-read-tree ... | Sebastian Thiel | 2010-06-22 | 1 | -0/+94 |
* | index.add: now uses gitdb.store functionality instead of git-hash-file. The p... | Sebastian Thiel | 2010-06-21 | 2 | -49/+70 |
* | 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 |