1. 0630090 add support for Appveyor CI by Cosimo Lupo · 9 years ago
  2. d811b18 Merge pull request #133 from anthrotype/py27win by szabadka · 9 years ago
  3. 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
  4. 8c7edd3 [bro.py] print --version as brotli.__version__ by Cosimo Lupo · 9 years ago
  5. ac33d35 [brotlimodule.cc] add __version__ string attribute to brotli module by Cosimo Lupo · 9 years ago
  6. 54baf43 [setup.py] support MINGW32 compiler: fix clashing 'hypot' definition; statically link libgcc and libstdc++ by Cosimo Lupo · 9 years ago
  7. c3540e2 [setup.py] use MSVC 10.0 when compiling for Windows Python 2.7 by Cosimo Lupo · 9 years ago
  8. f141729 [brotlimodule.cc] fix RuntimeError on OS X: keyword list must be NULL terminated by Cosimo Lupo · 9 years ago
  9. 55a40ce Merge pull request #135 from szabadka/master by szabadka · 9 years ago
  10. 7de70db Add missing <stdlib.h> to streams.cc by Zoltan Szabadka · 9 years ago
  11. 944c3b8 Remove non-standard <malloc.h> from decode.c by Zoltan Szabadka · 9 years ago
  12. 421e4ed Merge pull request #132 from szabadka/master by szabadka · 9 years ago
  13. 4b2fd00 Use a single lookup table for insert/copy offsets and extra bits. by Zoltan Szabadka · 9 years ago
  14. da11e91 Merge pull request #131 from anthrotype/py-deprecated by szabadka · 9 years ago
  15. 08212db [brotlimodule.cc] fix C++11 warning about conversion from string literal to 'char *' by Cosimo Lupo · 9 years ago
  16. d3dfc68 [brotlimodule.cc] no longer expose deprecated BrotliParams: enable_dictionary, enable_transforms, greedy_block_split, enable_context_modeling by Cosimo Lupo · 9 years ago
  17. 45c3893 Enable little endian support also for visual studio by lvandeve · 9 years ago
  18. ef186ba Merge pull request #130 from lvandeve/master by lvandeve · 9 years ago
  19. fee303f fix brotli decoder MSVC compilation error by Lode Vandevenne · 9 years ago
  20. 4c22a3d Merge pull request #128 from lvandeve/master by lvandeve · 9 years ago
  21. 94cd708 brotli decoder performance improvements by Lode Vandevenne · 9 years ago
  22. 06fff86 Merge pull request #127 from lvandeve/master by lvandeve · 9 years ago
  23. 17ed258 msan bugfixes to the brotli encoder by Lode Vandevenne · 9 years ago
  24. afbec11 Add -O2 flag by lvandeve · 9 years ago
  25. 13f0a9b Merge pull request #124 from szabadka/master by szabadka · 9 years ago
  26. 29c2679 Fix encoder bug. by Zoltan Szabadka · 9 years ago
  27. 9c9bb00 Merge pull request #123 from szabadka/master by szabadka · 9 years ago
  28. 95ddb48 Fix some VS compilation errors in the encoder. by Zoltan Szabadka · 9 years ago
  29. 9fa3016 Merge pull request #121 from lvandeve/master by lvandeve · 9 years ago
  30. bad0f4e Brotli Bug Fixes by Lode Vandevenne · 9 years ago
  31. 67d26e0 Merge pull request #119 from szabadka/master by szabadka · 9 years ago
  32. 618287b Deprecate greedy_block_split and enable_context_modeling brotli params. by Zoltan Szabadka · 9 years ago
  33. 981ca6e Merge pull request #118 from szabadka/master by 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. 0fd2df4 Merge pull request #117 from szabadka/master by szabadka · 9 years ago
  36. b3d3723 Add "zopfli"-style backward reference search to brotli. by Zoltan Szabadka · 9 years ago
  37. 94b3376 Merge pull request #116 from szabadka/master by szabadka · 9 years ago
  38. 835a774 Change the static dictionary hash table to take into by Zoltan Szabadka · 9 years ago
  39. a0d0ecf Merge pull request #115 from szabadka/master by szabadka · 9 years ago
  40. 65f3fc5 Bug fixes for the brotli encoder. by Zoltan Szabadka · 9 years ago
  41. a13ea01 Merge pull request #114 from szabadka/master by szabadka · 9 years ago
  42. b43df8f Brotli custom LZ77 dictionary support. by Zoltan Szabadka · 9 years ago
  43. 631184d Merge pull request #113 from szabadka/master by szabadka · 9 years ago
  44. 667f70a Speedups to brotli quality 11. by Zoltan Szabadka · 9 years ago
  45. af09ee7 Merge pull request #112 from szabadka/master by szabadka · 9 years ago
  46. 641bc15 Speedups and fixes to the decoder. by Zoltan Szabadka · 9 years ago
  47. e0510a8 Update README.md by lvandeve · 9 years ago
  48. 996ec28 Merge pull request #111 from szabadka/master by szabadka · 10 years ago
  49. ea35936 Change the expiration date and title of the -04 draft. by Zoltan Szabadka · 10 years ago
  50. 14ea2b5 Create -04 version of the draft. by Zoltan Szabadka · 10 years ago
  51. 6ee61e7 Merge pull request #110 from anthrotype/test_quality by szabadka · 10 years ago
  52. e356b9b [roundtrip_test.py] repeat test at different quality (1, 6, 9, 11) by Cosimo Lupo · 10 years ago
  53. 682face Merge pull request #109 from szabadka/master by szabadka · 10 years ago
  54. 8d83839 Expose the quality parameter to the bro.cc tool. by Zoltan Szabadka · 10 years ago
  55. 463ceda Merge pull request #108 from szabadka/master by szabadka · 10 years ago
  56. 6622355 Use the same hasher for text and font mode. by Zoltan Szabadka · 10 years ago
  57. 6bb4316 Merge pull request #107 from szabadka/master by szabadka · 10 years ago
  58. cc8d64d Fix broken quality 0, make it same as quality 1. by Zoltan Szabadka · 10 years ago
  59. cc211b9 Merge pull request #105 from anthrotype/newparams by szabadka · 10 years ago
  60. c93c0da [bro.py] use brotli.MODE_GENERIC as default compression mode; by Cosimo Lupo · 10 years ago
  61. aa6f7d8 [brotlimodule] add MODE_GENERIC constant by Cosimo Lupo · 10 years ago
  62. b7e8291 [bro.py] remove debug print by Cosimo Lupo · 10 years ago
  63. 4106a40 [bro.py] use new optional encoder parameters when compressing; by Cosimo Lupo · 10 years ago
  64. 32c44ec [bro.py] use argparse instead of getopt by Cosimo Lupo · 10 years ago
  65. 3351bb0 [brotlimodule] apply uniform docstring style by Cosimo Lupo · 10 years ago
  66. 6d935db [brotlimodule] add quality, lgwin and lgblock parameters by Cosimo Lupo · 10 years ago
  67. dbcb326 [brotlimodule] add enable_context_modeling parameter (defaults to True) by Cosimo Lupo · 10 years ago
  68. 4c1d069 [brotlimodule] add new keyword params docstring of brotli.compress by Cosimo Lupo · 10 years ago
  69. 6264bea [brotlimodule] add greedy_block_split parameter (defaults to False); by Cosimo Lupo · 10 years ago
  70. b2eba12 [brotlimodule] add enable_dictionary parameter (defautls to True) by Cosimo Lupo · 10 years ago
  71. 89c74d6 [brotlimodule] use keyword arguments for mode and enable_transforms; by Cosimo Lupo · 10 years ago
  72. 621cd0c Merge pull request #106 from szabadka/master by szabadka · 10 years ago
  73. aa853f3 Add a MODE_GENERIC compression mode to the interface. by Zoltan Szabadka · 10 years ago
  74. 288f70d Merge pull request #104 from anthrotype/py3split by szabadka · 10 years ago
  75. e6913b2 [python] use built-in split instead of 'string' module for py23 by Cosimo Lupo · 10 years ago
  76. 4e94277 Merge pull request #103 from szabadka/master by szabadka · 10 years ago
  77. 10a2f37 Handle multiple compressed files per original in the test. by Zoltan Szabadka · 10 years ago
  78. 7ee6449 Merge pull request #102 from szabadka/master by szabadka · 10 years ago
  79. bef6938 Restrict the ARM optimizations to little endian architectures. by Zoltan Szabadka · 10 years ago
  80. 14c571c Merge pull request #101 from szabadka/master by szabadka · 10 years ago
  81. 78350a9 Add an Acknowledgements section to the spec. by Zoltan Szabadka · 10 years ago
  82. f050026 Merge pull request #100 from szabadka/master by szabadka · 10 years ago
  83. f3e71e4 Fix 32bit build. by Zoltan Szabadka · 10 years ago
  84. 7c277c3 Merge pull request #99 from szabadka/master by szabadka · 10 years ago
  85. 54f69c9 Support window bits 10 - 15 in the decoder. by Zoltan Szabadka · 10 years ago
  86. 7bbfd5d Merge pull request #98 from szabadka/master by szabadka · 10 years ago
  87. 12eb9bf Align distance code meaning in the brotli encoder. by Zoltan Szabadka · 10 years ago
  88. fa2c6df Merge pull request #97 from szabadka/master by szabadka · 10 years ago
  89. 7cde616 Faster encoding for low quality settings. by Zoltan Szabadka · 10 years ago
  90. e4a309a Merge pull request #96 from szabadka/master by szabadka · 10 years ago
  91. 945b0d0 Use a static context map with two buckets for UTF8 data. by Zoltan Szabadka · 10 years ago
  92. 762f9ba Merge pull request #95 from szabadka/master by szabadka · 10 years ago
  93. 5f39d60 Decoder optimizations for ARM architecture. by Zoltan Szabadka · 10 years ago
  94. 500c85a Merge pull request #94 from szabadka/master by szabadka · 10 years ago
  95. 83aa24d Speed and memory usage improvements for the decoder. by Zoltan Szabadka · 10 years ago
  96. 47ea761 Merge pull request #93 from szabadka/master by szabadka · 10 years ago
  97. 0f726df Don't do any block splitting for quality 1. by Zoltan Szabadka · 10 years ago
  98. 344ea8e Merge pull request #92 from szabadka/master by szabadka · 10 years ago
  99. fe14d7b Fix an error propagation bug in the decoder. by Zoltan Szabadka · 10 years ago
  100. 4f902dc Merge pull request #91 from szabadka/master by szabadka · 10 years ago