openbsd
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...
2014-07-28 tobiasFix memory exhaustion occurring on DHCP options with...
2014-07-28 tobiasmerge dhcpd's packet.c revision 1.7:
2014-07-28 schwarzesome systems no longer need /dev/log;
2014-07-28 jsgLimit the "aperture needed" printf to ramdisks via...
2014-07-28 kettenisAvoid matching a particular driver for "aperture needed...
2014-07-28 kettenisHardware supported by machfb(4) needs the aperture...
2014-07-28 rpeChange detection of unconfigured vlan interfaces from...
2014-07-28 guenther_dl_sigprocmask() works better when it actually saves...
2014-07-28 guentherThe RSA, DH, and ECDH temporary key callbacks expect...
2014-07-28 bcookremove non-portable __progname extern from arc4random...
2014-07-27 deraadtturn of -Werror, unless you are sure both gcc work...
2014-07-27 guentherLink dependencies on libssl and libcrypto were missing.
2014-07-27 espiemake sure makewhatis shows error messages without unsig...
2014-07-27 espie- log libraries in a proper way
2014-07-27 espieensure log stuff happens, even without context
2014-07-27 schwarzecode readability; no functional change
2014-07-27 schwarzeEven for UTF-8 output, a non-breaking space character...
2014-07-26 reykRemove redundant slash
2014-07-26 kettenisIf we're stopping a secondary cpu, don't let sched_choo...
2014-07-26 mpiRevert "adjust -C algorithm to be more aggressive in...
2014-07-26 reykAdd more examples. Requested by deraadt@
2014-07-26 reykbzero is over, memset is cool. pointed out by halex@
2014-07-26 tobiasFix very hard to reach DoS attack vector, which would...
2014-07-25 reykDifferentiate servers by address and port, not just...
2014-07-25 reykReset the default Host for each request
2014-07-25 reykIt is recommended to use a URL in the Location header...
2014-07-25 reykAppend mandatory Date header to each response.
2014-07-25 reykNew HTTP/1.1 RFC 7231 prefers IMF-fixdate from RFC...
2014-07-25 reykCanonicalize the request path once without the docroot...
2014-07-25 dtuckerClear buffer used for handling messages. This prevents...
2014-07-25 schwarzeChoosing the right encoding is a tricky business...
2014-07-25 reykDon't leak docroot in the error message if the default...
2014-07-25 schwarzeSort the URI keys for .Xr links in the same order used...
2014-07-25 schwarzeoops, we must not try to validate a manpath we don...
2014-07-25 schwarzeWe cannot easily control the order of the QUERY_STRING...
2014-07-25 schwarzeIn generated .Xr links, avoid double encoding of ampersands
2014-07-25 reykAdd multiple-servers "virtual hosts" example.
2014-07-25 jasperfix perl5 architecture name
2014-07-25 schwarzeEven though this is not XHTML yet, remove some gratuiti...
2014-07-25 reykAdd a single line to fix the address matching of multip...
2014-07-25 schwarzeThe names of all other struct query memebers match...
2014-07-25 schwarzeclean up pg_show() to not modify a string returned...
2014-07-25 reykAdd support for "virtual hosts" aka. server blocks...
2014-07-25 schwarzeRewrite http_parse() completely:
2014-07-25 reykAdd and document 'root' configuration option for the...
2014-07-25 jsingAdd missing year to copyright.
2014-07-25 reykSplit server and server_config.
2014-07-25 reykRename a field, needed later, no functional change.
2014-07-25 reykMove the docroot into the server block.
2014-07-25 dougBIO_free() returns immediately when the sole input...
2014-07-25 dlgdocument the scheduler types and how to specify them.
2014-07-24 millertMention UNIX-domain socket forwarding too. OK jmc...
2014-07-24 mpiSpeed up the boot sequence by deferring the scan of...
2014-07-24 schwarzeSort result pages first by section number, then by...
2014-07-24 miodProvide eeprom(8) on the sparc installation media....
2014-07-24 miod+ eeprom
2014-07-24 miodBuild machinery to build eeprom(8) for the installation...
next