summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd
AgeCommit message (Expand)Author
2014-10-03Update ressl configuration to handle recent changes in the library.Joel Sing
2014-10-02Fix an error case that was never handled ending up in an endless eventReyk Floeter
2014-09-29whitespace spotted while studying the codeTheo de Raadt
2014-09-27In addition to READ, disable WRITE events when closing the fileReyk Floeter
2014-09-15Make the HTTP version mandatory and abort if it is missing in the request.Reyk Floeter
2014-09-10Handle different possible variations of the Host header (eg.Reyk Floeter
2014-09-05Add various RFC-based WebDAV methods to the list of accepted HTTP methods.Reyk Floeter
2014-09-05Remove a limitation that only allowed to specify a server name once.Reyk Floeter
2014-09-04One line change adding the 'include' directive to the valid serverReyk Floeter
2014-09-02FastCGI did not support persistent connections. Add initial supportReyk Floeter
2014-09-01Don't pass the local buffer array by reference.Reyk Floeter
2014-09-01remove Xr, but not the reference, to nginx, after some discussion with reyk;Jason McIntyre
2014-09-01Replace the code to get the FastCGI Status header with a proper way toReyk Floeter
2014-08-29Use two instead of one http descriptor for request and response.Reyk Floeter
2014-08-27Write all data before closing the server socket if the output bufferReyk Floeter
2014-08-25Add a generic system-wide /usr/share/misc/mime.types file that can beReyk Floeter
2014-08-21Add Last-Modified: HTTP header.Christopher Zimmermann
2014-08-17don;t mark up {};Jason McIntyre
2014-08-14Sync with RFC 7230-7235 phrases and IANA registered status codes.doug
2014-08-14Remove obsolete struct stat parameters.Christopher Zimmermann
2014-08-13For a non-existent root we don't want the root prefix to show up inChristopher Zimmermann
2014-08-13Provide a failsafe version of the path_info() function that doesn'tReyk Floeter
2014-08-13fix early loop termination in httpd path_info()Christopher Zimmermann
2014-08-11make a few variables more localTheo de Raadt
2014-08-09some minor tweaks;Jason McIntyre
2014-08-09sort "prefork", and remove a useless macro;Jason McIntyre
2014-08-09basic cleanup;Jason McIntyre
2014-08-09Allow to inclue the types section anywhere in the configuration file.Reyk Floeter
2014-08-08When opening directories, re-match the location after the index fileReyk Floeter
2014-08-08Allow to serve emtpy (0 bytes) files.Reyk Floeter
2014-08-07Fix and simplify the description of httpd(8)'s signal handling. httpdReyk Floeter
2014-08-07Don't try to ouput FCGI_STDERR into error.log if there is no data.Florian Obser
2014-08-07Opportunistically try to parse "Status: $code" in the very firstFlorian Obser
2014-08-07shorten signal text a bitTheo de Raadt
2014-08-06Mention how httpd responds to SIGHUP and SIGUSR1.doug
2014-08-06Write STDERR from the CGI to the web server error log as intended.Reyk Floeter
2014-08-06If the very first fcgi STDOUT record has length 0 the cgi scriptFlorian Obser
2014-08-06Change grammar to remove a shift/reduce conflict that was introducedReyk Floeter
2014-08-06Always zero-out the fcgi record header for STDIN data.Reyk Floeter
2014-08-06Use memset(buf instead of memset(&buf.Reyk Floeter
2014-08-06Limit the body size in client requests (eg. POST data) to 1M by default;Reyk Floeter
2014-08-06Document the SSL configuration for httpd (partly based on relayd.conf(5)).Joel Sing
2014-08-06Provide configuration options that allow the SSL certificate, key andJoel Sing
2014-08-06Also clean up the public key when it is no longer needed.Joel Sing
2014-08-06Configure the default SSL ciphers as HIGH:!aNULL.Joel Sing
2014-08-06http POST supportFlorian Obser
2014-08-06Content-Length and Content-Type are transmitted as CONTENT_LENGTH andFlorian Obser
2014-08-06spacingReyk Floeter
2014-08-06avoid displaying a NULL pointerJonathan Gray
2014-08-06The watermark exposed a bug in server_write that broke keep-aliveReyk Floeter