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