aboutsummaryrefslogtreecommitdiff
path: root/repo_test.go
AgeCommit message (Expand)Author
2021-09-21store file listing incrementallyn-peugnet
2021-09-21store recipes incrementallyn-peugnet
2021-09-21export asserts into a packagen-peugnet
2021-09-21Use assertSame instead of assertSlicen-peugnet
2021-09-20add test for load hashes and storageWorkern-peugnet
2021-09-20remove errored files from fileListn-peugnet
2021-09-20store fileList compressedn-peugnet
2021-09-15add storeWorker and use it to store chunk content and hashesn-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-13fix windows test by converting testdata files pathn-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-09better commit and restore tests (almost complete)n-peugnet
2021-09-09first add of restore function to Repon-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-07prepare for recipe encoding by exporting filedsn-peugnet
2021-09-06initial chunk storagen-peugnet
2021-09-02hash and store chunks left by matchStreamn-peugnet
2021-09-02move maps inside repon-peugnet
2021-09-02find similar chunks while matching streamn-peugnet
2021-09-01move some consts into repon-peugnet
2021-09-01split bsdiff test into smaller functionsn-peugnet
2021-08-31split extractTempChunks into 2 funcsn-peugnet
2021-08-31join too small temp chunks with previous one if possiblen-peugnet
2021-08-31do not fill partial cunks with paddingn-peugnet
2021-08-30better diff testn-peugnet
2021-08-30findSimilarChunk returns an Id if foundn-peugnet
2021-08-28refactor(chunks): use more interfacesn-peugnet
2021-08-27add findSimilarChunks method to test sketchesn-peugnet
2021-08-26add SketchChunk functionn-peugnet
2021-08-26try to use more streams (part 2)n-peugnet
2021-08-25try to use more streams (part 1)n-peugnet
2021-08-24add extractNewChunksn-peugnet
2021-08-24refactor: extract chunk.og & add Reader gettern-peugnet
2021-08-23try bsdiff and rework some of the APIn-peugnet
2021-08-23add ChunkId that contains version numbern-peugnet
2021-08-22add store and load files listn-peugnet
2021-08-21dont use channels for listfilesn-peugnet
2021-08-20Store and Load chunks andn-peugnet
2021-08-20initial commitn-peugnet