aboutsummaryrefslogtreecommitdiffstats
path: root/core/storage.go
Commit message (Collapse)AuthorAgeFilesLines
* new plumbing package (#118)Máximo Cuadros2016-11-081-83/+0
| | | * plumbing: now core was renamed to core, and formats and clients moved inside
* global storage interface refactor (#112)Máximo Cuadros2016-11-071-34/+38
| | | | | | | | | | | * core: ObjectStorage, ReferenceStorage renamed to ObjectStorer and ReferenceStorer * rebase * general, changes request by @alcortes * general, changes request by @alcortes
* storage: filesystem iter implementationMáximo Cuadros2016-09-091-7/+12
|
* format: packfile based on ObjectStorage and CRC32 calculationMáximo Cuadros2016-09-081-0/+1
|
* core: ObjectStorage.WriterMáximo Cuadros2016-09-051-7/+19
|
* core: ObjectStorage.Begin and TxObjectStorageMáximo Cuadros2016-09-051-4/+21
|
* core: Storage.Get, switch order of argsMáximo Cuadros2016-08-291-1/+1
|
* storage: Add object type hint parameter to ObjectStorage.Get. (#69)Santiago M. Mola2016-08-291-1/+10
| | | | | | | Some storage backends can optimize object lookup if they get the object type that is expected. So we the signature of the Get method is now Get(Hash, ObjectType). Added generic tests for storage backends.
* remote and repository base on ConfigStoreMáximo Cuadros2016-08-201-6/+0
|
* core: *Iter.ForEach methodMáximo Cuadros2016-08-151-0/+7
|
* core: Storage, removing err returning *StoragesMáximo Cuadros2016-08-141-2/+2
|
* storage: Storage entity support, and DotGit support for ReferencesMáximo Cuadros2016-08-121-0/+34