Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-19 | try to make exports faster | n-peugnet | |
2021-10-18 | make the repo responsible of the export compression | n-peugnet | |
2021-10-18 | make repo responsible of creating the export end channel | n-peugnet | |
2021-10-18 | add intermediate export package no to make repo dependant on dna | n-peugnet | |
2021-10-18 | do the real export in a dir containing multiple pool files | n-peugnet | |
2021-10-15 | start dir exporter | n-peugnet | |
2021-10-15 | add copyright and license notice + remove dead code | n-peugnet | |
2021-10-13 | load repo metadata in threads inside Init func | n-peugnet | |
2021-10-13 | try to make loadDeltas more robust aginst code change | n-peugnet | |
2021-10-13 | fix TestHashes | n-peugnet | |
IDK why it didn't crash earlier | |||
2021-10-08 | add chunkSize parameter to cli | n-peugnet | |
2021-10-07 | fix storeDelta by keeping previous raw bytes | n-peugnet | |
this ensures that the last patch is created on top of the previous one. This way we know that it will be correctly applied on loadDelta Also directly write to wrapper instead of using an intermediate buffer. | |||
2021-10-06 | use repo deltacodec for recipe and files | n-peugnet | |
this should not only be more efficient in space but also in time drop old Commit and Restore tests that do not use compression | |||
2021-10-06 | refactor: move repo and delta in their own package | n-peugnet | |