summaryrefslogtreecommitdiff
path: root/patch_writer.cc
AgeCommit message (Expand)Author
2023-06-15Exit loop earlier for bsdiff's pathological caseKelvin Zhang
2021-07-15Expose PatchWriter for consumptionKelvin Zhang
2018-11-26Return false for no compression.Sen Jiang
2018-03-13Allow bsdiff to accept multiple compressorsTianjie Xu
2018-03-07Modify the patch writer to use a list of compressors for each streamTianjie Xu
2018-03-02Rename the variable 'quality' to 'brotli_quality'Tianjie Xu
2018-01-18Add an argument parser in bsdiffTianjie Xu
2017-11-30Implement a simple logger for bsdiffTianjie Xu
2017-11-16Implement a new bsdiff formatTianjie Xu
2017-11-14Add a brotli decompressor in bsdiffTianjie 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-26Add an interface for bspatch readerTianjie Xu
2017-10-09Reduce PatchWriterInterface functionality.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