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
|
444b6306ca
|
refactored object manager to use block manager, exposed on repository
added CLI commands to manipulate blocks
|
2017-10-08 12:44:53 -07:00 |
|
Jarek Kowalski
|
3e36ce748f
|
removed conditional PutBlock, which was causing more trouble that it's worth
with unconditional rewrites any partial block writes are self-correcting on subsequent updates,
without it they can't complete at all.
|
2017-08-13 08:54:50 -07:00 |
|
Jarek Kowalski
|
8dda3bf2c5
|
added option to read portions of blob storage blocks
|
2017-08-12 23:11:01 -07:00 |
|
Jarek Kowalski
|
6e28a8688c
|
changed blob.Storage.ListBlock() to return cancellation function
|
2017-07-01 12:03:42 -07:00 |
|
Jarek Kowalski
|
a5cf717397
|
Refactored kopia.Connection to expose snapshot.Manager, which exposes methods to manipulate snapshots.
|
2017-01-28 21:24:01 -08:00 |
|
Jarek Kowalski
|
3323d17536
|
renamed storage.Storage to blob.Storage
|
2016-09-08 21:11:50 -07:00 |
|
Jarek Kowalski
|
7d066ae2ea
|
godoc
|
2016-08-28 10:18:16 -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
|
dcd7e0f76f
|
godoc cleanup, hiding internal APIs
|
2016-08-21 08:28:40 -07:00 |
|