summaryrefslogtreecommitdiff
path: root/src/journal/test-journal.c
Commit message (Expand)AuthorAgeFilesLines
* journald: maintain entry seqnum counter in mmap()ed file in /run/Lennart Poettering2023-02-081-4/+4
* journal: Run unit tests with and without compact mode enabledDaan De Meyer2022-10-071-3/+27
* basic: move compress.[ch] → src/basic/Lennart Poettering2022-04-261-1/+1
* journal-file: merge compress/seal bool args into a single flags paramLennart Poettering2022-03-251-8/+8
* test: Use TEST macros in more placesJan Janssen2022-03-161-20/+8
* journal: Rename JournaldFile to ManagedJournalFileDaan De Meyer2022-02-021-19/+19
* journal: Pass data objects to journal_file_move_to_entry_..._for_data() funct...Daan De Meyer2022-01-261-8/+8
* journal: Remove unused arguments from journal_file_next_entry_for_data()Daan De Meyer2022-01-121-4/+4
* journal-file: require MMapCache* for journal_file_open()Vito Caputo2021-12-071-8/+20
* journal: stop using JournalFile.mmap everywhereVito Caputo2021-12-071-2/+2
* journal: Introduce journald-file.c for journal file write related logicDaan De Meyer2021-12-061-0/+256
* sd-journal: move source files for sd-journal to src/libsystemd/sd-journalYu Watanabe2021-01-191-259/+0
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* 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-2/+2
* test-journal: move tests to /var/tmp/ and set FS_NOCOW_FLv242-rc3Lennart Poettering2019-04-041-9/+16
* tree-wide: use IOVEC_MAKE() at many placesLennart Poettering2018-11-271-8/+5
* tests: use a helper function to parse environment and open loggingZbigniew Jędrzejewski-Szmek2018-09-141-3/+5
* 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-5/+8
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* coccinelle: run while-true.cocci againLennart Poettering2018-03-231-1/+1
* journal: provide compress_threshold_bytes parameterAlex Gartrell2018-03-201-7/+95
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-1/+1
* sd-journal: add API for opening journal files or directories by fdLennart Poettering2016-04-251-5/+5
* journal: defer journal closes on rotateVito Caputo2016-02-191-7/+7
* journal: add void cast to journal_file_close() callsVito Caputo2016-02-191-5/+5
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-3/+3
* journal: rework vacuuming logicLennart Poettering2015-10-021-2/+2
* util: rework rm_rf() logicLennart Poettering2015-04-061-3/+3
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* journal: journal_file_next_entry() does not need pointer to current ObjectMichal Schmidt2014-12-181-5/+5
* journal: delete unused function journal_file_skip_entry()Michal Schmidt2014-12-181-9/+0
* tests: use assert_se instead of assertRonny Chevalier2014-11-301-33/+33
* 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
* tests: fix some memory leaks in testsLennart Poettering2013-10-091-0/+5
* test: Make testing work on systems without or old systemdHolger Hans Peter Freyther2013-08-221-0/+4
* tests: add test for empty journal filesZbigniew Jędrzejewski-Szmek2013-06-101-4/+56
* journal: add ability to list values a specified field can take in all entries...Lennart Poettering2012-10-181-1/+1
* journal: implement time-based rotation/vacuumingLennart Poettering2012-10-161-1/+1
* journal: make libgcrypt dependency optionalLennart Poettering2012-08-201-0/+2
* journal: split up journal-file.cLennart Poettering2012-08-161-1/+3
* journal: implement generic sharable mmap caching logicLennart Poettering2012-08-161-1/+1