summaryrefslogtreecommitdiffstats
path: root/usr.sbin/httpd/httpd.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement "strip" option for fastcgi to be able to have multiple chrootsflorian2020-02-091-1/+2
* spacingreyk2019-05-081-2/+2
* Add a "forwarded" log format that extends the "combined" log formattb2019-05-031-2/+3
* httpd(8): add support for setting custom FastCGI parameters.pirofti2019-02-191-1/+16
* Backout my previous commit:benno2018-10-111-6/+5
* Only send 408 Timeout responses when we have seen at least part of abenno2018-10-011-5/+6
* During the fork+exec implementation, daemon(3) was moved afterbluhm2018-09-091-2/+2
* double the allowed length for the 'tls ciphers' optionjasper2018-08-191-2/+2
* Add support for simple one-off internal rewrites.reyk2018-06-201-3/+6
* Add support for client certificate authentication to httpd.jsing2018-05-191-1/+17
* Make httpd listen on all IPv4 and IPv6 addresses forflorian2018-04-111-1/+2
* NAME_MAX is the length of the thing between / / in a path *without*florian2018-02-071-10/+13
* Convert httpd to tls_config_set_ecdhecurves(), allowing a list of curvesjsing2017-08-111-3/+3
* Rework the way that TLS configuration is sent/received via imsgs, so thatjsing2017-07-191-6/+14
* use __func__ in log messages.benno2017-05-281-4/+4
* Implement TLS ticket support in httpd. Off by default. Useclaudio2017-03-251-2/+18
* /tmp/cvsspEkokreyk2017-02-071-1/+3
* Stop assuming that in_{addr,port}_t are typedefed in <sys/types.h> andguenther2017-02-031-1/+2
* Fix support for HTTP pipelining by handling all requests in the buffer.reyk2017-02-021-1/+2
* Reimplement httpd's support for byte ranges.reyk2017-01-311-2/+23
* The variable clt_done is used in too many places.reyk2017-01-311-1/+2
* Stop accessing verbose and debug variables from log.c directly.reyk2017-01-091-2/+3
* Move OCSP loading into a separate function - it is not part of the keypairjsing2016-11-171-1/+2
* Add OCSP stapling support to httpdbeck2016-11-061-1/+5
* Prevent fd exhaustion in the parent when loading the listening serverreyk2016-10-121-1/+2
* sync proc.c with vmd: add p_pw to specify a non-standard user for a process.reyk2016-10-051-1/+2
* sync proc.c from switchd, includes minor cast qual fix and removal of p_env.reyk2016-09-281-3/+2
* Replace [RELAY|SERVER]_MAXPROC with the new PROC_MAX_INSTANCESreyk2016-09-031-7/+4
* proc.c tweaks: Rename proc_listento() to proc_accept() as it is thereyk2016-09-021-2/+2
* struct client starts to become the kitchen sink. Move fastcgi data toflorian2016-09-011-9/+13
* spacingreyk2016-09-011-2/+3
* Teach httpd/proc.c how to fork+exec.rzalamena2016-09-011-4/+17
* Kill (remove) the ps_pid from privsep struct since it is not being usedrzalamena2016-08-301-5/+4
* Remove duplicated prototypes from header.rzalamena2016-08-301-4/+1
* Do not assume that the full http response header is in the firstflorian2016-08-301-1/+3
* Kill p_instance from proc.c and remove static proc_id unused variables.rzalamena2016-08-271-3/+2
* Kill the ps_ninstances from proc.c.rzalamena2016-08-261-2/+1
* Replace the static env variables with a single global variable.rzalamena2016-08-261-2/+4
* Enable SNI support in httpd(8).jsing2016-08-221-2/+2
* stop including sys/param.h for nitems. define locally as needed.tedu2016-08-161-1/+5
* Move server_match() from parse.y to server.c; use env instead of conf,jsing2016-08-151-1/+3
* Make httpd stricter with respect to TLS configuration - in particular, dojsing2016-08-151-1/+2
* Adjust existing tls_config_set_cipher() callers for TLS cipher groupjsing2016-07-131-2/+2
* Simplify TLS configuration handling. Instead of matching by address/port,jsing2016-04-281-4/+1
* sync with relayd, use proc_compose()reyk2015-12-021-3/+7
* Retire socket_set_blockmode() in favor of the SOCK_NONBLOCK type flag.reyk2015-11-231-7/+1
* Update log.c: change fatal() and fatalx() into variadic functions,reyk2015-11-221-4/+7
* Move local logging functions into httpd.c, and sync log.c with relayd -reyk2015-11-211-11/+17
* Fix a regression that was introduced with server.c r1.64: Do NOT freereyk2015-09-071-2/+2
* Change httpd(8) to use C99-style fixed-width integers (uintN_t insteadreyk2015-08-201-60/+63