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
2015-01-04
add new url stripping option:
Christopher Zimmermann
2015-01-01
Use the HTML5 doctype for error and auto index pages because it is
Reyk Floeter
2014-12-21
Stop pulling in <arpa/inet.h> or <arpa/nameser.h> when unnecessary.
Philip Guenther
2014-12-08
Do not send an error body in a HEAD request answer.
Florian Obser
2014-12-04
stop viral header propagation. none of this code uses sys/hash.h
Ted Unangst
2014-10-25
Remove unnecessary netinet/in_systm.h include.
Lawrence Teo
2014-10-22
URL-decode the request path.
Reyk Floeter
2014-10-21
Rework the error message a little bit: Do not send details of the
Reyk Floeter
2014-09-29
whitespace spotted while studying the code
Theo de Raadt
2014-09-15
Make the HTTP version mandatory and abort if it is missing in the request.
Reyk Floeter
2014-09-10
Handle different possible variations of the Host header (eg.
Reyk Floeter
2014-09-05
Add various RFC-based WebDAV methods to the list of accepted HTTP methods.
Reyk Floeter
2014-09-05
Remove a limitation that only allowed to specify a server name once.
Reyk Floeter
2014-08-29
Use two instead of one http descriptor for request and response.
Reyk Floeter
2014-08-21
Add Last-Modified: HTTP header.
Christopher Zimmermann
2014-08-08
When opening directories, re-match the location after the index file
Reyk Floeter
2014-08-08
Allow to serve emtpy (0 bytes) files.
Reyk Floeter
2014-08-06
Limit the body size in client requests (eg. POST data) to 1M by default;
Reyk Floeter
2014-08-06
http POST support
Florian Obser
2014-08-06
Add braces. Style-only change.
Reyk Floeter
2014-08-05
Add configuration options for the most-important connection limits:
Reyk Floeter
2014-08-05
Limit the number of (Keep-Alive) requests per connection to 100.
Reyk Floeter
2014-08-05
retire blink because this is serious software now; ok beck
Theo de Raadt
2014-08-04
httpd doesn't support SSL/TLS yet, remove the remaining bits.
Reyk Floeter
2014-08-04
whitespace
Theo de Raadt
2014-08-03
Also write log messages, like 404 Not Found, on error. This is a bit
Reyk Floeter
2014-08-03
Allocate http_host instead of carrying a buffer in the descriptor.
Reyk Floeter
2014-08-03
Dynamically pass HTTP request headers as protocol-specific HTTP_* CGI
Reyk Floeter
2014-08-03
Add function to iterate all headers. No functional change.
Reyk Floeter
2014-08-03
Add another log mode "connection" for a relayd(8)-style log entry after
Reyk Floeter
2014-08-03
Prefer getnameinfo() with NI_NUMERICHOST over inet_ntop because it is also
Reyk Floeter
2014-08-02
Locations now inherit access log settings from the server.
doug
2014-08-01
Use the log buffer to defer the logging until the connection is closed
Reyk Floeter
2014-08-01
Add common and combined access logging to httpd.
doug
2014-07-31
Only write the HTTP header for the first fastcgi chunk.
Reyk Floeter
2014-07-31
some fastcgi improvements:
Reyk Floeter
2014-07-31
Add a configuration variable "fastcgi" to enable it per server or location.
Reyk Floeter
2014-07-31
Put in first stab at fastcgi. Very early work in progress. Putting it
Florian Obser
2014-07-30
Make "location" work with name-based virtual servers.
Reyk Floeter
2014-07-30
Add "location" keyword to specify path-specific configuration in
Reyk Floeter
2014-07-25
Reset the default Host for each request
Reyk Floeter
2014-07-25
It is recommended to use a URL in the Location header of 3xx
Reyk Floeter
2014-07-25
Append mandatory Date header to each response.
Reyk Floeter
2014-07-25
New HTTP/1.1 RFC 7231 prefers IMF-fixdate from RFC 5322.
Reyk Floeter
2014-07-25
Canonicalize the request path once without the docroot and prepend the
Reyk Floeter
2014-07-25
Add support for "virtual hosts" aka. server blocks aka. multiple
Reyk Floeter
2014-07-25
Split server and server_config.
Reyk Floeter
2014-07-25
Rename a field, needed later, no functional change.
Reyk Floeter
2014-07-24
Plug a memleak by correctly free'ing the HTTP descriptor that contains
Reyk Floeter
2014-07-23
First attempt at verifying the request path and the access
Reyk Floeter
[prev]
[next]