summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-04Add initial support for log files in /var/www/logs/. Logging withReyk Floeter
2014-08-04Free the SSL context first and let the reference counting do its thing.Joel Sing
2014-08-04Implement PATH_INFO and add DOCUMENT_ROOT.Reyk Floeter
2014-08-04fix small layout inconsistencyJasper Lievisse Adriaanse
2014-08-04httpd doesn't support SSL/TLS yet, remove the remaining bits.Reyk Floeter
2014-08-04no need for param.hTheo de Raadt
2014-08-04whitespaceTheo de Raadt
2014-08-04In chacha_init(), allow for a NULL iv. Reported by znz on github.Miod Vallat
2014-08-03Only allow GET and HEAD for static files or return 405.Reyk Floeter
2014-08-03Also write log messages, like 404 Not Found, on error. This is a bitReyk Floeter
2014-08-03c-type functions / makros need a cast to unsigned char, not intFlorian Obser
2014-08-03Allocate http_host instead of carrying a buffer in the descriptor.Reyk Floeter
2014-08-03spacingReyk Floeter
2014-08-03Dynamically pass HTTP request headers as protocol-specific HTTP_* CGIReyk Floeter
2014-08-03Add ral(4) at pci and cardbus to RAMDISK on macppc; ok deraadtStefan Sperling
2014-08-03Add ral(4) at cardbus to GENERIC on macppc; ok deraadtStefan Sperling
2014-08-03smtpd got privsep'ed and the _smtpq user is now used to manage theseRobert Peichaer
2014-08-03X509_NAME_get_text_by_NID() returns -1 on error so the typeJonathan Gray
2014-08-03don't return unitialised memory on error in ehci_alloc_sqtd()Jonathan Gray
2014-08-03When stsp changed bwi_encap() for 30 bit addresses in rev 1.106 codeJonathan Gray
2014-08-03Add function to iterate all headers. No functional change.Reyk Floeter
2014-08-03The first server example should be the "minimal default" to illustrateReyk Floeter
2014-08-03More examples, include FastCGI for php and cgi-bin and logging.Reyk Floeter
2014-08-03Split fastcgi socket path and document root option and add theReyk Floeter
2014-08-03Add missing log call for FastCGI requests.Reyk Floeter
2014-08-03Add another log mode "connection" for a relayd(8)-style log entry afterReyk Floeter
2014-08-03Prefer getnameinfo() with NI_NUMERICHOST over inet_ntop because it is alsoReyk Floeter
2014-08-02Locations now inherit access log settings from the server.doug
2014-08-02don't leak fcgi fdFlorian Obser
2014-08-02Padding of fcgi records is optional, but if we receive padding data weFlorian Obser
2014-08-02We need to read from the fcgi bufferevent until it's empty because theFlorian Obser
2014-08-02Allow to specify a FastCGI TCP socket on localhost (eg. :9000). UsedReyk Floeter
2014-08-02'fastcgi socket "path"' is the correct syntax; update the manpage.Reyk Floeter
2014-08-02spacingReyk Floeter
2014-08-02scandir(3)-based directory auto index didn't work on NFS because theReyk Floeter
2014-08-02remove nasty unclosed Xo in previous; ok reykJason McIntyre
2014-08-01Use the log buffer to defer the logging until the connection is closedReyk Floeter
2014-08-01remove the global "log updates/all" option that came from relayd.Reyk Floeter
2014-08-01Add common and combined access logging to httpd.doug
2014-08-01Rewrite fcgi_add_param and hand over a lot more http headers etc. toFlorian Obser
2014-08-01Correctly parse fcgi records if we don't get the whole record in oneFlorian Obser
2014-08-01Don't return, just skip over non existing rc.conf or rc.conf.local file.Robert Peichaer
2014-08-01When attempting to rebuild a softraid volume, use the actual data offsetJoel Sing
2014-07-31unbreak the build - e2fs_isave now needs the superblock.Martin Pelikan
2014-07-31always use the little-endian copy of a superblock.Martin Pelikan
2014-07-31unbreak aac(4) by re-adding uvm_extern.h for ptoa()Jasper Lievisse Adriaanse
2014-07-31Only write the HTTP header for the first fastcgi chunk.Reyk Floeter
2014-07-31some fastcgi improvements:Reyk Floeter
2014-07-31use proper on-disk inode size: no more, no less.Martin Pelikan
2014-07-31In debug mode, properly sort and drop duplicates so that we don't endAntoine Jacoutot