summaryrefslogtreecommitdiff
path: root/src/journal/test-journal-verify.c
Commit message (Expand)AuthorAgeFilesLines
* test-journal-verify: Use a more thorough machine ID checkDaan De Meyer2023-05-091-2/+2
* test: verify the journal with and without a sealing keyFrantisek Sumsal2023-03-271-36/+95
* journald: maintain entry seqnum counter in mmap()ed file in /run/Lennart Poettering2023-02-081-1/+1
* 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/+11
* tree-wide: Use correct format specifiersJan Janssen2022-08-301-1/+1
* journal-file: merge compress/seal bool args into a single flags paramLennart Poettering2022-03-251-3/+3
* journal: Rename JournaldFile to ManagedJournalFileDaan De Meyer2022-02-021-5/+5
* journal-file: require MMapCache* for journal_file_open()Vito Caputo2021-12-071-3/+12
* journal: Introduce journald-file.c for journal file write related logicDaan De Meyer2021-12-061-0/+134
* sd-journal: move source files for sd-journal to src/libsystemd/sd-journalYu Watanabe2021-01-191-136/+0
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* test-journal: move tests to /var/tmp/ and set FS_NOCOW_FLv242-rc3Lennart Poettering2019-04-041-1/+3
* tree-wide: use IOVEC_MAKE() at many placesLennart Poettering2018-11-271-2/+2
* 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-4/+3
* test: log when skipping tests in more casesYu Watanabe2018-09-131-1/+3
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* 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-3/+3
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* sd-journal: add API for opening journal files or directories by fdLennart Poettering2016-04-251-3/+3
* journal: defer journal closes on rotateVito Caputo2016-02-191-3/+3
* journal: add void cast to journal_file_close() callsVito Caputo2016-02-191-3/+3
* 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 fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-3/+4
* cgtop: underline table headerLennart Poettering2015-09-221-1/+1
* tree-wide: drop {} from one-line if blocksLennart Poettering2015-09-091-2/+1
* shared: add terminal-util.[ch]Ronny Chevalier2015-04-111-0/+1
* util: rework rm_rf() logicLennart Poettering2015-04-061-1/+2
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* tests: use assert_se instead of assertRonny Chevalier2014-11-301-3/+3
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-181-1/+1
* test: Make testing work on systems without or old systemdHolger Hans Peter Freyther2013-08-221-0/+4
* Use stdint.h macros instead of casts to print uint64_t valuesZbigniew Jędrzejewski-Szmek2013-06-101-2/+2
* util: make time formatting a bit smarterLennart Poettering2013-04-041-1/+1
* journal: make libgcrypt dependency optionalLennart Poettering2012-08-201-3/+4
* journal: fix tag ordering checkLennart Poettering2012-08-201-11/+12
* jounral: write bit fiddling testLennart Poettering2012-08-181-9/+62
* journal: after verification output validated time rangeLennart Poettering2012-08-171-1/+11
* journal: show new header fields in header dumpLennart Poettering2012-08-171-0/+3
* journal: add FSPRG journal authenticationLennart Poettering2012-08-161-2/+3
* journal: split up journal-file.cLennart Poettering2012-08-161-0/+78