Evan Nemerson
12750768c2
bro: check return values of chown and chmod ( #465 )
...
Apparently some libc versions declare chown with the warn_unused_result
attribute, which is enabled by default.
2016-11-02 14:03:06 +01:00
Eugene Kliuchnikov
de1007f05a
Fix uid/gid types
2016-09-21 15:44:56 +02:00
Eugene Kliuchnikov
9223fd4d8d
Update bro tool:
...
* use new decoder API
* copy permissions and modification time to output file
2016-09-21 15:18:35 +02:00
Eugene Kliuchnikov
8148001158
Move "public" to "include/brotli"
2016-08-23 14:40:33 +02:00
Eugene Kliuchnikov
801f5f37ee
* 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
2016-08-22 13:28:22 +02:00
Evan Nemerson
03657e8089
Add mingw support.
2016-07-28 19:32:33 -07:00
George Talusan
a531496f23
allow output file to be overwritten if --repeat
2016-07-26 10:08:54 -04:00
Eugene Kliuchnikov
b32cefe160
Fix VS build problems:
...
* rename build -> buildfiles to avoid clashing with BUILD
* set binary mode for stdin/out in bro
* convert bro to C
2016-06-17 16:24:51 +02:00