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