openbsd
2014-08-06 reykThe watermark exposed a bug in server_write that broke...
2014-08-06 reykBring back the last read (done) / last write (done...
2014-08-06 reykAdjust the read/write watermarks according to the TCP...
2014-08-06 reykAdd braces. Style-only change.
2014-08-06 dougAdd an overview of the features for httpd in the descri...
2014-08-06 jsgadd missing va_start/va_end calls
2014-08-06 guentherCorrect error checks in EVP_read_pw_string_min(): UI_ad...
2014-08-06 dougAdd signify instructions plus miniroot and install56...
2014-08-06 dougExplain the options in httpd.8
2014-08-06 jsingLoad the SSL public/private keys in the parent process...
2014-08-06 jsingAdd support for loading the public/private key from...
2014-08-05 mpiOnly check if the abort transfer is the interrupt one...
2014-08-05 reykAdd configuration options for the most-important connec...
2014-08-05 reykTweak the httpd.conf manpage with "sub-lists".
2014-08-05 reykBring back the tcp/ip configuration options. This...
2014-08-05 reykAdd srv_conf helper variable to make the code more...
2014-08-05 reykFix an example: hostapd table entries have to be comma...
2014-08-05 reykFix an example, nat-to requires to specify the "out...
2014-08-05 reykLimit the number of (Keep-Alive) requests per connectio...
2014-08-05 reykImprove logging to allow per- server/location log files...
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
next