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