Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new plumbing package (#118) | Máximo Cuadros | 2016-11-08 | 1 | -83/+0 |
| | | | * plumbing: now core was renamed to core, and formats and clients moved inside | ||||
* | global storage interface refactor (#112) | Máximo Cuadros | 2016-11-07 | 1 | -34/+38 |
| | | | | | | | | | | | * core: ObjectStorage, ReferenceStorage renamed to ObjectStorer and ReferenceStorer * rebase * general, changes request by @alcortes * general, changes request by @alcortes | ||||
* | storage: filesystem iter implementation | Máximo Cuadros | 2016-09-09 | 1 | -7/+12 |
| | |||||
* | format: packfile based on ObjectStorage and CRC32 calculation | Máximo Cuadros | 2016-09-08 | 1 | -0/+1 |
| | |||||
* | core: ObjectStorage.Writer | Máximo Cuadros | 2016-09-05 | 1 | -7/+19 |
| | |||||
* | core: ObjectStorage.Begin and TxObjectStorage | Máximo Cuadros | 2016-09-05 | 1 | -4/+21 |
| | |||||
* | core: Storage.Get, switch order of args | Máximo Cuadros | 2016-08-29 | 1 | -1/+1 |
| | |||||
* | storage: Add object type hint parameter to ObjectStorage.Get. (#69) | Santiago M. Mola | 2016-08-29 | 1 | -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 ConfigStore | Máximo Cuadros | 2016-08-20 | 1 | -6/+0 |
| | |||||
* | core: *Iter.ForEach method | Máximo Cuadros | 2016-08-15 | 1 | -0/+7 |
| | |||||
* | core: Storage, removing err returning *Storages | Máximo Cuadros | 2016-08-14 | 1 | -2/+2 |
| | |||||
* | storage: Storage entity support, and DotGit support for References | Máximo Cuadros | 2016-08-12 | 1 | -0/+34 |