1. 165022d Add window size parameter to bro tool. by Zoltan Szabadka · 9 years ago
  2. 100a238 Update the spec with IANA Considerations. by Zoltan Szabadka · 9 years ago
  3. 2faed4a Create -06 version of the spec. by Zoltan Szabadka · 9 years ago
  4. 7ec879e Merge pull request #194 from szabadka/master by szabadka · 9 years ago
  5. e4d9c61 Add CONTRIBUTING file. by Zoltan Szabadka · 9 years ago
  6. c0ac8aa Merge pull request #193 from szabadka/master by szabadka · 9 years ago
  7. b5c92e5 Add tools/version.h that conatins the brotli version. by Zoltan Szabadka · 9 years ago
  8. cd2538b Merge pull request #190 from szabadka/master by szabadka · 9 years ago
  9. 754deae Reduce command buffer memory usage. by Zoltan Szabadka · 9 years ago
  10. 2435cc2 Merge pull request #189 from szabadka/master by szabadka · 9 years ago
  11. 4c37566 Move literal cost computation to where it's used. by Zoltan Szabadka · 9 years ago
  12. dc416ab Merge pull request #187 from szabadka/master by szabadka · 9 years ago
  13. 3b8bef7 Add extern "C" linkage to the encoder and decoder dictionary definitions. by Zoltan Szabadka · 9 years ago
  14. d4cc4f8 Define the encoder dictionary in the .cc file and link only once. by Zoltan Szabadka · 9 years ago
  15. 480b4a6 Merge pull request #186 from szabadka/master by szabadka · 9 years ago
  16. 4a7024d Make the brotli encoder C++98 compatible. by Zoltan Szabadka · 9 years ago
  17. dfdf2dd Encoder bug fixes. by Zoltan Szabadka · 9 years ago
  18. a802c01 Merge pull request #185 from szabadka/master by szabadka · 9 years ago
  19. 8ce3494 Configure automatic appveyor deployment. by Zoltan Szabadka · 9 years ago
  20. 933bb9b Merge pull request #183 from szabadka/master by szabadka · 9 years ago
  21. 27e1aa4 Merge remote-tracking branch 'upstream/master' by Zoltan Szabadka · 9 years ago
  22. 03c4ab5 Simplify uncompressed block decoding state machine. by Zoltan Szabadka · 9 years ago
  23. 5919712 Avoid undefined behavior from memcpy for the portable build. by Zoltan Szabadka · 9 years ago
  24. 10aaa83 Fix a bug in ReadHuffmanCode(). by Zoltan Szabadka · 9 years ago
  25. 3cd3a10 Small speedup of command decoding. by Zoltan Szabadka · 9 years ago
  26. c11ce30 Merge pull request #176 from szabadka/master by szabadka · 9 years ago
  27. e44caf9 Introduce a BROTLI_BUILD_PORTABLE macro to disable potentially dangerous optimizations. by Zoltan Szabadka · 9 years ago
  28. 8530123 Fix a bug in CopyUncompressedBlockToOutput(). by Zoltan Szabadka · 9 years ago
  29. 6dd53d6 Merge pull request #175 from szabadka/master by szabadka · 9 years ago
  30. 163b59b Add null output callback to decoder for easier testing. by Zoltan Szabadka · 9 years ago
  31. b04f624 Fix a bug in uncompressed block handling. by Zoltan Szabadka · 9 years ago
  32. 24dca87 Merge pull request #172 from szabadka/master by szabadka · 9 years ago
  33. 0cf3a54 Update brotli decoder with latest improvements. by Zoltan Szabadka · 9 years ago
  34. 039cb6e Merge pull request #167 from kasper93/master by eustas · 9 years ago
  35. 76bf374 Add missing time.h header. by Kacper Michajłow · 9 years ago
  36. b3905e8 Merge pull request #164 from szabadka/master by szabadka · 9 years ago
  37. 1216684 Merge remote-tracking branch 'upstream/master' by Zoltan Szabadka · 9 years ago
  38. a7cedfc Update brotli decoder with latest improvements. by Zoltan Szabadka · 9 years ago
  39. 0eddc60 Merge pull request #156 from karpinski/master by szabadka · 9 years ago
  40. 21ac39f Fix typos. by Marcin Karpinski · 9 years ago
  41. 5cc9192 Merge pull request #155 from szabadka/master by szabadka · 9 years ago
  42. cacd294 Change the expiration date and title of the -05 draft. by Zoltan Szabadka · 9 years ago
  43. d1341bd Create -05 version of the draft. by Zoltan Szabadka · 9 years ago
  44. e9edf7e Fix typo in the specification. by Zoltan Szabadka · 9 years ago
  45. 1dd66ef Merge pull request #154 from szabadka/master by szabadka · 9 years ago
  46. 075b3ad Clarifications to the spec regarding when the stream should be rejected as invalid. by Zoltan Szabadka · 9 years ago
  47. 7f7a2fb Merge pull request #148 from eustas/master by eustas · 9 years ago
  48. 4092b4d Add more testdata. by Eugene Klyuchnikov · 9 years ago
  49. a67f005 Add "repeat" and "verbose" flags to "bro" tool. by Eugene Klyuchnikov · 9 years ago
  50. b58317a Fix bug in encoder. by Eugene Klyuchnikov · 9 years ago
  51. 127aa48 Fix bug in decoder. Minor cleanup. by Eugene Klyuchnikov · 9 years ago
  52. 50505f4 Merge pull request #147 from szabadka/master by szabadka · 9 years ago
  53. 070dacb Configure automatic deployment of github releases from Travis. by Zoltan Szabadka · 9 years ago
  54. d25c102 Merge pull request #146 from lvandeve/master by lvandeve · 9 years ago
  55. 6511d6b update brotli encoder with latest improvements by Lode Vandevenne · 9 years ago
  56. 53dbee7 Merge pull request #145 from lvandeve/master by lvandeve · 9 years ago
  57. db71549 update brotli decoder with latest improvements by Lode Vandevenne · 9 years ago
  58. 5da4f65 Merge pull request #139 from anthrotype/appveyor by szabadka · 9 years ago
  59. 0630090 add support for Appveyor CI by Cosimo Lupo · 9 years ago
  60. 806e731 Merge pull request #138 from anthrotype/travis by szabadka · 9 years ago
  61. 84d0621 Merge pull request #137 from anthrotype/fix_macpython by szabadka · 9 years ago
  62. 6dcb0dd [travis] add placeholder 'deploy' target for Github Releases by Cosimo Lupo · 9 years ago
  63. a5822da [travis] also compile for 'macpython' (official installers from Python.org); by Cosimo Lupo · 9 years ago
  64. bb3d924 add support for Travis CI (OS X only for now) by Cosimo Lupo · 9 years ago
  65. 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
  66. d811b18 Merge pull request #133 from anthrotype/py27win by szabadka · 9 years ago
  67. 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
  68. 8c7edd3 [bro.py] print --version as brotli.__version__ by Cosimo Lupo · 9 years ago
  69. ac33d35 [brotlimodule.cc] add __version__ string attribute to brotli module by Cosimo Lupo · 9 years ago
  70. 54baf43 [setup.py] support MINGW32 compiler: fix clashing 'hypot' definition; statically link libgcc and libstdc++ by Cosimo Lupo · 9 years ago
  71. c3540e2 [setup.py] use MSVC 10.0 when compiling for Windows Python 2.7 by Cosimo Lupo · 9 years ago
  72. f141729 [brotlimodule.cc] fix RuntimeError on OS X: keyword list must be NULL terminated by Cosimo Lupo · 9 years ago
  73. 55a40ce Merge pull request #135 from szabadka/master by szabadka · 9 years ago
  74. 7de70db Add missing <stdlib.h> to streams.cc by Zoltan Szabadka · 9 years ago
  75. 944c3b8 Remove non-standard <malloc.h> from decode.c by Zoltan Szabadka · 9 years ago
  76. 421e4ed Merge pull request #132 from szabadka/master by szabadka · 9 years ago
  77. 4b2fd00 Use a single lookup table for insert/copy offsets and extra bits. by Zoltan Szabadka · 9 years ago
  78. da11e91 Merge pull request #131 from anthrotype/py-deprecated by szabadka · 9 years ago
  79. 08212db [brotlimodule.cc] fix C++11 warning about conversion from string literal to 'char *' by Cosimo Lupo · 9 years ago
  80. d3dfc68 [brotlimodule.cc] no longer expose deprecated BrotliParams: enable_dictionary, enable_transforms, greedy_block_split, enable_context_modeling by Cosimo Lupo · 9 years ago
  81. 45c3893 Enable little endian support also for visual studio by lvandeve · 9 years ago
  82. ef186ba Merge pull request #130 from lvandeve/master by lvandeve · 9 years ago
  83. fee303f fix brotli decoder MSVC compilation error by Lode Vandevenne · 9 years ago
  84. 4c22a3d Merge pull request #128 from lvandeve/master by lvandeve · 9 years ago
  85. 94cd708 brotli decoder performance improvements by Lode Vandevenne · 9 years ago
  86. 06fff86 Merge pull request #127 from lvandeve/master by lvandeve · 9 years ago
  87. 17ed258 msan bugfixes to the brotli encoder by Lode Vandevenne · 9 years ago
  88. afbec11 Add -O2 flag by lvandeve · 9 years ago
  89. 13f0a9b Merge pull request #124 from szabadka/master by szabadka · 9 years ago
  90. 29c2679 Fix encoder bug. by Zoltan Szabadka · 9 years ago
  91. 9c9bb00 Merge pull request #123 from szabadka/master by szabadka · 9 years ago
  92. 95ddb48 Fix some VS compilation errors in the encoder. by Zoltan Szabadka · 9 years ago
  93. 9fa3016 Merge pull request #121 from lvandeve/master by lvandeve · 9 years ago
  94. bad0f4e Brotli Bug Fixes by Lode Vandevenne · 9 years ago
  95. 67d26e0 Merge pull request #119 from szabadka/master by szabadka · 9 years ago
  96. 618287b Deprecate greedy_block_split and enable_context_modeling brotli params. by Zoltan Szabadka · 9 years ago
  97. 981ca6e Merge pull request #118 from szabadka/master by szabadka · 9 years ago
  98. 6609883 Use a static hash table to look up dictionary words and transforms. by Zoltan Szabadka · 9 years ago
  99. 0fd2df4 Merge pull request #117 from szabadka/master by szabadka · 9 years ago
  100. b3d3723 Add "zopfli"-style backward reference search to brotli. by Zoltan Szabadka · 9 years ago