This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
kopia
Watch
1
Star
0
Fork
0
You've already forked kopia
mirror of
https://github.com/kopia/kopia.git
synced
2026-05-07 06:16:27 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2e5b08a3b843fed4bcfaea985f72ef329b323591
kopia
/
storage
/
caching
History
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
..
cache_entry.go
added per-block locking to caching storage
2016-08-09 20:22:34 -07:00
caching_storage_test.go
simplified Storage.PutBlock() API - passing []byte instead of convoluted reader, this greatly simplifies crypto code in the Repository
2016-08-24 22:18:22 -07:00
caching_storage.go
simplified Storage.PutBlock() API - passing []byte instead of convoluted reader, this greatly simplifies crypto code in the Repository
2016-08-24 22:18:22 -07:00
lock_map_test.go
added per-block locking to caching storage
2016-08-09 20:22:34 -07:00
lock_map.go
fixed go vet warning on 1.6
2016-08-09 21:02:57 -07:00