summaryrefslogtreecommitdiff
path: root/src/mod_simple_vhost.c
Commit message (Expand)AuthorAgeFilesLines
* [build] _WIN32 __declspec(dllexport) *_plugin_initGlenn Strauss2023-05-031-0/+1
* [multiple] employ ck_calloc, ck_malloc shared codeGlenn Strauss2022-12-101-1/+1
* [multiple] mark mod_*_plugin_init() funcs coldGlenn Strauss2022-12-071-0/+1
* [multiple] prefer r->tmp_buf to p->tmp_bufGlenn Strauss2021-09-131-3/+1
* [multiple] remove base.h include where not usedGlenn Strauss2021-09-081-1/+1
* [multiple] reduce redundant NULL buffer checksGlenn Strauss2021-08-271-8/+14
* [multiple] use buffer_append_* aggregatesGlenn Strauss2021-04-021-1/+0
* [multiple] use stat_cache_path_isdir()Glenn Strauss2020-10-131-5/+1
* [multiple] correct misspellings in commentsGlenn Strauss2020-07-081-1/+1
* [multiple] split con, request (very large change)Glenn Strauss2020-07-081-12/+12
* [multiple] copy small struct instead of memcpy()Glenn Strauss2020-07-081-1/+2
* [core] move addtl request-specific struct membersGlenn Strauss2020-07-081-2/+2
* [multiple] stat_cache singletonGlenn Strauss2020-07-081-1/+2
* [multiple] connection hooks no longer get (srv *)Glenn Strauss2020-07-081-5/+5
* [multiple] prefer (connection *) to (srv *)Glenn Strauss2020-07-081-3/+1
* [multiple] plugin.c handles common FREE_FUNC codeGlenn Strauss2020-07-081-8/+0
* [mod_simple_vhost] use config_plugin_values_init()Glenn Strauss2020-07-081-199/+131
* [core] const char *name in struct pluginGlenn Strauss2020-05-231-3/+1
* [core] simpler config_check_cond()Glenn Strauss2020-05-231-3/+2
* [core] inline buffer key for *_patch_connection()Glenn Strauss2020-02-241-4/+4
* [core] (const buffer *) for con->server_nameGlenn Strauss2020-02-241-3/+6
* [multiple] cleaner calloc use in SETDEFAULTS_FUNCMohammed Sadiq2019-04-201-1/+1
* [mod_simple_vhost] t/test_mod_simple_vhostGlenn Strauss2018-12-031-14/+18
* [core] remove some unused header includesGlenn Strauss2017-03-281-2/+0
* [core] fix crash if invalid config file (fixes #2798)Glenn Strauss2017-03-131-0/+1
* consistent inclusion of config.h at top of files (fixes #2073)Glenn Strauss2016-03-191-0/+2
* [config] check config option scope; warn if server option is given in conditi...Stefan Bühler2015-11-071-1/+2
* Use buffer API to read and modify "used" memberStefan Bühler2015-02-081-8/+8
* Remove buffer_prepare_copy() and buffer_prepare_append()Stefan Bühler2015-02-081-1/+1
* fix buffer, chunk and http_chunk APIStefan Bühler2015-02-081-13/+13
* add force_assert() to enforce assertions as simple assert()s are disabled by ...Stefan Bühler2014-02-161-1/+1
* fix/silence bugs reported by ccc-analyzer (clang)Stefan Bühler2013-11-131-1/+1
* [mod_simple_vhost] fix cache; skip module if simple-vhost.server-root is empt...Stefan Bühler2013-08-301-31/+30
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-8/+4
* Added some extra warning options in cmake and fix the resulting warnings (unu...Stefan Bühler2009-03-071-0/+1
* Fix default vhost in mod_simple_vhost (fixes #1905)Stefan Bühler2009-02-171-0/+2
* Do not cache default vhost in mod_simple_vhost (#709)Stefan Bühler2008-10-011-0/+2
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-55/+55
* suppress the 'using default-vhost' message by defaultJan Kneschke2005-11-181-2/+15
* fixed possible uninit variables of the config-parser fails (merged [183])Jan Kneschke2005-08-161-1/+1
* removed setup_connection (merged [295])Jan Kneschke2005-08-081-28/+12
* fixed error-handlingJan Kneschke2005-08-081-1/+1
* dropped file-cache, added stat-cache and modules ALWAYS cleanup at connection...Jan Kneschke2005-08-081-5/+5
* moved everything below trunk/ and added branches/ and tags/Jan Kneschke2005-02-201-0/+284