summaryrefslogtreecommitdiff
path: root/src/configfile.c
Commit message (Expand)AuthorAgeFilesLines
* [multiple] remove buffer_init_string()Glenn Strauss2022-01-071-1/+2
* [core] (const char *) for srvconf.modules_dirGlenn Strauss2022-01-071-2/+1
* [multiple] remove long-deprecated modulesGlenn Strauss2022-01-031-10/+0
* [core] fix trace issued for loading mod_auth (fixes #3121)Glenn Strauss2021-12-071-7/+12
* [core] allocate one fewer cond_match_t, if neededGlenn Strauss2021-11-221-3/+0
* [core] pcre2 support (--with-pcre2)Glenn Strauss2021-11-221-0/+45
* [core] use stack w/ pcre_exec unless save capturesGlenn Strauss2021-11-201-13/+1
* [core] save config regex captures only if usedGlenn Strauss2021-11-191-0/+15
* [core] warn if dynamic modules before mod_authGlenn Strauss2021-11-041-0/+20
* [core] allow debug.log-state-handling in conditionGlenn Strauss2021-10-271-14/+14
* [multiple] check feature flags funcs; code reuseGlenn Strauss2021-09-301-12/+3
* [multiple] _WIN32 fdevent_pipe_cloexec()Glenn Strauss2021-09-301-2/+1
* [core] option: errorlog high precision timestampsGlenn Strauss2021-09-301-2/+9
* [core] shared temp buffer for log_*error*()Glenn Strauss2021-09-131-0/+1
* [multiple] de-dup file and piped loggers (fixes #3101)Glenn Strauss2021-09-131-133/+33
* [core] fdlog.[ch]; fdevent_*_logger_* -> fdlog_*Glenn Strauss2021-09-111-5/+6
* [core] clarify an error messageGlenn Strauss2021-09-081-1/+1
* [core] parse $HTTP["remote-ip"] CIDR mask at startGlenn Strauss2021-08-271-0/+69
* [multiple] buffer_copy_string_len_lc()Glenn Strauss2021-08-271-3/+1
* [core] request_config_reset()Glenn Strauss2021-08-271-1/+7
* [multiple] reduce redundant NULL buffer checksGlenn Strauss2021-08-271-45/+59
* [mod_auth*] rename http_auth.* -> mod_auth_api.*Glenn Strauss2021-08-271-1/+1
* [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