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-06-13 00:28:25 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f94fcea14b237db897bf97eee1eb631d4ff67c63
kopia
/
block
History
Jarek Kowalski
f94fcea14b
moved block cache to a subdirectory
2018-04-23 19:56:01 -07:00
..
block_cache.go
moved block cache to a subdirectory
2018-04-23 19:56:01 -07:00
block_formatter_test.go
…
block_formatter.go
…
block_formatting_options.go
…
block_manager_test.go
added support for 'v1' pack format that stores each packed block individually encrypted as opposed to encrypting the entire pack
2018-04-23 17:51:00 -07:00
block_manager.go
added support for 'v1' pack format that stores each packed block individually encrypted as opposed to encrypting the entire pack
2018-04-23 17:51:00 -07:00
local_storage_cache.go
…
null_block_cache.go
…
pack_index_test.go
changed how pack block are staged to first add them as inline, then convert to a block as necessary and not the opposite
2018-04-21 12:56:18 -07:00
pack_index_v1.go
changed how pack block are staged to first add them as inline, then convert to a block as necessary and not the opposite
2018-04-21 12:56:18 -07:00
pack_index.go
changed how pack block are staged to first add them as inline, then convert to a block as necessary and not the opposite
2018-04-21 12:56:18 -07:00
stats.go
…