summaryrefslogtreecommitdiffstats
path: root/misc-utils/logger.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timex' of https://github.com/kerolasa/lelux-utiliteetitKarel Zak2015-01-261-1/+8
|\
| * logger: check availability of ntp_gettime()Samuel Thibault2015-01-231-1/+8
* | logger: improve usage()Karel Zak2015-01-261-14/+14
* | textual: put option and its description into a single translatable stringBenno Schulenberg2015-01-261-2/+2
* | textual: fix spellos and inconsistencies in several program messagesBenno Schulenberg2015-01-261-1/+1
|/
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-0/+3
* logger: gettimeofday needs <sys/time.h>Andreas Henriksson2014-09-221-1/+1
* logger: use generic --id=<id>Karel Zak2014-08-201-30/+12Star
* logger: set function arguments read-only when possibleSami Kerola2014-08-151-9/+9
* logger: optimize string initializationsSami Kerola2014-08-151-2/+4
* logger: remove openlog(3) optionsSami Kerola2014-08-151-8/+8
* logger: allow use of --id=ppid when logging locallySami Kerola2014-08-151-11/+27
* textual: remove some inconsistent periods from error messagesBenno Schulenberg2014-08-111-1/+1
* logger: fix untranslated messageKarel Zak2014-07-291-1/+1
* logger: require --{server,socket} to remote rfc542/rfc3164 logKarel Zak2014-07-291-0/+5
* logger: fix -i=ppidKarel Zak2014-07-291-2/+6
* logger: clean up strings usageKarel Zak2014-07-291-28/+38
* logger: add hostname to rfc3164 messageSami Kerola2014-07-281-3/+8
* logger: warn when --file and command line message are combinedSami Kerola2014-07-281-2/+5
* logger: improve readablity of pencode() functionSami Kerola2014-07-281-18/+16Star
* logger: make --stderr print remote server messagesSami Kerola2014-07-281-0/+4
* logger: add process --id=parent optional argumentSami Kerola2014-07-281-7/+28
* logger: add rfc5424 supportSami Kerola2014-07-281-9/+110
* logger: tidy up main() by adding small functions and ctl dataSami Kerola2014-07-281-69/+95
* logger: add function pointer to choose how logging is doneSami Kerola2014-07-281-51/+54
* logger: refactor long if clauseSami Kerola2014-07-281-18/+16Star
* logger: do not rely only getlogin(3) telling who ran the commandSami Kerola2014-07-281-6/+14
* logger: fix indentation issuesSami Kerola2014-07-281-49/+49
* logger: ensure program writes everything to syslog file descriptorSami Kerola2014-07-281-2/+3
* textual: fix some typos and inconsistencies in various messagesBenno Schulenberg2014-07-231-2/+2
* build-sys: remove unnecessary void castsSami Kerola2014-05-121-1/+1
* logger: check numeric priority and facility input valuesSami Kerola2014-05-121-3/+14
* logger: fail when io vector number exceeds maximumSami Kerola2014-05-121-1/+6
* build-sys: consolidate systemd supportKarel Zak2014-04-091-7/+7
* logger: allow user to send structured journald messagesSami Kerola2014-03-041-2/+69
* textual: fix several typos and angular brackets in messagesBenno Schulenberg2013-06-071-3/+3
* logger: small coding style changesKarel Zak2013-05-291-8/+7Star
* logger: cleanup usage()Karel Zak2013-05-291-15/+17
* logger: add support for --prio-prefix when logging stdinDennis H Jensen2013-05-291-4/+41
* logger: make socket initialization in main() more readableKarel Zak2013-04-081-4/+4
* logger: allow to log using tcp transport protocolSami Kerola2013-04-081-50/+88
* logger: make local sockets to try both stream and datagramSami Kerola2013-04-051-17/+25
* textual: spell and encode the name of Arkadiusz Miƛkiewicz correctlyBenno Schulenberg2013-02-061-1/+1
* textual: use UTIL_LINUX_VERSION everywhereKarel Zak2013-01-251-2/+1Star
* logger: replace gethostbyname() with getaddrinfo()Sami Kerola2012-10-221-17/+17
* logger: use memcpy instead of bcopyDave Reisner2012-05-291-1/+1
* logger: mark decode/pencode as staticDave Reisner2012-05-291-47/+37Star
* logger: avoid explicit fclose(stdout)Dave Reisner2012-05-291-2/+0Star
* misc-utils: cleanup unused strings.h includesmaximilian attems2012-05-231-1/+0Star
* Merge branch 'master' of https://github.com/jhuntwork/util-linuxKarel Zak2012-05-231-2/+2
|\