summaryrefslogtreecommitdiffstats
path: root/usr.sbin/httpd/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 into httpd.c, and sync log.c with relayd -reyk2015-11-211-88/+18
* Change httpd(8) to use C99-style fixed-width integers (uintN_t insteadreyk2015-08-201-4/+5
* httpd is based on relayd and had included many headers that are onlyreyk2015-01-211-8/+3
* Stop pulling in <arpa/inet.h> or <arpa/nameser.h> when unnecessary.guenther2014-12-211-2/+1
* Remove unnecessary netinet/in_systm.h include.lteo2014-10-251-2/+1
* httpd doesn't support SSL/TLS yet, remove the remaining bits.reyk2014-08-041-3/+1
* Add httpd(8), an attempt to turn the relayd(8) codebase into a simplereyk2014-07-121-0/+251