summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [core] check ifdef WOLFSSL_SHA512 for SHA512 availGlenn Strauss2021-01-161-0/+2
* [core] add decls in connections.hGlenn Strauss2021-01-131-3/+5
* [mod_access] mark mod_access_check attribute pureGlenn Strauss2021-01-131-5/+5
* [mod_dirlisting] hide unused variable on MacOSGlenn Strauss2021-01-121-0/+2
* [mod_deflate] use zstd streaming APIGlenn Strauss2021-01-121-41/+39
* [mod_deflate] support Accept-Encoding: zstdGlenn Strauss2021-01-126-8/+161
* [mod_dirlisting] use fdopendir(), fstatat()Glenn Strauss2021-01-111-15/+50
* [mod_openssl] set Ciphersuites once API availableGlenn Strauss2021-01-111-3/+11
* [multiple] fix: honor CipherString for alt TLS libGlenn Strauss2021-01-112-2/+2
* [mod_openssl] update LIBRESSL_VERSION_NUMBER checkGlenn Strauss2021-01-111-4/+7
* [core] fix crash in error trace if backend is down (fixes #3052)Glenn Strauss2021-01-081-5/+9
* [mod_dirlisting] quiet coverity false positiveGlenn Strauss2021-01-071-0/+6
* [multiple] replace buffer_is_equal_caseless_stringGlenn Strauss2021-01-074-13/+3
* [multiple] use HTTP_HEADER_* enum before strcmpGlenn Strauss2021-01-073-44/+34
* [mod_extforward] fix extforward.headers defaults (fixes #3051)Glenn Strauss2021-01-071-0/+4
* [mod_extforward] config warning for module orderGlenn Strauss2021-01-061-0/+1
* [mod_openssl] extend ssl.openssl.ssl-conf-cmdGlenn Strauss2021-01-051-0/+9
* [mod_wolfssl] minor updates for wolfSSL v4.6.0Glenn Strauss2021-01-051-10/+64
* [core] fix crash at shutdown w/ certain configGlenn Strauss2021-01-011-0/+2
* [mod_dirlisting] place vars closer to where usedGlenn Strauss2020-12-301-60/+41
* [mod_gnutls] use local strncmp_const()Glenn Strauss2020-12-281-10/+11
* [mod_mbedtls] use local strncmp_const()Glenn Strauss2020-12-281-9/+10
* [mod_mbedtls] include mbedtls/platform_util.hGlenn Strauss2020-12-281-0/+1
* [mod_webdav] hide unused funcs depending on buildGlenn Strauss2020-12-271-1/+3
* [core] fix bug in read retry found by coverityGlenn Strauss2020-12-271-9/+10
* [multiple] chunkqueue_write_chunk()Glenn Strauss2020-12-274-272/+208
* [mod_webdav] typedef off_t loff_t for FreeBSDGlenn Strauss2020-12-271-0/+3
* [core] http_response_match_if_range()Glenn Strauss2020-12-261-38/+14
* [core] fix bug in FastCGI uploads (#3033)Glenn Strauss2020-12-261-4/+5
* [core] fix crash after specific err in config fileGlenn Strauss2020-12-251-2/+3
* [multiple] etag.[ch] -> http_etag.[ch]; better impGlenn Strauss2020-12-2516-242/+142
* [core] inet_ntop_cache -> sock_addr_cacheGlenn Strauss2020-12-249-92/+87
* buffer_append_path_len() to join pathsGlenn Strauss2020-12-2414-48/+43
* [core] http_date_timegm() (portable timegm())Glenn Strauss2020-12-243-39/+30
* [multiple] employ http_date.h, sys-time.hGlenn Strauss2020-12-2416-206/+125
* [core] specialized strptime() for HTTP date fmtsGlenn Strauss2020-12-241-21/+219
* [core] http_date.[ch] encapsulate HTTP-date parseGlenn Strauss2020-12-247-1/+157
* [core] sys-time.h - localtime_r,gmtime_r macrosGlenn Strauss2020-12-242-1/+34
* [multiple] fdevent_waitpid() wrapperGlenn Strauss2020-12-248-25/+31
* [mod_proxy] fix sending of initial reqbody chunkedGlenn Strauss2020-12-241-1/+4
* [core] add comment for FastCGI mem use in hctx->rb (#3033)Glenn Strauss2020-12-241-0/+5
* [core] reuse large mem chunks (fix mem usage) (fixes #3033)Glenn Strauss2020-12-243-21/+83
* [core] prefer IPv6+IPv4 func vs IPv4-specific funcGlenn Strauss2020-12-231-5/+29
* [tests] remove FastCGI test dependency on libfcgiGlenn Strauss2020-12-233-19/+1
* [mod_wolfssl] compile with earlier wolfSSL versGlenn Strauss2020-12-181-3/+39
* [mod_wolfssl] use wolfSSL TLS version definesGlenn Strauss2020-12-171-35/+9
* [core] attempt to quiet some coverity warningsGlenn Strauss2020-12-171-0/+1
* [core] fix decoding chunked from backend (fixes #3049)Glenn Strauss2020-12-172-51/+50
* [core] fix crash printing trace if backend is downGlenn Strauss2020-12-161-1/+1
* [multiple] replace fall through comment with attrGlenn Strauss2020-12-1610-30/+32