| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixed bug caused by incorrect comparison of 'filled-up' binary shas, as it wo... | Sebastian Thiel | 2010-07-07 | 2 | -4/+9 |
| * | Moved partial_to_complete_sha_hex from gitdb to compounddb, its fitting there... | Sebastian Thiel | 2010-07-07 | 2 | -58/+59 |
| * | Added method to obtain a full sha from a partial sha, for each of the databas... | Sebastian Thiel | 2010-07-07 | 3 | -2/+105 |
| * | Win32 compatability adjustments. One performance test fails during shutdown a... | Sebastian Thiel | 2010-07-02 | 1 | -2/+14 |
| * | Added auto-doc api reference and fixed plenty of docstrings | Sebastian Thiel | 2010-06-30 | 2 | -6/+18 |
| * | gitdb now uses 20 byte shas internally only, reducing the need to convert sha... | Sebastian Thiel | 2010-06-25 | 4 | -28/+19 |
| * | CompoundDB: implemented simple dict base first-level cache which really helps... | Sebastian Thiel | 2010-06-25 | 4 | -5/+20 |
| * | Fixed critical issues with incorrect permissions set on files the db has writ... | Sebastian Thiel | 2010-06-24 | 1 | -0/+5 |
| * | Index and PackFiles do not obtain a lock anymore before reading the files in ... | Sebastian Thiel | 2010-06-24 | 1 | -2/+3 |
| * | Removed redunant code due to parital reimplementation of a file descriptor st... | Sebastian Thiel | 2010-06-24 | 1 | -7/+7 |
| * | MemoryDB: Implemented direct stream copy, allowing to flush memory db content... | Sebastian Thiel | 2010-06-22 | 2 | -6/+51 |
| * | Added MemoryDB including initial test, moved ZippedShaWriter into stream modu... | Sebastian Thiel | 2010-06-22 | 2 | -0/+81 |
| * | Implemented gitdb, it should be a fully functional git database with full rea... | Sebastian Thiel | 2010-06-20 | 4 | -16/+73 |
| * | Base implementation and stubs added for git-like db, as well as the reference... | Sebastian Thiel | 2010-06-18 | 5 | -54/+212 |
| * | Added endurance run to check all objects in the git source repository, someth... | Sebastian Thiel | 2010-06-18 | 1 | -1/+5 |
| * | PackedDB: added sha_iter and size methods, these should move to the ObjectDBR... | Sebastian Thiel | 2010-06-17 | 1 | -1/+18 |
| * | Implemented basic info and stream retrieval as well as pack file handling of ... | Sebastian Thiel | 2010-06-17 | 1 | -4/+119 |
| * | moved all info and stream base classes into new module, base, as well as the ... | Sebastian Thiel | 2010-06-16 | 2 | -4/+7 |
| * | Added basic frame for packfile implementation and testing, as well as the tes... | Sebastian Thiel | 2010-06-15 | 1 | -0/+33 |
| * | Made the db module a package to have enough room for expansion | Sebastian Thiel | 2010-06-14 | 6 | -0/+399 |