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-09-30
properly manage relative symlinks will CI pass ??
n-peugnet
2021-09-30
add some comments
n-peugnet
2021-09-29
support symlinks if it is internal to source
n-peugnet
2021-09-29
move old funcs to repo_test and add roundtrip test
n-peugnet
2021-09-29
merge tryDeltaEncodeChunk and encodeTempChunk
n-peugnet
2021-09-27
add CLI with subcommands
n-peugnet
2021-09-23
Testing with Fdelta as the differ
n-peugnet
2021-09-23
better error handling and start checking symlinks
n-peugnet
2021-09-23
use repo wrappers for files and recipe
n-peugnet
2021-09-23
add String to Delta struct and use it in logs
n-peugnet
2021-09-22
fix mystical bug by making multiple passes
n-peugnet
2021-09-22
fix calling with source "."
n-peugnet
2021-09-22
export unprefix in utils and fix error msg
n-peugnet
2021-09-22
fix for stream smaller than chunkSize
n-peugnet
2021-09-22
add debug log level
n-peugnet
2021-09-22
trying to fix the mystical bug
n-peugnet
2021-09-22
misc log messages and refactoring
n-peugnet
2021-09-22
misc tests and log messages
n-peugnet
2021-09-22
fix findSimilarChunk max is not updated
n-peugnet
2021-09-21
store file listing incrementally
n-peugnet
2021-09-21
define name of gob registered structs
n-peugnet
2021-09-21
fix recipe diff deepequal replaces everything...
n-peugnet
2021-09-21
fix same delta chunk is not found on second commit
n-peugnet
2021-09-21
store recipes incrementally
n-peugnet
2021-09-20
store recipe compressed
n-peugnet
2021-09-20
remove errored files from fileList
n-peugnet
2021-09-20
store fileList compressed
n-peugnet
2021-09-20
less noisy file read errors
n-peugnet
2021-09-15
add storeWorker and use it to store chunk content and hashes
n-peugnet
2021-09-14
perf: move hash parallelism from sketch to repo
n-peugnet
2021-09-14
fix error with link should not cause panic
n-peugnet
2021-09-14
close some unclosed files
n-peugnet
2021-09-14
add load/store sketches+fingerprints & store them
n-peugnet
2021-09-14
logger add panic + colors & remove ln variants & use it
n-peugnet
2021-09-13
fix loadChunks by using cache instead of reading file
n-peugnet
2021-09-13
close opened files in loadChunkContent and Restore
n-peugnet
2021-09-13
fix for windows, use filepath instead of path
n-peugnet
2021-09-13
fix golint ci errors
n-peugnet
2021-09-13
add read write wrappers to compress chunks' content
n-peugnet
2021-09-10
use moare the reader interface
n-peugnet
2021-09-09
better commit and restore tests (almost complete)
n-peugnet
2021-09-09
first add of restore function to Repo
n-peugnet
2021-09-09
fix matchStream: encode prev if exists in epilogue
n-peugnet
2021-09-09
remove merge and extract tempchunks
n-peugnet
2021-09-09
move unused functions from repo to repo_test
n-peugnet
2021-09-09
export sketch in its own package
n-peugnet
2021-09-08
start using chunk cache
n-peugnet
2021-09-08
add cache and start using it in repo
n-peugnet
2021-09-07
fix matchStream did not store first chunk
n-peugnet
2021-09-07
prepare for recipe encoding by exporting fileds
n-peugnet
[next]