| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-03-16 | A socket buffer is not the best size to read from a disk. |  otto | 1 | -6/+9 |
| 2021-01-27 | these programs (with common ancestry) had a -fno-common problem related |  deraadt | 3 | -6/+11 |
| 2021-01-22 | fix a memory leak, found by rob@ in relayd. |  benno | 1 | -1/+2 |
| 2021-01-18 | Fix httpd example config |  tb | 1 | -1/+19 |
| 2021-01-05 | unwrap a line |  tb | 1 | -3/+2 |
| 2021-01-02 | Pull tls_close() and tls_free() further up, so tls_free() will already |  tb | 1 | -6/+6 |
| 2021-01-02 | Call tls_close() before closing the underlying socket |  tb | 1 | -5/+7 |
| 2020-12-31 | Don't leak the log message in server_sendlog |  tb | 1 | -2/+4 |
| 2020-12-31 | Don't leak access.log and error.log on reload. |  tb | 1 | -1/+2 |
| 2020-12-30 | getifaddrs() can return entries where ifa_addr is NULL. Check for this |  benno | 1 | -2/+3 |
| 2020-11-20 | remove an unused struct |  jung | 1 | -5/+1 |
| 2020-10-29 | Add location (found|not found) option to test for resource path existence. |  denis | 4 | -21/+92 |
| 2020-10-26 | Do not allow duplicate "location" directive. |  denis | 1 | -2/+5 |
| 2020-10-11 | Handle absence of TLS certs while parsing the config |  tb | 2 | -15/+11 |
| 2020-09-21 | Fix memory leak in "iov". |  tobhe | 1 | -1/+3 |
| 2020-09-12 | Use the original requested URI for REQUEST_URI. |  yasuoka | 3 | -7/+14 |
| 2020-09-05 | httpd(8) uses TLSv1.3 and TLSv1.2 by default |  tb | 1 | -6/+4 |
| 2020-08-29 | typo; pointed out by Matthias (mpfr AT fn.de), thanks! |  florian | 1 | -2/+2 |
| 2020-08-26 | Set fastcgi socket default on server and location. |  florian | 3 | -24/+20 |
| 2020-08-25 | check that fcgiport string value is within range |  tracey | 1 | -5/+11 |
| 2020-08-24 | Add support for non-localhost fastcgi sockets. |  tracey | 5 | -54/+103 |
| 2020-08-03 | remove unused functions |  benno | 2 | -65/+2 |
| 2020-08-03 | remove another tautology |  benno | 1 | -3/+2 |
| 2020-08-03 | remove unused assignment |  benno | 1 | -2/+2 |
| 2020-08-03 | remove tautological condition |  benno | 1 | -2/+2 |
| 2020-08-03 | remove dead assignments |  benno | 1 | -6/+1 |
| 2020-07-30 | Remove the unused function canonicalize_host(), it was copied from relayd. |  benno | 2 | -56/+2 |
| 2020-07-25 | remove unsused enum key_type, copied initialy from relays. |  benno | 1 | -13/+1 |
| 2020-05-22 | Use the simpler HTML5 idiom to declare charset in autogenerated pages. |  bentley | 2 | -6/+4 |
| 2020-05-18 | httpd: add a "dark mode" in directory listings and error pages |  cwen | 2 | -4/+11 |
| 2020-05-16 | list example files in FILES with a short description: generally, "Example |  jmc | 1 | -2/+7 |
| 2020-04-23 | replace examples of "Ic arg Ic arg" with "Ic arg arg" and stop the spread; |  jmc | 1 | -3/+3 |
| 2020-02-25 | httpd: allow $REQUEST_SCHEME in redirect targets, ok jung@ florian@ |  sthen | 2 | -4/+17 |
| 2020-02-09 | Implement "strip" option for fastcgi to be able to have multiple chroots |  florian | 4 | -8/+23 |
| 2020-01-14 | Pick the value for "max requests number" from the correct server {} |  benno | 1 | -8/+8 |
| 2019-11-04 | remove useless NULL check, it's checked 7 lines further up. |  benno | 1 | -4/+1 |
| 2019-10-22 | Do not log "(null)" in debug logging. |  florian | 1 | -2/+3 |
| 2019-10-14 | httpd(8) sent a 408 response every time a connection request timeout |  florian | 1 | -2/+5 |
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2 | -5/+5 |
| 2019-05-08 | The QUERY_STRING macro is not actually URL encoded, so fix the manual. |  tb | 2 | -5/+19 |
| 2019-05-08 | Set the REQUEST_URI CGI variable to the requested URI and query string |  tb | 3 | -15/+22 |
| 2019-05-08 | spacing |  reyk | 5 | -15/+16 |
| 2019-05-03 | Add a "forwarded" log format that extends the "combined" log format |  tb | 4 | -12/+64 |
| 2019-05-02 | Avoid opening log files on "no log" |  kn | 1 | -2/+2 |
| 2019-04-16 | document where multiline {} is applicable; |  jmc | 1 | -3/+10 |
| 2019-03-12 | reference the /etc/examples files for httpd and acme-client. started from a thread |  jmc | 1 | -2/+11 |
| 2019-02-19 | httpd(8): add support for setting custom FastCGI parameters. |  pirofti | 6 | -10/+180 |
| 2019-02-13 | (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other |  deraadt | 1 | -3/+3 |
| 2019-02-10 | log X509 peer's cert subject name when tls client authentication is used, |  benno | 1 | -2/+9 |
| 2019-02-08 | Improve fastcgi socket documentation and mention that TCP is supported in |  florian | 1 | -3/+12 |