1. a5dcb7c Revert "Revert "Merge tag 'v1.0.5' into HEAD"" by Tianjie Xu · 6 years ago
  2. c4af2b0 Revert "Merge tag 'v1.0.5' into HEAD" by Tao Bao · 6 years ago
  3. 2c03482 Fix "memory leak" in python tests (#652) by Eugene Kliuchnikov · 6 years ago
  4. a629289 Update (#590) by Eugene Kliuchnikov · 7 years ago
  5. 4f455ca disable buidling/deployment of python wheels (#583) by Cosimo Lupo · 7 years ago
  6. 019091f Python: Update bro_test to reference script directly (#582) by Alex Nicksay · 7 years ago
  7. d63e8f7 Update API, and more (#581) by Eugene Kliuchnikov · 7 years ago
  8. 0608253 Python: Add a "make install" command and clarify installation docs (#578) by Alex Nicksay · 7 years ago
  9. 5244106 Update (#574) by Eugene Kliuchnikov · 7 years ago
  10. 1becbbf Update (#569) by Eugene Kliuchnikov · 7 years ago
  11. 58f5c37 Python: Decompressor: Streaming decompression support (#546) by Janek · 7 years ago
  12. 6ab0a5c Python: Create Makefile for development shortcuts (#488) by Alex Nicksay · 7 years ago
  13. fd96151 Move brotlidump.py to research/ (#487) by Eugene Kliuchnikov · 7 years ago
  14. f62cd2b brotlidump.py: disassemble brotli file (revisited) (#314) by jneb · 7 years ago
  15. 89a5b6e Python: Simplify test suite generation by using unittest discovery (#485) by Alex Nicksay · 7 years ago
  16. 6f22722 Python: Use a temporary directory for generated files in tests (#481) by Alex Nicksay · 7 years ago
  17. 4651f7c Python: Format bro.py with yapf (#480) by Alex Nicksay · 7 years ago
  18. 0ee4161 Update python brotli wrapper (#479) by Eugene Kliuchnikov · 7 years ago
  19. 4a60128 Python: Convert bro.py tests to unittest style (#478) by Alex Nicksay · 7 years ago
  20. 1e5ea6a Python: Add unit tests for brotli.compress and brotli.decompress (#467) by Alex Nicksay · 8 years ago
  21. a260b6b Python: Add tests for streamed compression (#458) by Alex Nicksay · 8 years ago
  22. 9203765 Python: Use "build" instead of "build_ext" in scripts (#460) by Alex Nicksay · 8 years ago
  23. afb1272 Python: Publicly expose the Compressor object in the Python API (#456) by Alex Nicksay · 8 years ago
  24. 5632315 Python: Support streamed compression with the Compressor object (#448) by Alex Nicksay · 8 years ago
  25. 2d44117 Merge pull request #446 from nicksay/py-3-compressor-object by Eugene Kliuchnikov · 8 years ago
  26. b04f4ea Python: Update README with information about code formatting by Alex Nicksay · 8 years ago
  27. 595a524 Python: Create an extension Compressor object by Alex Nicksay · 8 years ago
  28. f7b5b3d Python: Create native brotli module and move extension to _brotli by Alex Nicksay · 8 years ago
  29. 86fdb68 Update brotlimodule.cc by Eugene Kliuchnikov · 8 years ago
  30. 7cbdb4a Update brotlimodule.cc by Eugene Kliuchnikov · 8 years ago
  31. b754f60 Update python module by Eugene Kliuchnikov · 8 years ago
  32. 8148001 Move "public" to "include/brotli" by Eugene Kliuchnikov · 8 years ago
  33. 2c2d557 Use version from common/version.h by Eugene Kliuchnikov · 8 years ago
  34. dae9c7f Fix brotlimodule by Eugene Kliuchnikov · 8 years ago
  35. 27f9d00 Fix issue #383 by eustas · 8 years ago
  36. 81054a4 Restore platform suffix by eustas · 8 years ago
  37. f0c7ece Remove platform suffix by eustas · 8 years ago
  38. bac060f Fix library path by eustas · 8 years ago
  39. db3a116 Fix CI build. by Eugene Kliuchnikov · 8 years ago
  40. b972c67 Convert encoder to plain C. by Eugene Kliuchnikov · 8 years ago
  41. b73ebe3 Fix test file path by eustas · 8 years ago
  42. 66606e7 Fix test file path by eustas · 8 years ago
  43. bb6f5fe Merge pull request #336 from anthrotype/upload-sdist by eustas · 8 years ago
  44. 75c6c1a Fix brotlimodule by eustas · 8 years ago
  45. f66c7c5 python/tests: clean up generated files if successful by Cosimo Lupo · 8 years ago
  46. 7e5bbd5 Merge pull request #321 from eustas/master by eustas · 8 years ago
  47. 7d25e6b Truncate dictionary to window size. by Eugene Kliuchnikov · 8 years ago
  48. cbb0d4c Remove streaming test. by Eugene Kliuchnikov · 8 years ago
  49. 30612e3 Add binding for custom_dictionary. by Eugene Kliuchnikov · 8 years ago
  50. 1427692 Fix typo by eustas · 8 years ago
  51. 7111c33 Create README.md by eustas · 8 years ago
  52. 291d21c Fix choices for --lgwin and --mode in python/bro.py. by Ilya Nazarov · 8 years ago
  53. c5c80a9 Addressed comment by eustas · 8 years ago
  54. 8e8b8de Update brotlimodule.cc by eustas · 8 years ago
  55. 1b938dc Update brotlimodule.cc by eustas · 8 years ago
  56. c49918e Update brotlimodule.cc by eustas · 8 years ago
  57. ca0ae4c Update brotlimodule.cc by eustas · 8 years ago
  58. a4f40c1 Fix brotlimodule compilation warnings by eustas · 8 years ago
  59. fec00d2 Make input const by eustas · 8 years ago
  60. a22993b Fix pointer dereferencing. by eustas · 8 years ago
  61. 1f91064 Remove deprecated API call by eustas · 8 years ago
  62. 912b0ac brotlimodule.cc: fix error with clang ('expected a class or namespace') by Cosimo Lupo · 8 years ago
  63. 8195a5c [brotlimodule.cc] set 'lgwin' valid range to [10..24] by Cosimo Lupo · 9 years ago
  64. 82ffc4d [bro.py] set 'lgwin' valid range to [10..24] by Cosimo Lupo · 9 years ago
  65. 3e67d48 [brotlimodule.cc] remove C++11 vector::data() call by Cosimo Lupo · 9 years ago
  66. b5c92e5 Add tools/version.h that conatins the brotli version. by Zoltan Szabadka · 9 years ago
  67. 8c7edd3 [bro.py] print --version as brotli.__version__ by Cosimo Lupo · 9 years ago
  68. ac33d35 [brotlimodule.cc] add __version__ string attribute to brotli module by Cosimo Lupo · 9 years ago
  69. f141729 [brotlimodule.cc] fix RuntimeError on OS X: keyword list must be NULL terminated by Cosimo Lupo · 9 years ago
  70. 08212db [brotlimodule.cc] fix C++11 warning about conversion from string literal to 'char *' by Cosimo Lupo · 9 years ago
  71. d3dfc68 [brotlimodule.cc] no longer expose deprecated BrotliParams: enable_dictionary, enable_transforms, greedy_block_split, enable_context_modeling by Cosimo Lupo · 9 years ago
  72. e356b9b [roundtrip_test.py] repeat test at different quality (1, 6, 9, 11) by Cosimo Lupo · 9 years ago
  73. c93c0da [bro.py] use brotli.MODE_GENERIC as default compression mode; by Cosimo Lupo · 9 years ago
  74. aa6f7d8 [brotlimodule] add MODE_GENERIC constant by Cosimo Lupo · 9 years ago
  75. b7e8291 [bro.py] remove debug print by Cosimo Lupo · 9 years ago
  76. 4106a40 [bro.py] use new optional encoder parameters when compressing; by Cosimo Lupo · 9 years ago
  77. 32c44ec [bro.py] use argparse instead of getopt by Cosimo Lupo · 9 years ago
  78. 3351bb0 [brotlimodule] apply uniform docstring style by Cosimo Lupo · 9 years ago
  79. 6d935db [brotlimodule] add quality, lgwin and lgblock parameters by Cosimo Lupo · 9 years ago
  80. dbcb326 [brotlimodule] add enable_context_modeling parameter (defaults to True) by Cosimo Lupo · 9 years ago
  81. 4c1d069 [brotlimodule] add new keyword params docstring of brotli.compress by Cosimo Lupo · 9 years ago
  82. 6264bea [brotlimodule] add greedy_block_split parameter (defaults to False); by Cosimo Lupo · 9 years ago
  83. b2eba12 [brotlimodule] add enable_dictionary parameter (defautls to True) by Cosimo Lupo · 9 years ago
  84. 89c74d6 [brotlimodule] use keyword arguments for mode and enable_transforms; by Cosimo Lupo · 9 years ago
  85. e6913b2 [python] use built-in split instead of 'string' module for py23 by Cosimo Lupo · 9 years ago
  86. 10a2f37 Handle multiple compressed files per original in the test. by Zoltan Szabadka · 9 years ago
  87. cdde52e [python] refactored tests and import shared utilities from module by Cosimo Lupo · 9 years ago
  88. 906f4f5 [python] prepend build/lib folder to PYTHONPATH before running tests by Cosimo Lupo · 9 years ago
  89. b316cb7 [python] fix unbuffered binary mode for I/O streams in Windows pypy by Cosimo Lupo · 9 years ago
  90. 77c2399 [python] moved setup.py to the root of repository by Cosimo Lupo · 9 years ago
  91. 4865fd1 [python] add test command to setup.py by Cosimo Lupo · 9 years ago
  92. fa7dd52 Fixing building Python module after 534654d by Khaled Hosny · 9 years ago
  93. 1786680 [python] fix calling python script as subprocess on Windows by Cosimo Lupo · 9 years ago
  94. 203fe32 [python] fix subprocess shell pipeline by Cosimo Lupo · 9 years ago
  95. 064d8e0 [python] add new state.c and state.h to Brotli extension's setup.py by Cosimo Lupo · 9 years ago
  96. 4836e87 Merge pull request #38 from anthrotype/py_tests by szabadka · 9 years ago
  97. e651c85 Merge pull request #37 from anthrotype/setup_py by szabadka · 9 years ago
  98. e0c5df8 [python] Use BrotliDecompress() by Khaled Hosny · 9 years ago
  99. b33e10e add Python port of bro utility and scripts to test Brotli extension by Cosimo Lupo · 9 years ago
  100. 3113fe7 [setup.py] enable C++ exception handling on MSVC compiler to fix warning C4530 by Cosimo Lupo · 9 years ago