Age | Commit message (Expand) | Author |
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 |
2015-07-19 | For the completeness of HSTS, add the non-standard preload option. | Reyk Floeter |
2015-07-18 | libtls has been changed to set SSL_MODE_ENABLE_PARTIAL_WRITE and | 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-16 | If we can read faster from disk than send data to the client stop | Florian Obser |
2015-07-16 | VIS_QUOTE is not there yet, unbreak the tree. Noticed by semarie@ | Reyk Floeter |
2015-07-15 | Escape the message in server_log() as well. | Reyk Floeter |
2015-07-15 | Send the TLS certificate and key via separate imsgs, rather than | Joel Sing |
2015-06-23 | Add initial support for pattern matching using Lua's pattern matching code. | Reyk Floeter |
2015-05-20 | Use off_t instead of size_t to pass file size and print it using %lld when | Mark Kettenis |
2015-03-15 | Prevent use after free. | Florian Obser |
2015-02-23 | Allow to specify CGI variables as macros in redirection strings, eg. | Reyk Floeter |
2015-02-12 | Rename escape_uri() to url_encode() because it is the opposite of | Reyk Floeter |
2015-02-12 | Allow TLS protocols to be specified via a "tls protocols" configuration | Joel Sing |
2015-02-10 | Encode directory listings. | Florian Obser |
2015-02-07 | Remove server_load_file() in favor of tls_load_file(3) | Reyk Floeter |
2015-02-07 | Add httpd configuration options to allow the specification of DHE | Joel Sing |
2015-02-07 | Add support for blocking, dropping, and redirecting requests. | Reyk Floeter |
2015-02-06 | Fix log options in locations. | Reyk Floeter |
2015-01-21 | Ooops, no need to include sys/cdefs.h. | Reyk Floeter |
2015-01-21 | httpd is based on relayd and had included many headers that are only | Reyk Floeter |
2015-01-19 | s/clt_fcgi_remote_user/clt_remote_user/ | Florian Obser |
2015-01-19 | Decouple auth parameters from struct server_config into struct auth. | Reyk Floeter |
2015-01-18 | First stab at implementing basic auth. | Florian Obser |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2015-01-13 | bump copyright year | Reyk Floeter |
2015-01-04 | add new url stripping option: | Christopher Zimmermann |
2015-01-02 | Bump config flags field to 32bits. Makes room for future changes - | Reyk Floeter |
2014-12-12 | Like previously done in relayd, change the keyword "ssl" to "tls" to | Reyk Floeter |
2014-11-11 | Allow the log directory to be configurable in the config file, rather than | Bob Beck |
2014-11-03 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm |
2014-10-31 | Update httpd(8) to use libtls instead of libressl. | Joel Sing |
2014-10-22 | URL-decode the request path. | Reyk Floeter |
2014-09-10 | Handle different possible variations of the Host header (eg. | Reyk Floeter |
2014-09-05 | Remove a limitation that only allowed to specify a server name once. | Reyk Floeter |
2014-09-02 | FastCGI did not support persistent connections. Add initial support | Reyk Floeter |
2014-09-01 | Replace the code to get the FastCGI Status header with a proper way to | Reyk Floeter |
2014-08-29 | Use two instead of one http descriptor for request and response. | Reyk Floeter |
2014-08-21 | Add Last-Modified: HTTP header. | Christopher Zimmermann |
2014-08-13 | Provide a failsafe version of the path_info() function that doesn't | Reyk Floeter |
2014-08-08 | When opening directories, re-match the location after the index file | Reyk Floeter |
2014-08-06 | Limit the body size in client requests (eg. POST data) to 1M by default; | Reyk Floeter |
2014-08-06 | Configure the default SSL ciphers as HIGH:!aNULL. | Joel Sing |
2014-08-06 | http POST support | Florian Obser |