summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd/log.c
AgeCommit message (Expand)Author
2017-03-21From a syslog perspective it does not make sense to log fatal andAlexander Bluhm
2017-01-09Stop accessing verbose and debug variables from log.c directly.Reyk Floeter
2017-01-08Sync log.c with the latest version from vmd/log.c that preserves errnoReyk Floeter
2016-10-12copy updated log.c from vmd: for correctness, save errno when doingReyk Floeter
2015-12-07sync with vmdReyk Floeter
2015-11-22Update log.c: change fatal() and fatalx() into variadic functions,Reyk Floeter
2015-11-21Once again, fix the license text. After many years, we just cannotReyk Floeter
2015-11-21Move local logging functions into httpd.c, and sync log.c with relayd -Reyk Floeter
2015-08-20Change httpd(8) to use C99-style fixed-width integers (uintN_t insteadReyk Floeter
2015-01-21httpd is based on relayd and had included many headers that are onlyReyk Floeter
2014-12-21Stop pulling in <arpa/inet.h> or <arpa/nameser.h> when unnecessary.Philip Guenther
2014-10-25Remove unnecessary netinet/in_systm.h include.Lawrence Teo
2014-08-04httpd doesn't support SSL/TLS yet, remove the remaining bits.Reyk Floeter
2014-07-12Add httpd(8), an attempt to turn the relayd(8) codebase into a simpleReyk Floeter