index
:
dna-backup
main
work/cdemu
work/export
deduplicated versionned backups for dna
Nicolas Peugnet
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
chunk.go
Age
Commit message (
Expand
)
Author
2021-09-13
fix loadChunks by using cache instead of reading file
n-peugnet
2021-09-13
fix for windows, use filepath instead of path
n-peugnet
2021-09-13
add read write wrappers to compress chunks' content
n-peugnet
2021-09-09
first add of restore function to Repo
n-peugnet
2021-09-08
start using chunk cache
n-peugnet
2021-09-07
prepare for recipe encoding by exporting fileds
n-peugnet
2021-09-06
initial chunk storage
n-peugnet
2021-09-06
calculate features concurently
n-peugnet
2021-09-02
hash and store chunks left by matchStream
n-peugnet
2021-09-02
find similar chunks while matching stream
n-peugnet
2021-09-01
Prepare for delta encoding
n-peugnet
2021-09-01
move some consts into repo
n-peugnet
2021-08-31
join too small temp chunks with previous one if possible
n-peugnet
2021-08-31
do not fill partial cunks with padding
n-peugnet
2021-08-28
refactor(chunks): use more interfaces
n-peugnet
2021-08-27
add findSimilarChunks method to test sketches
n-peugnet
2021-08-26
add SketchChunk function
n-peugnet
2021-08-24
add extractNewChunks
n-peugnet
2021-08-24
refactor: extract chunk.og & add Reader getter
n-peugnet