summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add README to point to lighttpd-1.4.x as stableHEADmasterstbuehler2015-09-18320-74982/+5
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@3041 152afb58-edef-0310-8abb-c4023f1b3aa9
* fix ipv6 disabling (fixes #2292, thx bert)stbuehler2013-09-132-7/+1
| | | | | | | | | having ntop should not automatically enable ipv6, especially if ipv6 was disabled in the configure options. From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2907 152afb58-edef-0310-8abb-c4023f1b3aa9
* fix link order for -Wl,--as-neededstbuehler2013-09-131-7/+11
| | | | | | From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2906 152afb58-edef-0310-8abb-c4023f1b3aa9
* configure.ac: remove old stuff, add some new to fix warnings in automake 1.12stbuehler2013-09-131-4/+7
| | | | | | From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2905 152afb58-edef-0310-8abb-c4023f1b3aa9
* fix memleak in mod_auth (fixes #2457, thx brarcher)stbuehler2013-09-132-1/+3
| | | | | | From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2904 152afb58-edef-0310-8abb-c4023f1b3aa9
* fix :port handling in $HTTP["host"] checks (fixes #2135. thx liming)stbuehler2012-11-072-6/+3
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2854 152afb58-edef-0310-8abb-c4023f1b3aa9
* buffer_caseless_compare: always convert letters to lowercase to get ↵stbuehler2012-04-082-6/+6
| | | | | | transitive results, fixing array lookups (fixes #2405) git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2829 152afb58-edef-0310-8abb-c4023f1b3aa9
* [mod_auth] Fix signedness error in http_auth (fixes #2370, CVE-2011-4362)stbuehler2011-11-293-2/+11
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2807 152afb58-edef-0310-8abb-c4023f1b3aa9
* Enable linux-aio-sendfile for testing in autotools toostbuehler2011-05-052-0/+16
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2792 152afb58-edef-0310-8abb-c4023f1b3aa9
* [ssl/md5] prefix our own md5 implementation with li_ so it doesn't conflict ↵stbuehler2011-04-247-16/+41
| | | | | | with the openssl one (fixes #2269) git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2791 152afb58-edef-0310-8abb-c4023f1b3aa9
* Read hostname from absolute https:// uris in the request line (patch by ↵stbuehler2011-04-043-4/+25
| | | | | | Adrian Schröter <adrian@suse.de>) git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2786 152afb58-edef-0310-8abb-c4023f1b3aa9
* more strict check for server.stat-cache-enginestbuehler2011-03-312-1/+14
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2785 152afb58-edef-0310-8abb-c4023f1b3aa9
* tests: server.name is allowed to overwrite hostname from mod_simple_vhoststbuehler2011-03-311-1/+1
| | | | | | | | | | | * not the same as doc-root: doc-root has always to be set, server.name does not Background: the doc-root option is only patched to the conf struct; the real doc-root has a separate value in the connection data. server-name is patched directly into the connection data. git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2784 152afb58-edef-0310-8abb-c4023f1b3aa9
* proxy-backend-http: fix chunked encoding parserstbuehler2011-03-311-4/+4
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2783 152afb58-edef-0310-8abb-c4023f1b3aa9
* Fix conditional interpretation of core optionsstbuehler2011-03-302-3/+1
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2782 152afb58-edef-0310-8abb-c4023f1b3aa9
* - Combine Cache-Control header value in mod_expire to existing HTTP header ↵glen2011-03-254-1/+19
| | | | | | if header already added by other modules (fixes #2068) git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2781 152afb58-edef-0310-8abb-c4023f1b3aa9
* Fix some warningsstbuehler2010-12-302-1/+3
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2776 152afb58-edef-0310-8abb-c4023f1b3aa9
* [mod_postgresql_vhost] replace index() with strchr()stbuehler2010-12-301-1/+1
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2775 152afb58-edef-0310-8abb-c4023f1b3aa9
* reset srv->did_wakeup immediately after fdevent_pollstbuehler2010-12-301-1/+3
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2774 152afb58-edef-0310-8abb-c4023f1b3aa9
* Add some more people to AUTHORS liststbuehler2010-08-051-1/+6
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2746 152afb58-edef-0310-8abb-c4023f1b3aa9
* - Include IP addresses on error log on password failures (fixes #2191)glen2010-05-282-4/+5
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2728 152afb58-edef-0310-8abb-c4023f1b3aa9
* - Print double quotes properly when dumping config file (fixes #1806)glen2010-05-282-1/+19
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2726 152afb58-edef-0310-8abb-c4023f1b3aa9
* Fix handling return value of SSL_CTX_set_options (fixes #2157, thx mlcreech)stbuehler2010-02-282-1/+2
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2717 152afb58-edef-0310-8abb-c4023f1b3aa9
* Append to previous buffer in con read (fixes #2147, found by liming, ↵stbuehler2010-02-015-24/+62
| | | | | | CVE-2010-0295) git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2711 152afb58-edef-0310-8abb-c4023f1b3aa9
* Update NEWS filestbuehler2010-01-301-0/+4
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2709 152afb58-edef-0310-8abb-c4023f1b3aa9
* Fix select() backend under high load (off-by-one, noticed by Manuel Scharf ↵stbuehler2010-01-261-1/+1
| | | | | | in a forum thread) git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2705 152afb58-edef-0310-8abb-c4023f1b3aa9
* Require at least glib 2.10.0 for g_atomic_int_set (fixes #2127)stbuehler2009-12-311-1/+2
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2701 152afb58-edef-0310-8abb-c4023f1b3aa9
* mod_accesslog: support %e (fixes #2113, thx presbrey)stbuehler2009-12-141-1/+7
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2700 152afb58-edef-0310-8abb-c4023f1b3aa9
* Accept ":" in the reason-phrase of a status-linestbuehler2009-12-021-3/+3
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2698 152afb58-edef-0310-8abb-c4023f1b3aa9
* reset tlsext_server_name in connection_reset - fixes random hostnames in the ↵stbuehler2009-11-052-0/+4
| | | | | | $HTTP["host"] conditional git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2690 152afb58-edef-0310-8abb-c4023f1b3aa9
* export some SSL_CLIENT_* vars for client cert validation (fixes #1288, thx ↵stbuehler2009-11-054-0/+83
| | | | | | presbrey) git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2689 152afb58-edef-0310-8abb-c4023f1b3aa9
* mod_magnet: add traceback for printing lua errorsstbuehler2009-10-262-1/+32
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2682 152afb58-edef-0310-8abb-c4023f1b3aa9
* Mark recv-queue closed if backend connection got closed in mod_proxy_core ↵stbuehler2009-10-252-0/+2
| | | | | | (fixes #2090, thx liming) git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2677 152afb58-edef-0310-8abb-c4023f1b3aa9
* Set content-length in mod_compress (fixes #2089, thx liming)stbuehler2009-10-252-0/+3
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2676 152afb58-edef-0310-8abb-c4023f1b3aa9
* tests: Fix undefined var warningstbuehler2009-10-251-1/+1
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2675 152afb58-edef-0310-8abb-c4023f1b3aa9
* Fix mod_cgi hang on "crash-before-header-sent" bugstbuehler2009-10-252-2/+11
| | | | | | * connection gets killed by timeout git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2674 152afb58-edef-0310-8abb-c4023f1b3aa9
* Remove joblist thread, don't use timed pops for async queuesstbuehler2009-10-2511-213/+47
| | | | | | * Less spam in strace, should result in less overhead with joblist queue git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2673 152afb58-edef-0310-8abb-c4023f1b3aa9
* Reopen out stream in X-Rewrite (fixes #1678)stbuehler2009-10-252-0/+2
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2672 152afb58-edef-0310-8abb-c4023f1b3aa9
* Fix build errors when ssl is disabledstbuehler2009-10-201-0/+4
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2671 152afb58-edef-0310-8abb-c4023f1b3aa9
* Don't print ssl error if client didn't support TLS SNIstbuehler2009-10-162-2/+7
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2667 152afb58-edef-0310-8abb-c4023f1b3aa9
* tests: improve test system (RUNTESTS, bt full)stbuehler2009-10-162-4/+5
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2663 152afb58-edef-0310-8abb-c4023f1b3aa9
* Fix accesslog escape segfault (#1551)stbuehler2009-10-161-0/+1
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2662 152afb58-edef-0310-8abb-c4023f1b3aa9
* mod_accesslog: escape special characters (fixes #1551, thx icy)stbuehler2009-10-162-6/+52
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2661 152afb58-edef-0310-8abb-c4023f1b3aa9
* Fix con-state machine error handling (leave states after errors)stbuehler2009-10-161-11/+22
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2659 152afb58-edef-0310-8abb-c4023f1b3aa9
* stat-cache: verify that entries are still freshstbuehler2009-10-161-0/+14
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2658 152afb58-edef-0310-8abb-c4023f1b3aa9
* Add SSL Client Certificate verification (#1288)stbuehler2009-10-145-0/+58
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2655 152afb58-edef-0310-8abb-c4023f1b3aa9
* Fix compile error if TLS SNI isn't supportedstbuehler2009-10-141-4/+7
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2653 152afb58-edef-0310-8abb-c4023f1b3aa9
* Add TLS servername indication (SNI) support (fixes #386, thx Peter Colberg ↵stbuehler2009-10-1413-75/+160
| | | | | | | | | | | | <peter@colberg.org>) * This patch may "break" some configs, if they do stupid things. Like setting ssl.pemfile to a not existing file in a "non-socket/non-ssl" block. Fix them! :) From: Peter Colberg <peter@colberg.org> git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2649 152afb58-edef-0310-8abb-c4023f1b3aa9
* Remember keep-alive-idle in separate variable (fixes #1988)stbuehler2009-10-113-3/+6
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2623 152afb58-edef-0310-8abb-c4023f1b3aa9
* Fix some mem leaks found by cppcheckstbuehler2009-08-303-26/+36
| | | | | | | | * only the one in sys-files.c is "critical" (and only on windows) git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2617 152afb58-edef-0310-8abb-c4023f1b3aa9