summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [doc] NEWSlighttpd-1.4.44Glenn Strauss2016-12-231-0/+50
* [TLS] openssl 1.1.0 makes SSL_OP_NO_SSLv2 no-opGlenn Strauss2016-12-231-2/+2
* fix SCons fullstatic build with glibc pthreadsStefan Bühler2016-12-231-2/+10
* [mod_cgi] fall back to pipe() if pipe2() failsGlenn Strauss2016-12-231-12/+12
* [mod_proxy] proxy.replace-http-host enable/disableGlenn Strauss2016-12-221-1/+1
* [tests] mark tests/docroot/www/*.pl scripts a+xGlenn Strauss2016-12-225-0/+0
* [mod_evhost] fix an incorrect error traceGlenn Strauss2016-12-192-1/+1
* [build] check for pipe2() at configure timeGlenn Strauss2016-12-174-4/+4
* [build] compile fixes for AIXGlenn Strauss2016-12-173-1/+9
* [mod_secdownload] warn if SHA used w/o SSL cryptoGlenn Strauss2016-12-171-2/+0
* [mod_proxy] proxy.balance = "sticky" option (fixes #2117)Glenn Strauss2016-12-171-2/+41
* [autobuild] set NO_RDYNAMIC=yes for midipixGlenn Strauss2016-12-161-1/+1
* [core] support Transfer-Encoding: chunked req body (fixes #2156)Glenn Strauss2016-12-1610-58/+419
* [core] fix segfault when parsing a bad config fileGlenn Strauss2016-12-161-1/+1
* [core] consolidate duplicated read-to-close codeGlenn Strauss2016-12-131-18/+22
* [mod_ssi] implement, ignore <!--#comment ... -->Glenn Strauss2016-12-111-1/+9
* [mod_ssi] basic recursive SSI include virtual (fixes #536)Glenn Strauss2016-12-112-25/+91
* [mod_proxy] replace HTTP Host sent to backend (fixes #2770)Glenn Strauss2016-12-101-0/+21
* [mod_dirlisting] render dirlisting as HTML (fixes #2767)Glenn Strauss2016-12-101-19/+21
* [core] permit connection-level state in modulesGlenn Strauss2016-12-091-16/+10
* [core] defer li_rand_init() until first useGlenn Strauss2016-12-091-1/+18
* [core] remove srv->entropy[]Glenn Strauss2016-12-094-12/+0
* [mod_ssi] produce content in subrequest hookGlenn Strauss2016-12-063-17/+69
* [core] combine duplicated connection reset codeGlenn Strauss2016-12-052-22/+9
* [mod_cml] include lua headers before base.hGlenn Strauss2016-12-052-32/+20
* remove #include "stream.h" where not usedGlenn Strauss2016-12-056-7/+0
* [core] rename li_rand() to li_rand_pseudo_bytes()Glenn Strauss2016-12-054-6/+8
* [mod_authn_gssapi] fix missing error ret, coverityGlenn Strauss2016-12-051-7/+5
* [doc] remove reference to Linux rt-signalsGlenn Strauss2016-12-052-6/+0
* set systemd settings similar to lighttpd2sugilog2016-12-051-1/+3
* suggest inclusion of mod_geoip... before mod_ssi.fbrosson2016-12-052-1/+6
* [build] build network_*.c into lighttpd executableGlenn Strauss2016-12-053-17/+25
* [mod_cgi] remove direct calls to network_backend*Glenn Strauss2016-12-051-2/+19
* openssl 1.1.0 init and cleanupGlenn Strauss2016-12-052-5/+16
* RAND_pseudo_bytes() is deprecated in openssl 1.1.0Glenn Strauss2016-12-051-1/+3
* [mod_fastcgi,mod_scgi] warn if invalid "bin-path"Glenn Strauss2016-12-032-0/+24
* comment out auth.backend.ldap.* in tests/*.confGlenn Strauss2016-12-037-21/+21
* load mod_auth & mod_authn_file in sample/test.confGlenn Strauss2016-11-2911-0/+11
* [mod_webdav] compile fix when locking not enabledGlenn Strauss2016-11-281-3/+3
* [mod_authn_mysql] close mysql_conn in cleanupGlenn Strauss2016-11-281-0/+1
* fix race in dynamic handler configs (reentrancy) (fixes #2774)Glenn Strauss2016-11-285-67/+84
* [core] compile fix for Mac OS X 10.6 (old) (fixes #2773)Glenn Strauss2016-11-284-5/+5
* [mod_authn_gssapi] better resource cleanupGlenn Strauss2016-11-271-21/+23
* [mod_auth] compile fix for Mac OS X XCode (fixes #2772)Glenn Strauss2016-11-251-1/+1
* [mod_cgi] fix out of sockets error for POST to CGI (fixes #2771)Glenn Strauss2016-11-241-0/+1
* [mod_fastcgi] fix segfault if all backends down (fixes #2768)Glenn Strauss2016-11-241-0/+2
* [mod_extforward] fix crash on invalid IP (fixes #2766)Glenn Strauss2016-11-241-0/+1
* [mod_cgi] FreeBSD 9.3/MacOSX does not have pipe2() (fixes #2765)Glenn Strauss2016-11-241-1/+2
* [mod_magnet] fix magnet_cgi_set() set of env vars (fixes #2763)Glenn Strauss2016-11-241-1/+1
* [config] warn if mod_authn_ldap,mysql not listedGlenn Strauss2016-11-241-6/+4