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
2015-06-23
Add initial support for pattern matching using Lua's pattern matching code.
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-03-15
Prevent use after free.
Florian Obser
2015-02-23
Allow to specify CGI variables as macros in redirection strings, eg.
Reyk Floeter
2015-02-12
Rename escape_uri() to url_encode() because it is the opposite of
Reyk Floeter
2015-02-12
Allow TLS protocols to be specified via a "tls protocols" configuration
Joel Sing
2015-02-10
Encode directory listings.
Florian Obser
2015-02-07
Remove server_load_file() in favor of tls_load_file(3)
Reyk Floeter
2015-02-07
Add httpd configuration options to allow the specification of DHE
Joel Sing
2015-02-07
Add support for blocking, dropping, and redirecting requests.
Reyk Floeter
2015-02-06
Fix log options in locations.
Reyk Floeter
2015-01-21
Ooops, no need to include sys/cdefs.h.
Reyk Floeter
2015-01-21
httpd is based on relayd and had included many headers that are only
Reyk Floeter
2015-01-19
s/clt_fcgi_remote_user/clt_remote_user/
Florian Obser
2015-01-19
Decouple auth parameters from struct server_config into struct auth.
Reyk Floeter
2015-01-18
First stab at implementing basic auth.
Florian Obser
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2015-01-13
bump copyright year
Reyk Floeter
2015-01-04
add new url stripping option:
Christopher Zimmermann
2015-01-02
Bump config flags field to 32bits. Makes room for future changes -
Reyk Floeter
2014-12-12
Like previously done in relayd, change the keyword "ssl" to "tls" to
Reyk Floeter
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
[prev]
[next]