summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix configure.ac to allow autoreconf, also enables make V=0lighttpd-1.4.25Stefan Bühler2009-11-213-2/+4
* mod_fastcgi: Don't reconnect after connect() succeeded (fixes #2096)Stefan Bühler2009-11-072-23/+7
* mod_fastcgi: fix mod_fastcgi packet parsingStefan Bühler2009-11-072-10/+12
* export some SSL_CLIENT_* vars for client cert validation (fixes #1288, thx pr...Stefan Bühler2009-11-054-0/+83
* reset tlsext_server_name in connection_reset - fixes random hostnames in the ...Stefan Bühler2009-11-052-0/+4
* mod_rrdtool: fix creating file if it doesn't exist (#1788)Stefan Bühler2009-10-312-4/+5
* disable warning "CLOSE-read", part 2 (fixes #2091)Stefan Bühler2009-10-272-1/+3
* disable warning "CLOSE-read"Stefan Bühler2009-10-262-0/+3
* mod_rewrite: fix compile error if compiled without pcreStefan Bühler2009-10-262-51/+34
* mod_magnet: add traceback for printing lua errorsStefan Bühler2009-10-262-1/+32
* mod_magnet: fix pairs() for normal tables and strings (fixes #1307)Stefan Bühler2009-10-262-1/+2
* - next is 1.4.25Stefan Bühler2009-10-264-4/+7
* Fix broken return values from int to enum in mod_fastcgiStefan 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