summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-07-31One bufferevent can be shared by file and fcgi.Reyk Floeter
2014-07-31Allow to specify a non-default fastcgi socket.Reyk Floeter
2014-07-31Rename the "docroot" variable to "path" because it will be used forReyk Floeter
2014-07-31Add a configuration variable "fastcgi" to enable it per server or location.Reyk Floeter
2014-07-31Put in first stab at fastcgi. Very early work in progress. Putting itFlorian Obser
2014-07-30syncTheo de Raadt
2014-07-30unhook auxcppJonathan Gray
2014-07-30Properly warn when an example changes and the corresponding file is foundAntoine Jacoutot
2014-07-30switch to tradcppJonathan Gray
2014-07-30descend into tradcppJonathan Gray
2014-07-30Add tradcpp 0.4, a standalone traditional whitespace preserving cppJonathan Gray
2014-07-30Make "location" work with name-based virtual servers.Reyk Floeter
2014-07-30Fix evil typo (multicast_hosts -> multicast_host).Antoine Jacoutot
2014-07-30prepare for post 5.6 packages, recognize special case where timestamp exist.Marc Espie
2014-07-30Add "location" keyword to specify path-specific configuration inReyk Floeter
2014-07-30Small fix and clarificationReyk Floeter
2014-07-30Reserve an extra file descriptor per connection instead of perReyk Floeter
2014-07-29The inflight decremented message should only be printed with DEBUG.Reyk Floeter
2014-07-29Add extended directory index options: "[no] index" and "[no] auto index".Reyk Floeter
2014-07-29disable POOL_DEBUG for releaseTheo de Raadt
2014-07-29move to -release modeTheo de Raadt
2014-07-29Revert the checks about RTF_LOCAL routes.Martin Pieuchot
2014-07-29Move configurable TCP options into struct server_config.Reyk Floeter
2014-07-29Fix a usage string; the proper spelling of 'alot' is 'a lot'.Bret Lambert
2014-07-29update sets sizesMiod Vallat
2014-07-28Last (known) msgbuf_write() vs EOF fix.Kenneth R Westerback
2014-07-28syncTheo de Raadt
2014-07-28I/O ktrace of sendsyslog(2) did not work. As uiomove() adjustsAlexander Bluhm
2014-07-28On SPARCbook systems, the ledma device node has a `cable-selection' propertyMiod Vallat
2014-07-28Remove SRP code. It contains a bug (this should not surprise anyone), butTed Unangst
2014-07-28Fix memory exhaustion occurring on DHCP options with 0 length.Tobias Stoeckmann
2014-07-28merge dhcpd's packet.c revision 1.7:Tobias Stoeckmann
2014-07-28some systems no longer need /dev/log;Ingo Schwarze