summaryrefslogtreecommitdiffstats
path: root/usr.sbin/relayd/log.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* From a syslog perspective it does not make sense to log fatal andbluhm2017-03-211-6/+6
* Stop accessing verbose and debug variables from log.c directly.reyk2017-01-091-5/+12
* Sync log.c with the latest version from vmd/log.c that preserves errnoreyk2017-01-081-9/+11
* copy updated log.c from vmd: for correctness, save errno when doingreyk2016-10-121-8/+11
* sync with vmdreyk2015-12-071-3/+3
* Update log.c: change fatal() and fatalx() into variadic functions,reyk2015-11-221-19/+52
* Once again, fix the license text. After many years, we just cannotreyk2015-11-211-4/+4
* Move local logging functions from log.c to new file util.c (that isreyk2015-11-211-248/+18
* Clean up the relayd headers with help of include-what-you-use and somereyk2015-01-221-10/+3
* Stop pulling in <arpa/inet.h> or <arpa/nameser.h> when unnecessary.guenther2014-12-211-2/+1
* Change the keyword "ssl" to "tls" to reflect reality since wereyk2014-12-121-17/+17
* Remove unnecessary netinet/in_systm.h include.lteo2014-10-251-2/+1
* Move HTTP error codes into http.h.reyk2014-07-121-57/+1
* fix previousreyk2014-04-181-2/+2
* spacingreyk2014-04-181-2/+2
* unsigned char for ctypederaadt2013-11-271-2/+2
* This diff changes relayd to use the monotonic clock instead ofreyk2013-03-101-1/+12
* Add format attributes to the proper functions and then fix the warningsguenther2012-11-271-3/+5
* update flags and printing of flags in debug mode, handle splicing flag.reyk2011-04-121-1/+37
* The relayd processes did already bump up the socket file descriptorreyk2010-11-301-3/+9
* add "log brief" and "log verbose" to change logging verbosityjsg2010-01-111-2/+10
* change the way relayd reports check results: instead of logging anreyk2008-12-051-1/+106
* terminate the input buffer on failure in print_host()reyk2008-07-181-2/+4
* use getaddrinfo/getnameinfo to parse ipv6 addresses instead ofreyk2008-07-171-10/+6
* hoststated gets renamed to relayd. easier to type, and actually saysreyk2007-12-071-2/+2
* sort includes, adjust to style(9)reyk2007-11-241-4/+2
* it may be desirable to send a HTTP error page with error code and areyk2007-11-201-1/+57
* the last change to enable logging to stderr on startup also enabledreyk2007-11-041-2/+2
* add a function to print delays in hours, minutes, and secondsreyk2007-09-071-1/+17
* rename relay_host to print_host in log.creyk2007-09-061-1/+17
* add a new check method which allows to run external scripts/programsreyk2007-05-291-1/+3
* Add layer 7 functionality to hoststated used for layer 7reyk2007-02-221-1/+14
* add new "log (updates|all)" configuration option to log statereyk2007-02-071-10/+52
* spacingderaadt2006-12-161-9/+9
* Import hostated, the host status daemon. This daemon will monitorreyk2006-12-161-0/+159