Age | Commit message (Expand) | Author |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2023-02-15 | proc_ispeer() is not used anywhere anymore so remove it everywhere. | Tobias Heider |
2022-12-28 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-10-24 | remove unused references to httpd.sock; found by dante catalfamo | Jason McIntyre |
2022-09-21 | Default request message body size should be 0. | YASUOKA Masahiko |
2022-09-02 | Make newer mime type definitions take precedence over existing ones. | Sebastian Benoit |
2022-09-01 | ugly whitespace | Theo Buehler |
2022-08-15 | Neither clt_descreq nor clt_descresp in struct client need to be void *. | Claudio Jeker |
2022-08-15 | For FCGI_END_REQUEST reset the clt struct similar to what is done in the | Claudio Jeker |
2022-08-15 | plug some memory leaks in server_file_index when failures occur | Omar Polo |
2022-08-15 | plug a fd leak in read_errdoc if fstat fails or if the file is empty | Omar Polo |
2022-08-12 | Use break instead of return so that a HEAD request still consumes all data. | Claudio Jeker |
2022-08-12 | fix regression introduced in previous commit. HEAD replies don't have a | Omar Polo |
2022-08-11 | correctly handle an abnormal fastcgi termination. httpd handles the | Omar Polo |
2022-03-09 | bandwith -> bandwidth | Jonathan Gray |
2022-03-04 | Only provide the .gz file if timestamp is >= the non-gzip file. Make | Theo de Raadt |
2022-03-02 | struct stat from early file inspection was being used after actual file | Theo de Raadt |
2022-03-02 | Simplify .gz handling a bit | Theo Buehler |
2022-03-02 | Nothing uses kv_flags. | Florian Obser |
2022-02-27 | Add gzip-static option to httpd. This allows to deliver precompressed | Alexander Bluhm |
2022-02-18 | prefer https links in man pages | Jonathan Gray |
2021-12-04 | Do not setup pipes between SERVER processes, they don't talk to each | Florian Obser |
2021-11-11 | Move the assignment of http_query down. Also do not assign a non-malloced | Claudio Jeker |
2021-11-05 | Perform stricter checking on the version string (which RFC 7230 says | Sebastian Benoit |
2021-10-24 | Add httpd custom error page facility. Adapted by me from | Ian Darwin |
2021-10-23 | * stop sending the content for head requests, even when its supplied by the | Sebastian Benoit |
2021-10-23 | annotate a 413 error with "request body too large" in the error log. | Sebastian Benoit |
2021-10-22 | return unsupported version for version less than HTTP/0.9 and higher | Sebastian Benoit |
2021-10-21 | when a client sends header lines without a colon, respond with 400 Bad | Sebastian Benoit |
2021-10-15 | Don't declare variables as "unsigned char *" that are passed to | Christian Weisgerber |
2021-07-14 | Remove unneeded calls to tls_init(3) | kn |
2021-06-07 | tweak previous: avoid markup and refer to an HTTP header only by its | Theo Buehler |
2021-06-06 | appease mandoc -Tlint | Theo Buehler |
2021-06-06 | Add .Pp for consistency with all other config blocks. | Theo Buehler |
2021-05-20 | Fix previous. | Florian Obser |
2021-05-19 | When we disable "Transfer-Encoding: chunked" in the fastcgi backend | Florian Obser |
2021-05-17 | Do not try to chunk encode an empty http body coming from an fcgi | Florian Obser |
2021-05-15 | Remove outdated comment. We got all httpd headers from the fcgi server | Florian Obser |
2021-04-29 | Use relative reference URIs in Location header on directory redirects. | dv |
2021-04-20 | Move TAILQ initialization to files where they are used. | dv |
2021-04-10 | Do not compare TLS config params for non-TLS servers. This allows to | Claudio Jeker |
2021-04-06 | use "braces" consistenly; fastcgi can take multiple options; | Jason McIntyre |
2021-03-16 | A socket buffer is not the best size to read from a disk. | Otto Moerbeek |
2021-01-27 | these programs (with common ancestry) had a -fno-common problem related | Theo de Raadt |
2021-01-22 | fix a memory leak, found by rob@ in relayd. | Sebastian Benoit |
2021-01-18 | Fix httpd example config | Theo Buehler |
2021-01-05 | unwrap a line | Theo Buehler |
2021-01-02 | Pull tls_close() and tls_free() further up, so tls_free() will already | Theo Buehler |
2021-01-02 | Call tls_close() before closing the underlying socket | Theo Buehler |
2020-12-31 | Don't leak the log message in server_sendlog | Theo Buehler |