summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* [core] fix array_copy_array() sorted[]Glenn Strauss2020-12-161-9/+2
* [mod_authn_ldap, mod_vhostdb_ldap] default cafileGlenn Strauss2020-12-162-4/+39
* [mod_authn_ldap] fix crash (fixes #3048)Glenn Strauss2020-12-161-1/+1
* [mod_proxy] proxy.header = ("force-http10" => ...)Glenn Strauss2020-12-161-12/+23
* [core] reorder srv->config_context to match ndx (fixes #3047)Glenn Strauss2020-12-161-0/+21
* [core] enhance config parsing debugging (#3047)Glenn Strauss2020-12-161-2/+2
* [core] track Content-Length from backend (fixes #3046)Glenn Strauss2020-12-165-3/+72
* [core] li_restricted_strtoint64()Glenn Strauss2020-12-152-1/+3
* [core] track chunked encoding state from backend (fixes #3046)Glenn Strauss2020-12-141-21/+31
* [core] reject excess data after chunked encoding (#3046)Glenn Strauss2020-12-141-5/+17
* [core] fix chunked decoding from backend (fixes #3044)Glenn Strauss2020-12-141-1/+8
* [core] warn if mod_authn_file needed in confGlenn Strauss2020-12-131-28/+40
* [mod_nss] portability fixGlenn Strauss2020-12-101-0/+2
* [core] portability fix if st_mtime not definedGlenn Strauss2020-12-091-0/+2
* [core] skip some trace if backend Upgrade (#3044)Glenn Strauss2020-12-091-1/+2
* [core] always set file.fd = -1 on FILE_CHUNK reset (fixes #3044)Glenn Strauss2020-12-091-1/+1
* [core] fix handling chunked response from backend (fixes #3044)Glenn Strauss2020-12-091-2/+14
* [core] wrap a macro value with parensGlenn Strauss2020-12-081-3/+3
* [mod_wolfssl] add complex preproc logic for SNIGlenn Strauss2020-12-061-3/+12
* [core] SHA512_Init, SHA512_Update, SHA512_FinalGlenn Strauss2020-12-061-0/+136
* [mod_openssl] remove ancient preprocessor logicGlenn Strauss2020-12-061-4/+0
* [core] add missing mod_wolfssl to ssl compat listGlenn Strauss2020-12-051-0/+2
* [build] fix SCons build when building all TLS modsGlenn Strauss2020-12-051-3/+3
* [core] prefer inet_aton() over inet_addr()Glenn Strauss2020-12-052-0/+2
* [build] fix meson.build when building all TLS modsGlenn Strauss2020-12-031-7/+13
* [core] setsockopt IPV6_V6ONLY if server.v4mappedGlenn Strauss2020-12-021-1/+1
* [mod_webdav] define _ATFILE_SOURCE if AT_FDCWDGlenn Strauss2020-12-011-7/+14
* [core] allow keep-alives in one-shot mode (#3042)Glenn Strauss2020-11-301-2/+14
* [core] quiet start/shutdown trace in one-shot modeGlenn Strauss2020-11-301-5/+8
* [core] fix lighttpd -1 one-shot with pipesGlenn Strauss2020-11-301-1/+1
* [core] handle U+00A0 in config parserGlenn Strauss2020-11-301-0/+7
* [mod_webdav] compile fix for Mac OSX/11Glenn Strauss2020-11-301-0/+8
* [core] attempt to quiet some coverity warningsGlenn Strauss2020-11-291-4/+9
* [mod_webdav] workaround for gvfs dir redir bugGlenn Strauss2020-11-291-0/+16
* [core] server.v4mapped optionGlenn Strauss2020-11-291-3/+14
* [mod_status] add additional HTML-encodingGlenn Strauss2020-11-271-5/+5
* [mod_fastcgi] move src/fastcgi.h into src/compat/Glenn Strauss2020-11-273-3/+4
* [mod_webdav] fallbacks if _ATFILE_SOURCE not availGlenn Strauss2020-11-271-0/+68
* [mod_webdav] pass full path to webdav_unlinkat()Glenn Strauss2020-11-271-5/+6
* [mod_flv_streaming] use stat_cache_get_entry_openGlenn Strauss2020-11-271-5/+13
* [core] consolidate chunk size checksGlenn Strauss2020-11-272-7/+2
* [core] quiet more request parse errs unless debugGlenn Strauss2020-11-271-15/+14
* [core] check for __builtin_expect() availabilityGlenn Strauss2020-11-271-0/+11
* [multiple] more forgiving config str to boolean (fixes #3036)Glenn Strauss2020-11-166-67/+28
* [core] fix bug when HTTP/2 frames span chunksGlenn Strauss2020-11-131-1/+1
* [multiple] add back-pressure gw data pump (fixes #3033)Glenn Strauss2020-11-122-3/+12
* [mod_cgi] ensure tmp file open() before splice()Glenn Strauss2020-11-121-8/+8
* [mod_cgi] fix crash if initial write to CGI failsGlenn Strauss2020-11-121-17/+14
* [core] filter out duplicate modulesGlenn Strauss2020-11-112-28/+38
* [mod_alias] validate given order, not sorted orderGlenn Strauss2020-11-111-4/+4