summaryrefslogtreecommitdiff
path: root/bsdiff.cc
AgeCommit message (Expand)Author
2023-06-15Exit loop earlier for bsdiff's pathological caseKelvin Zhang
2018-04-09Exit loop ealier when matching lastoffset.Sen Jiang
2018-02-12Allow to set the minimum required match length.Alex Deymo
2018-01-18Add an argument parser in bsdiffTianjie Xu
2017-11-16Implement a new bsdiff formatTianjie Xu
2017-10-31Add the brotli compressor for bsdiffTianjie Xu
2017-10-27Pass the size of the new file to the PatchWriterInterface::Init()Alex Deymo
2017-10-27Cleanup bsdiff public API.Alex Deymo
2017-10-20Select SuffixArray size at runtime.Alex Deymo
2017-10-09Reduce PatchWriterInterface functionality.Alex Deymo
2017-09-28Add unittest for the PatchWriter.Alex Deymo
2017-09-28Make BsdiffPatchWriter into an Interface.Alex Deymo
2017-09-25Add the "bsdiff/" prefix to all include paths.Alex Deymo
2017-09-15Refactor bsdiff patch writing code to another file.Alex Deymo
2017-05-03Update Makefile to build shared libraries.Alex Deymo
2017-01-18Support caching the suffix array.Sen Jiang
2016-05-06Fix segmentation fault with certain files.Sen Jiang
2016-05-05Separate reading old and new files from bsdiff().Sen Jiang
2015-10-13Convert C sources to C++.Alex Deymo