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-03-13 11:46:55 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ec66349eeb0fbc7cff295b2e8cc21bab85a7aa21
kopia
/
block
History
Jarek Kowalski
ec66349eeb
Fixed nasty bug where if the storage fails to write a block we would clobber pending block data in memory by encrypting it in place. This was happening a lot when backing up to cloud and closing the laptop whihle the upload was going on. Added regression test and a rudimentary mechanism for fault injection in storage.
2018-07-09 21:28:12 -07:00
..
block_cache.go
switched Go logging library to github.com/op/go-logging which lets us override log levels per module
2018-07-09 21:28:12 -07:00
block_formatter_test.go
removed support for v0 block format
2018-06-05 20:17:21 -07:00
block_formatter.go
Fixed nasty bug where if the storage fails to write a block we would clobber pending block data in memory by encrypting it in place. This was happening a lot when backing up to cloud and closing the laptop whihle the upload was going on. Added regression test and a rudimentary mechanism for fault injection in storage.
2018-07-09 21:28:12 -07:00
block_formatting_options.go
changed how small files are stored to avoid creating very small data files by embedding them directly in the index packs
2018-02-16 18:18:47 -08:00
block_manager_test.go
Fixed nasty bug where if the storage fails to write a block we would clobber pending block data in memory by encrypting it in place. This was happening a lot when backing up to cloud and closing the laptop whihle the upload was going on. Added regression test and a rudimentary mechanism for fault injection in storage.
2018-07-09 21:28:12 -07:00
block_manager.go
Fixed nasty bug where if the storage fails to write a block we would clobber pending block data in memory by encrypting it in place. This was happening a lot when backing up to cloud and closing the laptop whihle the upload was going on. Added regression test and a rudimentary mechanism for fault injection in storage.
2018-07-09 21:28:12 -07:00
cache_hmac.go
refactored block cache and list cache
2018-06-10 16:09:47 -07:00
caching_options.go
refactored block cache and list cache
2018-06-10 16:09:47 -07:00
committed_block_index_disk_cache.go
switched Go logging library to github.com/op/go-logging which lets us override log levels per module
2018-07-09 21:28:12 -07:00
committed_block_index_mem_cache.go
refactored committed block index to separate cache from the lookup
2018-06-12 20:22:37 -07:00
committed_block_index.go
Fixed nasty bug where if the storage fails to write a block we would clobber pending block data in memory by encrypting it in place. This was happening a lot when backing up to cloud and closing the laptop whihle the upload was going on. Added regression test and a rudimentary mechanism for fault injection in storage.
2018-07-09 21:28:12 -07:00
context.go
fixed --no-list-caching
2018-06-13 22:37:45 -07:00
list_cache.go
switched Go logging library to github.com/op/go-logging which lets us override log levels per module
2018-07-09 21:28:12 -07:00
stats.go
moved block manager and formatter to a separate package
2017-10-09 06:42:30 -07:00