| Commit message (Expand) | Author | Age | Files | Lines |
* | revert 1.4.40 swap of REQUEST_URI, REDIRECT_URI (fixes #2738) | Glenn Strauss | 2016-07-23 | 5 | -21/+12 |
* | do not set REDIRECT_URI in mod_magnet, mod_rewrite (#2738) | Glenn Strauss | 2016-07-23 | 2 | -13/+0 |
* | [mod_status] show keep-alive status w/ text output (fixes #2740) | Glenn Strauss | 2016-07-21 | 1 | -1/+4 |
* | [core] $HTTP["remoteip"] must handle IPv6 w/o [] | Glenn Strauss | 2016-07-21 | 1 | -6/+41 |
* | [core] stay in CON_STATE_CLOSE until done with req | Glenn Strauss | 2016-07-20 | 1 | -5/+5 |
* | [core] avoid spurious trace and error abort | Glenn Strauss | 2016-07-19 | 1 | -26/+1 |
* | [build_cmake] clock_gettime() -lrt w/ glibc < 2.17 (fixes #2737) | Glenn Strauss | 2016-07-19 | 2 | -1/+9 |
* | [security] do not emit HTTP_PROXY to CGI env | Glenn Strauss | 2016-07-19 | 5 | -1/+33 |
* | minor: spelling changes in some comments/messages | Glenn Strauss | 2016-07-18 | 3 | -4/+4 |
* | [autobuild] clock_gettime() -lrt with glibc < 2.17 | Glenn Strauss | 2016-07-18 | 5 | -7/+37 |
* | [core] #include <sys/filio.h> for FIONREAD (fixes #2726) | Glenn Strauss | 2016-07-18 | 1 | -0/+5 |
* | [autobuild] move inet_pton detection later | fbrosson | 2016-07-18 | 1 | -2/+4 |
* | workaround clang compiler warning | Glenn Strauss | 2016-07-17 | 1 | -6/+8 |
* | fix some warnings reported by cppcheck | Glenn Strauss | 2016-07-17 | 7 | -16/+13 |
* | [mod_ssi] fix #config sizefmt="bytes" | Glenn Strauss | 2016-07-17 | 1 | -1/+1 |
* | [doc] update memcache references to memcached | Glenn Strauss | 2016-07-17 | 2 | -3/+3 |
* | [mod_auth] fix Digest auth to be better than Basic (fixes #1844) | Glenn Strauss | 2016-07-16 | 3 | -22/+73 |
* | [build] allow AUTHOR, KEYID overrides to packdist | Glenn Strauss | 2016-07-16 | 1 | -3/+3 |
* | [config] inherit server.use-ipv6 and server.set-v6only (fixes #678) | Glenn Strauss | 2016-07-16 | 1 | -2/+2 |
* | remove long-deprecated, non-functional config opts | Glenn Strauss | 2016-07-16 | 2 | -29/+0 |
* | - next is 1.4.41 | Glenn Strauss | 2016-07-16 | 4 | -4/+6 |
* | [doc] NEWSlighttpd-1.4.40 | Glenn Strauss | 2016-07-15 | 1 | -0/+16 |
* | [doc] add self to AUTHORS (discussed w/ stbuehler) | Glenn Strauss | 2016-07-15 | 1 | -0/+1 |
* | update lighttpd -h | Glenn Strauss | 2016-07-15 | 1 | -1/+2 |
* | [mod_cgi] handle local redirect response (fixes #2108) | Glenn Strauss | 2016-07-14 | 5 | -3/+78 |
* | [tests] remove some tests duplicated in mod-cgi.t | Glenn Strauss | 2016-07-14 | 1 | -26/+2 |
* | [core] fdevent_libev: workaround compiler warning | Glenn Strauss | 2016-07-13 | 1 | -1/+3 |
* | [core] fdevent_libev: update use of ev_timer | Glenn Strauss | 2016-07-13 | 1 | -17/+6 |
* | [mod_access] new directive url.access-allow (fixes #1421) | Glenn Strauss | 2016-07-13 | 3 | -1/+67 |
* | [mod_accesslog] %a %A %C %D %k %{}t %{}T (fixes #1145, fixes #1415, fixes #2081) | Glenn Strauss | 2016-07-12 | 5 | -97/+269 |
* | fix gcc 6.1.1 compiler warn misleading-indentation | Glenn Strauss | 2016-07-12 | 1 | -3/+6 |
* | [mod_fastcgi,mod_scgi] check for spawning on same unix socket (#319) | Glenn Strauss | 2016-07-10 | 2 | -2/+16 |
* | [mod_fastcgi,mod_scgi] check for spawning on same unix socket (#319) | Glenn Strauss | 2016-07-10 | 2 | -20/+38 |
* | [core] make server.max-request-size scopeable (fixes #1901) | Glenn Strauss | 2016-07-09 | 4 | -18/+17 |
* | [mod_uploadprogress] fix mem leak (#1858) | Glenn Strauss | 2016-07-07 | 1 | -42/+27 |
* | [core] remove assert in fdevent_unregister() | Glenn Strauss | 2016-07-07 | 1 | -2/+0 |
* | [autobuild] CMake check for struct tm tm_gmtoff (fixes #2014) | Glenn Strauss | 2016-07-06 | 1 | -0/+8 |
* | [mod_webdav] fix proppatch mem leak, other fixes (#fixes 1334, #fixes 2000) | Glenn Strauss | 2016-07-05 | 1 | -1/+7 |
* | [core] fix server.max-request-size to be precise (fixes #2131) | Glenn Strauss | 2016-07-05 | 1 | -2/+2 |
* | [TLS] fix return value checks during cert init | Glenn Strauss | 2016-07-05 | 1 | -2/+2 |
* | [core] fix s6_addr type-punned compiler warning | Glenn Strauss | 2016-07-02 | 1 | -2/+12 |
* | [tests] remove dependency on CGI.pm | Glenn Strauss | 2016-07-02 | 3 | -28/+28 |
* | [cygwin] minor: fix compiler warning | Glenn Strauss | 2016-07-02 | 1 | -0/+2 |
* | [build] add $(ATTR_LIB) to liblightcomp_la_LIBADD | Glenn Strauss | 2016-06-30 | 1 | -1/+1 |
* | [core] add declarations to fdevent.h (#2373) | Glenn Strauss | 2016-06-29 | 1 | -1/+6 |
* | [core] disable Nagle algorithm (TCP_NODELAY) | Glenn Strauss | 2016-06-29 | 4 | -0/+39 |
* | fix error handling for portability (NetBSD) | Glenn Strauss | 2016-06-29 | 2 | -4/+8 |
* | graceful shutdown without unnecessary 1 sec delay | Glenn Strauss | 2016-06-27 | 1 | -0/+1 |
* | [doc] NEWS | Glenn Strauss | 2016-06-26 | 1 | -0/+13 |
* | [mod_webdav] remove excess SQL param to UNLOCK | Glenn Strauss | 2016-06-25 | 1 | -4/+0 |