summaryrefslogtreecommitdiff
path: root/src/configfile-glue.c
Commit message (Expand)AuthorAgeFilesLines
* [build] _WIN32 shared dll build (autotools, cmake)Glenn Strauss2023-05-031-0/+4
* [multiple] store ptrs to remote addr in request_st (#3192)Glenn Strauss2023-02-281-3/+3
* [core] config_check_cond_nocache_eval() tweakGlenn Strauss2022-12-101-3/+2
* [multiple] employ ck_calloc, ck_malloc shared codeGlenn Strauss2022-12-101-4/+2
* [core] fix config typo reading large int from strGlenn Strauss2022-05-051-1/+1
* [multiple] limit scope of socket config optionsGlenn Strauss2022-05-051-4/+12
* [core] prefix (=^), suffix (=$) config conditions (fixes #3153)Glenn Strauss2022-04-081-0/+12
* [core] isolate plugins_*() funcs to main serverGlenn Strauss2022-02-191-0/+2
* [core] fix reqpool mem corruption in 1.4.62 (fixes #3118)Glenn Strauss2021-12-041-1/+1
* [core] allocate pcre output vector on demandGlenn Strauss2021-11-221-4/+6
* [core] allocate one fewer cond_match_t, if neededGlenn Strauss2021-11-221-2/+4
* [core] pcre2 support (--with-pcre2)Glenn Strauss2021-11-221-4/+45
* [core] use stack w/ pcre_exec unless save capturesGlenn Strauss2021-11-201-5/+8
* [core] save pcre result state in config_pcre_matchGlenn Strauss2021-11-201-11/+18
* [core] save config regex captures only if usedGlenn Strauss2021-11-191-3/+9
* [core] accept up to 5 digit port num in host condGlenn Strauss2021-10-161-1/+1
* [multiple] check feature flags funcs; code reuseGlenn Strauss2021-09-301-0/+16
* [core] refactor config_check_cond_nocache() flowGlenn Strauss2021-08-271-77/+46
* [core] config_check_cond_nocache() xor return codeGlenn Strauss2021-08-271-15/+9
* [multiple] http_method_buf()Glenn Strauss2021-08-271-6/+1
* [core] reduce $HTTP["host"] compare str scanningGlenn Strauss2021-08-271-31/+22
* [core] parse $HTTP["remote-ip"] CIDR mask at startGlenn Strauss2021-08-271-61/+16
* [core] const buffer * in config_check_cond_nocacheGlenn Strauss2021-08-271-13/+9
* [multiple] inline struct in con->dst_addr_bufGlenn Strauss2021-08-271-1/+1
* [multiple] reduce redundant NULL buffer checksGlenn Strauss2021-08-271-3/+3
* [core] recognize "enabled"/"disabled" for boolGlenn Strauss2021-04-251-0/+2
* [core] tighten struct data_config and related codeGlenn Strauss2021-01-291-5/+4
* [core] const data_unset *array_get_element_klen()Glenn Strauss2021-01-291-4/+4
* [core] enhance config parsing debugging (#3047)Glenn Strauss2020-12-161-2/+2
* [core] config_plugin_value_to_int32()Glenn Strauss2020-10-191-0/+17
* [core] config_plugin_value_tobool() accept "0","1"Glenn Strauss2020-10-111-2/+4
* [core] extend (data_string *) to store header idGlenn Strauss2020-10-111-1/+1
* [core] server.feature-flags extensible configGlenn Strauss2020-08-021-23/+26
* [multiple] correct misspellings in commentsGlenn Strauss2020-07-081-1/+1
* [core] http_response_comeback()Glenn Strauss2020-07-081-1/+0
* [multiple] split con, request (very large change)Glenn Strauss2020-07-081-66/+76
* [core] move addtl request-specific struct membersGlenn Strauss2020-07-081-8/+8
* [multiple] quiet clang compiler warningsGlenn Strauss2020-07-081-1/+1
* [multiple] generic config array type checkingGlenn Strauss2020-07-081-5/+51
* [multiple] prefer (connection *) to (srv *)Glenn Strauss2020-07-081-19/+21
* [core] split cond cache from cond matchesGlenn Strauss2020-07-081-34/+21
* [core] remove old config_insert_values_*() funcsGlenn Strauss2020-07-081-178/+0
* [core] config_plugin_values_init_block()Glenn Strauss2020-07-081-150/+158
* [core] collect more config logic into configfile.cGlenn Strauss2020-07-081-6/+6
* [core] config_get_config_cond_info()Glenn Strauss2020-07-081-0/+10
* [core] config_plugin_values_init() new interfaceGlenn Strauss2020-05-231-0/+216
* [core] improve condition caching perfGlenn Strauss2020-05-231-44/+44
* [core] simpler config_check_cond()Glenn Strauss2020-05-231-9/+21
* [core] streamline config_check_cond()Glenn Strauss2020-02-241-103/+100
* [core] buffer string in data_configGlenn Strauss2020-02-241-6/+6