1. Jul 21, 2017
    • Eugene Kliuchnikov's avatar
      Update (#574) · 52441069
      Eugene Kliuchnikov authored
      * Update
       * decoder: better behavior after failure
       * encoder: replace "len_x_code" with delta
       * research: add experimental dictionary generator
       * python: test combing
      52441069
  2. Jul 11, 2017
  3. Jun 30, 2017
    • Eugene Kliuchnikov's avatar
      Update (#569) · 1becbbf2
      Eugene Kliuchnikov authored
      * add misssing fclose in `brotli.c`
       * add basic tests for python `Decompressor` type
       * minor lint fixes in `_brotli.cc`
      1becbbf2
  4. Jun 28, 2017
  5. Jun 22, 2017
  6. Jun 21, 2017
    • Eugene Kliuchnikov's avatar
      Update wrappers (#564) · a4d2956d
      Eugene Kliuchnikov authored
      * golang: add build information via `cgo.go`
      * golang: fix lgwin parameter behavior
      * Java: add proguard configuration
      a4d2956d
  7. Jun 17, 2017
  8. Jun 13, 2017
    • Eugene Kliuchnikov's avatar
      Update (#560) · 05d5f3d7
      Eugene Kliuchnikov authored
      Update:
       * add decoder API to avoid ringbuffer reallocation
       * fix MSVC warnings
       * remove dead code
      05d5f3d7
  9. Jun 07, 2017
  10. Jun 06, 2017
    • Mike Tzou's avatar
      Readme improvements (#557) · 31d0629b
      Mike Tzou authored
      * [README] Use tools.ietf.org for displaying RFC7932
      
      tools.ietf.org has HTML links which is helpful when reading
      in browser
      
      * [README] Add appveyor badge
      31d0629b
  11. Jun 01, 2017
  12. May 29, 2017
    • Eugene Kliuchnikov's avatar
      Update (#555) · 03739d2b
      Eugene Kliuchnikov authored
      Update:
       * new CLI; bro -> brotli; + man page
       * JNI wrappers preparation (for bazel build)
       * add raw binary dictionary representation `dictionary.bin`
       * add ability to side-load brotli RFC dictionary
       * decoder persists last error now
       * fix `BrotliDecoderDecompress` documentation
       * go reader don't block until necessary
       * more consistent bazel target names
       * Java dictionary data compiled footprint reduced
       * Java tests refactoring
      03739d2b
  13. May 24, 2017
  14. May 07, 2017
  15. May 05, 2017
  16. Apr 28, 2017
  17. Apr 23, 2017
  18. Apr 14, 2017
  19. Apr 11, 2017
  20. Apr 10, 2017
  21. Apr 06, 2017
    • Eugene Kliuchnikov's avatar
      Update c- and java-decoder: (#536) · 21c118ba
      Eugene Kliuchnikov authored
      * speedup java decoder
         * avoid masking
         * avoid excessive fillBits
         * streamline uncompressed block processing
       * make java decoder more transpilation-friendly
       * avoid non-essential goto in c-decoder
      21c118ba
  22. Apr 04, 2017
  23. Mar 30, 2017
  24. Mar 24, 2017
  25. Mar 23, 2017
  26. Mar 22, 2017
  27. Mar 21, 2017
  28. Mar 10, 2017