Commit Graph

12 Commits

Author SHA1 Message Date
Jarek Kowalski
de02941442 plumbed through key time in map storage 2017-11-23 16:43:34 -08:00
Jarek Kowalski
f33ae14573 renamed 'blob.Storage' to 'storage.Storage' 2017-10-14 16:38:09 -07:00
Jarek Kowalski
3323d17536 renamed storage.Storage to blob.Storage 2016-09-08 21:11:50 -07:00
Jarek Kowalski
baa8451403 added kopia.Connection as top-level API.
simplified vault API
2016-09-05 22:30:27 -07:00
Jarek Kowalski
bf40d91585 replaced storage.BlockExists() with storage.BlockSize() which returns additional info 2016-08-25 21:39:17 -07:00
Jarek Kowalski
381d3780dc simplified Storage.PutBlock() API - passing []byte instead of convoluted reader, this greatly simplifies crypto code in the Repository
removed Storage.Flush()
2016-08-24 22:18:22 -07:00
Jarek Kowalski
b3a611ffba revamped how vault configuration gets stored 2016-08-22 22:20:08 -07:00
Jarek Kowalski
dcd7e0f76f godoc cleanup, hiding internal APIs 2016-08-21 08:28:40 -07:00
Jarek Kowalski
fb051eca60 fixed go vet warning on 1.6 2016-08-09 21:02:57 -07:00
Jarek Kowalski
455874f7cc fixed build error 2016-08-09 20:57:02 -07:00
Jarek Kowalski
7455a99f9d added per-block locking to caching storage 2016-08-09 20:22:34 -07:00
Jarek Kowalski
e57c5d7f82 added initial version of caching wrapper (no cache expulsions yet), simplified Storage API 2016-08-06 18:49:53 -07:00