index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
httpd
/
server_http.c
Age
Commit message (
Expand
)
Author
2024-02-13
Stop logging misleading errors when custom generic error pages are in use.
Claudio Jeker
2022-09-21
Default request message body size should be 0.
YASUOKA Masahiko
2022-09-01
ugly whitespace
Theo Buehler
2022-08-15
plug a fd leak in read_errdoc if fstat fails or if the file is empty
Omar Polo
2022-03-02
Nothing uses kv_flags.
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
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-01-05
unwrap a line
Theo Buehler
2020-10-29
Add location (found|not found) option to test for resource path existence.
denis
2020-09-12
Use the original requested URI for REQUEST_URI.
YASUOKA Masahiko
2020-08-03
remove another tautology
Sebastian Benoit
2020-05-22
Use the simpler HTML5 idiom to declare charset in autogenerated pages.
Anthony J. Bentley
2020-05-18
httpd: add a "dark mode" in directory listings and error pages
cwen
2020-02-25
httpd: allow $REQUEST_SCHEME in redirect targets, ok jung@ florian@
Stuart Henderson
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-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-02-10
log X509 peer's cert subject name when tls client authentication is used,
Sebastian Benoit
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-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-07
Do not send a Content-Length header for 1xx and 204 status codes since
Florian Obser
2018-06-20
Add support for simple one-off internal rewrites.
Reyk Floeter
2018-06-15
Fix 304 Not Modified response: don't send a body, use the correct MIME type.
Reyk Floeter
2018-06-11
The http_query is already url_encoded; don't encode it twice.
Reyk Floeter
2018-04-06
After processing of a range request httpd would never close the
Florian Obser
2017-12-14
set Location header for 307 and 308 status codes
Sebastian Benoit
2017-05-15
Avoid a crash servicing requests when a server is configured with
Jonathan Gray
2017-03-16
Expand $HTTP_HOST in redirects.
Florian Obser
2017-03-10
Sync from relayd: DELETE can have a body.
Reyk Floeter
2017-02-07
Improve parsing of the HTTP request line
Reyk Floeter
2017-02-02
Fix support for HTTP pipelining by handling all requests in the buffer.
Reyk Floeter
2017-01-31
Reimplement httpd's support for byte ranges.
Reyk Floeter
2017-01-31
The variable clt_done is used in too many places.
Reyk Floeter
2016-08-26
Replace the static env variables with a single global variable.
Rafael Zalamena
2016-07-27
According to RFC 7231 4.3.7, OPTIONS may have body. "Although this
Reyk Floeter
2016-05-27
Return "400 Bad Request" instead of "500 Server Internal Error" for
Kenneth R Westerback
2016-05-22
makes sure the value of the asprintf buffer is zeroed on error
Joerg Jung
2016-03-08
Set content charset for auto index generated page.
Florian Obser
2016-02-11
Back out previous; requested by jung@
Tim van der Molen
[next]