summaryrefslogtreecommitdiff
path: root/src/libostree/bupsplit.c
Commit message (Collapse)AuthorAgeFilesLines
* lib: Move the bupsplit selftest into our test frameworkColin Walters2017-02-021-36/+2
| | | | | | | | | | | We weren't running it before. Also I switched it to use GLib. Preparation for some oxidation work (having an implementation of bupsplit in Rust). I exported another function to do the raw rollsum operation which is what this test suite uses. Closes: #655 Approved by: jlebon
* core: Import bup's "rollsum" code, add a test caseColin Walters2014-02-041-0/+152
For static deltas, one strategy that will be employed is to split each object into chunks, and only include changed chunks in the deltas.