1. a629289 Update (#590) by Eugene Kliuchnikov · 7 years ago
  2. d63e8f7 Update API, and more (#581) by Eugene Kliuchnikov · 7 years ago
  3. 1becbbf Update (#569) by Eugene Kliuchnikov · 7 years ago
  4. 58f5c37 Python: Decompressor: Streaming decompression support (#546) by Janek · 7 years ago
  5. 0ee4161 Update python brotli wrapper (#479) by Eugene Kliuchnikov · 8 years ago
  6. 5632315 Python: Support streamed compression with the Compressor object (#448) by Alex Nicksay · 8 years ago
  7. 595a524 Python: Create an extension Compressor object by Alex Nicksay · 8 years ago
  8. f7b5b3d Python: Create native brotli module and move extension to _brotli by Alex Nicksay · 8 years ago[Renamed (96%) from python/brotlimodule.cc]
  9. 86fdb68 Update brotlimodule.cc by Eugene Kliuchnikov · 8 years ago
  10. 7cbdb4a Update brotlimodule.cc by Eugene Kliuchnikov · 8 years ago
  11. b754f60 Update python module by Eugene Kliuchnikov · 8 years ago
  12. 8148001 Move "public" to "include/brotli" by Eugene Kliuchnikov · 8 years ago
  13. 2c2d557 Use version from common/version.h by Eugene Kliuchnikov · 8 years ago
  14. dae9c7f Fix brotlimodule by Eugene Kliuchnikov · 8 years ago
  15. 27f9d00 Fix issue #383 by eustas · 8 years ago
  16. db3a116 Fix CI build. by Eugene Kliuchnikov · 8 years ago
  17. 75c6c1a Fix brotlimodule by eustas · 8 years ago
  18. 7d25e6b Truncate dictionary to window size. by Eugene Kliuchnikov · 8 years ago
  19. 30612e3 Add binding for custom_dictionary. by Eugene Kliuchnikov · 8 years ago
  20. c5c80a9 Addressed comment by eustas · 8 years ago
  21. 8e8b8de Update brotlimodule.cc by eustas · 8 years ago
  22. 1b938dc Update brotlimodule.cc by eustas · 8 years ago
  23. c49918e Update brotlimodule.cc by eustas · 8 years ago
  24. ca0ae4c Update brotlimodule.cc by eustas · 8 years ago
  25. a4f40c1 Fix brotlimodule compilation warnings by eustas · 8 years ago
  26. fec00d2 Make input const by eustas · 8 years ago
  27. a22993b Fix pointer dereferencing. by eustas · 8 years ago
  28. 1f91064 Remove deprecated API call by eustas · 8 years ago
  29. 912b0ac brotlimodule.cc: fix error with clang ('expected a class or namespace') by Cosimo Lupo · 9 years ago
  30. 8195a5c [brotlimodule.cc] set 'lgwin' valid range to [10..24] by Cosimo Lupo · 9 years ago
  31. 3e67d48 [brotlimodule.cc] remove C++11 vector::data() call by Cosimo Lupo · 9 years ago
  32. b5c92e5 Add tools/version.h that conatins the brotli version. by Zoltan Szabadka · 9 years ago
  33. ac33d35 [brotlimodule.cc] add __version__ string attribute to brotli module by Cosimo Lupo · 9 years ago
  34. f141729 [brotlimodule.cc] fix RuntimeError on OS X: keyword list must be NULL terminated by Cosimo Lupo · 9 years ago
  35. 08212db [brotlimodule.cc] fix C++11 warning about conversion from string literal to 'char *' by Cosimo Lupo · 9 years ago
  36. d3dfc68 [brotlimodule.cc] no longer expose deprecated BrotliParams: enable_dictionary, enable_transforms, greedy_block_split, enable_context_modeling by Cosimo Lupo · 9 years ago
  37. aa6f7d8 [brotlimodule] add MODE_GENERIC constant by Cosimo Lupo · 9 years ago
  38. 3351bb0 [brotlimodule] apply uniform docstring style by Cosimo Lupo · 9 years ago
  39. 6d935db [brotlimodule] add quality, lgwin and lgblock parameters by Cosimo Lupo · 9 years ago
  40. dbcb326 [brotlimodule] add enable_context_modeling parameter (defaults to True) by Cosimo Lupo · 9 years ago
  41. 4c1d069 [brotlimodule] add new keyword params docstring of brotli.compress by Cosimo Lupo · 9 years ago
  42. 6264bea [brotlimodule] add greedy_block_split parameter (defaults to False); by Cosimo Lupo · 9 years ago
  43. b2eba12 [brotlimodule] add enable_dictionary parameter (defautls to True) by Cosimo Lupo · 9 years ago
  44. 89c74d6 [brotlimodule] use keyword arguments for mode and enable_transforms; by Cosimo Lupo · 9 years ago
  45. e651c85 Merge pull request #37 from anthrotype/setup_py by szabadka · 9 years ago
  46. e0c5df8 [python] Use BrotliDecompress() by Khaled Hosny · 9 years ago
  47. 855efcf [python/setup.py] use relative paths instead of symlinks (unsupported on Win) by Cosimo Lupo · 9 years ago
  48. 1130623 Add Python bindings by Khaled Hosny · 10 years ago