summaryrefslogtreecommitdiff
path: root/lib/git/odb/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Removed odb from project, it is now used as a submodule named gitdb, which wa...Sebastian Thiel2010-06-121-38/+0
* Fixed implementation after design change to deal with it - all tests run, but...Sebastian Thiel2010-06-041-2/+0
* initial version of new odb design to facilitate a channel based multi-threadi...Sebastian Thiel2010-06-041-215/+0
* commit.create_from_tree now uses pure python implementation, fixed message pa...Sebastian Thiel2010-06-031-14/+18
* Added performance comparison to cgit ... and yes, git-python is faster :)Sebastian Thiel2010-06-031-4/+27
* odb: fixed streamed decompression reader ( specific tests would still be miss...Sebastian Thiel2010-06-031-8/+14
* odb: implemented loose object streaming, which is impossible to do efficientl...Sebastian Thiel2010-06-031-2/+145
* added frame for object reading, including simple testSebastian Thiel2010-06-021-0/+1
* initial version of loose object writing and simple cached object lookup appea...Sebastian Thiel2010-06-021-0/+78