Age | Commit message (Expand) | Author |
2014-07-30 | Make "location" work with name-based virtual servers. | Reyk Floeter |
2014-07-30 | prepare for post 5.6 packages, recognize special case where timestamp exist. | Marc Espie |
2014-07-30 | Add "location" keyword to specify path-specific configuration in | Reyk Floeter |
2014-07-30 | Small fix and clarification | Reyk Floeter |
2014-07-30 | Reserve an extra file descriptor per connection instead of per | Reyk Floeter |
2014-07-29 | The inflight decremented message should only be printed with DEBUG. | Reyk Floeter |
2014-07-29 | Add extended directory index options: "[no] index" and "[no] auto index". | Reyk Floeter |
2014-07-29 | Move configurable TCP options into struct server_config. | Reyk Floeter |
2014-07-28 | Last (known) msgbuf_write() vs EOF fix. | Kenneth R Westerback |
2014-07-28 | Fix memory exhaustion occurring on DHCP options with 0 length. | Tobias Stoeckmann |
2014-07-28 | merge dhcpd's packet.c revision 1.7: | Tobias Stoeckmann |
2014-07-27 | turn of -Werror, unless you are sure both gcc work... | Theo de Raadt |
2014-07-27 | Link dependencies on libssl and libcrypto were missing. | Philip Guenther |
2014-07-27 | make sure makewhatis shows error messages without unsightly CODE() refs | Marc Espie |
2014-07-27 | - log libraries in a proper way | Marc Espie |
2014-07-27 | ensure log stuff happens, even without context | Marc Espie |
2014-07-26 | Remove redundant slash | Reyk Floeter |
2014-07-26 | Revert "adjust -C algorithm to be more aggressive in scaling up" for | Martin Pieuchot |
2014-07-26 | bzero is over, memset is cool. pointed out by halex@ | Reyk Floeter |
2014-07-26 | Fix very hard to reach DoS attack vector, which would involve more than | Tobias Stoeckmann |
2014-07-25 | Differentiate servers by address and port, not just by address. | Reyk Floeter |
2014-07-25 | Reset the default Host for each request | Reyk Floeter |
2014-07-25 | It is recommended to use a URL in the Location header of 3xx | Reyk Floeter |
2014-07-25 | Append mandatory Date header to each response. | Reyk Floeter |
2014-07-25 | New HTTP/1.1 RFC 7231 prefers IMF-fixdate from RFC 5322. | Reyk Floeter |
2014-07-25 | Canonicalize the request path once without the docroot and prepend the | Reyk Floeter |
2014-07-25 | Don't leak docroot in the error message if the default index file is missing. | Reyk Floeter |
2014-07-25 | Add multiple-servers "virtual hosts" example. | Reyk Floeter |
2014-07-25 | Add a single line to fix the address matching of multiple server blocks with | Reyk Floeter |
2014-07-25 | Add support for "virtual hosts" aka. server blocks aka. multiple | Reyk Floeter |
2014-07-25 | Add and document 'root' configuration option for the docroot. | Reyk Floeter |
2014-07-25 | Split server and server_config. | Reyk Floeter |
2014-07-25 | Rename a field, needed later, no functional change. | Reyk Floeter |
2014-07-25 | Move the docroot into the server block. | Reyk Floeter |
2014-07-24 | Shunt hwupdate property decoding in sparc's old prom (sun4 only) if | Miod Vallat |
2014-07-24 | Plug a memleak by correctly free'ing the HTTP descriptor that contains | Reyk Floeter |
2014-07-24 | Remove unused fields from structure | Reyk Floeter |
2014-07-24 | Steven Roberts sent me a patch updating the various setperf thresholds. | Ted Unangst |
2014-07-23 | When canonicalizing the path, it is better to fail on truncation. | Reyk Floeter |
2014-07-23 | I wanted to know if people pay attention. | Reyk Floeter |
2014-07-23 | The default index page shouldn't be a directory. It's a 500. | Reyk Floeter |
2014-07-23 | Don't expose the docroot on error. | Reyk Floeter |
2014-07-23 | The media_encoding is not used in parse.y but stack garbage could lead | Reyk Floeter |
2014-07-23 | First attempt at verifying the request path and the access | Reyk Floeter |
2014-07-23 | Add canonicalize_path() to canonicalize the requested URL path. | Reyk Floeter |
2014-07-23 | document format changes, including the new @ts annotation that pkg_create | Marc Espie |
2014-07-23 | move misleading comment | Marc Espie |
2014-07-23 | Correctly shutdown the servers when the process is terminating; | Reyk Floeter |
2014-07-23 | always enable DPRINTF with compiled with DEBUG | Reyk Floeter |
2014-07-23 | document that sendsyslog saves the day | Theo de Raadt |