summaryrefslogtreecommitdiff
path: root/src/configfile-glue.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* Added Language conditional (fixes #1119); patch by petarStefan Bühler2009-02-051-0/+9
* Try to convert string options to shorts for numeric options in config file; a...Stefan Bühler2008-10-011-0/+17
* Replace buffer_{append,copy}_string with the _len variant where possible (#17...Stefan Bühler2008-07-301-2/+2
* Fix segfault for appending matched parts if there was no regex matching (just...Stefan Bühler2008-03-261-1/+1
* merged part of [1528] from trunk: added the new options and added alternative...mOo2008-03-021-3/+13
* - support for matching $HTTP["scheme"] in configs, patch from:Elan Ruusamäe2007-11-041-0/+4
* fixed aggressive caching of conditionals (#41)Jan Kneschke2007-08-181-12/+72
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-65/+65
* improved error-msgs if on type-mismatchJan Kneschke2006-09-231-4/+4
* fixed crash with invalid hostmask is used (fixes #854)Jan Kneschke2006-09-201-1/+1
* merged [1217] Jan Kneschke2006-09-071-0/+17
* - backport symlink patch in hard version to 1.4.11Marcus Rückert2006-09-071-0/+6
* merged [1051], [1052], [1053], [1054], [1057], [1060], [1061], [1062]Jan Kneschke2006-09-071-1/+1
* fixed #557: %0 crashed with !~mOo2006-03-031-1/+1
* the missing part of [757]mOo2005-09-301-3/+3
* replace i by j to fix a segfault in the error-msg and improved the error-msg ...Jan Kneschke2005-09-211-1/+3
* minor portability fixesJan Kneschke2005-09-011-0/+2
* fix merging of auto-indexing element, and make autoload modules hack to use a...mOo2005-08-231-1/+1
* load mod_indexfile before, mod_fastcgi and friends and let array regenerated ...Jan Kneschke2005-08-171-2/+6