summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add README to point to lighttpd-1.4.x as stableHEADmasterstbuehler2015-09-18181-60354/+0
* fix ipv6 disabling (fixes #2292, thx bert)stbuehler2013-09-131-7/+0
* fix memleak in mod_auth (fixes #2457, thx brarcher)stbuehler2013-09-131-1/+2
* fix :port handling in $HTTP["host"] checks (fixes #2135. thx liming)stbuehler2012-11-071-6/+2
* buffer_caseless_compare: always convert letters to lowercase to get transitiv...stbuehler2012-04-081-6/+5
* [mod_auth] Fix signedness error in http_auth (fixes #2370, CVE-2011-4362)stbuehler2011-11-291-1/+1
* [ssl/md5] prefix our own md5 implementation with li_ so it doesn't conflict w...stbuehler2011-04-246-16/+40
* Read hostname from absolute https:// uris in the request line (patch by Adria...stbuehler2011-04-041-3/+8
* more strict check for server.stat-cache-enginestbuehler2011-03-311-1/+12
* proxy-backend-http: fix chunked encoding parserstbuehler2011-03-311-4/+4
* Fix conditional interpretation of core optionsstbuehler2011-03-301-3/+0
* - Combine Cache-Control header value in mod_expire to existing HTTP header if...glen2011-03-253-1/+18
* 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
* - Include IP addresses on error log on password failures (fixes #2191)glen2010-05-281-4/+4
* - Print double quotes properly when dumping config file (fixes #1806)glen2010-05-281-1/+18
* Fix handling return value of SSL_CTX_set_options (fixes #2157, thx mlcreech)stbuehler2010-02-281-1/+1
* Append to previous buffer in con read (fixes #2147, found by liming, CVE-2010...stbuehler2010-02-014-24/+61
* Fix select() backend under high load (off-by-one, noticed by Manuel Scharf in...stbuehler2010-01-261-1/+1
* 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-051-0/+3
* export some SSL_CLIENT_* vars for client cert validation (fixes #1288, thx pr...stbuehler2009-11-053-0/+82
* mod_magnet: add traceback for printing lua errorsstbuehler2009-10-261-1/+31
* Mark recv-queue closed if backend connection got closed in mod_proxy_core (fi...stbuehler2009-10-251-0/+1
* Set content-length in mod_compress (fixes #2089, thx liming)stbuehler2009-10-251-0/+2
* Fix mod_cgi hang on "crash-before-header-sent" bugstbuehler2009-10-251-2/+10
* Remove joblist thread, don't use timed pops for async queuesstbuehler2009-10-2510-213/+46
* Reopen out stream in X-Rewrite (fixes #1678)stbuehler2009-10-251-0/+1
* 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