summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [tests] test coverage for issues (#321, #322)Christoph Kreutzer2016-09-194-14/+39
* [mod_fastcgi] Authorizer support with Responder (fixes #321, fixes #322)Glenn Strauss2016-09-191-74/+134
* [mod_geoip] add to default build (fixes #2705, fixes #2101, fixes #2092, fixe...Glenn Strauss2016-09-136-0/+616
* [mod_uploadprogress] add to default buildGlenn Strauss2016-09-124-4/+9
* [mod_cgi] permit CGI exec of unreadable files (fixes #2374)Glenn Strauss2016-09-111-3/+13
* [mod_auth] mod_authn_mysql.c MySQL auth backend (fixes #752, fixes #1845)Glenn Strauss2016-09-115-0/+577
* [mod_auth] remove empty mod_auth.hGlenn Strauss2016-09-092-1/+1
* [mod_auth] http_auth_md5_hex2bin()Glenn Strauss2016-09-093-7/+36
* fix mis-cast in unused codeGlenn Strauss2016-08-251-1/+1
* [core] fix crash if ready events on abandoned fd (fixes #2748)Glenn Strauss2016-08-247-22/+56
* [mod_auth] terminate salt for CRYPT-MD5-NTLMGlenn Strauss2016-08-211-0/+1
* [mod_auth] support CRYPT-MD5-NTLM algorithm (fixes #1743)Glenn Strauss2016-08-211-6/+63
* [mod_auth] include base.h for USE_OPENSSL defGlenn Strauss2016-08-201-0/+2
* [core] better DragonFlyBSD support (fixes #2746)Glenn Strauss2016-08-205-8/+10
* [mod_auth] extensible interface for auth backendsGlenn Strauss2016-08-209-1518/+1851
|\
| * [mod_auth] extensible interface for auth backendsGlenn Strauss2016-08-209-1062/+1397
| * [mod_auth] refactor out auth backend codeGlenn Strauss2016-08-183-321/+329
| * [mod_auth] refactor out auth backend codeGlenn Strauss2016-08-183-489/+491
| * [mod_auth] refactor out auth backend codeGlenn Strauss2016-08-141-116/+104
|/
* [mod_auth] Digest auth fails after rewrite (fixes #2745)Glenn Strauss2016-08-131-5/+9
* [mod_dirlisting] js column sort for dirlist table (fixes #613, fixes #2315)Glenn Strauss2016-08-111-1/+202
* [mod_dirlisting] dirlist does not handle POSTGlenn Strauss2016-08-101-2/+1
* [core] proxy,scgi omit shutdown() to backend (fixes #2743)Glenn Strauss2016-08-072-28/+0
* [core] do not enter handler twice after read bodyGlenn Strauss2016-08-071-0/+3
* [core] enforce wait for POLLWR after EINPROGRESS (fixes #2744)Glenn Strauss2016-08-073-3/+6
* [core] check if client half-closed TCP if POLLHUP (#2743)Glenn Strauss2016-08-064-37/+57
* [mod_proxy,mod_scgi] shutdown remote only if local (#2743)Glenn Strauss2016-08-062-2/+28
* [TLS] SSL_shutdown() only if handshake finishedGlenn Strauss2016-08-021-1/+1
* - next is 1.4.42Glenn Strauss2016-07-314-4/+6
* [doc] NEWSlighttpd-1.4.41Glenn Strauss2016-07-311-0/+27
* [cmake] set cmake_minimum_required to 2.8.2Glenn Strauss2016-07-311-1/+1
* [cmake] enable warnings for GCC and ClangStefan Bühler2016-07-301-4/+8
* [cmake] always define _GNU_SOURCEStefan Bühler2016-07-302-1/+4
* [security] encode quoting chars in HTML and XMLGlenn Strauss2016-07-301-4/+4
* fix buffer.c comments to match encoded_chars_*Glenn Strauss2016-07-301-4/+4
* [core] fix buffer_copy_string_hex() assert (fixes #2742)Glenn Strauss2016-07-301-1/+1
* [security] disable stat_cache if !follow-symlink (fixes #2724)Glenn Strauss2016-07-301-1/+1
* [security] ensure gid != 0 if server.username set (fixes #2725)Glenn Strauss2016-07-301-5/+14
* [core] set chunkqueue tempdirs at startup /var/tmpGlenn Strauss2016-07-291-1/+1
* [core] check if EAI_ADDRFAMILY is definedGlenn Strauss2016-07-291-1/+5
* [core] set chunkqueue tempdirs at startupGlenn Strauss2016-07-284-8/+32
* [core] fix result copy from getaddrinfo()Glenn Strauss2016-07-271-1/+2
* [core] try AF_INET after AF_INET6 if use-ipv6Glenn Strauss2016-07-271-0/+10
* [TLS] read all available records from SSL_read()Glenn Strauss2016-07-271-9/+8
* [TLS] better handling of SSL_ERROR_WANT_READ/WRITEGlenn Strauss2016-07-273-1/+15
* [core] consolidate duplicated response_end codeGlenn Strauss2016-07-261-238/+153
* [core] permit IPv6 address scope identifierGlenn Strauss2016-07-251-2/+13
* 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