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
/
repo.go
Age
Commit message (
Expand
)
Author
2021-08-31
fix matchStream if first chunk is not matched
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-30
make sketch parameters global vars
n-peugnet
2021-08-30
fix: matchStream returned incorrect nrw chunk data
n-peugnet
2021-08-30
fix: last partial chunk is not added to recipe
n-peugnet
2021-08-30
fix: chunkId added multiple times for same superFeature
n-peugnet
2021-08-30
better diff test
n-peugnet
2021-08-30
findSimilarChunk returns an Id if found
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-26
try to use more streams (part 2)
n-peugnet
2021-08-25
try to use more streams (part 1)
n-peugnet
2021-08-24
add extractNewChunks
n-peugnet
2021-08-24
refactor: extract chunk.og & add Reader getter
n-peugnet
2021-08-23
try bsdiff and rework some of the API
n-peugnet
2021-08-23
add ChunkId that contains version number
n-peugnet
2021-08-23
better rolling hash match
n-peugnet
2021-08-23
initial rolling hash matching
n-peugnet
2021-08-22
add store and load files list
n-peugnet
2021-08-21
dont use channels for listfiles
n-peugnet
2021-08-20
initial repo tree
n-peugnet
2021-08-20
Store and Load chunks and
n-peugnet
2021-08-20
initial commit
n-peugnet