summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug caused by incorrect comparison of 'filled-up' binary shas, as it wo...Sebastian Thiel2010-07-072-4/+9
* Moved partial_to_complete_sha_hex from gitdb to compounddb, its fitting there...Sebastian Thiel2010-07-072-58/+59
* Added method to obtain a full sha from a partial sha, for each of the databas...Sebastian Thiel2010-07-073-2/+105
* Win32 compatability adjustments. One performance test fails during shutdown a...Sebastian Thiel2010-07-021-2/+14
* Added auto-doc api reference and fixed plenty of docstringsSebastian Thiel2010-06-302-6/+18
* gitdb now uses 20 byte shas internally only, reducing the need to convert sha...Sebastian Thiel2010-06-254-28/+19
* CompoundDB: implemented simple dict base first-level cache which really helps...Sebastian Thiel2010-06-254-5/+20
* Fixed critical issues with incorrect permissions set on files the db has writ...Sebastian Thiel2010-06-241-0/+5
* Index and PackFiles do not obtain a lock anymore before reading the files in ...Sebastian Thiel2010-06-241-2/+3
* Removed redunant code due to parital reimplementation of a file descriptor st...Sebastian Thiel2010-06-241-7/+7
* MemoryDB: Implemented direct stream copy, allowing to flush memory db content...Sebastian Thiel2010-06-222-6/+51
* Added MemoryDB including initial test, moved ZippedShaWriter into stream modu...Sebastian Thiel2010-06-222-0/+81
* Implemented gitdb, it should be a fully functional git database with full rea...Sebastian Thiel2010-06-204-16/+73
* Base implementation and stubs added for git-like db, as well as the reference...Sebastian Thiel2010-06-185-54/+212
* 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
* moved all info and stream base classes into new module, base, as well as the ...Sebastian Thiel2010-06-162-4/+7
* 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-146-0/+399