summaryrefslogtreecommitdiff
path: root/src/journal/test-journal-syslog.c
Commit message (Expand)AuthorAgeFilesLines
* test-journal-syslog: Add some valid priority casesJan Janssen2022-03-161-11/+18
* test: Use TEST macros in more placesJan Janssen2022-03-161-26/+30
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* test-journal-syslog: initialize variableZbigniew Jędrzejewski-Szmek2018-09-251-1/+1
* journald: take leading spaces into account in syslog_parse_identifierEvgeny Vereshchagin2018-08-101-0/+2
* journal: do not remove multiple spaces after identifier in syslog messageYu Watanabe2018-08-101-10/+14
* syslog: fix segfault in syslog_parse_priority()Yu Watanabe2018-08-081-0/+20
* journal: fix syslog_parse_identifier()Yu Watanabe2018-08-081-2/+8
* 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
* 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
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-0/+1
* tests: use assert_se instead of assertRonny Chevalier2014-11-301-3/+3
* test-journal-syslog: use streq_ptr since we pass in NULLThomas Hindoe Paaboel Andersen2013-12-151-2/+2
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-181-1/+1
* journal/tests: free allocated memory in testZbigniew Jędrzejewski-Szmek2013-03-051-1/+1
* use streq instead of strcmpThomas Hindoe Paaboel Andersen2013-02-131-2/+2
* journald: properly update message size after stripping the identifierZbigniew Jędrzejewski-Szmek2012-10-131-0/+44