summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-12-09Expose file utility classes for consumptionKelvin Zhang
2021-07-15Expose PatchWriter for consumptionKelvin Zhang
2021-06-14Expose patch reader for consumptionKelvin Zhang
2018-03-13Allow bsdiff to accept multiple compressorsTianjie Xu
2018-03-02Rename the variable 'quality' to 'brotli_quality'Tianjie Xu
2018-02-16Add flags to bsdiff main to generate the Endsley format.Alex Deymo
2018-02-15Support compression in the Endsley format.Alex Deymo
2018-02-14Add missing newline at end of file.Alex Deymo
2018-02-12Allow to set the minimum required match length.Alex Deymo
2018-02-08Export the constants.h to public APITianjie Xu
2018-01-18Add an argument parser in bsdiffTianjie Xu
2018-01-15Fix A/B update fail for 32-bit devicesIris Chang
2017-11-16Implement a new bsdiff formatTianjie Xu
2017-11-14bsdiff: Redo the gyp fileAmin Hassani
2017-11-08Implement Play Store's "endsley" patching format generator.Alex Deymo
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-27Expose the PatchWriter generator in the public API.Alex Deymo
2017-10-27Add/remove includes to match used types.Alex Deymo
2017-10-26Add an interface for bspatch readerTianjie Xu
2017-10-20Select SuffixArray size at runtime.Alex Deymo
2017-10-11New SplitPatchWriter to split a bsdiff patch into multiple ones.Alex Deymo
2017-10-09Reduce PatchWriterInterface functionality.Alex Deymo
2017-09-28Make BsdiffPatchWriter into an Interface.Alex Deymo
2017-09-26Include missing header.Alex Deymo
2017-07-21Changes bsdiff to be shared library in CrOS.Amin Hassani
2017-05-03Update Makefile to build shared libraries.Alex Deymo