summaryrefslogtreecommitdiff
path: root/src/journal/test-compress.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* journal/compress: add stream compression/decompression functionsZbigniew Jędrzejewski-Szmek2014-06-261-0/+54
* tests: add test-compressRonny Chevalier2014-06-251-0/+76