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
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
2016-02-11
Include the server port number in the common and combined logs. This is useful
Tim van der Molen
2015-12-07
No need to check for NULL before free().
mmcc
2015-12-03
Remove unnecessary NULL checks before free().
Reyk Floeter
2015-10-13
Plug a leak.
Sunil Nimmagadda
2015-10-13
Pass unsigned chars to ctype functions.
Reyk Floeter
2015-09-07
Fix a regression that was introduced with server.c r1.64: Do NOT free
Reyk Floeter
2015-08-21
The WebDAV MOVE method was not included in the switch statement
Reyk Floeter
2015-08-20
Change httpd(8) to use C99-style fixed-width integers (uintN_t instead
Reyk Floeter
2015-07-31
repair hsts header output, wrong format strings caused broken
Sebastian Benoit
2015-07-29
backout the previous: it broke wordpress somehow.
Reyk Floeter
2015-07-29
Read fcgi response records until we have the whole http header and can
Florian Obser
2015-07-23
The realm in authenticate directive of config file isn't escaped for '"' char.
Sebastien Marie
2015-07-19
For the completeness of HSTS, add the non-standard preload option.
Reyk Floeter
2015-07-18
Allow to change the default media type globally or per-location,
Reyk Floeter
2015-07-18
Implement HTTP Strict Transport Security (HSTS).
Florian Obser
2015-07-16
spacing
Reyk Floeter
2015-07-15
Escape the message in server_log() as well.
Reyk Floeter
2015-07-15
For some values like the User-Agent, use vis(3) instead of url_encode().
Reyk Floeter
2015-07-15
Simplify the error path of the previous commit: by using ret = -1 by
Reyk Floeter
2015-07-15
httpd don't sanitize variables before putting them in logs. It is possible for
semarie
2015-06-23
escape the matched substrings before using it in expansion.
semarie
2015-06-23
Add initial support for pattern matching using Lua's pattern matching code.
Reyk Floeter
2015-06-22
After the last change, we also have to url_encode $SERVER_NAME and
Reyk Floeter
2015-06-21
When encoding the Location url, only encode the query and path
Reyk Floeter
2015-05-20
Use off_t instead of size_t to pass file size and print it using %lld when
Mark Kettenis
2015-05-03
Implement byte ranges.
Florian Obser
2015-04-18
Regis Leroy reported that httpd does not strictly accept CRLF for
Jonathan Gray
[next]