lix/tests/unit/libutil
Ilya K 7d52d74bbe BrotliDecompressionSource: don't bail out too early
If we've consumed the entire input, that doesn't actually mean we're
done decompressing - there might be more output left. This worked (?)
in most cases because the input and output sizes are pretty comparable,
but sometimes they're not and then things get very funny.

Change-Id: I73435a654a911b8ce25119f713b80706c5783c1b
2024-06-20 09:21:13 +03:00
..
canon-path.cc
chunked-vector.cc
closure.cc libutil: de-callback-ify computeClosure 2024-05-07 14:35:20 +00:00
compression.cc BrotliDecompressionSource: don't bail out too early 2024-06-20 09:21:13 +03:00
config.cc
escape-string.cc
fmt.cc
git.cc
hash.cc
hilite.cc
json-utils.cc
logging.cc util.hh: Delete remaining file and clean up headers 2024-05-29 12:38:51 +02:00
lru-cache.cc
paths-setting.cc
pool.cc
references.cc
shlex.cc
suggestions.cc
tests.cc util.hh: Delete remaining file and clean up headers 2024-05-29 12:38:51 +02:00
url-name.cc getNameFromURL(): Support uppercase characters in attribute names 2024-05-02 12:02:28 -06:00
url.cc
xml-writer.cc