aboutsummaryrefslogtreecommitdiff
path: root/python/brotlimodule.cc
AgeCommit message (Expand)AuthorFilesLines
2015-10-05[brotlimodule.cc] remove C++11 vector::data() callCosimo Lupo1-1/+1
2015-10-02Add tools/version.h that conatins the brotli version.Zoltan Szabadka1-2/+1
2015-08-11[brotlimodule.cc] add __version__ string attribute to brotli moduleCosimo Lupo1-0/+4
2015-08-11[brotlimodule.cc] fix RuntimeError on OS X: keyword list must be NULL terminatedCosimo Lupo1-1/+1
2015-08-10[brotlimodule.cc] fix C++11 warning about conversion from string literal to '...Cosimo Lupo1-2/+3
2015-08-10[brotlimodule.cc] no longer expose deprecated BrotliParams: enable_dictionary...Cosimo Lupo1-32/+4
2015-05-11[brotlimodule] add MODE_GENERIC constantCosimo Lupo1-4/+6
2015-05-11[brotlimodule] apply uniform docstring styleCosimo Lupo1-11/+23
2015-05-11[brotlimodule] add quality, lgwin and lgblock parametersCosimo Lupo1-3/+61
2015-05-11[brotlimodule] add enable_context_modeling parameter (defaults to True)Cosimo Lupo1-3/+7
2015-05-11[brotlimodule] add new keyword params docstring of brotli.compressCosimo Lupo1-8/+19
2015-05-11[brotlimodule] add greedy_block_split parameter (defaults to False);Cosimo Lupo1-10/+18
2015-05-11[brotlimodule] add enable_dictionary parameter (defautls to True)Cosimo Lupo1-3/+9
2015-05-11[brotlimodule] use keyword arguments for mode and enable_transforms;Cosimo Lupo1-7/+18
2015-03-16Merge pull request #37 from anthrotype/setup_pyszabadka1-2/+2
2015-03-16[python] Use BrotliDecompress()Khaled Hosny1-17/+19
2015-03-16[python/setup.py] use relative paths instead of symlinks (unsupported on Win)Cosimo Lupo1-2/+2
2015-01-24Add Python bindingsKhaled Hosny1-0/+160