brotli/c/common
Evgenii Kliuchnikov a8f5813b84 Update
Documentation:
  - add note that brotli is a "stream" format, not an archive-like
  - regenerate .1 with Pandoc
Build:
  - drop legacy "BROTLI_BUILD_PORTABLE" option
  - drop "BROTLI_SANITIZED" definition
Code:
  - c: comb includes
  - c/enc: extract encoder state into separate header
  - c/enc: drop designated q10 codepath
  - c/enc: dealing better with flushing of empty stream
  - fix MSVC compilation
API:
  - py: use library version instead of one in version.h
  - c: add plugable API to report consumed input / produced output
  - c/java: support "lean" prepared dictionaries (without copy of source)
2022-11-17 13:03:09 +00:00
..
constants.c Strip "./" in includes (#925) 2021-09-08 09:18:45 +02:00
constants.h Update 2022-11-17 13:03:09 +00:00
context.c Strip "./" in includes (#925) 2021-09-08 09:18:45 +02:00
context.h Update (#826) 2020-08-26 12:32:27 +02:00
dictionary.bin Fix permissions of various files in project (#613) 2017-10-10 11:24:13 +02:00
dictionary.bin.br Update (#807) 2020-05-15 11:06:21 +02:00
dictionary.c Fix -Wstrict-prototypes warnings (#985) 2022-10-25 21:29:58 +02:00
dictionary.h Update (#630) 2017-12-12 14:33:12 +01:00
platform.c Update 2022-11-17 13:03:09 +00:00
platform.h Update 2022-11-17 13:03:09 +00:00
shared_dictionary_internal.h Update 2022-11-17 13:03:09 +00:00
shared_dictionary.c Merge pull request #929 from jbms/fix-vla-parameter 2021-12-07 01:47:07 +01:00
transform.c Strip "./" in includes (#925) 2021-09-08 09:18:45 +02:00
transform.h Update (#807) 2020-05-15 11:06:21 +02:00
version.h Re-release 2020-08-27 16:12:55 +02:00