aboutsummaryrefslogtreecommitdiff
path: root/python/bro.py
AgeCommit message (Collapse)AuthorFilesLines
2023-07-19Small Python modernization of Brotli code.Thomas Fischbacher1-34/+68
PiperOrigin-RevId: 549289787
2023-02-01Fix permissionsEvgenii Kliuchnikov1-1/+1
PiperOrigin-RevId: 506096478
2023-01-17Internal changeBrotli1-1/+1
PiperOrigin-RevId: 502401179
2020-05-15Update (#807)Eugene Kliuchnikov1-0/+0
- fix formatting - fix type conversion - fix no-op arithmetic with null-pointer - improve performance of hash_longest_match64 - go: detect read after close - java decoder: support compound dictionary - remove executable flag on non-scripts
2017-08-04Update API, and more (#581)Eugene Kliuchnikov1-18/+2
Update API, and more: * remove "custom dictionary" support * c/encoder: fix #580: big-endian build * Java: reduce jar size * Java: speedup decoding * Java: add 32-bit CPU support * Java: make source code JS transpiler-ready
2016-12-12Python: Format bro.py with yapf (#480)Alex Nicksay1-44/+88
2016-02-23Add binding for custom_dictionary.Eugene Kliuchnikov1-2/+13
2016-02-19Fix choices for --lgwin and --mode in python/bro.py.Ilya Nazarov1-2/+2
2015-10-06[bro.py] set 'lgwin' valid range to [10..24]Cosimo Lupo1-4/+4
2015-08-11[bro.py] print --version as brotli.__version__Cosimo Lupo1-4/+1
2015-05-11[bro.py] use brotli.MODE_GENERIC as default compression mode;Cosimo Lupo1-26/+5
remove additional low-level parameters
2015-05-11[bro.py] remove debug printCosimo Lupo1-2/+0
2015-05-11[bro.py] use new optional encoder parameters when compressing;Cosimo Lupo1-17/+60
modified the help string to include the new parameters.
2015-05-11[bro.py] use argparse instead of getoptCosimo Lupo1-65/+30
2015-04-16[python] fix unbuffered binary mode for I/O streams in Windows pypyCosimo Lupo1-2/+10
2015-03-16add Python port of bro utility and scripts to test Brotli extensionCosimo Lupo1-0/+131