summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Expand)AuthorAgeFilesLines
* reset tlsext_server_name in connection_reset - fixes random hostnames in the ...stbuehler2009-11-051-0/+1
* export some SSL_CLIENT_* vars for client cert validation (fixes #1288, thx pr...stbuehler2009-11-051-0/+1
* mod_magnet: add traceback for printing lua errorsstbuehler2009-10-261-0/+1
* Mark recv-queue closed if backend connection got closed in mod_proxy_core (fi...stbuehler2009-10-251-0/+1
* Set content-length in mod_compress (fixes #2089, thx liming)stbuehler2009-10-251-0/+1
* Fix mod_cgi hang on "crash-before-header-sent" bugstbuehler2009-10-251-0/+1
* Remove joblist thread, don't use timed pops for async queuesstbuehler2009-10-251-0/+1
* Reopen out stream in X-Rewrite (fixes #1678)stbuehler2009-10-251-0/+1
* Don't print ssl error if client didn't support TLS SNIstbuehler2009-10-161-0/+1
* mod_accesslog: escape special characters (fixes #1551, thx icy)stbuehler2009-10-161-0/+1
* Add SSL Client Certificate verification (#1288)stbuehler2009-10-141-0/+1
* Add TLS servername indication (SNI) support (fixes #386, thx Peter Colberg <p...stbuehler2009-10-141-0/+1
* Use linux-epoll by default if available (fixes #2021)stbuehler2009-08-121-0/+1
* Allow chunkqueue_skip to skip all types of chunksstbuehler2009-08-101-0/+1
* Set tm.tm_isdst = 0 before mktime() (fixes #2047)stbuehler2009-08-061-0/+1
* Enable linux-aio-sendfile for testing in cmake again, fix a small bug in itstbuehler2009-08-021-0/+1
* Add proxy-core.max-backlog-size (set to 0 to disable backlog, thx e-razor)stbuehler2009-07-231-0/+1
* Add proxy-core.disable-time (used for all disable-times), default value 1 sec...stbuehler2009-07-231-0/+1
* Fix mod_deflate bzip2 compression level (thx peto, fixes #2035)stbuehler2009-07-211-0/+1
* Allow all comparisons for $SERVER["socket"] - only bind for "=="stbuehler2009-07-161-0/+1
* Allow digits in hostnames in more places (fixes #1148)stbuehler2009-07-141-0/+1
* Add '%_' pattern for complete hostname in mod_evhost (fixes #1737)stbuehler2009-07-131-0/+1
* Report non-fatal ssl errors as "connection close"stbuehler2009-07-111-0/+1
* Set FD_CLOEXEC for bound sockets before pipe-logger forks (fixes #2026)stbuehler2009-07-111-0/+1
* Add "lua-5.1" to searched pkg-config names for luastbuehler2009-07-101-0/+1
* Fix FD_SETSIZE comparision warnings on FreeBSDstbuehler2009-07-101-0/+1
* cmake: check for strtollstbuehler2009-07-091-0/+1
* Fixed gthread-freebsd-sendfile (#1795)stbuehler2009-07-081-0/+1
* Add "cgi.execute-x-only" to mod_cgi, requires +x for cgi scripts (fixes #2013)stbuehler2009-07-041-0/+1
* Hide some ssl errors per default, enable them with debug.log-ssl-noise (#397)stbuehler2009-07-011-0/+1
* Silenced the annoying "request timed out" warning, enable with the "debug.log...stbuehler2009-07-011-0/+1
* Add server.breakagelog, a "special" stderr (fixes #1863)stbuehler2009-06-211-0/+1
* Use unsigned int for secdownload.timeout (fixes #1966)stbuehler2009-06-211-0/+1
* Fix segfault if there is no mimetype for the error documentsstbuehler2009-06-171-0/+1
* Fix race condition with joblist thread condition/mutex (thx peto, fixes #1823)stbuehler2009-06-111-0/+1
* Send gthread dummy pointers to wake them up for faster exit (thx peto, fixes ...stbuehler2009-06-111-0/+1
* Add gthread-freebsd-sendfile (thx peto, fixes #1795)stbuehler2009-06-111-0/+1
* Free ssl cipher list (thx peto, fixes #1809)stbuehler2009-06-111-0/+1
* Free wakeup_iosocket (thx peto, fixes #1808)stbuehler2009-06-111-0/+1
* Fix 100% cpu usage if time() < 0 (thx to gaspa and cate, fixes #1964)stbuehler2009-06-111-0/+1
* Ignore multiple "If-None-Match" headers (only use first one, fixes #753)stbuehler2009-06-111-0/+1
* Adding support for additional chars in LDAP usernames (fixes #1941)stbuehler2009-06-111-0/+1
* Add support for "real" entropy from /dev/[u]random (fixes #1977)stbuehler2009-06-111-0/+1
* Fix distbuild (add mod-compress.conf to dist files)stbuehler2009-06-101-0/+1
* Add ssi.content-type option (default text/html, fixes #615)stbuehler2009-06-101-0/+1
* Fix segfault in mod_expire after failed config parsing (fixes #1992)stbuehler2009-06-101-0/+1
* Add "lighty.req_env" table to mod_magnet for setting/getting environment valu...stbuehler2009-06-101-0/+1
* Improve chunkqueue cleanup (remove empty chunks after ssl failures)stbuehler2009-06-101-0/+1
* Fix segfault with openssl (DoS, fixes #2003)stbuehler2009-06-101-0/+1
* Allow using pcre with cross-compiling (pcre-config got fixed; fixes #1986)stbuehler2009-06-071-0/+1