summaryrefslogtreecommitdiffstats
path: root/misc-utils/logger.c
Commit message (Expand)AuthorAgeFilesLines
* logger: make code more robust for static analyzer [clang scan]Karel Zak2019-05-231-0/+2
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-6/+6
* docs: fix typos [codespell]Sami Kerola2019-02-181-1/+1
* various: fix 'uninitialized when used' warnings [clang]Sami Kerola2019-02-181-1/+1
* logger: concatenate multiple lines of MESSAGE into a single field.Karel Zak2019-01-231-2/+22
* logger: Define SD_JOURNAL_SUPPRESS_LOCATION.YmrDtnJu2018-07-071-0/+1
* misc: fix typos using codespellRuediger Meier2018-02-161-1/+1
* logger: keep header generators independent on connectionKarel Zak2017-10-121-5/+1Star
* logger: allow to reconnect on initial failed connect tooKarel Zak2017-10-111-4/+7
* logger: add dummy fallback for OSXKarel Zak2017-10-101-1/+6
* logger: reconnect on failed send()Karel Zak2017-10-101-9/+38
* logger: make stdin parsing more friendly to static analyzersKarel Zak2017-09-151-0/+2
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-291-2/+2
* misc: introduce print_usage_help_options()Ruediger Meier2017-06-271-2/+1Star
* misc: cosmetics, remove argument from usage(FILE*)Ruediger Meier2017-06-261-3/+4
* logger: make month names, login name, and tag read-only objectsSami Kerola2017-05-031-6/+6
* logger: support sub-trees in the ID for RFC5424Karel Zak2017-01-281-2/+13
* Use --help suggestion on invalid optionKarel Zak2016-12-191-2/+1Star
* misc: fix unsigned int usage for ctype.h functionsKarel Zak2016-10-261-1/+1
* Fix minor typosYuri Chornoivan2016-10-201-1/+1
* misc: fix declarations shadowing variables in the global scope [oclint]Sami Kerola2016-07-211-7/+7
* logger: simplify if clause [oclint]Sami Kerola2016-07-211-24/+24
* logger: remove trailing spaces when outputing to journalSami Kerola2016-07-191-5/+2Star
* logger: be more precise about --port descriptionKarel Zak2016-06-211-1/+1
* misc: Fix various typosSebastian Rasmussen2016-05-311-2/+2
* logger: correct the grammar of an error messageBenno Schulenberg2016-03-161-1/+1
* logger: fix memory leak [ASAN and valgrind]Sami Kerola2016-03-141-1/+3
* misc: remove duplicate includesKarel Zak2016-03-101-1/+0Star
* logger: fix compiler warning, const facilitynamesRuediger Meier2016-03-081-2/+2
* misc: fix some includesRuediger Meier2016-02-291-0/+1
* logger: use SCM_CREDENTIALS on LINUX onlyRuediger Meier2016-02-261-0/+4
* Merge branch 'ldadd-cflags-warnings' of https://github.com/rudimeier/util-linuxKarel Zak2016-02-241-1/+1
|\
| * misc: fix compiler warnungs (unsigned/signed)Ruediger Meier2016-02-231-1/+1
* | logger: always update header when writing stdin lineKarel Zak2016-02-241-2/+11
|/
* logger: shadow declarationSami Kerola2015-11-061-7/+7
* logger: remove unnecessary commentKarel Zak2015-10-291-1/+1
* logger: use --id as local socket credentialsKarel Zak2015-10-291-0/+28
* logger: use iovec for all messageKarel Zak2015-10-271-20/+45
* logger: use iovec and sendmsg() to send messageKarel Zak2015-10-271-11/+19
* logger: fix messages separation on UNIX socketKarel Zak2015-10-061-11/+23
* logger: add --sd-id and -sd-paramKarel Zak2015-10-011-14/+232
* logger: improve readability [smatch scan]Karel Zak2015-08-051-5/+5
* logger: Add support to logger for RFC6587 octet countingAlex Bligh2015-07-291-7/+17
* logger: do not exit when socket errors are not enforcedSami Kerola2015-07-201-4/+5
* logger: --stderr and --no-act turn "auto-errors" onRuediger Meier2015-04-091-3/+2Star
* logger: fix memory leaksSami Kerola2015-04-071-1/+2
* logger: generate header when reading message from stdinPatrick Plagwitz2015-04-071-7/+7
* logger: fix LOGGER_TEST_TIMEOFDAY checkKarel Zak2015-03-231-1/+1
* logger: add -DTEST_LOGGERKarel Zak2015-03-161-6/+50
* logger: add --no-act for testingKarel Zak2015-03-161-14/+32