Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | examples: storage example review | Máximo Cuadros | 2016-08-30 | 1 | -265/+0 |
| | |||||
* | 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 | -4/+4 |
| | | | | | | | 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. | ||||
* | options renamed and some text fixes | Máximo Cuadros | 2016-08-22 | 1 | -0/+36 |
| | |||||
* | example: fix storag example | Máximo Cuadros | 2016-08-16 | 1 | -0/+21 |
| | |||||
* | core: Storage, removing err returning *Storages | Máximo Cuadros | 2016-08-14 | 1 | -4/+123 |
| | |||||
* | examples: object_storage example | Máximo Cuadros | 2016-08-12 | 1 | -0/+89 |