summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [mod_openssl] fix config memory leakpersonal/stbuehler/leaksStefan Bühler2020-10-241-0/+1
* [mod_accesslog] fix config memory leakStefan Bühler2020-10-241-0/+1
* [configparser] fix memory leaksStefan Bühler2020-10-244-4/+23
* [plugins] don't unload shared libs when running in valgrind to fix backtracesStefan Bühler2020-10-241-1/+1
* [cmake] add WITH_VALGRIND option to check for valgrind headerStefan Bühler2020-10-242-1/+8
* [mod_mbedtls] newer mbedTLS vers support TLSv1.3Glenn Strauss2020-10-241-2/+15
* [core] silence coverity warnings (another try)Glenn Strauss2020-10-232-7/+9
* [mod_webdav] define _NETBSD_SOURCE on NetBSDGlenn Strauss2020-10-231-0/+5
* [build] more portable autogen.sh shell scriptGlenn Strauss2020-10-231-1/+1
* [mod_nss] more nss includes fixesGlenn Strauss2020-10-221-1/+3
* [multiple] test for nss includesGlenn Strauss2020-10-225-1/+29
* [doc] /var/run -> /runGlenn Strauss2020-10-221-1/+1
* [build] remove svnversion from versionstamp ruleGlenn Strauss2020-10-211-6/+0
* [doc] replace bzip2 refs with brotliGlenn Strauss2020-10-211-2/+2
* [doc] change mod_compress refs to mod_deflateGlenn Strauss2020-10-213-3/+8
* [core] init NSS lib for basic crypto algorithmsGlenn Strauss2020-10-211-0/+16
* [core] add missing declaration for NSS randGlenn Strauss2020-10-211-0/+1
* [core] use inline funcs in sys-crypto-md.hGlenn Strauss2020-10-211-28/+84
* [mod_mbedtls] quiet unused variable warningGlenn Strauss2020-10-201-0/+1
* [core] fix fd sharing when splitting file chunkGlenn Strauss2020-10-201-0/+1
* [core] silence coverity warnings (another try)Glenn Strauss2020-10-202-1/+8
* [core] silence coverity warnings in ls-hpackGlenn Strauss2020-10-201-1/+4
* [core] silence coverity warnings (false positives)Glenn Strauss2020-10-203-11/+22
* [core] always lseek() with shared fdGlenn Strauss2020-10-202-2/+2
* [multiple] use http_chunk_append_file_ref()Glenn Strauss2020-10-203-20/+8
* [core] http_chunk_append_file_ref_range()Glenn Strauss2020-10-202-0/+38
* [core] FILE_CHUNK can hold stat_cache_entry refGlenn Strauss2020-10-202-8/+26
* [core] stat_cache_entry reference countingGlenn Strauss2020-10-202-5/+34
* [mod_deflate] use large mmap chunks to compressGlenn Strauss2020-10-201-13/+13
* [core] minimize pause during graceful restartGlenn Strauss2020-10-191-2/+36
* [core] config_plugin_value_to_int32()Glenn Strauss2020-10-195-23/+31
* [mod_openssl] use newer openssl 3.0.0 funcGlenn Strauss2020-10-191-1/+6
* [mod_webdav] update defaults after worker_initGlenn Strauss2020-10-191-0/+2
* [mod_webdav] add missing update to cq accountingGlenn Strauss2020-10-191-0/+1
* [core] modify use of getrlimit() to not be fatalGlenn Strauss2020-10-191-2/+2
* [multiple] remove chunk file.start memberGlenn Strauss2020-10-196-49/+45
* [TLS] ignore empty "CipherString" in ssl-conf-cmdGlenn Strauss2020-10-195-5/+7
* [multiple] stat_cache_path_stat() for struct stGlenn Strauss2020-10-197-25/+27
* [multiple] use NSS crypto if no other crypto availGlenn Strauss2020-10-196-1/+132
* [wolfssl] wolfSSL_CTX_set_mode differs from othersGlenn Strauss2020-10-191-7/+8
* [core] sys-crypto-md.h consistent interfacesGlenn Strauss2020-10-191-63/+114
* [tests] detect multiple SSL/TLS/crypto providersGlenn Strauss2020-10-192-1/+14
* [multiple] openssl 3.0.0 digest interface migrateGlenn Strauss2020-10-192-11/+169
* [mod_openssl] merge ssl_tlsext_ticket_key_cb implsGlenn Strauss2020-10-191-33/+12
* [mod_openssl] construct OSSL_PARAM on stackGlenn Strauss2020-10-191-13/+14
* [mod_openssl] migrate ticket cb to openssl 3.0.0Glenn Strauss2020-10-191-2/+62
* [multiple] ignore openssl 3.0.0 deprecation warnsGlenn Strauss2020-10-192-0/+8
* [mod_cgi] use splice() to send input to CGIGlenn Strauss2020-10-191-4/+13
* [core] reuse chunkqueue_compact_mem*()Glenn Strauss2020-10-194-63/+36
* [core] alloc optim reading file, sending chunkedGlenn Strauss2020-10-191-1/+1