1. b3d3723 Add "zopfli"-style backward reference search to brotli. by Zoltan Szabadka · 9 years ago
  2. 94b3376 Merge pull request #116 from szabadka/master by szabadka · 9 years ago
  3. 835a774 Change the static dictionary hash table to take into by Zoltan Szabadka · 9 years ago
  4. a0d0ecf Merge pull request #115 from szabadka/master by szabadka · 9 years ago
  5. 65f3fc5 Bug fixes for the brotli encoder. by Zoltan Szabadka · 9 years ago
  6. a13ea01 Merge pull request #114 from szabadka/master by szabadka · 9 years ago
  7. b43df8f Brotli custom LZ77 dictionary support. by Zoltan Szabadka · 9 years ago
  8. 631184d Merge pull request #113 from szabadka/master by szabadka · 9 years ago
  9. 667f70a Speedups to brotli quality 11. by Zoltan Szabadka · 9 years ago
  10. af09ee7 Merge pull request #112 from szabadka/master by szabadka · 9 years ago
  11. 641bc15 Speedups and fixes to the decoder. by Zoltan Szabadka · 9 years ago
  12. e0510a8 Update README.md by lvandeve · 9 years ago
  13. 996ec28 Merge pull request #111 from szabadka/master by szabadka · 9 years ago
  14. ea35936 Change the expiration date and title of the -04 draft. by Zoltan Szabadka · 9 years ago
  15. 14ea2b5 Create -04 version of the draft. by Zoltan Szabadka · 9 years ago
  16. 6ee61e7 Merge pull request #110 from anthrotype/test_quality by szabadka · 9 years ago
  17. e356b9b [roundtrip_test.py] repeat test at different quality (1, 6, 9, 11) by Cosimo Lupo · 9 years ago
  18. 682face Merge pull request #109 from szabadka/master by szabadka · 9 years ago
  19. 8d83839 Expose the quality parameter to the bro.cc tool. by Zoltan Szabadka · 9 years ago
  20. 463ceda Merge pull request #108 from szabadka/master by szabadka · 9 years ago
  21. 6622355 Use the same hasher for text and font mode. by Zoltan Szabadka · 9 years ago
  22. 6bb4316 Merge pull request #107 from szabadka/master by szabadka · 9 years ago
  23. cc8d64d Fix broken quality 0, make it same as quality 1. by Zoltan Szabadka · 9 years ago
  24. cc211b9 Merge pull request #105 from anthrotype/newparams by szabadka · 9 years ago
  25. c93c0da [bro.py] use brotli.MODE_GENERIC as default compression mode; by Cosimo Lupo · 9 years ago
  26. aa6f7d8 [brotlimodule] add MODE_GENERIC constant by Cosimo Lupo · 9 years ago
  27. b7e8291 [bro.py] remove debug print by Cosimo Lupo · 9 years ago
  28. 4106a40 [bro.py] use new optional encoder parameters when compressing; by Cosimo Lupo · 9 years ago
  29. 32c44ec [bro.py] use argparse instead of getopt by Cosimo Lupo · 9 years ago
  30. 3351bb0 [brotlimodule] apply uniform docstring style by Cosimo Lupo · 9 years ago
  31. 6d935db [brotlimodule] add quality, lgwin and lgblock parameters by Cosimo Lupo · 9 years ago
  32. dbcb326 [brotlimodule] add enable_context_modeling parameter (defaults to True) by Cosimo Lupo · 9 years ago
  33. 4c1d069 [brotlimodule] add new keyword params docstring of brotli.compress by Cosimo Lupo · 9 years ago
  34. 6264bea [brotlimodule] add greedy_block_split parameter (defaults to False); by Cosimo Lupo · 9 years ago
  35. b2eba12 [brotlimodule] add enable_dictionary parameter (defautls to True) by Cosimo Lupo · 9 years ago
  36. 89c74d6 [brotlimodule] use keyword arguments for mode and enable_transforms; by Cosimo Lupo · 9 years ago
  37. 621cd0c Merge pull request #106 from szabadka/master by szabadka · 9 years ago
  38. aa853f3 Add a MODE_GENERIC compression mode to the interface. by Zoltan Szabadka · 9 years ago
  39. 288f70d Merge pull request #104 from anthrotype/py3split by szabadka · 9 years ago
  40. e6913b2 [python] use built-in split instead of 'string' module for py23 by Cosimo Lupo · 9 years ago
  41. 4e94277 Merge pull request #103 from szabadka/master by szabadka · 9 years ago
  42. 10a2f37 Handle multiple compressed files per original in the test. by Zoltan Szabadka · 9 years ago
  43. 7ee6449 Merge pull request #102 from szabadka/master by szabadka · 9 years ago
  44. bef6938 Restrict the ARM optimizations to little endian architectures. by Zoltan Szabadka · 9 years ago
  45. 14c571c Merge pull request #101 from szabadka/master by szabadka · 9 years ago
  46. 78350a9 Add an Acknowledgements section to the spec. by Zoltan Szabadka · 9 years ago
  47. f050026 Merge pull request #100 from szabadka/master by szabadka · 9 years ago
  48. f3e71e4 Fix 32bit build. by Zoltan Szabadka · 9 years ago
  49. 7c277c3 Merge pull request #99 from szabadka/master by szabadka · 9 years ago
  50. 54f69c9 Support window bits 10 - 15 in the decoder. by Zoltan Szabadka · 9 years ago
  51. 7bbfd5d Merge pull request #98 from szabadka/master by szabadka · 9 years ago
  52. 12eb9bf Align distance code meaning in the brotli encoder. by Zoltan Szabadka · 9 years ago
  53. fa2c6df Merge pull request #97 from szabadka/master by szabadka · 9 years ago
  54. 7cde616 Faster encoding for low quality settings. by Zoltan Szabadka · 9 years ago
  55. e4a309a Merge pull request #96 from szabadka/master by szabadka · 9 years ago
  56. 945b0d0 Use a static context map with two buckets for UTF8 data. by Zoltan Szabadka · 9 years ago
  57. 762f9ba Merge pull request #95 from szabadka/master by szabadka · 9 years ago
  58. 5f39d60 Decoder optimizations for ARM architecture. by Zoltan Szabadka · 9 years ago
  59. 500c85a Merge pull request #94 from szabadka/master by szabadka · 9 years ago
  60. 83aa24d Speed and memory usage improvements for the decoder. by Zoltan Szabadka · 9 years ago
  61. 47ea761 Merge pull request #93 from szabadka/master by szabadka · 9 years ago
  62. 0f726df Don't do any block splitting for quality 1. by Zoltan Szabadka · 9 years ago
  63. 344ea8e Merge pull request #92 from szabadka/master by szabadka · 9 years ago
  64. fe14d7b Fix an error propagation bug in the decoder. by Zoltan Szabadka · 9 years ago
  65. 4f902dc Merge pull request #91 from szabadka/master by szabadka · 9 years ago
  66. 94bc27d Fix the year on the copyright message. by Zoltan Szabadka · 9 years ago
  67. 5a1cf14 Merge pull request #90 from szabadka/master by szabadka · 9 years ago
  68. fd4a048 Change the expiration date and title of the -03 draft. by Zoltan Szabadka · 9 years ago
  69. 29a7266 Merge pull request #89 from szabadka/master by szabadka · 9 years ago
  70. 98bd884 Create -03 version of the internet draft. by Zoltan Szabadka · 9 years ago
  71. f8bfe06 Merge pull request #88 from szabadka/master by szabadka · 9 years ago
  72. 99af4df Remove the 'override' keyword from ~BrotliFileIn(). by Zoltan Szabadka · 9 years ago
  73. 977bec5 Merge pull request #87 from szabadka/master by szabadka · 9 years ago
  74. 9853922 Remove quality parameter from bitstream writing functions. by Zoltan Szabadka · 9 years ago
  75. e94bddd Merge pull request #86 from szabadka/master by szabadka · 9 years ago
  76. e91a449 Add dictionary_hash.h to setup.py. by Zoltan Szabadka · 9 years ago
  77. fdfb198 Add a static hash table based dictionary lookup to fast brotli. by Zoltan Szabadka · 9 years ago
  78. 16a219b Merge pull request #85 from szabadka/master by szabadka · 9 years ago
  79. 2fd80cd Encoder support for new empty meta-block format. by Zoltan Szabadka · 9 years ago
  80. 098c928 Merge pull request #84 from szabadka/master by szabadka · 9 years ago
  81. 6d80610 Fix entropy calculation. by Zoltan Szabadka · 9 years ago
  82. 5ea9247 Merge pull request #83 from szabadka/master by szabadka · 9 years ago
  83. 3dbe2e0 Encoder implementation using input/output classes. by Zoltan Szabadka · 9 years ago
  84. e42eaa0 Merge pull request #82 from szabadka/master by szabadka · 9 years ago
  85. 09aa9ca Add the streams.* files to Makefile and setup.py by Zoltan Szabadka · 9 years ago
  86. 6a53033 Add input and output classes for streaming compression. by Zoltan Szabadka · 9 years ago
  87. ec03509 Merge pull request #81 from szabadka/master by szabadka · 9 years ago
  88. 89a6fb8 Add params to disable static dictionary and context modeling. by Zoltan Szabadka · 9 years ago
  89. 0c81a13 Merge pull request #35 from mitya57/master by szabadka · 9 years ago
  90. 2492f17 Merge pull request #80 from anthrotype/test_brotli_py by szabadka · 9 years ago
  91. cdde52e [python] refactored tests and import shared utilities from module by Cosimo Lupo · 9 years ago
  92. 906f4f5 [python] prepend build/lib folder to PYTHONPATH before running tests by Cosimo Lupo · 9 years ago
  93. 7fa4586 Merge pull request #79 from szabadka/master by szabadka · 9 years ago
  94. 64c2611 Add partial output support to the decoder. by Zoltan Szabadka · 9 years ago
  95. 5ded136 Merge pull request #78 from szabadka/master by szabadka · 9 years ago
  96. 84a7687 Merge remote-tracking branch 'upstream/master' by Zoltan Szabadka · 9 years ago
  97. 28b1f7a Implement some stricter format checks in the decoder. by Zoltan Szabadka · 9 years ago
  98. 42b8c74 Merge pull request #77 from szabadka/master by szabadka · 9 years ago
  99. a81f2ef Decoder support for new empty meta-block format. by Zoltan Szabadka · 9 years ago
  100. f393bff Merge pull request #76 from szabadka/master by szabadka · 9 years ago