summaryrefslogtreecommitdiff
path: root/db/pack.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug caused by incorrect comparison of 'filled-up' binary shas, as it wo...Sebastian Thiel2010-07-071-2/+6
* Added method to obtain a full sha from a partial sha, for each of the databas...Sebastian Thiel2010-07-071-0/+22
* Added auto-doc api reference and fixed plenty of docstringsSebastian Thiel2010-06-301-1/+3
* gitdb now uses 20 byte shas internally only, reducing the need to convert sha...Sebastian Thiel2010-06-251-5/+1
* CompoundDB: implemented simple dict base first-level cache which really helps...Sebastian Thiel2010-06-251-1/+1
* Implemented gitdb, it should be a fully functional git database with full rea...Sebastian Thiel2010-06-201-1/+1
* Base implementation and stubs added for git-like db, as well as the reference...Sebastian Thiel2010-06-181-22/+23
* Added endurance run to check all objects in the git source repository, someth...Sebastian Thiel2010-06-181-1/+5
* PackedDB: added sha_iter and size methods, these should move to the ObjectDBR...Sebastian Thiel2010-06-171-1/+18
* Implemented basic info and stream retrieval as well as pack file handling of ...Sebastian Thiel2010-06-171-4/+119
* Added basic frame for packfile implementation and testing, as well as the tes...Sebastian Thiel2010-06-151-0/+33
* Made the db module a package to have enough room for expansionSebastian Thiel2010-06-141-0/+11