aboutsummaryrefslogtreecommitdiffstats
path: root/storage/filesystem/object_test.go
Commit message (Expand)AuthorAgeFilesLines
* move plumbing from top level package to plumbing (#183)Santiago M. Mola2016-12-141-6/+6
* new plumbing package (#118)Máximo Cuadros2016-11-081-12/+12
* global storage interface refactor (#112)Máximo Cuadros2016-11-071-4/+4
* fix fixtures usageMáximo Cuadros2016-10-261-1/+1
* fixtures: new fixture package being use in all packagesMáximo Cuadros2016-09-121-5/+3
* format: packfile fix ReadObjectAt without decodeMáximo Cuadros2016-09-111-9/+11
* storage: filesystem iter implementationMáximo Cuadros2016-09-091-0/+38
* storage: filessytem read multiple packfiles support and index decodingMáximo Cuadros2016-09-091-312/+27
* format: packfile new interfaceMáximo Cuadros2016-09-071-7/+7
* storage: filesystem idx generation (wip)Máximo Cuadros2016-09-061-19/+23
* core: ObjectStorage.WriterMáximo Cuadros2016-09-051-0/+17
* core: ObjectStorage.Begin and TxObjectStorageMáximo Cuadros2016-09-051-4/+4
* core: Storage.Get, switch order of argsMáximo Cuadros2016-08-291-2/+2
* storage: Add object type hint parameter to ObjectStorage.Get. (#69)Santiago M. Mola2016-08-291-4/+6
* storage/filesystem: ConfigStore implementationMáximo Cuadros2016-08-211-8/+9
* core: Storage, removing err returning *StoragesMáximo Cuadros2016-08-141-4/+1
* core: removing Object.Content, the Reader should be used alwaysMáximo Cuadros2016-08-141-2/+6
* storage: Storage entity support, and DotGit support for ReferencesMáximo Cuadros2016-08-121-0/+315