aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2016-06-16Update build system. Now libraries are produced as build artifacts.Eugene Kliuchnikov1-28/+0
2016-06-14Update version to 0.5.0eustas1-1/+1
2016-06-14Convert encoder to plain C.Eugene Kliuchnikov1-26/+133
2016-06-14Extract common parts: constants, dictionary, etc.Eugene Kliuchnikov1-3/+6
2016-06-14Prepare to release 0.4.0eustas1-1/+1
2016-04-29Fix Issue #327Eugene Kliuchnikov1-1/+6
2016-04-19Update decoder. Add encoder interface wrapper.Eugene Kliuchnikov1-13/+40
2016-03-18Fix build with -Wmissing-declarations.Piotr Sikora1-2/+2
2016-02-19Fix win32 fopen parameterseustas1-0/+5
2016-01-05s/Error of success/Error or success/Jeffrey Crowell1-1/+1
2015-12-18Fix typo: LFLAGS => LDFLAGSTomasz Buchert1-1/+1
2015-12-11Fix headersEugene Klyuchnikov2-4/+2
2015-11-27Update license statement in source files.Eugene Klyuchnikov2-26/+10
2015-11-25Update bro.cc to use new streaming API.Eugene Klyuchnikov1-8/+53
2015-10-23Add more error handling to the command-line tool.Zoltan Szabadka1-4/+10
2015-10-06Encoder fixes.Zoltan Szabadka1-5/+14
2015-10-02Add window size parameter to bro tool.Zoltan Szabadka1-12/+28
2015-10-02Add tools/version.h that conatins the brotli version.Zoltan Szabadka1-0/+23
2015-10-01Define the encoder dictionary in the .cc file and link only once.Zoltan Szabadka1-1/+1
2015-09-23Add missing time.h header.Kacper Michajłow1-0/+1
2015-09-01Add "repeat" and "verbose" flags to "bro" tool.Eugene Klyuchnikov1-25/+77
2015-05-11Expose the quality parameter to the bro.cc tool.Zoltan Szabadka1-2/+25
2015-04-23Encoder implementation using input/output classes.Zoltan Szabadka1-23/+7
2015-04-23Merge pull request #35 from mitya57/masterszabadka1-5/+5
2015-04-07Add the current version of the brotli specification.Zoltan Szabadka1-0/+92
2015-03-14Makefile fixes and cleanupsDmitry Shachnev1-5/+5
2014-11-24Remove unneeded malloc.h header.Zoltan Szabadka1-1/+0
2014-11-17Improvements to the command-line tool.Zoltan Szabadka1-64/+30
2014-10-30Add command-line tool and tests.Zoltan Szabadka2-0/+231