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
Age
Commit message (
Expand
)
Author
2014-10-03
Update ressl configuration to handle recent changes in the library.
Joel Sing
2014-10-02
Fix an error case that was never handled ending up in an endless event
Reyk Floeter
2014-09-29
whitespace spotted while studying the code
Theo de Raadt
2014-09-27
In addition to READ, disable WRITE events when closing the file
Reyk Floeter
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-09-04
One line change adding the 'include' directive to the valid server
Reyk Floeter
2014-09-02
FastCGI did not support persistent connections. Add initial support
Reyk Floeter
2014-09-01
Don't pass the local buffer array by reference.
Reyk Floeter
2014-09-01
remove Xr, but not the reference, to nginx, after some discussion with reyk;
Jason McIntyre
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-27
Write all data before closing the server socket if the output buffer
Reyk Floeter
2014-08-25
Add a generic system-wide /usr/share/misc/mime.types file that can be
Reyk Floeter
2014-08-21
Add Last-Modified: HTTP header.
Christopher Zimmermann
2014-08-17
don;t mark up {};
Jason McIntyre
2014-08-14
Sync with RFC 7230-7235 phrases and IANA registered status codes.
doug
2014-08-14
Remove obsolete struct stat parameters.
Christopher Zimmermann
2014-08-13
For a non-existent root we don't want the root prefix to show up in
Christopher Zimmermann
2014-08-13
Provide a failsafe version of the path_info() function that doesn't
Reyk Floeter
2014-08-13
fix early loop termination in httpd path_info()
Christopher Zimmermann
2014-08-11
make a few variables more local
Theo de Raadt
2014-08-09
some minor tweaks;
Jason McIntyre
2014-08-09
sort "prefork", and remove a useless macro;
Jason McIntyre
2014-08-09
basic cleanup;
Jason McIntyre
2014-08-09
Allow to inclue the types section anywhere in the configuration file.
Reyk Floeter
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-07
Fix and simplify the description of httpd(8)'s signal handling. httpd
Reyk Floeter
2014-08-07
Don't try to ouput FCGI_STDERR into error.log if there is no data.
Florian Obser
2014-08-07
Opportunistically try to parse "Status: $code" in the very first
Florian Obser
2014-08-07
shorten signal text a bit
Theo de Raadt
2014-08-06
Mention how httpd responds to SIGHUP and SIGUSR1.
doug
2014-08-06
Write STDERR from the CGI to the web server error log as intended.
Reyk Floeter
2014-08-06
If the very first fcgi STDOUT record has length 0 the cgi script
Florian Obser
2014-08-06
Change grammar to remove a shift/reduce conflict that was introduced
Reyk Floeter
2014-08-06
Always zero-out the fcgi record header for STDIN data.
Reyk Floeter
2014-08-06
Use memset(buf instead of memset(&buf.
Reyk Floeter
2014-08-06
Limit the body size in client requests (eg. POST data) to 1M by default;
Reyk Floeter
2014-08-06
Document the SSL configuration for httpd (partly based on relayd.conf(5)).
Joel Sing
2014-08-06
Provide configuration options that allow the SSL certificate, key and
Joel Sing
2014-08-06
Also clean up the public key when it is no longer needed.
Joel Sing
2014-08-06
Configure the default SSL ciphers as HIGH:!aNULL.
Joel Sing
2014-08-06
http POST support
Florian Obser
2014-08-06
Content-Length and Content-Type are transmitted as CONTENT_LENGTH and
Florian Obser
2014-08-06
spacing
Reyk Floeter
2014-08-06
avoid displaying a NULL pointer
Jonathan Gray
2014-08-06
The watermark exposed a bug in server_write that broke keep-alive
Reyk Floeter
[next]