summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix build errors when ssl is disabledstbuehler2009-10-201-0/+4
* Don't print ssl error if client didn't support TLS SNIstbuehler2009-10-161-2/+6
* Fix accesslog escape segfault (#1551)stbuehler2009-10-161-0/+1
* mod_accesslog: escape special characters (fixes #1551, thx icy)stbuehler2009-10-161-6/+51
* Fix con-state machine error handling (leave states after errors)stbuehler2009-10-161-11/+22
* stat-cache: verify that entries are still freshstbuehler2009-10-161-0/+14
* Add SSL Client Certificate verification (#1288)stbuehler2009-10-144-0/+57
* Fix compile error if TLS SNI isn't supportedstbuehler2009-10-141-4/+7
* Add TLS servername indication (SNI) support (fixes #386, thx Peter Colberg <p...stbuehler2009-10-148-71/+155
* Remember keep-alive-idle in separate variable (fixes #1988)stbuehler2009-10-113-3/+6
* Fix some mem leaks found by cppcheckstbuehler2009-08-303-26/+36
* Use linux-epoll by default if available (fixes #2021)stbuehler2009-08-121-10/+10
* Allow chunkqueue_skip to skip all types of chunksstbuehler2009-08-102-5/+17
* Set tm.tm_isdst = 0 before mktime() (fixes #2047)stbuehler2009-08-061-4/+6
* Enable linux-aio-sendfile for testing in cmake again, fix a small bug in itstbuehler2009-08-023-16/+17
* Add proxy-core.max-backlog-size (set to 0 to disable backlog, thx e-razor)stbuehler2009-07-232-4/+12
* Add proxy-core.disable-time (used for all disable-times), default value 1 sec...stbuehler2009-07-232-10/+19
* Fix mod_deflate bzip2 compression level (thx peto, fixes #2035)stbuehler2009-07-211-11/+18
* Allow all comparisons for $SERVER["socket"] - only bind for "=="stbuehler2009-07-161-5/+1
* Allow digits in hostnames in more places (fixes #1148)stbuehler2009-07-141-2/+2
* Add '%_' pattern for complete hostname in mod_evhost (fixes #1737)stbuehler2009-07-131-4/+16
* Report non-fatal ssl errors as "connection close"stbuehler2009-07-111-1/+4
* Set FD_CLOEXEC for bound sockets before pipe-logger forks (fixes #2026)stbuehler2009-07-111-0/+5
* 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-101-1/+3
* 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-102-5/+5
* Fix type (ssize_t -> off_t) for gthread-freebsd-sendfilestbuehler2009-07-101-1/+1
* cmake: check for strtollstbuehler2009-07-092-0/+2
* Fixed gthread-freebsd-sendfile (#1795)stbuehler2009-07-081-1/+1
* Add "cgi.execute-x-only" to mod_cgi, requires +x for cgi scripts (fixes #2013)stbuehler2009-07-041-0/+9
* 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-013-0/+16
* Silenced the annoying "request timed out" warning, enable with the "debug.log...stbuehler2009-07-013-5/+10
* Add server.breakagelog, a "special" stderr (fixes #1863)stbuehler2009-06-216-36/+84
* Use unsigned int for secdownload.timeout (fixes #1966)stbuehler2009-06-211-2/+2
* Fix segfault if there is no mimetype for the error documentsstbuehler2009-06-171-1/+6
* Fix race condition with joblist thread condition/mutex (thx peto, fixes #1823)stbuehler2009-06-111-6/+5
* Send gthread dummy pointers to wake them up for faster exit (thx peto, fixes ...stbuehler2009-06-114-5/+27
* Add gthread-freebsd-sendfile (thx peto, fixes #1795)stbuehler2009-06-1111-18/+327
* Free ssl cipher list (thx peto, fixes #1809)stbuehler2009-06-111-0/+1
* Free wakeup_iosocket (thx peto, fixes #1808)stbuehler2009-06-111-0/+5
* Fix 100% cpu usage if time() < 0 (thx to gaspa and cate, fixes #1964)stbuehler2009-06-111-2/+4
* Ignore multiple "If-None-Match" headers (only use first one, fixes #753)stbuehler2009-06-111-8/+1
* Adding support for additional chars in LDAP usernames (fixes #1941)stbuehler2009-06-111-2/+7
* Add support for "real" entropy from /dev/[u]random (fixes #1977)stbuehler2009-06-114-0/+19
* Add ssi.content-type option (default text/html, fixes #615)stbuehler2009-06-102-1/+13