summaryrefslogtreecommitdiff
path: root/bsdiff_main.cc
AgeCommit message (Expand)Author
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-14munmap() buffers after running bsdiff in main.Alex Deymo
2018-02-12Allow to set the minimum required match length.Alex Deymo
2018-01-18Add an argument parser in bsdiffTianjie Xu
2017-10-27Cleanup bsdiff public API.Alex Deymo
2017-05-03Update Makefile to build shared libraries.Alex Deymo
2015-10-13Convert C sources to C++.Alex Deymo