summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add README to point to lighttpd-1.4.x as stableHEADmasterstbuehler2015-09-18320-74982/+5
* fix ipv6 disabling (fixes #2292, thx bert)stbuehler2013-09-132-7/+1
* fix link order for -Wl,--as-neededstbuehler2013-09-131-7/+11
* configure.ac: remove old stuff, add some new to fix warnings in automake 1.12stbuehler2013-09-131-4/+7
* fix memleak in mod_auth (fixes #2457, thx brarcher)stbuehler2013-09-132-1/+3
* fix :port handling in $HTTP["host"] checks (fixes #2135. thx liming)stbuehler2012-11-072-6/+3
* buffer_caseless_compare: always convert letters to lowercase to get transitiv...stbuehler2012-04-082-6/+6
* [mod_auth] Fix signedness error in http_auth (fixes #2370, CVE-2011-4362)stbuehler2011-11-293-2/+11
* Enable linux-aio-sendfile for testing in autotools toostbuehler2011-05-052-0/+16
* [ssl/md5] prefix our own md5 implementation with li_ so it doesn't conflict w...stbuehler2011-04-247-16/+41
* Read hostname from absolute https:// uris in the request line (patch by Adria...stbuehler2011-04-043-4/+25
* more strict check for server.stat-cache-enginestbuehler2011-03-312-1/+14
* tests: server.name is allowed to overwrite hostname from mod_simple_vhoststbuehler2011-03-311-1/+1
* proxy-backend-http: fix chunked encoding parserstbuehler2011-03-311-4/+4
* Fix conditional interpretation of core optionsstbuehler2011-03-302-3/+1
* - Combine Cache-Control header value in mod_expire to existing HTTP header if...glen2011-03-254-1/+19
* Fix some warningsstbuehler2010-12-302-1/+3
* [mod_postgresql_vhost] replace index() with strchr()stbuehler2010-12-301-1/+1
* reset srv->did_wakeup immediately after fdevent_pollstbuehler2010-12-301-1/+3
* Add some more people to AUTHORS liststbuehler2010-08-051-1/+6
* - Include IP addresses on error log on password failures (fixes #2191)glen2010-05-282-4/+5
* - Print double quotes properly when dumping config file (fixes #1806)glen2010-05-282-1/+19
* Fix handling return value of SSL_CTX_set_options (fixes #2157, thx mlcreech)stbuehler2010-02-282-1/+2
* Append to previous buffer in con read (fixes #2147, found by liming, CVE-2010...stbuehler2010-02-015-24/+62
* Update NEWS filestbuehler2010-01-301-0/+4
* Fix select() backend under high load (off-by-one, noticed by Manuel Scharf in...stbuehler2010-01-261-1/+1
* Require at least glib 2.10.0 for g_atomic_int_set (fixes #2127)stbuehler2009-12-311-1/+2
* mod_accesslog: support %e (fixes #2113, thx presbrey)stbuehler2009-12-141-1/+7
* Accept ":" in the reason-phrase of a status-linestbuehler2009-12-021-3/+3
* reset tlsext_server_name in connection_reset - fixes random hostnames in the ...stbuehler2009-11-052-0/+4
* export some SSL_CLIENT_* vars for client cert validation (fixes #1288, thx pr...stbuehler2009-11-054-0/+83
* mod_magnet: add traceback for printing lua errorsstbuehler2009-10-262-1/+32
* Mark recv-queue closed if backend connection got closed in mod_proxy_core (fi...stbuehler2009-10-252-0/+2
* Set content-length in mod_compress (fixes #2089, thx liming)stbuehler2009-10-252-0/+3
* tests: Fix undefined var warningstbuehler2009-10-251-1/+1
* Fix mod_cgi hang on "crash-before-header-sent" bugstbuehler2009-10-252-2/+11
* Remove joblist thread, don't use timed pops for async queuesstbuehler2009-10-2511-213/+47
* Reopen out stream in X-Rewrite (fixes #1678)stbuehler2009-10-252-0/+2
* Fix build errors when ssl is disabledstbuehler2009-10-201-0/+4
* Don't print ssl error if client didn't support TLS SNIstbuehler2009-10-162-2/+7
* tests: improve test system (RUNTESTS, bt full)stbuehler2009-10-162-4/+5
* Fix accesslog escape segfault (#1551)stbuehler2009-10-161-0/+1
* mod_accesslog: escape special characters (fixes #1551, thx icy)stbuehler2009-10-162-6/+52
* 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-145-0/+58
* 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-1413-75/+160
* 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