| 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 | 5 | -945/+0 |
* | Moved multiprocessing modules into own package, as they in fact have nothing ... | Sebastian Thiel | 2010-06-05 | 3 | -415/+0 |
* | Initial pool design added, allowing for lazy channel based evaluation of inte... | Sebastian Thiel | 2010-06-05 | 2 | -0/+105 |
* | A code donation: Donating a worker thread implementation inclduding tests to ... | Sebastian Thiel | 2010-06-05 | 2 | -0/+204 |
* | Added basic channel implementation including test | Sebastian Thiel | 2010-06-05 | 2 | -6/+111 |
* | Removed compression flag from IStream and OStream types, as a valid object wi... | Sebastian Thiel | 2010-06-05 | 2 | -27/+17 |
* | Implemented stream tests, found a bug on the way, slowly a test-framework for... | Sebastian Thiel | 2010-06-04 | 2 | -31/+52 |
* | Fixed implementation after design change to deal with it - all tests run, but... | Sebastian Thiel | 2010-06-04 | 5 | -141/+195 |
* | initial version of new odb design to facilitate a channel based multi-threadi... | Sebastian Thiel | 2010-06-04 | 3 | -257/+460 |
* | db: implemented GitObjectDB using the git command to make sure we can lookup ... | Sebastian Thiel | 2010-06-04 | 1 | -2/+20 |
* | Fixed compatability issues with python 2.5, made sure all tests run | Sebastian Thiel | 2010-06-03 | 1 | -2/+2 |
* | commit.create_from_tree now uses pure python implementation, fixed message pa... | Sebastian Thiel | 2010-06-03 | 1 | -14/+18 |
* | Added performance comparison to cgit ... and yes, git-python is faster :) | Sebastian Thiel | 2010-06-03 | 1 | -4/+27 |
* | odb: fixed streamed decompression reader ( specific tests would still be miss... | Sebastian Thiel | 2010-06-03 | 2 | -10/+16 |
* | odb: implemented loose object streaming, which is impossible to do efficientl... | Sebastian Thiel | 2010-06-03 | 3 | -53/+322 |
* | added frame for object reading, including simple test | Sebastian Thiel | 2010-06-02 | 2 | -14/+63 |
* | initial version of loose object writing and simple cached object lookup appea... | Sebastian Thiel | 2010-06-02 | 2 | -24/+202 |
* | Added first design and frame for object database. In a first step, loose obje... | Sebastian Thiel | 2010-06-02 | 2 | -0/+131 |