1. e643328 Speed up FindMatchLength for non-x86 64-bit targets. by Zoltan Szabadka · 10 years ago
  2. c7b9821 Merge pull request #26 from szabadka/master by szabadka · 10 years ago
  3. 68d63f5 Fix a sign-conversion warning in the decoder. by Zoltan Szabadka · 10 years ago
  4. 35cd3db Merge pull request #25 from irori/sign-compare by szabadka · 10 years ago
  5. 65d655d Compile decoder with -Wall flag by Kunihiko Sakamoto · 10 years ago
  6. cb0ca3a Merge pull request #17 from khaledhosny/master by szabadka · 10 years ago
  7. 1130623 Add Python bindings by Khaled Hosny · 10 years ago
  8. 93049d9 Merge pull request #23 from szabadka/master by szabadka · 10 years ago
  9. 1d76397 Add more test cases. by Zoltan Szabadka · 10 years ago
  10. 7e350cd Merge pull request #21 from szabadka/master by szabadka · 10 years ago
  11. 4278934 Fix undefined behavior in decoder. by Zoltan Szabadka · 10 years ago
  12. 50b4f4e Merge pull request #20 from szabadka/master by szabadka · 10 years ago
  13. 66f6b66 Remove unneeded malloc.h header. by Zoltan Szabadka · 10 years ago
  14. 88c0735 Merge pull request #18 from khaledhosny/gitignore by szabadka · 10 years ago
  15. 9efdff7 Add .gitignore file by Khaled Hosny · 10 years ago
  16. 94000f6 Merge pull request #16 from szabadka/master by szabadka · 10 years ago
  17. ac455c5 Improvements to the command-line tool. by Zoltan Szabadka · 10 years ago
  18. e173982 Add command-line tool and tests. by Zoltan Szabadka · 10 years ago
  19. 6b9ce4d Merge pull request #15 from szabadka/master by szabadka · 10 years ago
  20. 96d04e5 Disable transforms in the encoder by default. by Zoltan Szabadka · 10 years ago
  21. 6e9e963 Merge pull request #14 from szabadka/master by szabadka · 10 years ago
  22. dd6237b Allow use of inline keyword in c++/c99 mode. by Zoltan Szabadka · 10 years ago
  23. 37aa5e0 Merge pull request #13 from szabadka/master by szabadka · 10 years ago
  24. 485ad82 Fix potential output buffer overflow in encoder. by Zoltan Szabadka · 10 years ago
  25. 2f35ffd Merge pull request #12 from szabadka/master by szabadka · 10 years ago
  26. 460dda1 Decoder code cleanup. by Zoltan Szabadka · 10 years ago
  27. 43a8d59 Merge pull request #11 from szabadka/master by szabadka · 10 years ago
  28. 0428f2d Move the context map encoding function to the brotli_bit_stream library. by Zoltan Szabadka · 10 years ago
  29. d0d6f1b Merge pull request #10 from szabadka/master by szabadka · 10 years ago
  30. f321ba1 Make the histogram clustering function more generic. by Zoltan Szabadka · 10 years ago
  31. c6c08e4 Merge pull request #9 from szabadka/master by szabadka · 10 years ago
  32. b4f39bf New version of the backward reference search code. by Zoltan Szabadka · 10 years ago
  33. f580616 Merge pull request #8 from szabadka/master by szabadka · 10 years ago
  34. 03b2034 Minor tuning of encoder heuristics. by Zoltan Szabadka · 10 years ago
  35. 8102921 Merge pull request #7 from szabadka/master by szabadka · 10 years ago
  36. ca8c289 Fix storing of the meta-block header for last empty meta-block. by Zoltan Szabadka · 10 years ago
  37. 618ea06 Merge pull request #6 from szabadka/master by szabadka · 10 years ago
  38. 467e6ee Move the block switch stroing functions to the brotli_bit_stream library. by Zoltan Szabadka · 10 years ago
  39. fd64d1f Merge pull request #3 from szabadka/encoder by szabadka · 10 years ago
  40. c62fa21 Merge pull request #2 from szabadka/decoder by szabadka · 10 years ago
  41. 39cde01 Fix TODO markups. by Zoltan Szabadka · 10 years ago
  42. d6d9fc6 Factor out serialization functions into their own file. by Zoltan Szabadka · 10 years ago
  43. 79d2b89 Fix BrotliDecompressedSize() to work for an uncompressed plus an empty meta-block. by Zoltan Szabadka · 10 years ago
  44. 12c6d1f Apply const qualifier to call operator of comparator class. by Zoltan Szabadka · 10 years ago
  45. fe6e9b0 Remove broken Makefiles. by Zoltan Szabadka · 10 years ago
  46. e8d668f Add top-level README file. by Zoltan Szabadka · 10 years ago
  47. 3f655b6 Fix buffer overflow bug in the brotli encoder. by Zoltan Szabadka · 11 years ago
  48. 3477819 Update the dictionary and the transforms. by Zoltan Szabadka · 11 years ago
  49. e765008 Updates to Brotli compression format, decoder and encoder by Zoltan Szabadka · 11 years ago
  50. cddab4a Enable the static dictionary in the Brotli decoder. by Zoltan Szabadka · 11 years ago
  51. 2f268ad Add the initial version of the static dictionary and transforms to Brotli. by Zoltan Szabadka · 11 years ago
  52. 0454ab4 Updates to Brotli compression format, decoder and encoder by Zoltan Szabadka · 11 years ago
  53. d01c71c Fix -Wconversion compiler warnings in the brotli decoder. by Zoltan Szabadka · 11 years ago
  54. 2bcd58b Brotli format change: small improvement to the encoding of Huffman codes by Zoltan Szabadka · 11 years ago
  55. e60dbdb Small update to brotli specification. by Zoltan Szabadka · 11 years ago
  56. d762bc6 Bug fixes for the brotli encoder and decoder. by Zoltan Szabadka · 11 years ago
  57. 1447345 Brotli format change: improved encoding of Huffman codes by Zoltan Szabadka · 11 years ago
  58. b8a1008 Use C-style comments in the brotli decoder. by Zoltan Szabadka · 11 years ago
  59. 29bb7cb Fix Microsoft VisualStudio 64-bit build of brotli by Zoltan Szabadka · 11 years ago
  60. 354349d Fix Microsoft VisualStudio build of brotli by Zoltan Szabadka · 11 years ago
  61. c23cb1e Support for OSX build; tested using OSX 10.9/clang-500.2.79 by Roderick Sheeter · 11 years ago
  62. 60c24c0 Updates to Brotli compression format, decoder and encoder by Zoltan Szabadka · 11 years ago
  63. 8d7081f Add draft specification of the brotli format by Zoltan Szabadka · 11 years ago
  64. 1cdcbd8 Added Brotli compress/decompress utilities and makefiles by Roderick Sheeter · 11 years ago
  65. c6b9c7c Updates to Brotli compression format, decoder and encoder by Zoltan Szabadka · 11 years ago
  66. c66e4e3 Add brotli compressor by Zoltan Szabadka · 11 years ago
  67. 6455522 Make the brotli decoder more C90-compatible. by Zoltan Szabadka · 11 years ago
  68. e0346c8 Fix name collisions with libwebp. by Zoltan Szabadka · 11 years ago
  69. 8f30907 Add brotli decompressor by Zoltan Szabadka · 11 years ago