|
75c6c1ab
|
2016-04-19T16:43:42
|
|
Fix brotlimodule
|
|
7d25e6b6
|
2016-02-24T16:01:35
|
|
Truncate dictionary to window size.
|
|
30612e3a
|
2016-02-23T17:42:55
|
|
Add binding for custom_dictionary.
|
|
c5c80a9f
|
2016-01-25T15:13:17
|
|
Addressed comment
|
|
8e8b8de0
|
2016-01-25T12:33:38
|
|
Update brotlimodule.cc
|
|
1b938dc7
|
2016-01-25T12:16:36
|
|
Update brotlimodule.cc
|
|
c49918e1
|
2016-01-25T12:07:39
|
|
Update brotlimodule.cc
|
|
ca0ae4cb
|
2016-01-25T11:40:20
|
|
Update brotlimodule.cc
|
|
a4f40c1b
|
2016-01-25T11:39:05
|
|
Fix brotlimodule compilation warnings
|
|
fec00d24
|
2016-01-23T00:31:47
|
|
Make input const
|
|
a22993b3
|
2016-01-22T14:09:25
|
|
Fix pointer dereferencing.
|
|
1f910642
|
2016-01-22T14:01:46
|
|
Remove deprecated API call
|
|
912b0ac2
|
2015-12-08T12:49:04
|
|
brotlimodule.cc: fix error with clang ('expected a class or namespace')
|
|
8195a5c9
|
2015-10-06T19:49:11
|
|
[brotlimodule.cc] set 'lgwin' valid range to [10..24]
|
|
3e67d487
|
2015-10-05T11:09:11
|
|
[brotlimodule.cc] remove C++11 vector::data() call
|
|
b5c92e54
|
2015-10-02T11:32:42
|
|
Add tools/version.h that conatins the brotli version.
This can be reused by all of the tools.
Set the version to the next git release tag.
|
|
ac33d356
|
2015-08-11T10:42:22
|
|
[brotlimodule.cc] add __version__ string attribute to brotli module
|
|
f1417290
|
2015-08-10T18:44:06
|
|
[brotlimodule.cc] fix RuntimeError on OS X: keyword list must be NULL terminated
Sorry, my fault...
|
|
08212db7
|
2015-08-10T14:39:44
|
|
[brotlimodule.cc] fix C++11 warning about conversion from string literal to 'char *'
|
|
d3dfc689
|
2015-08-10T14:38:17
|
|
[brotlimodule.cc] no longer expose deprecated BrotliParams: enable_dictionary, enable_transforms, greedy_block_split, enable_context_modeling
|
|
aa6f7d8f
|
2015-05-11T11:09:36
|
|
[brotlimodule] add MODE_GENERIC constant
|
|
3351bb08
|
2015-05-08T13:02:05
|
|
[brotlimodule] apply uniform docstring style
|
|
6d935db7
|
2015-05-08T12:38:22
|
|
[brotlimodule] add quality, lgwin and lgblock parameters
|
|
dbcb3261
|
2015-05-08T12:07:10
|
|
[brotlimodule] add enable_context_modeling parameter (defaults to True)
|
|
4c1d0693
|
2015-05-08T12:02:08
|
|
[brotlimodule] add new keyword params docstring of brotli.compress
|
|
6264bea2
|
2015-05-08T11:47:00
|
|
[brotlimodule] add greedy_block_split parameter (defaults to False);
renamed variables: transform -> enable_transforms, dictionary -> enable_dictionary
|
|
b2eba122
|
2015-05-08T11:34:20
|
|
[brotlimodule] add enable_dictionary parameter (defautls to True)
|
|
89c74d68
|
2015-05-08T11:23:08
|
|
[brotlimodule] use keyword arguments for mode and enable_transforms;
update brotli.compress docstring accordingly
|
|
e651c85f
|
2015-03-16T20:33:14
|
|
Merge pull request #37 from anthrotype/setup_py
[python] setup.py fixes for Windows
|
|
e0c5df8c
|
2015-03-13T23:55:03
|
|
[python] Use BrotliDecompress()
So that we can use a callback to dynamically allocate the decompression
buffer, getting rid of the optional bufsize argument to
decompress.decompress().
|
|
855efcf7
|
2015-02-24T16:10:09
|
|
[python/setup.py] use relative paths instead of symlinks (unsupported on Win)
|
|
11306237
|
2014-11-20T14:16:26
|
|
Add Python bindings
|