summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [mod_cgi] FreeBSD 9.3 does not have pipe2()Glenn Strauss2016-10-301-1/+1
* [scons] only apply FreeBSD11 workaround on FreeBSDStefan Bühler2016-10-291-1/+2
* [scons] workaround FreeBSD11 fullstatic link errorStefan Bühler2016-10-291-1/+11
* [autobuild] build fix for lemon.cGlenn Strauss2016-10-291-1/+1
* [autobuild] add lemon.c to src/Makefile.amGlenn Strauss2016-10-291-0/+1
* [core] check fcntl O_APPEND succeeds w/ mkstemp()Glenn Strauss2016-10-291-1/+5
* [autobuild] adjust Makefile.am for FreeBSDGlenn Strauss2016-10-291-1/+1
* [mod_scgi] fix prefix matching to always match urlGlenn Strauss2016-10-291-7/+8
* minor: coverity commentsGlenn Strauss2016-10-292-1/+3
* [core] fix potential streaming tempfile corruption (fixes #2760)Glenn Strauss2016-10-291-0/+3
* [core] fix fd leak when using libev (fixes #2761)Glenn Strauss2016-10-291-2/+5
* [mod_rewrite] add more info in error log msgGlenn Strauss2016-10-261-2/+3
* [core] network_open_file_chunk() temp file optGlenn Strauss2016-10-251-18/+12
* fix FastCGI, SCGI, proxy reconnect on failureGlenn Strauss2016-10-253-526/+353
* [config] warn if mod_authn_ldap,mysql not listedGlenn Strauss2016-10-211-0/+17
* [mod_dirlisting] config header and readme filesGlenn Strauss2016-10-211-17/+36
* [lemon] standalone; remove #include "first.h"Glenn Strauss2016-10-201-11/+5
* build: use CC_FOR_BUILD for lemon when cross-compilingAndreas Oberritter2016-10-202-20/+8
* [mod_evhost] partial matching patterns (fixes #1194)Glenn Strauss2016-10-201-4/+43
* [mod_expire] expire by mimetype (fixes #423)Glenn Strauss2016-10-201-6/+71
* [mod_deflate] skip deflate if loadavg too high (fixes #1505)Glenn Strauss2016-10-195-0/+50
* [mod_accesslog] %{ratio}n logs compression ratio (fixes #2133)Glenn Strauss2016-10-193-12/+52
* [TLS] remote IP conditions are valid for TLS SNI (fixes #2272)Glenn Strauss2016-10-181-0/+1
* [core] use paccept() on NetBSD (replace accept4())Glenn Strauss2016-10-171-0/+4
* [autobuild] move http_cgi_ssl_env() for Mac OS X (fixes #2757)Glenn Strauss2016-10-172-31/+34
* [TLS] openssl 1.1.0 hides struct bignum_stGlenn Strauss2016-10-171-2/+3
* [autobuild] rm module stub code for missing depsGlenn Strauss2016-10-1712-125/+3
* [autobuild] omit module stubs when missing depsGlenn Strauss2016-10-173-48/+99
* [mod_deflate] ignore '*' in deflate.mimetypesGlenn Strauss2016-10-161-0/+11
* [autobuild] remove mod_authn_gssapi dep on resolvGlenn Strauss2016-10-164-4/+2
* add random() to list of rand() fallbackslighttpd-1.4.42Glenn Strauss2016-10-162-4/+14
* quiet coverity warningGlenn Strauss2016-10-161-1/+1
* build w/o compiler warnings if no zlib or bz2libGlenn Strauss2016-10-162-0/+14
* silence warnings from clang ccc-analyzerGlenn Strauss2016-10-164-4/+4
* ignore return value from fcntl() FD_CLOEXECGlenn Strauss2016-10-152-2/+2
* [mod_cgi] fix pipe_cloexec() when no O_CLOEXECGlenn Strauss2016-10-151-1/+6
* [core] rand.[ch] to use better RNGs when availableGlenn Strauss2016-10-159-20/+223
* [TLS] set SSL_PROTOCOL, SSL_CIPHER* (fixes #2511)Glenn Strauss2016-10-114-0/+42
* [TLS] set SSL_CLIENT_VERIFY w/ client cert (#1288, #2693)Glenn Strauss2016-10-111-6/+21
* [TLS] set SSL_CLIENT_M_SERIAL w/ client cert SN (fixes #2268)Glenn Strauss2016-10-111-0/+11
* [TLS] replace env entries in https_add_ssl_entriesGlenn Strauss2016-10-101-29/+17
* consistent, shared code to create CGI envGlenn Strauss2016-10-106-754/+314
* silence warnings from clang ccc-analyzerGlenn Strauss2016-10-094-5/+5
* [core] restrict where config "else" clauses occur (#1268)Glenn Strauss2016-10-091-9/+78
* [core] optional condition in config "else" clause (fixes #1268)Glenn Strauss2016-10-094-5/+38
* [core] server.max-request-field-size (fixes #2130)Glenn Strauss2016-10-064-6/+12
* [core] make server.max-request-size scopeable (#1901)Glenn Strauss2016-10-051-1/+1
* [mod_mysql_vhost] support multiple '?' replacement (fixes #2163)Glenn Strauss2016-10-051-49/+25
* quiet coverity warningGlenn Strauss2016-10-041-1/+1
* [mod_auth] fix printing of IP in error traceGlenn Strauss2016-10-042-4/+4