summaryrefslogtreecommitdiff
path: root/src/configfile-glue.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* consistent inclusion of config.h at top of files (fixes #2073)Glenn Strauss2016-03-191-0/+2
* [core] fix conditional cache handlingStefan Bühler2016-02-211-46/+88
* [core] never evaluate else branches until the previous branches are aready (f...Glenn Strauss2016-02-211-1/+8
* [config] check config option scope; warn if server option is given in conditi...Stefan Bühler2015-11-071-4/+11
* fix error message for T_CONFIG_ARRAY config values if an entry value is not a...Stefan Bühler2015-05-141-3/+3
* Use buffer API to read and modify "used" memberStefan Bühler2015-02-081-1/+1
* fix buffer, chunk and http_chunk APIStefan Bühler2015-02-081-8/+8
* fix bad shift in conditional netmask ".../0" handlingStefan Bühler2014-04-141-1/+7
* fix :port handling in $HTTP["host"] checks (fixes #2135. thx liming)Stefan Bühler2012-11-071-6/+2
* Add TLS servername indication (SNI) support (fixes #386, thx Peter Colberg <p...Peter Colberg2009-10-141-0/+4
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-3/+3
* Add T_CONFIG_INT for bigger integers from the config (needed for #1966)Stefan Bühler2009-06-211-2/+31
* Fix "mod_indexfile(s)" typos (#1948)Stefan Bühler2009-04-091-1/+1
* Added some extra warning options in cmake and fix the resulting warnings (unu...Stefan Bühler2009-03-071-1/+1