summaryrefslogtreecommitdiff
path: root/src/misc/syslog.c
AgeCommit message (Expand)AuthorLines
2015-01-13increase syslog message limit from 256 to 1024Rich Felker-1/+1
2015-01-09check for connect failure in syslog log openingRich Felker-2/+6
2014-07-11implement the LOG_CONS option in syslogRich Felker-1/+9
2014-07-11suppress early syslog return when log socket cannot be openedRich Felker-4/+1
2014-07-11implement the LOG_PERROR option in syslogRich Felker-2/+4
2014-07-11fix the %m specifier in syslogClément Vasseur-0/+3
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy-1/+0
2013-03-23fix multiple bugs in syslog interfacesRich Felker-24/+27
2012-09-29emulate SOCK_CLOEXEC and SOCK_NONBLOCK for old (pre-2.6.27) kernelsRich Felker-2/+1
2012-04-24ditch the priority inheritance locks; use malloc's version of lockRich Felker-9/+9
2011-04-18protect syslog against cancellationRich Felker-5/+19
2011-04-13simplify syslog, add vsyslog interface (nonstandard)Rich Felker-31/+36
2011-04-13remove useless SIGPIPE protection from syslogRich Felker-9/+0
2011-04-13fix syslog (corrected SIGPIPE blocking, and using dgram instead of stream)Rich Felker-10/+8
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+115