summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* use con->conf.server_tag in modulesGlenn Strauss2016-06-258-38/+14
* [cygwin] fix mod_proxy and mod_fastcgi ioctl useGlenn Strauss2016-06-235-5/+22
* fix errors detected by Coverity ScanGlenn Strauss2016-06-2310-46/+47
* chunkqueue_append_chunkqueue()Glenn Strauss2016-06-214-8/+23
* [build] update Makefile.am EXTRA_DIST w/ new filesGlenn Strauss2016-06-211-0/+2
* fix errors detected by Coverity ScanGlenn Strauss2016-06-219-8/+14
* asynchronous, bidirectional streaming optionsGlenn Strauss2016-06-1920-428/+863
|\
| * defer choosing "Transfer-Encoding: chunked"Glenn Strauss2016-06-195-35/+15
| * remove excess calls to joblist_append()Glenn Strauss2016-06-195-16/+8
| * http_response_backend_error()Glenn Strauss2016-06-198-77/+27
| * drain backend socket/pipe bufs upon FDEVENT_HUPGlenn Strauss2016-06-194-15/+51
| * [core] option to stream response body to client (fixes #949, #760, #1283, #1387)Glenn Strauss2016-06-197-13/+201
| * separate routines for reading output from backendsGlenn Strauss2016-06-194-36/+94
| * [core] option to stream request body to backend (fixes #376)Glenn Strauss2016-06-196-136/+236
| * [config] config options to stream request/response (#949, #376)Glenn Strauss2016-06-196-19/+70
| * [TLS] release openssl buffers as used (fixes #1265, fixes #1283, #881)Glenn Strauss2016-06-191-1/+7
| * [core] stream response to client (#949)Glenn Strauss2016-06-197-72/+74
| * [core] buffer large responses to tempfiles (fixes #758, fixes #760, fixes #93...Glenn Strauss2016-06-128-31/+103
|/
* [mod_webdav] create file w/ LOCK request if ENOENTGlenn Strauss2016-06-101-17/+22
* [mod_webdav] getetag and lockdiscovery live propsGlenn Strauss2016-06-101-37/+94
* [doc] NEWSGlenn Strauss2016-06-041-0/+20