summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [core] workaround fragile code in wolfssl types.hlighttpd-1.4.56-rc4Glenn Strauss2020-10-291-0/+17
* [TLS] server.feature-flags "ssl.session-cache"lighttpd-1.4.56-rc3Glenn Strauss2020-10-295-10/+39
* [mod_mbedtls] wrap addtl code in preproc definesGlenn Strauss2020-10-281-3/+13
* [build] adjust meson.build for use by OpenWRTGlenn Strauss2020-10-282-34/+38
* [build] WITHOUT_LIB_CRYPTO option in codeGlenn Strauss2020-10-272-0/+12
* [build] detect nss3/nss.h or nss/nss.h for NSSGlenn Strauss2020-10-274-1/+13
* [build] CMake use pkg_check_modules() w/ wolfsslGlenn Strauss2020-10-271-0/+5
* [build] CMake mod_openssl, mod_wolfssl can coexistGlenn Strauss2020-10-271-4/+0
* [build] add --with-brotli to meson.buildGlenn Strauss2020-10-271-1/+12
* [build] fix lib paths for GnuTLS, NSSlighttpd-1.4.56-rc2Glenn Strauss2020-10-271-2/+2
* [mod_secdownload] fix compile w/ NSS on FreeBSDGlenn Strauss2020-10-261-0/+2
* [mod_wolfssl] need to build --enable-alpn for ALPNGlenn Strauss2020-10-261-0/+6
* [mod_wolfssl] cripple SNI if not built OPENSSL_ALLGlenn Strauss2020-10-263-16/+53
* [mod_wolfssl] use more wolfssl/options.h definesGlenn Strauss2020-10-261-21/+18
* [build] use pkg-config with wolfsslGlenn Strauss2020-10-261-2/+9
* [build] mark dependencies on crypto lib for MD5()Glenn Strauss2020-10-264-16/+16
* [tests] OpenBSD crypt() support limited to bcryptGlenn Strauss2020-10-261-0/+4
* [core] STAILQ_* -> SIMPLEQ_* on OpenBSDGlenn Strauss2020-10-261-0/+12
* [doc] NEWSlighttpd-1.4.56-rc1Glenn Strauss2020-10-251-0/+533
* [core] fix (startup) mem leaks in configparser.yGlenn Strauss2020-10-241-2/+7
* [multiple] add some missing config cleanupGlenn Strauss2020-10-244-0/+4
* [mod_accesslog] update defaults after cycling logGlenn Strauss2020-10-241-0/+2
* [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