summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* revert 1.4.40 swap of REQUEST_URI, REDIRECT_URI (fixes #2738)Glenn Strauss2016-07-235-21/+12
* do not set REDIRECT_URI in mod_magnet, mod_rewrite (#2738)Glenn Strauss2016-07-232-13/+0
* [mod_status] show keep-alive status w/ text output (fixes #2740)Glenn Strauss2016-07-211-1/+4
* [core] $HTTP["remoteip"] must handle IPv6 w/o []Glenn Strauss2016-07-211-6/+41
* [core] stay in CON_STATE_CLOSE until done with reqGlenn Strauss2016-07-201-5/+5
* [core] avoid spurious trace and error abortGlenn Strauss2016-07-191-26/+1
* [build_cmake] clock_gettime() -lrt w/ glibc < 2.17 (fixes #2737)Glenn Strauss2016-07-192-1/+9
* [security] do not emit HTTP_PROXY to CGI envGlenn Strauss2016-07-195-1/+33
* minor: spelling changes in some comments/messagesGlenn Strauss2016-07-183-4/+4
* [autobuild] clock_gettime() -lrt with glibc < 2.17Glenn Strauss2016-07-185-7/+37
* [core] #include <sys/filio.h> for FIONREAD (fixes #2726)Glenn Strauss2016-07-181-0/+5
* [autobuild] move inet_pton detection laterfbrosson2016-07-181-2/+4
* workaround clang compiler warningGlenn Strauss2016-07-171-6/+8
* fix some warnings reported by cppcheckGlenn Strauss2016-07-177-16/+13
* [mod_ssi] fix #config sizefmt="bytes"Glenn Strauss2016-07-171-1/+1
* [doc] update memcache references to memcachedGlenn Strauss2016-07-172-3/+3
* [mod_auth] fix Digest auth to be better than Basic (fixes #1844)Glenn Strauss2016-07-163-22/+73
* [build] allow AUTHOR, KEYID overrides to packdistGlenn Strauss2016-07-161-3/+3
* [config] inherit server.use-ipv6 and server.set-v6only (fixes #678)Glenn Strauss2016-07-161-2/+2
* remove long-deprecated, non-functional config optsGlenn Strauss2016-07-162-29/+0
* - next is 1.4.41Glenn Strauss2016-07-164-4/+6
* [doc] NEWSlighttpd-1.4.40Glenn Strauss2016-07-151-0/+16
* [doc] add self to AUTHORS (discussed w/ stbuehler)Glenn Strauss2016-07-151-0/+1
* update lighttpd -hGlenn Strauss2016-07-151-1/+2
* [mod_cgi] handle local redirect response (fixes #2108)Glenn Strauss2016-07-145-3/+78
* [tests] remove some tests duplicated in mod-cgi.tGlenn Strauss2016-07-141-26/+2
* [core] fdevent_libev: workaround compiler warningGlenn Strauss2016-07-131-1/+3
* [core] fdevent_libev: update use of ev_timerGlenn Strauss2016-07-131-17/+6
* [mod_access] new directive url.access-allow (fixes #1421)Glenn Strauss2016-07-133-1/+67
* [mod_accesslog] %a %A %C %D %k %{}t %{}T (fixes #1145, fixes #1415, fixes #2081)Glenn Strauss2016-07-125-97/+269
* fix gcc 6.1.1 compiler warn misleading-indentationGlenn Strauss2016-07-121-3/+6
* [mod_fastcgi,mod_scgi] check for spawning on same unix socket (#319)Glenn Strauss2016-07-102-2/+16
* [mod_fastcgi,mod_scgi] check for spawning on same unix socket (#319)Glenn Strauss2016-07-102-20/+38
* [core] make server.max-request-size scopeable (fixes #1901)Glenn Strauss2016-07-094-18/+17
* [mod_uploadprogress] fix mem leak (#1858)Glenn Strauss2016-07-071-42/+27
* [core] remove assert in fdevent_unregister()Glenn Strauss2016-07-071-2/+0
* [autobuild] CMake check for struct tm tm_gmtoff (fixes #2014)Glenn Strauss2016-07-061-0/+8
* [mod_webdav] fix proppatch mem leak, other fixes (#fixes 1334, #fixes 2000)Glenn Strauss2016-07-051-1/+7
* [core] fix server.max-request-size to be precise (fixes #2131)Glenn Strauss2016-07-051-2/+2
* [TLS] fix return value checks during cert initGlenn Strauss2016-07-051-2/+2
* [core] fix s6_addr type-punned compiler warningGlenn Strauss2016-07-021-2/+12
* [tests] remove dependency on CGI.pmGlenn Strauss2016-07-023-28/+28
* [cygwin] minor: fix compiler warningGlenn Strauss2016-07-021-0/+2
* [build] add $(ATTR_LIB) to liblightcomp_la_LIBADDGlenn Strauss2016-06-301-1/+1
* [core] add declarations to fdevent.h (#2373)Glenn Strauss2016-06-291-1/+6
* [core] disable Nagle algorithm (TCP_NODELAY)Glenn Strauss2016-06-294-0/+39
* fix error handling for portability (NetBSD)Glenn Strauss2016-06-292-4/+8
* graceful shutdown without unnecessary 1 sec delayGlenn Strauss2016-06-271-0/+1
* [doc] NEWSGlenn Strauss2016-06-261-0/+13
* [mod_webdav] remove excess SQL param to UNLOCKGlenn Strauss2016-06-251-4/+0