summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd/logger.c
AgeCommit message (Expand)Author
2019-05-02Avoid opening log files on "no log"kn
2018-02-07NAME_MAX is the length of the thing between / / in a path *without*Florian Obser
2016-09-01spacingReyk Floeter
2016-08-30Kill (remove) the ps_pid from privsep struct since it is not being usedRafael Zalamena
2016-08-27Kill p_instance from proc.c and remove static proc_id unused variables.Rafael Zalamena
2016-08-26Replace the static env variables with a single global variable.Rafael Zalamena
2016-08-16stop including sys/param.h for nitems. define locally as needed.Ted Unangst
2015-12-02sync with relayd, use proc_compose()Reyk Floeter
2015-11-05pledge(2) for httpd.Florian Obser
2015-08-20Change httpd(8) to use C99-style fixed-width integers (uintN_t insteadReyk Floeter
2015-04-11Always check the return value of proc_composev_imsg() and handle failuresJoel Sing
2015-02-08spacingReyk Floeter
2015-01-21httpd is based on relayd and had included many headers that are onlyReyk Floeter
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-12-21Stop pulling in <arpa/inet.h> or <arpa/nameser.h> when unnecessary.Philip Guenther
2014-11-11Allow the log directory to be configurable in the config file, rather thanBob Beck
2014-11-10Don't attempt to open log files when using syslog, as we are not going toBob Beck
2014-08-06spacingReyk Floeter
2014-08-06avoid displaying a NULL pointerJonathan Gray
2014-08-05Improve logging to allow per- server/location log files. The logReyk Floeter
2014-08-04Print error message if the log files cannot be opened.Reyk Floeter
2014-08-04Add initial support for log files in /var/www/logs/. Logging withReyk Floeter