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