summaryrefslogtreecommitdiff
path: root/src/configfile.c
Commit message (Expand)AuthorAgeFilesLines
* [core] _WIN32 stat(), '/' and '\\' adjustmentsGlenn Strauss2023-05-031-5/+6
* [core] _WIN32 reset std streams at startupGlenn Strauss2023-05-031-1/+13
* [core] _WIN32 casts to quiet some VS warningsGlenn Strauss2023-05-031-1/+1
* [core] _WIN32 sys-wait.h to wrap <sys/wait.h>Glenn Strauss2023-05-031-0/+1
* [core] _WIN32 sys-unistd.h to wrap <unistd.h>Glenn Strauss2023-05-031-1/+1
* [core] _WIN32 minimal glob() impl for configfile.cGlenn Strauss2023-05-031-0/+106
* [multiple] _WIN32 misc compatGlenn Strauss2023-05-031-2/+7
* [multiple] _WIN32 stat() compat sys-stat.hGlenn Strauss2023-05-031-5/+2
* [multiple] _WIN32 protect code w/ HAVE_SYSLOG_HGlenn Strauss2023-05-031-0/+4
* [mod_h2] HTTP/2 module: mod_h2Glenn Strauss2023-05-031-0/+5
* [core] limit server.max-request-field-size <=65535Glenn Strauss2023-03-271-2/+2
* [multiple] spelling: github action check-spellingGlenn Strauss2023-01-091-3/+3
* [core] ignore config dir-listing.* if not enabledGlenn Strauss2022-12-191-0/+4
* [multiple] employ ck_calloc, ck_malloc shared codeGlenn Strauss2022-12-101-4/+2
* [core] use data_config_list for configGlenn Strauss2022-12-101-2/+4
* [core] do not load indexfile, dirlisting if unusedGlenn Strauss2022-06-121-0/+51
* [multiple] application/javascript text/javascriptGlenn Strauss2022-05-261-1/+12
* [core] use current dir if context->basedir blankGlenn Strauss2022-05-251-1/+2
* [core] "url-invalid-utf8-reject" normalization optGlenn Strauss2022-05-241-2/+6
* [core] feature-flag server.metrics-high-precisionGlenn Strauss2022-05-111-1/+3
* [multiple] use buffer_append_char()Glenn Strauss2022-05-111-2/+2
* [core] default server.max-keep-alive-requests 1000Glenn Strauss2022-05-051-1/+1
* [multiple] limit scope of socket config optionsGlenn Strauss2022-05-051-1/+1
* [core] convert simple config cond regex to pre/sfxGlenn Strauss2022-04-081-0/+37
* [core] tighten config parsing loopGlenn Strauss2022-04-081-388/+296
* [core] prefix (=^), suffix (=$) config conditions (fixes #3153)Glenn Strauss2022-04-081-27/+17
* [core] prep server_tag at startup for h2 resp hdrGlenn Strauss2022-02-191-0/+6
* [core] parse conf cmds with SHELL or /bin/shGlenn Strauss2022-01-221-0/+3
* [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