summaryrefslogtreecommitdiff
path: root/src/journal/test-compress.c
Commit message (Expand)AuthorAgeFilesLines
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* Rename find_binary to find_executableZbigniew Jędrzejewski-Szmek2020-09-181-1/+1
* journal/compress: remove loop in decompress_startswith_zstd()Zbigniew Jędrzejewski-Szmek2020-07-211-0/+2
* tree-wide: add new HAVE_COMPRESSION compile time flagLennart Poettering2020-06-251-2/+2
* journal: support zstd compression for large objects in journal filesLennart Poettering2020-06-251-0/+17
* coredump: add zstandard support for coredumpsNorbert Lange2020-05-041-43/+49
* test: Fix build with !HAVE_LZ4 && HAVE_XZMichal Koutný2020-05-021-1/+2
* tests: various small fixes for strict systemsTopi Miettinen2020-04-261-8/+11
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+2
* util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering2019-03-131-1/+1
* util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-021-1/+1
* journal: adapt for new improved LZ4_decompress_safe_partial()Zbigniew Jędrzejewski-Szmek2018-10-301-10/+11
* test-compress: add test for short decompress_startswith callsZbigniew Jędrzejewski-Szmek2018-10-301-0/+32
* Drop support for lz4 < 1.3.0Zbigniew Jędrzejewski-Szmek2018-10-291-4/+0
* tests: use a helper function to parse environment and open loggingZbigniew Jędrzejewski-Szmek2018-09-141-1/+2
* test: log when skipping tests in more casesYu Watanabe2018-09-131-0/+1
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* fs-util,test: add helper to remove tempfilesZbigniew Jędrzejewski-Szmek2018-05-181-5/+4
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* test: handle gracefully if decompressor tools are not installed (#7455)Lennart Poettering2017-11-241-1/+8
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* Merge pull request #6974 from keszybz/clean-up-definesLennart Poettering2017-10-041-8/+8
|\
| * build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-8/+8
* | tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-041-1/+1
|/
* test-compress*: silence warning about unused definitions when w/o both xz and...Zbigniew Jędrzejewski-Szmek2017-04-191-0/+6
* Fix missing space in comments (#5439)AsciiWolf2017-02-241-1/+1
* test-compress: fix warning about LZ4_compress_limitedOutputZbigniew Jędrzejewski-Szmek2016-12-171-0/+4
* test-compression: allow the file to compress to be specifiedZbigniew Jędrzejewski-Szmek2016-10-311-2/+5
* fileio: simplify mkostemp_safe() (#4090)Topi Miettinen2016-09-131-2/+2
* journal: add the "repeating sequence" test caseZbigniew Jędrzejewski-Szmek2015-12-131-35/+54
* journal: add "xfail" test for partial lz4 decompressionZbigniew Jędrzejewski-Szmek2015-12-131-0/+42
* journal: add dst_allocated_size parameter for compress_blobZbigniew Jędrzejewski-Szmek2015-12-131-7/+5
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2
* coredump: use lz4frame api to compress coredumpsZbigniew Jędrzejewski-Szmek2015-10-101-5/+4
* tree-wide: never use the off_t unless glibc makes us use itLennart Poettering2015-09-101-2/+2
* shared: add random-util.[ch]Ronny Chevalier2015-04-111-0/+1
* tests: use assert_se instead of assertRonny Chevalier2015-01-221-2/+2
* tests: use assert_se instead of assertRonny Chevalier2014-11-301-9/+9
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-2/+2
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-2/+2
* test-compress: also test with incompressible inputsZbigniew Jędrzejewski-Szmek2014-08-301-26/+65
* test-compress: make sure asserts with side effects use assert_se()Filipe Brandenburger2014-08-261-2/+2
* Fix misuse of uint64_t as size_tZbigniew Jędrzejewski-Szmek2014-08-031-10/+9
* fix #ifdefRonny Chevalier2014-07-081-1/+1
* journal: add LZ4 as optional compressorZbigniew Jędrzejewski-Szmek2014-07-061-46/+124
* coredump: make compression configurableZbigniew Jędrzejewski-Szmek2014-06-261-1/+1