summaryrefslogtreecommitdiffstats
path: root/usr.sbin/httpd/logger.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* these programs (with common ancestry) had a -fno-common problem relatedderaadt2021-01-271-1/+3
* Don't leak access.log and error.log on reload.tb2020-12-311-1/+2
* Avoid opening log files on "no log"kn2019-05-021-2/+2
* NAME_MAX is the length of the thing between / / in a path *without*florian2018-02-071-3/+3
* spacingreyk2016-09-011-3/+3
* Kill (remove) the ps_pid from privsep struct since it is not being usedrzalamena2016-08-301-3/+3
* Kill p_instance from proc.c and remove static proc_id unused variables.rzalamena2016-08-271-5/+1
* Replace the static env variables with a single global variable.rzalamena2016-08-261-10/+8
* stop including sys/param.h for nitems. define locally as needed.tedu2016-08-161-2/+1
* sync with relayd, use proc_compose()reyk2015-12-021-3/+3
* pledge(2) for httpd.florian2015-11-051-1/+4
* Change httpd(8) to use C99-style fixed-width integers (uintN_t insteadreyk2015-08-201-5/+5
* Always check the return value of proc_composev_imsg() and handle failuresjsing2015-04-111-3/+11
* spacingreyk2015-02-081-2/+2
* httpd is based on relayd and had included many headers that are onlyreyk2015-01-211-6/+3
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+3
* Stop pulling in <arpa/inet.h> or <arpa/nameser.h> when unnecessary.guenther2014-12-211-1/+2
* Allow the log directory to be configurable in the config file, rather thanbeck2014-11-111-3/+3
* Don't attempt to open log files when using syslog, as we are not going tobeck2014-11-101-1/+4
* spacingreyk2014-08-061-2/+2
* avoid displaying a NULL pointerjsg2014-08-061-2/+2
* Improve logging to allow per- server/location log files. The logreyk2014-08-051-33/+175
* Print error message if the log files cannot be opened.reyk2014-08-041-3/+7
* Add initial support for log files in /var/www/logs/. Logging withreyk2014-08-041-0/+164