summaryrefslogtreecommitdiff
path: root/src/configfile.c
Commit message (Expand)AuthorAgeFilesLines
...
* [mod_auth,mod_vhostdb] move helper funcs to modsGlenn Strauss2021-08-271-28/+42
* [multiple] rename safe_memclear() -> ck_memzero()Glenn Strauss2021-08-271-3/+3
* [core] consolidate config printing codeGlenn Strauss2021-05-201-1/+169
* [core] add option to read config file from stdinGlenn Strauss2021-05-131-1/+37
* [multiple] buffer_copy_path_len2() aggregateGlenn Strauss2021-04-021-4/+5
* [core] config_vars_init()Glenn Strauss2021-04-021-11/+10
* [multiple] add attrs from gcc -Wsuggest-attribute=Glenn Strauss2021-03-261-1/+2
* [multiple] PCRE w/ PCRE_STUDY_JIT_COMPILE (fixes #2361)Glenn Strauss2021-03-221-1/+6
* [core] defer pcre_compile until after config parseGlenn Strauss2021-03-221-3/+15
* [core] remove stream.[ch]Glenn Strauss2021-03-071-11/+15
* [core] rename local varGlenn Strauss2021-02-101-4/+4
* [core] enable HTTP/2 by defaultGlenn Strauss2021-01-291-2/+4
* [multiple] etag.[ch] -> http_etag.[ch]; better impGlenn Strauss2020-12-251-1/+1
* buffer_append_path_len() to join pathsGlenn Strauss2020-12-241-4/+7
* [multiple] fdevent_waitpid() wrapperGlenn Strauss2020-12-241-3/+3
* [core] reorder srv->config_context to match ndx (fixes #3047)Glenn Strauss2020-12-161-0/+21
* [core] warn if mod_authn_file needed in confGlenn Strauss2020-12-131-28/+40
* [core] add missing mod_wolfssl to ssl compat listGlenn Strauss2020-12-051-0/+2
* [core] handle U+00A0 in config parserGlenn Strauss2020-11-301-0/+7
* [multiple] more forgiving config str to boolean (fixes #3036)Glenn Strauss2020-11-161-8/+3
* [core] filter out duplicate modulesGlenn Strauss2020-11-111-0/+32
* [core] move misplaced error trace to match optionGlenn Strauss2020-10-291-2/+2
* [mod_ssi] init status var before waitpid()Glenn Strauss2020-10-111-1/+1
* [core] redirect to dir using relative-pathGlenn Strauss2020-10-111-0/+4
* [core] connection transition to HTTP/2; incompleteGlenn Strauss2020-10-111-0/+5
* [core] server.feature-flags to enable h2Glenn Strauss2020-08-131-0/+5
* [core] server.feature-flags extensible configGlenn Strauss2020-08-021-0/+6
* [mod_deflate] mod_deflate subsumes mod_compressGlenn Strauss2020-08-021-0/+53
* quiet clang analyzer scan-build warningsGlenn Strauss2020-07-081-0/+3
* [mod_openssl] prefer some WolfSSL native APIsGlenn Strauss2020-07-081-1/+2
* [mod_nss] NSS option for TLS (fixes #1218)Glenn Strauss2020-07-081-0/+3
* [mod_gnutls] GnuTLS option for TLS (fixes #109)Glenn Strauss2020-07-081-1/+5
* [mod_mbedtls] mbedTLS option for TLSGlenn Strauss2020-07-081-1/+3
* [config] blank server.tag if whitespace-onlyGlenn Strauss2020-07-081-0/+3
* [multiple] split con, request (very large change)Glenn Strauss2020-07-081-16/+17
* [core] move addtl request-specific struct membersGlenn Strauss2020-07-081-1/+1
* [core] rename specific_config to request_configGlenn Strauss2020-07-081-7/+7
* [core] copy some srv->srvconf into con->confGlenn Strauss2020-07-081-1/+5
* [core] isolate stat_cache subsystemGlenn Strauss2020-07-081-1/+1
* [core] isolate fdevent subsystemGlenn Strauss2020-07-081-1/+2
* [core] support multiple error logsGlenn Strauss2020-07-081-6/+338
* [multiple] store srv->tmp_buf in tb varGlenn Strauss2020-07-081-13/+16
* [multiple] generic config array type checkingGlenn Strauss2020-07-081-34/+4
* [multiple] stat_cache singletonGlenn Strauss2020-07-081-5/+1
* [multiple] connection hooks no longer get (srv *)Glenn Strauss2020-07-081-4/+4
* [multiple] prefer (connection *) to (srv *)Glenn Strauss2020-07-081-36/+44
* [core] array_init() arg for initial sizeGlenn Strauss2020-07-081-5/+5
* [core] collect more config logic into configfile.cGlenn Strauss2020-07-081-4/+101
* [core] use config_plugin_values_init()Glenn Strauss2020-07-081-617/+827
* [core] use (const char *) in config file parsingGlenn Strauss2020-05-231-134/+47