summaryrefslogtreecommitdiff
path: root/src/configfile-glue.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* [core] inline array as part of data_array valueGlenn Strauss2020-02-241-2/+2
* [core] add const to callers of http_header_*_get()Glenn Strauss2020-02-241-5/+5
* [core] inline buffer as part of data_string valueGlenn Strauss2020-02-241-12/+12
* [core] inline buffer as part of DATA_UNSET keyGlenn Strauss2020-02-241-5/+5
* [core] treat con->conditional_is_valid as bitfieldGlenn Strauss2020-02-241-10/+8
* [core] isolate data_config.c, vector.cGlenn Strauss2020-02-241-9/+34
* [core] differentiate array_get_* for ro and rwGlenn Strauss2020-02-241-9/+9
* [core] prefer uint32_t to size_t in base.hGlenn Strauss2020-02-241-7/+3
* [core] perf: simple, quick buffer_clear()Glenn Strauss2018-11-231-1/+1
* [core] http_method_append()Glenn Strauss2018-09-231-9/+3
* [core] more memory-efficient fn table for data_*Glenn Strauss2018-09-231-1/+1
* [multiple] code reuse: using array_*() funcsGlenn Strauss2018-09-231-10/+1
* [core] abstraction layer for HTTP header manipGlenn Strauss2018-09-231-8/+4
* [core] data_config_pcre_compile,exec()Glenn Strauss2018-08-051-19/+1
* [core] some header cleanupGlenn Strauss2018-04-081-1/+5
* [core] merge redirect/rewrite pattern substitutionGlenn Strauss2018-01-101-14/+0
* [core] isolate sock_addr manipulationGlenn Strauss2017-10-291-69/+6
* [core] get port from sock_addr if AF_INET,AF_INET6Glenn Strauss2017-07-151-9/+15
* [core] perf: skip redundant strlen() if len knownGlenn Strauss2017-05-151-3/+3
* [core] permit strings,ints,arrays in config arrayGlenn Strauss2017-04-281-1/+1
* [core] permit strings and integers in config arrayGlenn Strauss2017-04-261-1/+1
* [core] fix regex condition subst w/ mod_extforward (fixes #2794)Glenn Strauss2017-02-251-2/+11
* [core] config match w/ arbitrary HTTP request hdrs (fixes #1556)Glenn Strauss2017-01-311-30/+2
* [mod_openssl] use TLS SNI to set host-based certsGlenn Strauss2017-01-311-2/+0
* [mod_openssl] move openssl config into mod_opensslGlenn Strauss2017-01-311-2/+0
* [core] fix segfault when parsing a bad config fileGlenn Strauss2016-12-161-1/+1
* [core] optional condition in config "else" clause (fixes #1268)Glenn Strauss2016-10-091-0/+2
* [core] fix s6_addr type-punned compiler warningGlenn Strauss2016-07-021-2/+12
* fix errors detected by Coverity ScanGlenn Strauss2016-06-211-1/+1
* [core] simplify config merge of array listsGlenn Strauss2016-05-101-13/+4
* [core] fix config merge of array listsGlenn Strauss2016-05-101-1/+1
* [core] support IPv6 in $HTTP["remote-ip"] CIDR cond match (fixes #2706)Glenn Strauss2016-04-251-52/+99
* [core] replace array weakref with vectorStefan Bühler2016-03-191-2/+2