summaryrefslogtreecommitdiff
path: root/src/configfile.c
Commit message (Expand)AuthorAgeFilesLines
* [core] inline buffer key for *_patch_connection()Glenn Strauss2020-02-241-33/+33
* [core] inline buffer as part of DATA_UNSET keyGlenn Strauss2020-02-241-18/+18
* [core] treat con->conditional_is_valid as bitfieldGlenn Strauss2020-02-241-2/+0
* [core] perf: initialize con->conf using memcpy()Glenn Strauss2020-02-241-55/+12
* [core] (const buffer *) for con->server_nameGlenn Strauss2020-02-241-2/+3
* [core] differentiate array_get_* for ro and rwGlenn Strauss2020-02-241-1/+1
* [core] issue config error for invalid ':' (fixes #2980)Glenn Strauss2019-09-071-0/+7
* [stat_cache] separate func for symlink policy chkGlenn Strauss2019-04-291-8/+0
* [core] modify config parser to handle multiple }Glenn Strauss2019-03-071-1/+25
* [core] config option to allow GET w/ request bodyGlenn Strauss2019-03-071-1/+6
* [core] Fix recursive include_shell invocationsMartin Storsjö2019-01-261-2/+2
* [core] systemd socket activation supportGlenn Strauss2019-01-191-0/+2
* [core] cygwin helper func for getcwdGlenn Strauss2018-11-251-30/+20
* [core] perf: simple, quick buffer_clear()Glenn Strauss2018-11-231-3/+2
* [core] server.chunkqueue-chunk-sz = 4096Glenn Strauss2018-11-171-1/+7
* [core] server.compat-module-load = "disable"Glenn Strauss2018-11-171-2/+3
* [core] typo in traceGlenn Strauss2018-10-161-1/+1
* [TLS] sys-crypto.h abstractionGlenn Strauss2018-09-261-5/+6
* [core] array_get_int_ptr()Glenn Strauss2018-09-231-5/+1
* [multiple] code reuse: using array_*() funcsGlenn Strauss2018-09-231-38/+20
* [core] fix include_shell on inline shell commands (fixes #2910)Glenn Strauss2018-09-231-31/+58
* [core] extend server.http-parseoptsGlenn Strauss2018-08-121-9/+26
* [core] debug server.log-request-header-on-errorGlenn Strauss2018-08-121-0/+3
* [core] server.http-parseopts URL normalization opt (fixes #1720)Glenn Strauss2018-08-121-2/+130
* [core] remove proc_open.[ch], reduce stdio.h useGlenn Strauss2018-08-051-12/+29
* [core] check for continuation in server.tagGlenn Strauss2018-08-051-0/+17
* [core] some header cleanupGlenn Strauss2018-04-081-2/+3
* [core] isolate backend fdevent handler defsGlenn Strauss2017-11-031-64/+1
* [core] cleanup: consolidate FAM code in stat_cacheGlenn Strauss2017-10-291-18/+2
* [core] fix var.CWD (regression in 1.4.46) (fixes #2835)Glenn Strauss2017-10-281-1/+1
* [core] fix $REQUEST_HEADER[...] parsing in config (#1556)Glenn Strauss2017-10-141-1/+1
* [core] server.socket-perms to set perms on unix (fixes #656)Glenn Strauss2017-06-131-0/+8
* [core] perf: skip redundant strlen() if len knownGlenn Strauss2017-05-151-1/+1
* [core] set server.max-keep-alive-requests = 100 (fixes #2205)Glenn Strauss2017-05-151-1/+1
* [core] fix crash for invalid syntax in config file (fixes #2810)Glenn Strauss2017-05-141-3/+1
* [core] include "fdevent.h" where neededGlenn Strauss2017-03-281-0/+1
* [core] remove some unused header includesGlenn Strauss2017-03-281-1/+0
* [core] allow overriding prior config values (fixes #2799)Philip Prindeville2017-03-231-0/+8
* [core] server.syslog-facility (fixes #2800)Glenn Strauss2017-03-191-0/+2
* [config] more specific checks for array listsGlenn Strauss2017-03-081-0/+17
* [core] set default server_tag in server.cGlenn Strauss2017-02-121-2/+1
* [core] config opt to intercept dynamic handler err (fixes #974)Glenn Strauss2017-02-111-0/+6
* [mod_openssl] move openssl config into mod_opensslGlenn Strauss2017-01-311-121/+33
* [mod_openssl] move openssl code into mod_opensslGlenn Strauss2017-01-141-17/+9
* [mod_openssl] new module (preliminary layout)Glenn Strauss2017-01-141-0/+31
* [TLS] ssl.read-ahead = "disable" for low mem (fixes #2778)Glenn Strauss2017-01-101-0/+6
* [config] warn if mod_authn_ldap,mysql not listedGlenn Strauss2016-11-241-6/+4
* [build] fix warning for (potentially) unused funclighttpd-1.4.43Glenn Strauss2016-10-311-0/+2
* [config] warn if mod_authn_ldap,mysql not listedGlenn Strauss2016-10-211-0/+17
* silence warnings from clang ccc-analyzerGlenn Strauss2016-10-091-0/+2