summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Use linux-epoll by default if available (fixes #2021)stbuehler2009-08-122-10/+11
* Allow chunkqueue_skip to skip all types of chunksstbuehler2009-08-103-5/+18
* Set tm.tm_isdst = 0 before mktime() (fixes #2047)stbuehler2009-08-062-4/+7
* Enable linux-aio-sendfile for testing in cmake again, fix a small bug in itstbuehler2009-08-024-16/+18
* Add proxy-core.max-backlog-size (set to 0 to disable backlog, thx e-razor)stbuehler2009-07-233-4/+13
* Add proxy-core.disable-time (used for all disable-times), default value 1 sec...stbuehler2009-07-233-10/+20
* Fix mod_deflate bzip2 compression level (thx peto, fixes #2035)stbuehler2009-07-212-11/+19
* Allow all comparisons for $SERVER["socket"] - only bind for "=="stbuehler2009-07-162-5/+2
* Allow digits in hostnames in more places (fixes #1148)stbuehler2009-07-142-2/+3
* Add '%_' pattern for complete hostname in mod_evhost (fixes #1737)stbuehler2009-07-133-4/+18
* Report non-fatal ssl errors as "connection close"stbuehler2009-07-112-1/+5
* Set FD_CLOEXEC for bound sockets before pipe-logger forks (fixes #2026)stbuehler2009-07-112-0/+6
* Fix integer comparision in secdownload (was wrong in rev 2566)stbuehler2009-07-101-2/+2
* cmake: Add -export-dynamic to link flags, fixes build on FreeBSDstbuehler2009-07-101-1/+1
* cmake: Fix crypt lib check; don't add pcre twicestbuehler2009-07-101-6/+2
* Add "lua-5.1" to searched pkg-config names for luastbuehler2009-07-103-6/+15
* Fix some warnings in mod_secure_download.cstbuehler2009-07-101-3/+3
* Fix unused function webdav_lockdiscovery in mod_webdavstbuehler2009-07-101-0/+3
* Fix FD_SETSIZE comparision warnings on FreeBSDstbuehler2009-07-103-5/+6
* Fix type (ssize_t -> off_t) for gthread-freebsd-sendfilestbuehler2009-07-101-1/+1
* cmake: check for strtollstbuehler2009-07-093-0/+3
* tests: fix mod-rewrite.t if php is not availablestbuehler2009-07-091-1/+1
* Fixed gthread-freebsd-sendfile (#1795)stbuehler2009-07-082-1/+2
* Add "cgi.execute-x-only" to mod_cgi, requires +x for cgi scripts (fixes #2013)stbuehler2009-07-042-0/+10
* Reset some internal data for X-Rewrite (content-length, ...)stbuehler2009-07-011-0/+4
* Hide some ssl errors per default, enable them with debug.log-ssl-noise (#397)stbuehler2009-07-014-0/+17
* Silenced the annoying "request timed out" warning, enable with the "debug.log...stbuehler2009-07-014-5/+11
* Add server.breakagelog, a "special" stderr (fixes #1863)stbuehler2009-06-217-36/+85
* Use unsigned int for secdownload.timeout (fixes #1966)stbuehler2009-06-212-2/+3
* Fix segfault if there is no mimetype for the error documentsstbuehler2009-06-172-1/+7
* Fix race condition with joblist thread condition/mutex (thx peto, fixes #1823)stbuehler2009-06-112-6/+6
* Send gthread dummy pointers to wake them up for faster exit (thx peto, fixes ...stbuehler2009-06-115-5/+28
* Add gthread-freebsd-sendfile (thx peto, fixes #1795)stbuehler2009-06-1112-18/+328
* Free ssl cipher list (thx peto, fixes #1809)stbuehler2009-06-112-0/+2
* Free wakeup_iosocket (thx peto, fixes #1808)stbuehler2009-06-112-0/+6
* Fix 100% cpu usage if time() < 0 (thx to gaspa and cate, fixes #1964)stbuehler2009-06-112-2/+5
* Ignore multiple "If-None-Match" headers (only use first one, fixes #753)stbuehler2009-06-113-17/+11
* Adding support for additional chars in LDAP usernames (fixes #1941)stbuehler2009-06-112-2/+8
* Add support for "real" entropy from /dev/[u]random (fixes #1977)stbuehler2009-06-115-0/+20
* Fix distbuild (add mod-compress.conf to dist files)stbuehler2009-06-102-0/+2
* Add ssi.content-type option (default text/html, fixes #615)stbuehler2009-06-103-1/+14
* Fix segfault in mod_expire after failed config parsing (fixes #1992)stbuehler2009-06-102-1/+2
* Add "lighty.req_env" table to mod_magnet for setting/getting environment valu...stbuehler2009-06-102-0/+46
* Improve chunkqueue cleanup (remove empty chunks after ssl failures)stbuehler2009-06-103-18/+14
* Fix segfault with openssl (DoS, fixes #2003)stbuehler2009-06-102-1/+2
* Allow using pcre with cross-compiling (pcre-config got fixed; fixes #1986)stbuehler2009-06-072-1/+2
* Fix max-age value in mod_expire for 'modification' (fixes #1978)stbuehler2009-05-102-8/+10
* Change autoconf contact emailstbuehler2009-04-301-1/+1
* Fix missing stdio.h include (fixes #1971)stbuehler2009-04-303-0/+6
* Fix mod_cgi environment keys mangling (fixes #1969)stbuehler2009-04-282-3/+10