summaryrefslogtreecommitdiff
path: root/db/base.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug caused by incorrect comparison of 'filled-up' binary shas, as it wo...Sebastian Thiel2010-07-071-2/+3
* Moved partial_to_complete_sha_hex from gitdb to compounddb, its fitting there...Sebastian Thiel2010-07-071-2/+59
* Added auto-doc api reference and fixed plenty of docstringsSebastian Thiel2010-06-301-5/+15
* gitdb now uses 20 byte shas internally only, reducing the need to convert sha...Sebastian Thiel2010-06-251-10/+7
* CompoundDB: implemented simple dict base first-level cache which really helps...Sebastian Thiel2010-06-251-1/+13
* Implemented gitdb, it should be a fully functional git database with full rea...Sebastian Thiel2010-06-201-6/+30
* Base implementation and stubs added for git-like db, as well as the reference...Sebastian Thiel2010-06-181-4/+69
* Made the db module a package to have enough room for expansionSebastian Thiel2010-06-141-0/+155