Age | Commit message (Expand) | Author |
2020-02-25 | httpd: allow $REQUEST_SCHEME in redirect targets, ok jung@ florian@ | Stuart Henderson |
2020-02-09 | Implement "strip" option for fastcgi to be able to have multiple chroots | Florian Obser |
2020-01-14 | Pick the value for "max requests number" from the correct server {} | Sebastian Benoit |
2019-11-04 | remove useless NULL check, it's checked 7 lines further up. | Sebastian Benoit |
2019-10-22 | Do not log "(null)" in debug logging. | Florian Obser |
2019-10-14 | httpd(8) sent a 408 response every time a connection request timeout | Florian Obser |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-05-08 | The QUERY_STRING macro is not actually URL encoded, so fix the manual. | Theo Buehler |
2019-05-08 | Set the REQUEST_URI CGI variable to the requested URI and query string | Theo Buehler |
2019-05-08 | spacing | Reyk Floeter |
2019-05-03 | Add a "forwarded" log format that extends the "combined" log format | Theo Buehler |
2019-05-02 | Avoid opening log files on "no log" | kn |
2019-04-16 | document where multiline {} is applicable; | Jason McIntyre |
2019-03-12 | reference the /etc/examples files for httpd and acme-client. started from a t... | Jason McIntyre |
2019-02-19 | httpd(8): add support for setting custom FastCGI parameters. | Paul Irofti |
2019-02-13 | (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other | Theo de Raadt |
2019-02-10 | log X509 peer's cert subject name when tls client authentication is used, | Sebastian Benoit |
2019-02-08 | Improve fastcgi socket documentation and mention that TCP is supported in | Florian Obser |
2019-01-08 | Allow httpd(8) to start when TLS is configured but a cert is not yet | Florian Obser |
2018-12-04 | Check maxrequestbody when we found the right server / location. | Florian Obser |
2018-11-04 | isalpha(3) requires an unsigned char value (or -1). | Philip Guenther |
2018-11-01 | - odd condition/test in PF lexer | Alexandr Nedvedicky |
2018-10-15 | Omit HSTS headers over unencrypted connections, per RFC 6797. | Anthony J. Bentley |
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-09-07 | Do not send a Content-Length header for 1xx and 204 status codes since | Florian Obser |
2018-09-07 | replace malloc()+strlcpy() with strndup() in cmdline_symset(). | miko |
2018-08-19 | double the allowed length for the 'tls ciphers' option | Jasper Lievisse Adriaanse |
2018-07-11 | Do for most running out of memory err() what was done for most running | Kenneth R Westerback |
2018-07-09 | No need to mention which memory allocation entry point failed (malloc, | Kenneth R Westerback |
2018-06-20 | Add support for simple one-off internal rewrites. | Reyk Floeter |
2018-06-18 | remove the SECTIONS header, since a one line DESCRIPTION is a bit silly; | Jason McIntyre |
2018-06-15 | Something went wrong - the strip option was documented twice. | Reyk Floeter |
2018-06-15 | Fix 304 Not Modified response: don't send a body, use the correct MIME type. | Reyk Floeter |
2018-06-13 | one too many .El; | Jason McIntyre |
2018-06-13 | Rename httpd.conf "root strip" option to "request strip". | Reyk Floeter |
2018-06-11 | The http_query is already url_encoded; don't encode it twice. | Reyk Floeter |
2018-06-11 | Sorry, forgot a whitespace. | denis |
2018-06-11 | Fix an off-by-one line count when using include statements. | denis |
2018-05-23 | Set the port.op value when parsing the httpd.conf port value. | Alexander Bluhm |
2018-05-23 | Forgot to revert another "port 80" | Reyk Floeter |
2018-05-19 | Add support for client certificate authentication to httpd. | Joel Sing |
2018-05-18 | Move LISTEN ON {} code into a function listen_on(). | Reyk Floeter |
2018-05-18 | Revert manpage description as well | Reyk Floeter |
2018-05-18 | Revert previous: it introduced a shift/reduce conflict in the grammar. | Reyk Floeter |
2018-05-18 | Allow to omit the listen port configuration. Default to port 80, tls port 443. | Reyk Floeter |
2018-04-26 | Plug leak in error case of the common 'varset' implementations. | Kenneth R Westerback |
2018-04-11 | Make httpd listen on all IPv4 and IPv6 addresses for | Florian Obser |
2018-04-06 | After processing of a range request httpd would never close the | Florian Obser |