summaryrefslogtreecommitdiff
path: root/src/journal/test-journal-interleaving.c
Commit message (Expand)AuthorAgeFilesLines
* journal-file: don't update boot_id in journal header on openLennart Poettering2023-02-211-2/+2
* journald: maintain entry seqnum counter in mmap()ed file in /run/Lennart Poettering2023-02-081-1/+1
* tree-wide: Use __func__ in assertsJan Janssen2023-01-181-1/+1
* journal: skip part of test-journal-interleaving if no machine-id existsNick Rosbrook2022-12-141-11/+16
* Revert "journal: Make sd_journal_previous/next() return 0 at HEAD/TAIL"Daan De Meyer2022-11-161-4/+0
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+0
* journal: Run unit tests with and without compact mode enabledDaan De Meyer2022-10-071-1/+9
* tree-wide: Use correct format specifiersJan Janssen2022-08-301-1/+1
* journal: Make sd_journal_previous/next() return 0 at HEAD/TAILDaan De Meyer2022-07-051-0/+4
* journal-file: merge compress/seal bool args into a single flags paramLennart Poettering2022-03-251-7/+7
* test: Use TEST macros in more placesJan Janssen2022-03-161-15/+14
* journal: Rename JournaldFile to ManagedJournalFileDaan De Meyer2022-02-021-14/+14
* journal-file: require MMapCache* for journal_file_open()Vito Caputo2021-12-071-4/+13
* journal: Introduce journald-file.c for journal file write related logicDaan De Meyer2021-12-061-0/+296
* sd-journal: move source files for sd-journal to src/libsystemd/sd-journalYu Watanabe2021-01-191-296/+0
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: use PROJECT_FILE instead of __FILE__Zbigniew Jędrzejewski-Szmek2019-07-041-1/+1
* test-journal: move tests to /var/tmp/ and set FS_NOCOW_FLv242-rc3Lennart Poettering2019-04-041-6/+14
* tree-wide: use IOVEC_MAKE() at many placesLennart Poettering2018-11-271-3/+3
* Drop copyright for Marius VollmerZbigniew Jędrzejewski-Szmek2018-10-311-3/+0
* tests: use a helper function to parse environment and open loggingZbigniew Jędrzejewski-Szmek2018-09-141-1/+1
* tests: add helper to unify skipping a test and exitingZbigniew Jędrzejewski-Szmek2018-09-141-6/+4
* test: log when skipping tests in more casesYu Watanabe2018-09-131-1/+3
* Drop my copyright headersZbigniew Jędrzejewski-Szmek2018-06-141-1/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-2/+2
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* journal: allow boot_id to be passed to journal_append_entry()Zbigniew Jędrzejewski-Szmek2018-05-311-1/+1
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* journal: provide compress_threshold_bytes parameterAlex Gartrell2018-03-201-4/+4
* basic/macros: rename noreturn into _noreturn_ (#8456)Franck Bui2018-03-151-1/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* tests: get rid of strerrorZbigniew Jędrzejewski-Szmek2016-09-131-4/+3
* sd-journal: add API for opening journal files or directories by fdLennart Poettering2016-04-251-4/+4
* journal: defer journal closes on rotateVito Caputo2016-02-191-4/+4
* journal: add void cast to journal_file_close() callsVito Caputo2016-02-191-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-1/+3
* journal: rework vacuuming logicLennart Poettering2015-10-021-2/+2
* journal: make sure the clock increases strict monotonicLennart Poettering2015-06-171-0/+9
* util: rework rm_rf() logicLennart Poettering2015-04-061-4/+4
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* tests: use assert_se instead of assertRonny Chevalier2015-01-221-17/+17
* log: rearrange log function namingLennart Poettering2014-11-271-3/+3
* journalctl: add new --vacuum-size= and --vacuum-time= commands to clean up jo...Lennart Poettering2014-11-031-2/+2
* Always prefer our headers to system headersZbigniew Jędrzejewski-Szmek2014-07-311-1/+1
* journald: do not free space when disk space runs lowZbigniew Jędrzejewski-Szmek2014-01-111-2/+2
* _noreturn_ --> noreturn for C11 compatShawn Landden2013-12-171-1/+1
* tests: fix some memory leaks in testsLennart Poettering2013-10-091-17/+12