1. e9b278a Update docs and add more java tests (#463) by Eugene Kliuchnikov · 8 years ago
  2. 69982c2 Build shared libraries by default by Eugene Kliuchnikov · 8 years ago
  3. 9521d96 Eliminate more magic constants. by Eugene Kliuchnikov · 8 years ago
  4. 0a63f99 Update encoder by Eugene Kliuchnikov · 8 years ago
  5. 8148001 Move "public" to "include/brotli" by Eugene Kliuchnikov · 8 years ago
  6. 801f5f3 * rename macros with preceding underscore by Eugene Kliuchnikov · 8 years ago
  7. 2048189 Update encoder: by Eugene Kliuchnikov · 8 years ago
  8. b972c67 Convert encoder to plain C. by Eugene Kliuchnikov · 8 years ago
  9. 352b0b2 Transform most of C++ comments to C-style. by Eugene Kliuchnikov · 8 years ago
  10. 0282918 Extract common parts: constants, dictionary, etc. by Eugene Kliuchnikov · 8 years ago
  11. b820c39 Reduce memory usage of brotli encoder at quality 10 and 11. by Zoltan Szabadka · 9 years ago
  12. 25e3796 Fix most of ()->(void) and some missing includes. by Eugene Kliuchnikov · 9 years ago
  13. dbb53e6 Use a hash-to-binary-tree data structure for quality 11 as suggested by Issue #180. by Zoltan Szabadka · 9 years ago
  14. 417107b Add two more fast modes to the brotli compressor. by Zoltan Szabadka · 9 years ago
  15. 4dd9114 Partial Hasher initialization for small input data. by Zoltan Szabadka · 9 years ago
  16. 8844b7f Fix more conversion warnings. by Zoltan Szabadka · 9 years ago
  17. 24ffa78 Fix headers by Eugene Klyuchnikov · 9 years ago
  18. 771eb10 Update license statement in source files. by Eugene Klyuchnikov · 9 years ago
  19. bb26d19 Fix sign-comparison warnings + add more debug runtime checks + minor cleanup by Eugene Klyuchnikov · 9 years ago
  20. 152e33c Add more explicit type conversions. Remove dead code. Fix includes. by Eugene Klyuchnikov · 9 years ago
  21. ea48ce5 Fix --Wconversion and --pedantic-erros for the encoder. by Zoltan Szabadka · 9 years ago
  22. a89b57b Use uint32_t positions in the hasher and compute distances modulo 2^32. by Zoltan Szabadka · 9 years ago
  23. 754deae Reduce command buffer memory usage. by Zoltan Szabadka · 9 years ago
  24. 4a7024d Make the brotli encoder C++98 compatible. by Zoltan Szabadka · 9 years ago
  25. dfdf2dd Encoder bug fixes. by Zoltan Szabadka · 9 years ago
  26. 6511d6b update brotli encoder with latest improvements by Lode Vandevenne · 9 years ago
  27. 17ed258 msan bugfixes to the brotli encoder by Lode Vandevenne · 9 years ago
  28. 6609883 Use a static hash table to look up dictionary words and transforms. by Zoltan Szabadka · 9 years ago
  29. b3d3723 Add "zopfli"-style backward reference search to brotli. by Zoltan Szabadka · 9 years ago
  30. b43df8f Brotli custom LZ77 dictionary support. by Zoltan Szabadka · 9 years ago
  31. 6622355 Use the same hasher for text and font mode. by Zoltan Szabadka · 10 years ago
  32. 7cde616 Faster encoding for low quality settings. by Zoltan Szabadka · 10 years ago
  33. 9853922 Remove quality parameter from bitstream writing functions. by Zoltan Szabadka · 10 years ago
  34. fdfb198 Add a static hash table based dictionary lookup to fast brotli. by Zoltan Szabadka · 10 years ago
  35. b4f39bf New version of the backward reference search code. by Zoltan Szabadka · 10 years ago
  36. 03b2034 Minor tuning of encoder heuristics. by Zoltan Szabadka · 10 years ago
  37. 3477819 Update the dictionary and the transforms. by Zoltan Szabadka · 11 years ago
  38. e765008 Updates to Brotli compression format, decoder and encoder by Zoltan Szabadka · 11 years ago
  39. 2f268ad Add the initial version of the static dictionary and transforms to Brotli. by Zoltan Szabadka · 11 years ago
  40. 0454ab4 Updates to Brotli compression format, decoder and encoder by Zoltan Szabadka · 11 years ago
  41. d762bc6 Bug fixes for the brotli encoder and decoder. by Zoltan Szabadka · 11 years ago
  42. c23cb1e Support for OSX build; tested using OSX 10.9/clang-500.2.79 by Roderick Sheeter · 11 years ago
  43. 1cdcbd8 Added Brotli compress/decompress utilities and makefiles by Roderick Sheeter · 11 years ago
  44. c6b9c7c Updates to Brotli compression format, decoder and encoder by Zoltan Szabadka · 11 years ago
  45. c66e4e3 Add brotli compressor by Zoltan Szabadka · 11 years ago