summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix broken return values from int to enum in mod_fastcgilighttpd-1.4.24Stefan Bühler2009-10-202-16/+7
* Fix linger close timeout handling, drop timeout to 5 seconds (fixes #2086)Stefan Bühler2009-10-193-1/+7
* Fix NEWS - referenced wrong bug (fixes #2084)Stefan Bühler2009-10-171-1/+1
* Don't print ssl error if client didn't support TLS SNIStefan Bühler2009-10-162-2/+7
* fix mod_webdav crash from #1793 (fixes #2048, thx hiroya)Stefan Bühler2009-10-162-1/+2
* Fix accesslog escape segfault (#1551)Stefan Bühler2009-10-162-1/+2
* mod_accesslog: escape special characters (fixes #1551, thx icy)Stefan Bühler2009-10-162-6/+52
* mod_fastcgi: Fix host->active_procs counter, return 503 if connect wasn't suc...Stefan Bühler2009-10-162-4/+6
* Fix compile problems without sslStefan Bühler2009-10-141-0/+4
* Add SSL Client Certificate verification (#1288)Stefan Bühler2009-10-145-1/+58
* Fix compile error if TLS SNI isn't supportedStefan Bühler2009-10-141-4/+7
* mod_fastcgi: Add "X-Sendfile2" - supporting multiple ranged files (fixes #2008)Stefan Bühler2009-10-146-8/+135
* Fix some warnings in previous commit (TLS SNI)Stefan Bühler2009-10-141-2/+3
* Add TLS servername indication (SNI) support (fixes #386, thx Peter Colberg <p...Peter Colberg2009-10-1414-77/+163
* mod_rewrite: add url.rewrite-[repeat-]if-not-file to rewrite if file doesn't ...Stefan Bühler2009-10-124-34/+115
* Fix mod_fastcgi bin-path checkStefan Bühler2009-10-121-1/+1
* Fix close_timeout_ts trigger (should finally fix lingering close)Stefan Bühler2009-10-123-2/+4
* Add some iterators for mod_magnet (fixes #1307)Stefan Bühler2009-10-122-29/+199
* always define _GNU_SOURCEStefan Bühler2009-10-125-8/+10
* mod_accesslog: configurable timestamp logging (fixes #1479)Stefan Bühler2009-10-122-25/+69
* mod_usertrack: Use T_CONFIG_INT for max-age, solves range problem (#1455)Stefan Bühler2009-10-122-2/+3
* Fix segfault on invalid config "duplicate else conditions" (fixes #2065)Stefan Bühler2009-10-123-2/+8
* mod_fastcgi: restart local procs immediately after they terminated, fix local...Stefan Bühler2009-10-113-23/+30
* Fix linger-on-close behaviour to avoid rare failure conditions (was r2636, fi...Stefan Bühler2009-10-111-0/+1
* tests: Rename env-var to select tests to RUNTESTSStefan Bühler2009-10-111-1/+1
* commit 476c5d48ea9fbd4d1c6d4ef3f128b6e4898a297fStefan Bühler2009-10-111-24/+33
* mod_fastcgi: fix is_local detection, respawn backends if bin-path is set (fix...Stefan Bühler2009-10-112-31/+33
* mod_compress: match partial+full content-type (fixes #1552)Stefan Bühler2009-10-114-5/+17
* Update NEWS fileStefan Bühler2009-10-111-0/+6
* mod_fastcgi: don't disable backend if disable-time is 0 (fixes #1825)Stefan Bühler2009-10-111-36/+27
* Read hostname from absolute uris in the request line (fixes #1937)Stefan Bühler2009-10-112-4/+38
* mod_webdav: Delete old properties before updating new for MOVE (fixes #1317)Stefan Bühler2009-10-111-1/+18
* mod_webdav: Patch to skip login information for domain part of Destination fi...Stefan Bühler2009-10-111-1/+5
* Revert to _GNU_SOURCE before <time.h> for strptimeStefan Bühler2009-10-111-4/+5
* Add _XOPEN_SOURCE for strptimeStefan Bühler2009-10-111-0/+4
* Add <sys/types.h> before including event backendsStefan Bühler2009-10-111-0/+2
* Fix some compile problems from header inclusion reorder patchStefan Bühler2009-10-112-3/+7
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-1198-570/+510
* Remember keep-alive-idle in separate variable (fixes #1988)Stefan Bühler2009-10-113-3/+6
* - Combine Cache-Control header value in mod_expire to existing HTTP header if...Elan Ruusamäe2009-09-214-1/+18
* - space cosmetic for last commitElan Ruusamäe2009-09-141-2/+2
* - include query string in fastcgi backend errorsElan Ruusamäe2009-09-141-10/+10
* Fixed some small non-critical leaks reported by cppcheckStefan Bühler2009-09-012-27/+44
* Create m4/ directory in autogen.shStefan Bühler2009-08-291-1/+1
* Fix autogen.sh (used mysql-proxy as template)Stefan Bühler2009-08-293-12/+80
* Print an error if you use too many captures in a regex pattern (fixes #2059)Stefan Bühler2009-08-282-1/+10
* Use linux-epoll by default if available (fixes #2021, thx Olaf van der Spek)Stefan Bühler2009-08-122-3/+4
* tests: fix endless loop if connect fails without the child dyingStefan Bühler2009-08-081-0/+7
* Set tm.tm_isdst = 0 before mktime() (fixes #2047)Stefan Bühler2009-08-062-4/+7
* Print errors from include_shell to stderrStefan Bühler2009-07-302-0/+9