tools/bro.c


Log

Author Commit Date CI Message
Eugene Kliuchnikov de1007f0 2016-09-21T15:44:56 Fix uid/gid types
Eugene Kliuchnikov 9223fd4d 2016-09-21T15:18:35 Update bro tool: * use new decoder API * copy permissions and modification time to output file
Eugene Kliuchnikov 81480011 2016-08-23T14:40:33 Move "public" to "include/brotli"
Eugene Kliuchnikov 801f5f37 2016-08-22T13:28:22 * rename macros with preceding underscore * add Brotli*TakeOutput methods * * flushing now doesn't require additional call * add Brotli*Version methods * moved public headers to 'public' directory * removed C++ API * do not assume STDC_VERSION is defined
Evan Nemerson 03657e80 2016-07-28T13:31:09 Add mingw support.
George Talusan a531496f 2016-07-26T10:08:54 allow output file to be overwritten if --repeat
Eugene Kliuchnikov b32cefe1 2016-06-17T16:24:51 Fix VS build problems: * rename build -> buildfiles to avoid clashing with BUILD * set binary mode for stdin/out in bro * convert bro to C