Age | Commit message (Expand) | Author |
2018-10-11 | Backout my previous commit: | Sebastian Benoit |
2018-10-01 | Only send 408 Timeout responses when we have seen at least part of a | Sebastian Benoit |
2018-09-09 | During the fork+exec implementation, daemon(3) was moved after | Alexander Bluhm |
2018-08-19 | double the allowed length for the 'tls ciphers' option | Jasper Lievisse Adriaanse |
2018-06-20 | Add support for simple one-off internal rewrites. | Reyk Floeter |
2018-05-19 | Add support for client certificate authentication to httpd. | Joel Sing |
2018-04-11 | Make httpd listen on all IPv4 and IPv6 addresses for | Florian Obser |
2018-02-07 | NAME_MAX is the length of the thing between / / in a path *without* | Florian Obser |
2017-08-11 | Convert httpd to tls_config_set_ecdhecurves(), allowing a list of curves | Joel Sing |
2017-07-19 | Rework the way that TLS configuration is sent/received via imsgs, so that | Joel Sing |
2017-05-28 | use __func__ in log messages. | Sebastian Benoit |
2017-03-25 | Implement TLS ticket support in httpd. Off by default. Use | Claudio Jeker |
2017-02-07 | /tmp/cvsspEkok | Reyk Floeter |
2017-02-03 | Stop assuming that in_{addr,port}_t are typedefed in <sys/types.h> and | Philip Guenther |
2017-02-02 | Fix support for HTTP pipelining by handling all requests in the buffer. | Reyk Floeter |
2017-01-31 | Reimplement httpd's support for byte ranges. | Reyk Floeter |
2017-01-31 | The variable clt_done is used in too many places. | Reyk Floeter |
2017-01-09 | Stop accessing verbose and debug variables from log.c directly. | Reyk Floeter |
2016-11-17 | Move OCSP loading into a separate function - it is not part of the keypair | Joel Sing |
2016-11-06 | Add OCSP stapling support to httpd | Bob Beck |
2016-10-12 | Prevent fd exhaustion in the parent when loading the listening server | Reyk Floeter |
2016-10-05 | sync proc.c with vmd: add p_pw to specify a non-standard user for a process. | Reyk Floeter |
2016-09-28 | sync proc.c from switchd, includes minor cast qual fix and removal of p_env. | Reyk Floeter |
2016-09-03 | Replace [RELAY|SERVER]_MAXPROC with the new PROC_MAX_INSTANCES | Reyk Floeter |
2016-09-02 | proc.c tweaks: Rename proc_listento() to proc_accept() as it is the | Reyk Floeter |
2016-09-01 | struct client starts to become the kitchen sink. Move fastcgi data to | Florian Obser |
2016-09-01 | spacing | Reyk Floeter |
2016-09-01 | Teach httpd/proc.c how to fork+exec. | Rafael Zalamena |
2016-08-30 | Kill (remove) the ps_pid from privsep struct since it is not being used | Rafael Zalamena |
2016-08-30 | Remove duplicated prototypes from header. | Rafael Zalamena |
2016-08-30 | Do not assume that the full http response header is in the first | Florian Obser |
2016-08-27 | Kill p_instance from proc.c and remove static proc_id unused variables. | Rafael Zalamena |
2016-08-26 | Kill the ps_ninstances from proc.c. | Rafael Zalamena |
2016-08-26 | Replace the static env variables with a single global variable. | Rafael Zalamena |
2016-08-22 | Enable SNI support in httpd(8). | Joel Sing |
2016-08-16 | stop including sys/param.h for nitems. define locally as needed. | Ted Unangst |
2016-08-15 | Move server_match() from parse.y to server.c; use env instead of conf, | Joel Sing |
2016-08-15 | Make httpd stricter with respect to TLS configuration - in particular, do | Joel Sing |
2016-07-13 | Adjust existing tls_config_set_cipher() callers for TLS cipher group | Joel Sing |
2016-04-28 | Simplify TLS configuration handling. Instead of matching by address/port, | Joel Sing |
2015-12-02 | sync with relayd, use proc_compose() | Reyk Floeter |
2015-11-23 | Retire socket_set_blockmode() in favor of the SOCK_NONBLOCK type flag. | Reyk Floeter |
2015-11-22 | Update log.c: change fatal() and fatalx() into variadic functions, | Reyk Floeter |
2015-11-21 | Move local logging functions into httpd.c, and sync log.c with relayd - | Reyk Floeter |
2015-09-07 | Fix a regression that was introduced with server.c r1.64: Do NOT free | Reyk Floeter |
2015-08-20 | Change httpd(8) to use C99-style fixed-width integers (uintN_t instead | Reyk Floeter |
2015-08-03 | Fix rev 1.70 of server.c by only re-enabling the bufferevent if we | Florian Obser |
2015-07-31 | repair hsts header output, wrong format strings caused broken | Sebastian Benoit |
2015-07-29 | backout the previous: it broke wordpress somehow. | Reyk Floeter |
2015-07-29 | Read fcgi response records until we have the whole http header and can | Florian Obser |