Age | Commit message (Expand) | Author |
2019-05-08 | spacing | Reyk Floeter |
2019-02-19 | httpd(8): add support for setting custom FastCGI parameters. | Paul Irofti |
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 |
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 |
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-09-01 | The fork+exec diff broke "what?!", the ps_what field determines the | Reyk Floeter |
2016-08-15 | Use lowercase 'tls' in debug and log messages for consistency. | Joel Sing |
2016-05-31 | Unbreak compilation with -DDEBUG. | 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-08-20 | Change httpd(8) to use C99-style fixed-width integers (uintN_t instead | Reyk Floeter |
2015-07-19 | For the completeness of HSTS, add the non-standard preload option. | Reyk Floeter |
2015-07-18 | Allow to change the default media type globally or per-location, | Reyk Floeter |
2015-07-18 | Implement HTTP Strict Transport Security (HSTS). | Florian Obser |
2015-07-15 | Send the TLS certificate and key via separate imsgs, rather than | Joel Sing |
2015-07-15 | Fix memory leaks that can occur when config_getserver() fails. | Joel Sing |
2015-04-11 | Always check the return value of proc_composev_imsg() and handle failures | Joel Sing |
2015-02-23 | Fix an issues that was found by halex@: we didn't set the return_uri | Reyk Floeter |
2015-02-07 | Remove server_load_file() in favor of tls_load_file(3) | Reyk Floeter |
2015-02-07 | Add support for blocking, dropping, and redirecting requests. | Reyk Floeter |
2015-02-05 | Add missing error case to free allocated server_config on failure. | Reyk Floeter |
2015-01-21 | httpd is based on relayd and had included many headers that are only | Reyk Floeter |
2015-01-19 | No need to include pfvar.h, another leftover from relayd. It was also | Reyk Floeter |
2015-01-19 | Decouple auth parameters from struct server_config into struct auth. | Reyk Floeter |
2015-01-13 | bump copyright year | Reyk Floeter |
2015-01-06 | Only open a socket once for each unique "listen on" statement. This | Reyk Floeter |
2015-01-03 | Support alias names and multiple listen statements per server block. | Reyk Floeter |
2014-12-21 | Stop pulling in <arpa/inet.h> or <arpa/nameser.h> when unnecessary. | Philip Guenther |
2014-12-12 | Like previously done in relayd, change the keyword "ssl" to "tls" to | Reyk Floeter |
2014-12-07 | Avoid NULL deref in error case; found with llvm. | Florian Obser |
2014-11-22 | use size_t where appropriate. ok deraadt reyk | Ted Unangst |
2014-09-05 | Remove a limitation that only allowed to specify a server name once. | Reyk Floeter |
2014-08-06 | Limit the body size in client requests (eg. POST data) to 1M by default; | Reyk Floeter |
2014-08-06 | Load the SSL public/private keys in the parent process, then provide them | Joel Sing |
2014-08-05 | Add configuration options for the most-important connection limits: | Reyk Floeter |
2014-08-05 | Improve logging to allow per- server/location log files. The log | Reyk Floeter |
2014-08-05 | spaces | Theo de Raadt |
2014-08-04 | Add HTTPS = on CGI variable. | Reyk Floeter |
2014-08-04 | Proxy commit for jsing@: | Reyk Floeter |
2014-08-04 | Add initial support for log files in /var/www/logs/. Logging with | Reyk Floeter |
2014-08-04 | httpd doesn't support SSL/TLS yet, remove the remaining bits. | Reyk Floeter |
2014-08-03 | Split fastcgi socket path and document root option and add the | Reyk Floeter |
2014-08-02 | Locations now inherit access log settings from the server. | doug |
2014-07-31 | Allow to specify a non-default fastcgi socket. | Reyk Floeter |
2014-07-31 | Rename the "docroot" variable to "path" because it will be used for | Reyk Floeter |
2014-07-31 | Add a configuration variable "fastcgi" to enable it per server or location. | Reyk Floeter |