tools/bro.cc


Log

Author Commit Date CI Message
Zoltan Szabadka 4f94530d 2015-10-23T12:05:43 Add more error handling to the command-line tool.
Zoltan Szabadka 2726b8a4 2015-10-06T11:23:44 Encoder fixes. * Remove default constructors. * Initialize bit_cost in histogram.Clear(). * Check fseek result in FileSize. * Replace malloc in BrotliFileIn constructor with "new". * Catch bad_alloc in bro tool.
Zoltan Szabadka 165022d2 2015-10-02T13:12:20 Add window size parameter to bro tool. Fix bug in --force behaviour.
Kacper Michajłow 76bf3745 2015-09-23T21:39:47 Add missing time.h header. This commit fixes compilation on some build systems.
Eugene Klyuchnikov a67f0056 2015-09-01T13:44:17 Add "repeat" and "verbose" flags to "bro" tool.
Zoltan Szabadka 8d83839a 2015-05-11T14:14:05 Expose the quality parameter to the bro.cc tool.
Zoltan Szabadka 3dbe2e03 2015-04-23T15:26:08 Encoder implementation using input/output classes. Add a BrotliCompress() method to the public encoder API that uses the BrotliIn and BrotliOut classes and use that in the 'bro' command-line tool. Use the streaming api in BrotliCompressBuffer() and BrotliCompressor::WriteMetaBlock(). Use the appropiate hashers for quality <= 9.
Zoltan Szabadka 66f6b66c 2014-11-24T16:20:22 Remove unneeded malloc.h header.
Zoltan Szabadka ac455c50 2014-11-17T15:31:00 Improvements to the command-line tool. - Don't read the whole input to memory. - Support reading from stdin and writing to stdout.
Zoltan Szabadka e1739826 2014-10-30T13:59:37 Add command-line tool and tests.