| Commit message (Expand) | Author | Age | Files | Lines |
| * | add README to point to lighttpd-1.4.x as stableHEADmaster | stbuehler | 2015-09-18 | 181 | -60354/+0 |
| * | fix ipv6 disabling (fixes #2292, thx bert) | stbuehler | 2013-09-13 | 1 | -7/+0 |
| * | fix memleak in mod_auth (fixes #2457, thx brarcher) | stbuehler | 2013-09-13 | 1 | -1/+2 |
| * | fix :port handling in $HTTP["host"] checks (fixes #2135. thx liming) | stbuehler | 2012-11-07 | 1 | -6/+2 |
| * | buffer_caseless_compare: always convert letters to lowercase to get transitiv... | stbuehler | 2012-04-08 | 1 | -6/+5 |
| * | [mod_auth] Fix signedness error in http_auth (fixes #2370, CVE-2011-4362) | stbuehler | 2011-11-29 | 1 | -1/+1 |
| * | [ssl/md5] prefix our own md5 implementation with li_ so it doesn't conflict w... | stbuehler | 2011-04-24 | 6 | -16/+40 |
| * | Read hostname from absolute https:// uris in the request line (patch by Adria... | stbuehler | 2011-04-04 | 1 | -3/+8 |
| * | more strict check for server.stat-cache-engine | stbuehler | 2011-03-31 | 1 | -1/+12 |
| * | proxy-backend-http: fix chunked encoding parser | stbuehler | 2011-03-31 | 1 | -4/+4 |
| * | Fix conditional interpretation of core options | stbuehler | 2011-03-30 | 1 | -3/+0 |
| * | - Combine Cache-Control header value in mod_expire to existing HTTP header if... | glen | 2011-03-25 | 3 | -1/+18 |
| * | Fix some warnings | stbuehler | 2010-12-30 | 2 | -1/+3 |
| * | [mod_postgresql_vhost] replace index() with strchr() | stbuehler | 2010-12-30 | 1 | -1/+1 |
| * | reset srv->did_wakeup immediately after fdevent_poll | stbuehler | 2010-12-30 | 1 | -1/+3 |
| * | - Include IP addresses on error log on password failures (fixes #2191) | glen | 2010-05-28 | 1 | -4/+4 |
| * | - Print double quotes properly when dumping config file (fixes #1806) | glen | 2010-05-28 | 1 | -1/+18 |
| * | Fix handling return value of SSL_CTX_set_options (fixes #2157, thx mlcreech) | stbuehler | 2010-02-28 | 1 | -1/+1 |
| * | Append to previous buffer in con read (fixes #2147, found by liming, CVE-2010... | stbuehler | 2010-02-01 | 4 | -24/+61 |
| * | Fix select() backend under high load (off-by-one, noticed by Manuel Scharf in... | stbuehler | 2010-01-26 | 1 | -1/+1 |
| * | mod_accesslog: support %e (fixes #2113, thx presbrey) | stbuehler | 2009-12-14 | 1 | -1/+7 |
| * | Accept ":" in the reason-phrase of a status-line | stbuehler | 2009-12-02 | 1 | -3/+3 |
| * | reset tlsext_server_name in connection_reset - fixes random hostnames in the ... | stbuehler | 2009-11-05 | 1 | -0/+3 |
| * | export some SSL_CLIENT_* vars for client cert validation (fixes #1288, thx pr... | stbuehler | 2009-11-05 | 3 | -0/+82 |
| * | mod_magnet: add traceback for printing lua errors | stbuehler | 2009-10-26 | 1 | -1/+31 |
| * | Mark recv-queue closed if backend connection got closed in mod_proxy_core (fi... | stbuehler | 2009-10-25 | 1 | -0/+1 |
| * | Set content-length in mod_compress (fixes #2089, thx liming) | stbuehler | 2009-10-25 | 1 | -0/+2 |
| * | Fix mod_cgi hang on "crash-before-header-sent" bug | stbuehler | 2009-10-25 | 1 | -2/+10 |
| * | Remove joblist thread, don't use timed pops for async queues | stbuehler | 2009-10-25 | 10 | -213/+46 |
| * | Reopen out stream in X-Rewrite (fixes #1678) | stbuehler | 2009-10-25 | 1 | -0/+1 |
| * | Fix build errors when ssl is disabled | stbuehler | 2009-10-20 | 1 | -0/+4 |
| * | Don't print ssl error if client didn't support TLS SNI | stbuehler | 2009-10-16 | 1 | -2/+6 |
| * | Fix accesslog escape segfault (#1551) | stbuehler | 2009-10-16 | 1 | -0/+1 |
| * | mod_accesslog: escape special characters (fixes #1551, thx icy) | stbuehler | 2009-10-16 | 1 | -6/+51 |
| * | Fix con-state machine error handling (leave states after errors) | stbuehler | 2009-10-16 | 1 | -11/+22 |
| * | stat-cache: verify that entries are still fresh | stbuehler | 2009-10-16 | 1 | -0/+14 |
| * | Add SSL Client Certificate verification (#1288) | stbuehler | 2009-10-14 | 4 | -0/+57 |
| * | Fix compile error if TLS SNI isn't supported | stbuehler | 2009-10-14 | 1 | -4/+7 |
| * | Add TLS servername indication (SNI) support (fixes #386, thx Peter Colberg <p... | stbuehler | 2009-10-14 | 8 | -71/+155 |
| * | Remember keep-alive-idle in separate variable (fixes #1988) | stbuehler | 2009-10-11 | 3 | -3/+6 |
| * | Fix some mem leaks found by cppcheck | stbuehler | 2009-08-30 | 3 | -26/+36 |
| * | Use linux-epoll by default if available (fixes #2021) | stbuehler | 2009-08-12 | 1 | -10/+10 |
| * | Allow chunkqueue_skip to skip all types of chunks | stbuehler | 2009-08-10 | 2 | -5/+17 |
| * | Set tm.tm_isdst = 0 before mktime() (fixes #2047) | stbuehler | 2009-08-06 | 1 | -4/+6 |
| * | Enable linux-aio-sendfile for testing in cmake again, fix a small bug in it | stbuehler | 2009-08-02 | 3 | -16/+17 |
| * | Add proxy-core.max-backlog-size (set to 0 to disable backlog, thx e-razor) | stbuehler | 2009-07-23 | 2 | -4/+12 |
| * | Add proxy-core.disable-time (used for all disable-times), default value 1 sec... | stbuehler | 2009-07-23 | 2 | -10/+19 |
| * | Fix mod_deflate bzip2 compression level (thx peto, fixes #2035) | stbuehler | 2009-07-21 | 1 | -11/+18 |
| * | Allow all comparisons for $SERVER["socket"] - only bind for "==" | stbuehler | 2009-07-16 | 1 | -5/+1 |
| * | Allow digits in hostnames in more places (fixes #1148) | stbuehler | 2009-07-14 | 1 | -2/+2 |