summaryrefslogtreecommitdiff
path: root/src/journal/test-journal-stream.c
Commit message (Expand)AuthorAgeFilesLines
* journald: maintain entry seqnum counter in mmap()ed file in /run/Lennart Poettering2023-02-081-3/+3
* 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-2/+9
* 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-9/+9
* journal-file: require MMapCache* for journal_file_open()Vito Caputo2021-12-071-3/+7
* journal: Introduce journald-file.c for journal file write related logicDaan De Meyer2021-12-061-0/+191
* sd-journal: move source files for sd-journal to src/libsystemd/sd-journalYu Watanabe2021-01-191-191/+0
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: assorted coccinelle fixesFrantisek Sumsal2020-10-091-4/+3
* journal: use a different hash function for each journal fileLennart Poettering2020-06-251-7/+17
* test-journal: move tests to /var/tmp/ and set FS_NOCOW_FLv242-rc3Lennart Poettering2019-04-041-1/+3
* 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-3/+3
* 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: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-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-4/+6
* journal: ensure test-journal-stream doesn't get confused by crappy clocksLennart Poettering2015-06-171-0/+9
* util: rework rm_rf() logicLennart Poettering2015-04-061-5/+5
* fix gcc warnings about uninitialized variablesHarald Hoyer2015-03-271-1/+1
* tests: use assert_se instead of assertRonny Chevalier2015-01-221-1/+2
* Always prefer our headers to system headersZbigniew Jędrzejewski-Szmek2014-07-311-1/+1
* test: Make testing work on systems without or old systemdHolger Hans Peter Freyther2013-08-221-0/+4
* tests: add a program for repetitive opening and closing of the journalZbigniew Jędrzejewski-Szmek2013-08-021-1/+1
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-181-3/+3
* journal,shared: add _cleanup_journal_close_Zbigniew Jędrzejewski-Szmek2013-03-181-7/+3
* journal: add ability to list values a specified field can take in all entries...Lennart Poettering2012-10-181-8/+10
* journal: when browsing the journal via browse.html allow clicking on entries ...Lennart Poettering2012-10-101-1/+15
* journal: implement generic sharable mmap caching logicLennart Poettering2012-08-161-3/+3
* journald: initial version of FSPRG hookupLennart Poettering2012-08-131-3/+3
* test: allow deletion of temporary files from normal fsZbigniew Jędrzejewski-Szmek2012-08-031-1/+1
* journal: size journal data hash table based on maximum file size metricsLennart Poettering2012-07-171-3/+3
* journal: beef up journal matches considerablyLennart Poettering2012-07-131-0/+169