1. 8148001 Move "public" to "include/brotli" by Eugene Kliuchnikov · 8 years ago
  2. 2c2d557 Use version from common/version.h by Eugene Kliuchnikov · 8 years ago
  3. dae9c7f Fix brotlimodule by Eugene Kliuchnikov · 8 years ago
  4. 27f9d00 Fix issue #383 by eustas · 8 years ago
  5. 81054a4 Restore platform suffix by eustas · 8 years ago
  6. f0c7ece Remove platform suffix by eustas · 8 years ago
  7. bac060f Fix library path by eustas · 8 years ago
  8. db3a116 Fix CI build. by Eugene Kliuchnikov · 8 years ago
  9. b972c67 Convert encoder to plain C. by Eugene Kliuchnikov · 8 years ago
  10. b73ebe3 Fix test file path by eustas · 8 years ago
  11. 66606e7 Fix test file path by eustas · 8 years ago
  12. bb6f5fe Merge pull request #336 from anthrotype/upload-sdist by eustas · 8 years ago
  13. 75c6c1a Fix brotlimodule by eustas · 8 years ago
  14. f66c7c5 python/tests: clean up generated files if successful by Cosimo Lupo · 8 years ago
  15. 7e5bbd5 Merge pull request #321 from eustas/master by eustas · 9 years ago
  16. 7d25e6b Truncate dictionary to window size. by Eugene Kliuchnikov · 9 years ago
  17. cbb0d4c Remove streaming test. by Eugene Kliuchnikov · 9 years ago
  18. 30612e3 Add binding for custom_dictionary. by Eugene Kliuchnikov · 9 years ago
  19. 1427692 Fix typo by eustas · 9 years ago
  20. 7111c33 Create README.md by eustas · 9 years ago
  21. 291d21c Fix choices for --lgwin and --mode in python/bro.py. by Ilya Nazarov · 9 years ago
  22. c5c80a9 Addressed comment by eustas · 9 years ago
  23. 8e8b8de Update brotlimodule.cc by eustas · 9 years ago
  24. 1b938dc Update brotlimodule.cc by eustas · 9 years ago
  25. c49918e Update brotlimodule.cc by eustas · 9 years ago
  26. ca0ae4c Update brotlimodule.cc by eustas · 9 years ago
  27. a4f40c1 Fix brotlimodule compilation warnings by eustas · 9 years ago
  28. fec00d2 Make input const by eustas · 9 years ago
  29. a22993b Fix pointer dereferencing. by eustas · 9 years ago
  30. 1f91064 Remove deprecated API call by eustas · 9 years ago
  31. 912b0ac brotlimodule.cc: fix error with clang ('expected a class or namespace') by Cosimo Lupo · 9 years ago
  32. 8195a5c [brotlimodule.cc] set 'lgwin' valid range to [10..24] by Cosimo Lupo · 9 years ago
  33. 82ffc4d [bro.py] set 'lgwin' valid range to [10..24] by Cosimo Lupo · 9 years ago
  34. 3e67d48 [brotlimodule.cc] remove C++11 vector::data() call by Cosimo Lupo · 9 years ago
  35. b5c92e5 Add tools/version.h that conatins the brotli version. by Zoltan Szabadka · 9 years ago
  36. 8c7edd3 [bro.py] print --version as brotli.__version__ by Cosimo Lupo · 9 years ago
  37. ac33d35 [brotlimodule.cc] add __version__ string attribute to brotli module by Cosimo Lupo · 9 years ago
  38. f141729 [brotlimodule.cc] fix RuntimeError on OS X: keyword list must be NULL terminated by Cosimo Lupo · 9 years ago
  39. 08212db [brotlimodule.cc] fix C++11 warning about conversion from string literal to 'char *' by Cosimo Lupo · 9 years ago
  40. d3dfc68 [brotlimodule.cc] no longer expose deprecated BrotliParams: enable_dictionary, enable_transforms, greedy_block_split, enable_context_modeling by Cosimo Lupo · 9 years ago
  41. e356b9b [roundtrip_test.py] repeat test at different quality (1, 6, 9, 11) by Cosimo Lupo · 9 years ago
  42. c93c0da [bro.py] use brotli.MODE_GENERIC as default compression mode; by Cosimo Lupo · 9 years ago
  43. aa6f7d8 [brotlimodule] add MODE_GENERIC constant by Cosimo Lupo · 9 years ago
  44. b7e8291 [bro.py] remove debug print by Cosimo Lupo · 9 years ago
  45. 4106a40 [bro.py] use new optional encoder parameters when compressing; by Cosimo Lupo · 9 years ago
  46. 32c44ec [bro.py] use argparse instead of getopt by Cosimo Lupo · 9 years ago
  47. 3351bb0 [brotlimodule] apply uniform docstring style by Cosimo Lupo · 9 years ago
  48. 6d935db [brotlimodule] add quality, lgwin and lgblock parameters by Cosimo Lupo · 9 years ago
  49. dbcb326 [brotlimodule] add enable_context_modeling parameter (defaults to True) by Cosimo Lupo · 9 years ago
  50. 4c1d069 [brotlimodule] add new keyword params docstring of brotli.compress by Cosimo Lupo · 9 years ago
  51. 6264bea [brotlimodule] add greedy_block_split parameter (defaults to False); by Cosimo Lupo · 9 years ago
  52. b2eba12 [brotlimodule] add enable_dictionary parameter (defautls to True) by Cosimo Lupo · 9 years ago
  53. 89c74d6 [brotlimodule] use keyword arguments for mode and enable_transforms; by Cosimo Lupo · 9 years ago
  54. e6913b2 [python] use built-in split instead of 'string' module for py23 by Cosimo Lupo · 9 years ago
  55. 10a2f37 Handle multiple compressed files per original in the test. by Zoltan Szabadka · 9 years ago
  56. cdde52e [python] refactored tests and import shared utilities from module by Cosimo Lupo · 9 years ago
  57. 906f4f5 [python] prepend build/lib folder to PYTHONPATH before running tests by Cosimo Lupo · 9 years ago
  58. b316cb7 [python] fix unbuffered binary mode for I/O streams in Windows pypy by Cosimo Lupo · 9 years ago
  59. 77c2399 [python] moved setup.py to the root of repository by Cosimo Lupo · 10 years ago
  60. 4865fd1 [python] add test command to setup.py by Cosimo Lupo · 10 years ago
  61. fa7dd52 Fixing building Python module after 534654d by Khaled Hosny · 10 years ago
  62. 1786680 [python] fix calling python script as subprocess on Windows by Cosimo Lupo · 10 years ago
  63. 203fe32 [python] fix subprocess shell pipeline by Cosimo Lupo · 10 years ago
  64. 064d8e0 [python] add new state.c and state.h to Brotli extension's setup.py by Cosimo Lupo · 10 years ago
  65. 4836e87 Merge pull request #38 from anthrotype/py_tests by szabadka · 10 years ago
  66. e651c85 Merge pull request #37 from anthrotype/setup_py by szabadka · 10 years ago
  67. e0c5df8 [python] Use BrotliDecompress() by Khaled Hosny · 10 years ago
  68. b33e10e add Python port of bro utility and scripts to test Brotli extension by Cosimo Lupo · 10 years ago
  69. 3113fe7 [setup.py] enable C++ exception handling on MSVC compiler to fix warning C4530 by Cosimo Lupo · 10 years ago
  70. dec72c5 [setup.py] use "-std=c++0x" only with GCC compiler (usupported on MSVC) by Cosimo Lupo · 10 years ago
  71. 855efcf [python/setup.py] use relative paths instead of symlinks (unsupported on Win) by Cosimo Lupo · 10 years ago
  72. 1130623 Add Python bindings by Khaled Hosny · 10 years ago