aboutsummaryrefslogtreecommitdiff
path: root/repo
AgeCommit message (Collapse)Author
2021-10-19try to make exports fastern-peugnet
2021-10-18make the repo responsible of the export compressionn-peugnet
2021-10-18make repo responsible of creating the export end channeln-peugnet
2021-10-18add intermediate export package no to make repo dependant on dnan-peugnet
2021-10-18do the real export in a dir containing multiple pool filesn-peugnet
2021-10-15start dir exportern-peugnet
2021-10-15add copyright and license notice + remove dead coden-peugnet
2021-10-13load repo metadata in threads inside Init funcn-peugnet
2021-10-13try to make loadDeltas more robust aginst code changen-peugnet
2021-10-13fix TestHashesn-peugnet
IDK why it didn't crash earlier
2021-10-08add chunkSize parameter to clin-peugnet
2021-10-07fix storeDelta by keeping previous raw bytesn-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-06use repo deltacodec for recipe and filesn-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-06refactor: move repo and delta in their own packagen-peugnet