summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [mod_webdav] create file w/ LOCK request if ENOENTGlenn Strauss2016-06-041-2/+17
* [config] server.bsd-accept-filter optionGlenn Strauss2016-06-044-5/+33
* use buffer_string_set_length() to truncate stringsGlenn Strauss2016-05-231-1/+1
* use buffer_string_set_length() to truncate stringsGlenn Strauss2016-05-232-2/+2
* minor: quiet some compiler warningsGlenn Strauss2016-05-212-1/+2
* [build_cmake] use MODULE on Mac OS X (fixes #1761)Glenn Strauss2016-05-213-1/+39
* [config] normalize IP strings in lighttpd.confGlenn Strauss2016-05-191-1/+52
* [config] opts for http header parsing strictness (fixes #551, fixes #1086, fi...Glenn Strauss2016-05-195-16/+169
* [mod_fastcgi] no chunked response w/ X-Sendfile (fixes #2733)Glenn Strauss2016-05-181-1/+1
* [mod_cgi,mod_scgi] X-Sendfile sets file_started (fixes #2733)Glenn Strauss2016-05-181-0/+2
* [mod_ssi] fix parse of tag across buf boundary (fixes #2732)Glenn Strauss2016-05-171-4/+4
* [core] wrap IPv6 literal in "[]" in redirect URLGlenn Strauss2016-05-161-0/+2
* [mod_ssi] more flexible quoting (fixes #1768)Glenn Strauss2016-05-148-68/+133
* [mod_ssi] add PCRE_* options to constrain regexGlenn Strauss2016-05-141-2/+2
* [mod_ssi] include relative to alias,userdir (fixes #222)Glenn Strauss2016-05-141-2/+42
* [mod_ssi] fix SSI statement parserGlenn Strauss2016-05-144-5/+15
* [mod_accesslog] report aborted con state with %X (fixes #1890)Glenn Strauss2016-05-141-3/+8
* [build] enhancements for cross-compiling (fixes #2276)Glenn Strauss2016-05-141-83/+184
* [mod_evasive] 302 redirect option if limit reached (fixes #2199)Glenn Strauss2016-05-131-1/+17
* [config] support include file glob (fixes #1221)Glenn Strauss2016-05-133-16/+55
* adjustments for openssl 1.1.0 pre-releaseGlenn Strauss2016-05-111-1/+2
* [doc] NEWSGlenn Strauss2016-05-101-0/+5
* check close() return code after writing to fileGlenn Strauss2016-05-103-10/+32
* [mod_auth] preserve WWW-Authenticate for error docs (fixes #2730)Glenn Strauss2016-05-101-4/+20
* [core] add default modules while processing server configGlenn Strauss2016-05-102-96/+62
* [core] simplify config merge of array listsGlenn Strauss2016-05-101-13/+4
* [core] fix config merge of array listsGlenn Strauss2016-05-101-1/+1
* static build instructions using SCons or makeGlenn Strauss2016-05-103-1/+92
* [core] fix IPv6 address + port parsing (#2204)Glenn Strauss2016-05-071-2/+2
* build with libresslGlenn Strauss2016-05-078-12/+15
* minor: fix compiler warning for extra ';'Glenn Strauss2016-05-071-1/+1
* clean up oneshot_fd resource upon startup errorGlenn Strauss2016-05-071-3/+7
* fix typo in new cgi.x-sendfile directivesGlenn Strauss2016-05-071-2/+2
* reset response headers, write_queue for error docsGlenn Strauss2016-05-021-12/+3
* [doc] NEWSGlenn Strauss2016-05-021-0/+7
* [mod_webdav] improve PROPFIND,PROPPATCH; map COPY/MOVE DestinationGlenn Strauss2016-05-021-51/+127
|\
| * [mod_webdav] improve PROPFIND,PROPPATCH (#1818, #1953)Glenn Strauss2016-05-021-42/+71
| * [mod_webdav] map COPY/MOVE Destination to aliases (fixes #1787)Glenn Strauss2016-05-021-9/+56
|/
* [mod_status] add JSON output option (fixed #2432)Glenn Strauss2016-05-021-0/+89
* [mod_fastcgi,mod_scgi] IPv6 support (fixes #2372)Glenn Strauss2016-05-022-16/+70
* lighttpd run modes for idle timeout, one-shotGlenn Strauss2016-05-025-75/+250
|\
| * [core] lighttpd -1 handles single request on stdin socket (fixes #1584)Glenn Strauss2016-05-025-3/+151
| * [network] separate addr trans from socket creationGlenn Strauss2016-05-021-65/+56
| * [core] cmd line opt to shutdown after idle time limit (fixes #2696)Glenn Strauss2016-05-022-8/+44
|/
* [mod_ssi, mod_cml] set DOCUMENT_ROOT to basedir (fixes #2383)Glenn Strauss2016-05-022-2/+2
* [doc] NEWSGlenn Strauss2016-04-281-0/+10
* [doc] add mimetype.use-xattr to create-mime.conf.plGlenn Strauss2016-04-281-2/+13
* [core] preserve PATH_INFO case on case-insensitive fs (fixes #406)Glenn Strauss2016-04-281-2/+13
* minor: add missing #include <errno.h>Glenn Strauss2016-04-281-0/+2
* [core] fallback to write if sendfile not supported (fixes #471, #987)Glenn Strauss2016-04-284-0/+80