summaryrefslogtreecommitdiffstats
path: root/usr.sbin/httpd/control.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Stop accessing verbose and debug variables from log.c directly.reyk2017-01-091-2/+2
* Replace hand-rolled for(;;) traversal of ctl_conns TAILQ withkrw2017-01-091-4/+5
* spacingreyk2016-09-011-2/+3
* Kill p_instance from proc.c and remove static proc_id unused variables.rzalamena2016-08-271-5/+5
* EAGAIN handling for imsg_read. OK henning@ benno@claudio2015-12-051-2/+3
* Retire socket_set_blockmode() in favor of the SOCK_NONBLOCK type flag.reyk2015-11-231-24/+4
* Do not try to unlink the control socket in an unprivileged childflorian2015-05-281-2/+1
* httpd is based on relayd and had included many headers that are onlyreyk2015-01-211-6/+3
* Stop pulling in <arpa/inet.h> or <arpa/nameser.h> when unnecessary.guenther2014-12-211-1/+2
* Add initial support for log files in /var/www/logs/. Logging withreyk2014-08-041-1/+2
* httpd doesn't support SSL/TLS yet, remove the remaining bits.reyk2014-08-041-3/+1
* no need for param.hderaadt2014-08-041-2/+2
* Add httpd(8), an attempt to turn the relayd(8) codebase into a simplereyk2014-07-121-0/+337