openbsd
2014-08-05 deraadtretire blink because this is serious software now;...
2014-08-05 deraadtspaces
2014-08-05 deraadthandle wsconsctl.conf and sysctl.conf just being examples.
2014-08-05 jsingAdd $OpenBSD$ tags.
2014-08-05 jsgadd a config option to specify the chroot directory
2014-08-04 naddyenable httpd; ok deraadt@
2014-08-04 reykTemporarily move the default location of the SSL/TLS...
2014-08-04 reykAdd HTTPS = on CGI variable.
2014-08-04 reykAdd HTTPS server example.
2014-08-04 reykRedirect to https:// if SSL/TLS is enabled.
2014-08-04 reykProxy commit for jsing@:
2014-08-04 reykmanpage tweaks about logging
2014-08-04 jsingImplement ressl_accept_socket, which allocates a new...
2014-08-04 jsingReturn -1 on error (not 1).
2014-08-04 jsingA ressl server needs different configuration from a...
2014-08-04 reykChange grammar from "log [style]" to "log style [style]".
2014-08-04 jsingProvide a function that returns a server connection...
2014-08-04 jsingProvide a utility function for loading a private/public...
2014-08-04 reykPrint error message if the log files cannot be opened.
2014-08-04 jsingImprove ressl_{read,write} handling of non-blocking...
2014-08-04 reykAdd initial support for log files in /var/www/logs...
2014-08-04 jsingFree the SSL context first and let the reference counti...
2014-08-04 reykImplement PATH_INFO and add DOCUMENT_ROOT.
2014-08-04 jasperfix small layout inconsistency
2014-08-04 reykhttpd doesn't support SSL/TLS yet, remove the remaining...
2014-08-04 deraadtno need for param.h
2014-08-04 deraadtwhitespace
2014-08-04 miodIn chacha_init(), allow for a NULL iv. Reported by...
2014-08-03 reykOnly allow GET and HEAD for static files or return...
2014-08-03 reykAlso write log messages, like 404 Not Found, on error...
2014-08-03 florianc-type functions / makros need a cast to unsigned char...
2014-08-03 reykAllocate http_host instead of carrying a buffer in...
2014-08-03 reykspacing
2014-08-03 reykDynamically pass HTTP request headers as protocol-speci...
2014-08-03 stspAdd ral(4) at pci and cardbus to RAMDISK on macppc...
2014-08-03 stspAdd ral(4) at cardbus to GENERIC on macppc; ok deraadt
2014-08-03 rpesmtpd got privsep'ed and the _smtpq user is now used...
2014-08-03 jsgX509_NAME_get_text_by_NID() returns -1 on error so...
2014-08-03 jsgdon't return unitialised memory on error in ehci_alloc_...
2014-08-03 jsgWhen stsp changed bwi_encap() for 30 bit addresses...
2014-08-03 reykAdd function to iterate all headers. No functional...
2014-08-03 reykThe first server example should be the "minimal default...
2014-08-03 reykMore examples, include FastCGI for php and cgi-bin...
2014-08-03 reykSplit fastcgi socket path and document root option...
2014-08-03 reykAdd missing log call for FastCGI requests.
2014-08-03 reykAdd another log mode "connection" for a relayd(8)-style...
2014-08-03 reykPrefer getnameinfo() with NI_NUMERICHOST over inet_ntop...
2014-08-02 dougLocations now inherit access log settings from the...
2014-08-02 floriandon't leak fcgi fd
2014-08-02 florianPadding of fcgi records is optional, but if we receive...
2014-08-02 florianWe need to read from the fcgi bufferevent until it...
2014-08-02 reykAllow to specify a FastCGI TCP socket on localhost...
2014-08-02 reyk'fastcgi socket "path"' is the correct syntax; update...
2014-08-02 reykspacing
2014-08-02 reykscandir(3)-based directory auto index didn't work on...
2014-08-02 jmcremove nasty unclosed Xo in previous; ok reyk
2014-08-01 reykUse the log buffer to defer the logging until the conne...
2014-08-01 reykremove the global "log updates/all" option that came...
2014-08-01 dougAdd common and combined access logging to httpd.
2014-08-01 florianRewrite fcgi_add_param and hand over a lot more http...
2014-08-01 florianCorrectly parse fcgi records if we don't get the whole...
2014-08-01 rpeDon't return, just skip over non existing rc.conf or...
2014-08-01 jsingWhen attempting to rebuild a softraid volume, use the...
2014-07-31 pelikanunbreak the build - e2fs_isave now needs the superblock.
2014-07-31 pelikanalways use the little-endian copy of a superblock.
2014-07-31 jasperunbreak aac(4) by re-adding uvm_extern.h for ptoa()
2014-07-31 reykOnly write the HTTP header for the first fastcgi chunk.
2014-07-31 reyksome fastcgi improvements:
2014-07-31 pelikanuse proper on-disk inode size: no more, no less.
2014-07-31 ajacoutotIn debug mode, properly sort and drop duplicates so...
2014-07-31 reykOne bufferevent can be shared by file and fcgi.
2014-07-31 reykAllow to specify a non-default fastcgi socket.
2014-07-31 reykRename the "docroot" variable to "path" because it...
2014-07-31 reykAdd a configuration variable "fastcgi" to enable it...
2014-07-31 florianPut in first stab at fastcgi. Very early work in progre...
2014-07-30 deraadtsync
2014-07-30 jsgunhook auxcpp
2014-07-30 ajacoutotProperly warn when an example changes and the correspon...
2014-07-30 jsgswitch to tradcpp
2014-07-30 jsgdescend into tradcpp
2014-07-30 jsgAdd tradcpp 0.4, a standalone traditional whitespace...
2014-07-30 reykMake "location" work with name-based virtual servers.
2014-07-30 ajacoutotFix evil typo (multicast_hosts -> multicast_host).
2014-07-30 espieprepare for post 5.6 packages, recognize special case...
2014-07-30 reykAdd "location" keyword to specify path-specific configu...
2014-07-30 reykSmall fix and clarification
2014-07-30 reykReserve an extra file descriptor per connection instead...
2014-07-29 reykThe inflight decremented message should only be printed...
2014-07-29 reykAdd extended directory index options: "[no] index"...
2014-07-29 deraadtdisable POOL_DEBUG for release
2014-07-29 deraadtmove to -release mode
2014-07-29 mpiRevert the checks about RTF_LOCAL routes.
2014-07-29 reykMove configurable TCP options into struct server_config.
2014-07-29 blambertFix a usage string; the proper spelling of 'alot' is...
2014-07-29 miodupdate sets sizes
2014-07-28 krwLast (known) msgbuf_write() vs EOF fix.
2014-07-28 deraadtsync
2014-07-28 bluhmI/O ktrace of sendsyslog(2) did not work. As uiomove...
2014-07-28 miodOn SPARCbook systems, the ledma device node has a ...
2014-07-28 teduRemove SRP code. It contains a bug (this should not...
next