1. 223d80c Update (#826) by Eugene Kliuchnikov · 3 years, 9 months ago
  2. 5c3a9a9 Fix license in setup.py (#769) by James Hilliard · 4 years, 9 months ago
  3. fc4d345 Fix missing header files (#695) by William A. Kennington III · 6 years ago
  4. 631fe19 Update (#651) by Eugene Kliuchnikov · 6 years ago
  5. 35e69fc New feature: "Large Window Brotli" (#640) by Eugene Kliuchnikov · 6 years ago
  6. 4f455ca disable buidling/deployment of python wheels (#583) by Cosimo Lupo · 7 years ago
  7. 6ece1d8 Move files & update paths (#541) by Eugene Kliuchnikov · 7 years ago
  8. cdca91b Update common, decoder, encoder, java (#520) by Eugene Kliuchnikov · 7 years ago
  9. 11df843 Update encoder (#504) by Eugene Kliuchnikov · 7 years ago
  10. 89a5b6e Python: Simplify test suite generation by using unittest discovery (#485) by Alex Nicksay · 7 years ago
  11. f7b5b3d Python: Create native brotli module and move extension to _brotli by Alex Nicksay · 8 years ago
  12. 6f55ee6 Python: Clean up setup.py file by Alex Nicksay · 8 years ago
  13. 6e2207f Add includedir to setup.py by Eugene Kliuchnikov · 8 years ago
  14. 8148001 Move "public" to "include/brotli" by Eugene Kliuchnikov · 8 years ago
  15. cedddde Fix setup.py regexp by Eugene Kliuchnikov · 8 years ago
  16. 2c2d557 Use version from common/version.h by Eugene Kliuchnikov · 8 years ago
  17. 403729c Fix setup.py by Eugene Kliuchnikov · 8 years ago
  18. db3a116 Fix CI build. by Eugene Kliuchnikov · 8 years ago
  19. 11d1337 Update setup.py by Eugene Kliuchnikov · 8 years ago
  20. 14b32cc Remove obsolete compilation unit by eustas · 8 years ago
  21. 47f1eab Add the new source files to setup.py by Zoltan Szabadka · 8 years ago
  22. 8b2ca8e setup.py: don't enable c++0x for gcc by Cosimo Lupo · 8 years ago
  23. 18a2954 [setup.py] add PyPI trove classifiers by Cosimo Lupo · 9 years ago
  24. b2f6c6d [setup.py] remove monkey-patch for distutils.msvc9compiler; try to import setuptools required by "Microsoft Visual C++ Compiler for Python 2.7" by Cosimo Lupo · 9 years ago
  25. b5c92e5 Add tools/version.h that conatins the brotli version. by Zoltan Szabadka · 9 years ago
  26. 4c37566 Move literal cost computation to where it's used. by Zoltan Szabadka · 9 years ago
  27. 4a7024d Make the brotli encoder C++98 compatible. by Zoltan Szabadka · 9 years ago
  28. 0cf3a54 Update brotli decoder with latest improvements. by Zoltan Szabadka · 9 years ago
  29. e88fe7b [setup.py] pass extra compiler flags on OS X to enable support for C++11: -stdlib=libc++ -mmacosx-version-min=10.7 by Cosimo Lupo · 9 years ago
  30. d2c8b27 [setup.py] retrieve version string from brotlimodule.cc so we don't need to modify it more than once by Cosimo Lupo · 9 years ago
  31. 54baf43 [setup.py] support MINGW32 compiler: fix clashing 'hypot' definition; statically link libgcc and libstdc++ by Cosimo Lupo · 9 years ago
  32. c3540e2 [setup.py] use MSVC 10.0 when compiling for Windows Python 2.7 by Cosimo Lupo · 9 years ago
  33. 4b2fd00 Use a single lookup table for insert/copy offsets and extra bits. by Zoltan Szabadka · 9 years ago
  34. 6609883 Use a static hash table to look up dictionary words and transforms. by Zoltan Szabadka · 9 years ago
  35. 83aa24d Speed and memory usage improvements for the decoder. by Zoltan Szabadka · 9 years ago
  36. e91a449 Add dictionary_hash.h to setup.py. by Zoltan Szabadka · 9 years ago
  37. 09aa9ca Add the streams.* files to Makefile and setup.py by Zoltan Szabadka · 9 years ago
  38. 77c2399 [python] moved setup.py to the root of repository by Cosimo Lupo · 9 years ago