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