summaryrefslogtreecommitdiff
path: root/src/journal/test-catalog.c
Commit message (Expand)AuthorAgeFilesLines
* sd-journal: move source files for sd-journal to src/libsystemd/sd-journalYu Watanabe2021-01-191-235/+0
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-6/+3
* Remove unneded {}sZbigniew Jędrzejewski-Szmek2020-04-131-4/+2
* journal: Make the output of --update-catalog deterministicDaniel Edgecumbe2019-09-061-15/+15
* util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-021-1/+1
* Merge pull request #10070 from keszybz/test-reportingYu Watanabe2018-09-151-3/+1
|\
| * tests: use a helper function to parse environment and open loggingZbigniew Jędrzejewski-Szmek2018-09-141-3/+1
* | test-catalog: drop unused variableYu Watanabe2018-09-151-1/+1
|/
* test: use ${builddir}/systemd-runtest.env for $SYSTEMD_CATALOG_DIRFilipe Brandenburger2018-09-121-5/+1
* test: make test-catalog relocatableYu Watanabe2018-09-111-8/+19
* Drop my copyright headersZbigniew Jędrzejewski-Szmek2018-06-141-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-1/+0
* 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-20/+9
* Introduce _cleanup_(strbuf_cleanupp) and use it to fix null deref on errorZbigniew Jędrzejewski-Szmek2018-05-101-3/+3
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* fileio: simplify mkostemp_safe() (#4090)Topi Miettinen2016-09-131-2/+2
* journal/catalog: fix memory leaksZbigniew Jędrzejewski-Szmek2016-02-181-0/+2
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* journal: Add test for merging journal entriesStef Walter2016-02-051-0/+69
* journal: Refactor test-catalog importing testsStef Walter2016-02-051-23/+36
* journal: Combine journal catalog entries with the same idStef Walter2016-02-051-9/+5
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-2/+2
* 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-2/+3
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-1/+3
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* tests: use assert_se instead of assertRonny Chevalier2014-11-301-8/+8
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-151-1/+1
* journal: cleanup up error handling in update_catalog()Zbigniew Jędrzejewski-Szmek2014-04-121-1/+2
* always use the same code for creating temporary filesLennart Poettering2014-01-281-3/+6
* catalog: fix language detectionZbigniew Jędrzejewski-Szmek2013-12-151-3/+9
* catalog: determine language from the filenameZbigniew Jędrzejewski-Szmek2013-12-021-0/+24
* test: Make testing work on systems without or old systemdHolger Hans Peter Freyther2013-08-221-3/+17
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-181-1/+1
* test-catalog,core/load-dropin: remove unused variablesZbigniew Jędrzejewski-Szmek2013-04-051-1/+0
* catalog: open up catalog internalsZbigniew Jędrzejewski-Szmek2013-03-281-7/+92
* journalct: beef up entry listingZbigniew Jędrzejewski-Szmek2013-03-191-1/+3
* journal: implement message catalogLennart Poettering2012-11-151-0/+48