aboutsummaryrefslogtreecommitdiff
path: root/repo.go
AgeCommit message (Expand)Author
2021-09-30properly manage relative symlinks will CI pass ??n-peugnet
2021-09-30add some commentsn-peugnet
2021-09-29support symlinks if it is internal to sourcen-peugnet
2021-09-29move old funcs to repo_test and add roundtrip testn-peugnet
2021-09-29merge tryDeltaEncodeChunk and encodeTempChunkn-peugnet
2021-09-27add CLI with subcommandsn-peugnet
2021-09-23Testing with Fdelta as the differn-peugnet
2021-09-23better error handling and start checking symlinksn-peugnet
2021-09-23use repo wrappers for files and recipen-peugnet
2021-09-23add String to Delta struct and use it in logsn-peugnet
2021-09-22fix mystical bug by making multiple passesn-peugnet
2021-09-22fix calling with source "."n-peugnet
2021-09-22export unprefix in utils and fix error msgn-peugnet
2021-09-22fix for stream smaller than chunkSizen-peugnet
2021-09-22add debug log leveln-peugnet
2021-09-22trying to fix the mystical bugn-peugnet
2021-09-22misc log messages and refactoringn-peugnet
2021-09-22misc tests and log messagesn-peugnet
2021-09-22fix findSimilarChunk max is not updatedn-peugnet
2021-09-21store file listing incrementallyn-peugnet
2021-09-21define name of gob registered structsn-peugnet
2021-09-21fix recipe diff deepequal replaces everything...n-peugnet
2021-09-21fix same delta chunk is not found on second commitn-peugnet
2021-09-21store recipes incrementallyn-peugnet
2021-09-20store recipe compressedn-peugnet
2021-09-20remove errored files from fileListn-peugnet
2021-09-20store fileList compressedn-peugnet
2021-09-20less noisy file read errorsn-peugnet
2021-09-15add storeWorker and use it to store chunk content and hashesn-peugnet
2021-09-14perf: move hash parallelism from sketch to repon-peugnet
2021-09-14fix error with link should not cause panicn-peugnet
2021-09-14close some unclosed filesn-peugnet
2021-09-14add load/store sketches+fingerprints & store themn-peugnet
2021-09-14logger add panic + colors & remove ln variants & use itn-peugnet
2021-09-13fix loadChunks by using cache instead of reading filen-peugnet
2021-09-13close opened files in loadChunkContent and Restoren-peugnet
2021-09-13fix for windows, use filepath instead of pathn-peugnet
2021-09-13fix golint ci errorsn-peugnet
2021-09-13add read write wrappers to compress chunks' contentn-peugnet
2021-09-10use moare the reader interfacen-peugnet
2021-09-09better commit and restore tests (almost complete)n-peugnet
2021-09-09first add of restore function to Repon-peugnet
2021-09-09fix matchStream: encode prev if exists in epiloguen-peugnet
2021-09-09remove merge and extract tempchunksn-peugnet
2021-09-09move unused functions from repo to repo_testn-peugnet
2021-09-09export sketch in its own packagen-peugnet
2021-09-08start using chunk cachen-peugnet
2021-09-08add cache and start using it in repon-peugnet
2021-09-07fix matchStream did not store first chunkn-peugnet
2021-09-07prepare for recipe encoding by exporting filedsn-peugnet