1. 8a06e02 Better compression (#523) by Eugene Kliuchnikov · 7 years ago
  2. 52ce867 Fix typos (#521) by Eugene Kliuchnikov · 7 years ago
  3. cdca91b Update common, decoder, encoder, java (#520) by Eugene Kliuchnikov · 7 years ago
  4. 11df843 Update encoder (#504) by Eugene Kliuchnikov · 7 years ago
  5. 8d3fdc1 Update encoder (#497) by Eugene Kliuchnikov · 7 years ago
  6. 7e347a7 Update encoder (#492) by Eugene Kliuchnikov · 8 years ago
  7. 222564a Fix encoder (#472) by Eugene Kliuchnikov · 8 years ago
  8. 6a4bf43 Fix build with -Wconditional-uninitialized. (#471) by Piotr Sikora · 8 years ago
  9. 396309a Update (#470) by Eugene Kliuchnikov · 8 years ago
  10. 5db62dc Fixes: (#468) by Eugene Kliuchnikov · 8 years ago
  11. e9b278a Update docs and add more java tests (#463) by Eugene Kliuchnikov · 8 years ago
  12. 4e157c4 Update API (#457) by Eugene Kliuchnikov · 8 years ago
  13. 8bcaabb Fix "take output" flush workflow. by Eugene Kliuchnikov · 8 years ago
  14. f5ba0b6 (compress_fragment_two_pass) by Eugene Kliuchnikov · 8 years ago
  15. 69982c2 Build shared libraries by default by Eugene Kliuchnikov · 8 years ago
  16. 9521d96 Eliminate more magic constants. by Eugene Kliuchnikov · 8 years ago
  17. 0a63f99 Update encoder by Eugene Kliuchnikov · 8 years ago
  18. 8148001 Move "public" to "include/brotli" by Eugene Kliuchnikov · 8 years ago
  19. 801f5f3 * rename macros with preceding underscore by Eugene Kliuchnikov · 8 years ago
  20. e0af054 Fix ubsan warning. by Eugene Kliuchnikov · 8 years ago
  21. 058cd1a cleanup by Eugene Kliuchnikov · 8 years ago
  22. 2048189 Update encoder: by Eugene Kliuchnikov · 8 years ago
  23. 52ff817 Update build systems by Evgenii Kliuchnikov · 8 years ago
  24. 6a078b1 Update encoder * reorganize premake artifacts * remove deprecated methods/struct by Eugene Kliuchnikov · 8 years ago
  25. 378485b Update build system. Now libraries are produced as build artifacts. by Eugene Kliuchnikov · 8 years ago
  26. 629d01c Restore C++ constants in "brotli" namespace. by Piotr Sikora · 8 years ago
  27. e96b7db Fix: declare variables before code by eustas · 8 years ago
  28. be1a53a Fix VS compilation warnings; cleanup API. by Eugene Kliuchnikov · 8 years ago
  29. 48da49b Fix declaration / instruction mixture by eustas · 8 years ago
  30. 40101bb Fix implicit 32->64 bit conversion by eustas · 8 years ago
  31. 85712c6 Fix implicit 32->64 bit conversion by eustas · 8 years ago
  32. a08c36b Fix implicit 32->64 bit conversion by eustas · 8 years ago
  33. bc7f0f8 Fix double constant literal by eustas · 8 years ago
  34. 8d14bed Backport MSVC log2 fix by eustas · 8 years ago
  35. 18dc8ea Fix kInfinity definition by eustas · 8 years ago
  36. b972c67 Convert encoder to plain C. by Eugene Kliuchnikov · 8 years ago
  37. 582ecab Step 3: change file extension C++ -> C by Eugene Kliuchnikov · 8 years ago
  38. 352b0b2 Transform most of C++ comments to C-style. by Eugene Kliuchnikov · 8 years ago
  39. 0282918 Extract common parts: constants, dictionary, etc. by Eugene Kliuchnikov · 8 years ago
  40. a33fc24 Fix by Sebastien Marchand · 8 years ago
  41. 7fd82d4 Fix an unitialized variable warning in encode.cc by Sebastien Marchand · 8 years ago
  42. f40caec Fix C -> C++ by eustas · 8 years ago
  43. 8c5ab0f Make encoder API more safe by eustas · 8 years ago
  44. 226d21c Make encoder API more safe by eustas · 8 years ago
  45. d9a268c Fix compilation with VS2012 by Frank Aurich · 8 years ago
  46. e7e3849 Update decoder. Add encoder interface wrapper. by Eugene Kliuchnikov · 8 years ago
  47. 501cb86 Fix build with -Wmissing-declarations. by Piotr Sikora · 8 years ago
  48. 846575f Fix TODO formatting. by Zoltan Szabadka · 8 years ago
  49. b820c39 Reduce memory usage of brotli encoder at quality 10 and 11. by Zoltan Szabadka · 8 years ago
  50. 25e3796 Fix most of ()->(void) and some missing includes. by Eugene Kliuchnikov · 8 years ago
  51. dbb53e6 Use a hash-to-binary-tree data structure for quality 11 as suggested by Issue #180. by Zoltan Szabadka · 8 years ago
  52. 14d6ae7 Reorder members of the Command struct plus fix some warnings. by Zoltan Szabadka · 8 years ago
  53. 82c9e19 Relax the prerequisites of WriteBrotliData(). by Zoltan Szabadka · 8 years ago
  54. b4c223c Add missing headers. by Zoltan Szabadka · 8 years ago
  55. 417107b Add two more fast modes to the brotli compressor. by Zoltan Szabadka · 8 years ago
  56. 1bf1b0a Faster entropy coding phase for quality 1. by Zoltan Szabadka · 8 years ago
  57. 4dd9114 Partial Hasher initialization for small input data. by Zoltan Szabadka · 8 years ago
  58. 8844b7f Fix more conversion warnings. by Zoltan Szabadka · 8 years ago
  59. 24ffa78 Fix headers by Eugene Klyuchnikov · 9 years ago
  60. bc5da25 Merge pull request #272 from eustas/master by eustas · 9 years ago
  61. 901cd82 Fix WriteMetadata (unaligned and out-of-bounds write). by Eugene Klyuchnikov · 9 years ago
  62. 771eb10 Update license statement in source files. by Eugene Klyuchnikov · 9 years ago
  63. bb26d19 Fix sign-comparison warnings + add more debug runtime checks + minor cleanup by Eugene Klyuchnikov · 9 years ago
  64. 152e33c Add more explicit type conversions. Remove dead code. Fix includes. by Eugene Klyuchnikov · 9 years ago
  65. 8d06183 Fix assertion in 32-bit build. by Zoltan Szabadka · 9 years ago
  66. ea48ce5 Fix --Wconversion and --pedantic-erros for the encoder. by Zoltan Szabadka · 9 years ago
  67. a89b57b Use uint32_t positions in the hasher and compute distances modulo 2^32. by Zoltan Szabadka · 9 years ago
  68. d2e857d Fix integer overflow and slowness in entropy estimation. by Zoltan Szabadka · 9 years ago
  69. 2a1a1f7 Remove useless BrotliCompressor instantiation in BrotliCompressBuffer by Mayhem · 9 years ago
  70. 512b9b8 Remove 'static' from kBitCostThreshold declaration. by Zoltan Szabadka · 9 years ago
  71. 2726b8a Encoder fixes. by Zoltan Szabadka · 9 years ago
  72. 66fa4ff [types.h] make std ints types for _MSC_VER compatible with CFFI by Cosimo Lupo · 9 years ago
  73. b39eec8 Remove C++11 vector::data() calls from encoder. by Zoltan Szabadka · 9 years ago
  74. 99aae45 Initialize min_cost_cmd_ in constructor. by Zoltan Szabadka · 9 years ago
  75. b6689b1 Remove unnecessary branch from literal cost calculation. by Zoltan Szabadka · 9 years ago
  76. 0477473 Merge pull request #184 from IIoTeP9HuY/master by szabadka · 9 years ago
  77. 754deae Reduce command buffer memory usage. by Zoltan Szabadka · 9 years ago
  78. 4c37566 Move literal cost computation to where it's used. by Zoltan Szabadka · 9 years ago
  79. 3b8bef7 Add extern "C" linkage to the encoder and decoder dictionary definitions. by Zoltan Szabadka · 9 years ago
  80. d4cc4f8 Define the encoder dictionary in the .cc file and link only once. by Zoltan Szabadka · 9 years ago
  81. 4a7024d Make the brotli encoder C++98 compatible. by Zoltan Szabadka · 9 years ago
  82. dfdf2dd Encoder bug fixes. by Zoltan Szabadka · 9 years ago
  83. 08e98d8 Support large inputs/outputs in memory adaptors by acid · 9 years ago
  84. 21ac39f Fix typos. by Marcin Karpinski · 9 years ago
  85. b58317a Fix bug in encoder. by Eugene Klyuchnikov · 9 years ago
  86. 6511d6b update brotli encoder with latest improvements by Lode Vandevenne · 9 years ago
  87. 7de70db Add missing <stdlib.h> to streams.cc by Zoltan Szabadka · 9 years ago
  88. 17ed258 msan bugfixes to the brotli encoder by Lode Vandevenne · 9 years ago
  89. 29c2679 Fix encoder bug. by Zoltan Szabadka · 9 years ago
  90. 95ddb48 Fix some VS compilation errors in the encoder. by Zoltan Szabadka · 9 years ago
  91. bad0f4e Brotli Bug Fixes by Lode Vandevenne · 9 years ago
  92. 618287b Deprecate greedy_block_split and enable_context_modeling brotli params. by Zoltan Szabadka · 9 years ago
  93. 6609883 Use a static hash table to look up dictionary words and transforms. by Zoltan Szabadka · 9 years ago
  94. b3d3723 Add "zopfli"-style backward reference search to brotli. by Zoltan Szabadka · 9 years ago
  95. 835a774 Change the static dictionary hash table to take into by Zoltan Szabadka · 9 years ago
  96. 65f3fc5 Bug fixes for the brotli encoder. by Zoltan Szabadka · 9 years ago
  97. b43df8f Brotli custom LZ77 dictionary support. by Zoltan Szabadka · 9 years ago
  98. 667f70a Speedups to brotli quality 11. by Zoltan Szabadka · 9 years ago
  99. 6622355 Use the same hasher for text and font mode. by Zoltan Szabadka · 9 years ago
  100. cc8d64d Fix broken quality 0, make it same as quality 1. by Zoltan Szabadka · 9 years ago