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
/
httpd.h
Age
Commit message (
Expand
)
Author
2014-11-11
Allow the log directory to be configurable in the config file, rather than
Bob Beck
2014-11-03
Convert the logic in yyerror(). Instead of creating a temporary
Alexander Bluhm
2014-10-31
Update httpd(8) to use libtls instead of libressl.
Joel Sing
2014-10-22
URL-decode the request path.
Reyk Floeter
2014-09-10
Handle different possible variations of the Host header (eg.
Reyk Floeter
2014-09-05
Remove a limitation that only allowed to specify a server name once.
Reyk Floeter
2014-09-02
FastCGI did not support persistent connections. Add initial support
Reyk Floeter
2014-09-01
Replace the code to get the FastCGI Status header with a proper way to
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-13
Provide a failsafe version of the path_info() function that doesn't
Reyk Floeter
2014-08-08
When opening directories, re-match the location after the index file
Reyk Floeter
2014-08-06
Limit the body size in client requests (eg. POST data) to 1M by default;
Reyk Floeter
2014-08-06
Configure the default SSL ciphers as HIGH:!aNULL.
Joel Sing
2014-08-06
http POST support
Florian Obser
2014-08-06
Adjust the read/write watermarks according to the TCP send buffer.
Reyk Floeter
2014-08-06
Load the SSL public/private keys in the parent process, then provide them
Joel Sing
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
Improve logging to allow per- server/location log files. The log
Reyk Floeter
2014-08-05
add a config option to specify the chroot directory
Jonathan Gray
2014-08-04
Temporarily move the default location of the SSL/TLS server key and
Reyk Floeter
2014-08-04
Proxy commit for jsing@:
Reyk Floeter
2014-08-04
Add initial support for log files in /var/www/logs/. Logging with
Reyk Floeter
2014-08-04
Implement PATH_INFO and add DOCUMENT_ROOT.
Reyk Floeter
2014-08-04
whitespace
Theo de Raadt
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
Split fastcgi socket path and document root option and add the
Reyk Floeter
2014-08-03
Add another log mode "connection" for a relayd(8)-style log entry after
Reyk Floeter
2014-08-02
Locations now inherit access log settings from the server.
doug
2014-08-02
Padding of fcgi records is optional, but if we receive padding data we
Florian Obser
2014-08-02
Allow to specify a FastCGI TCP socket on localhost (eg. :9000). Used
Reyk Floeter
2014-08-01
Use the log buffer to defer the logging until the connection is closed
Reyk Floeter
2014-08-01
remove the global "log updates/all" option that came from relayd.
Reyk Floeter
2014-08-01
Add common and combined access logging to httpd.
doug
2014-08-01
Correctly parse fcgi records if we don't get the whole record in one
Florian Obser
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
One bufferevent can be shared by file and fcgi.
Reyk Floeter
2014-07-31
Allow to specify a non-default fastcgi socket.
Reyk Floeter
2014-07-31
Rename the "docroot" variable to "path" because it will be used for
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-29
Add extended directory index options: "[no] index" and "[no] auto index".
Reyk Floeter
2014-07-29
Move configurable TCP options into struct server_config.
Reyk Floeter
2014-07-25
Differentiate servers by address and port, not just by address.
Reyk Floeter
2014-07-25
It is recommended to use a URL in the Location header of 3xx
Reyk Floeter
[next]