summaryrefslogtreecommitdiff
path: root/src/mod_skeleton.c
Commit message (Expand)AuthorAgeFilesLines
* [build] _WIN32 __declspec(dllexport) *_plugin_initGlenn Strauss2023-05-031-0/+1
* [multiple] clang -Wstrict-prototypes for C2xGlenn Strauss2023-01-191-1/+1
* [multiple] employ ck_calloc, ck_malloc shared codeGlenn Strauss2022-12-101-6/+4
* [multiple] mark mod_*_plugin_init() funcs coldGlenn Strauss2022-12-071-0/+2
* [multiple] remove base.h include where not usedGlenn Strauss2021-09-081-1/+1
* [multiple] reduce redundant NULL buffer checksGlenn Strauss2021-08-271-1/+1
* [multiple] split con, request (very large change)Glenn Strauss2020-07-081-15/+15
* [multiple] copy small struct instead of memcpy()Glenn Strauss2020-07-081-1/+2
* [core] store subrequest_handler instead of modeGlenn Strauss2020-07-081-1/+1
* [multiple] generic config array type checkingGlenn Strauss2020-07-081-21/+1
* [multiple] connection hooks no longer get (srv *)Glenn Strauss2020-07-081-1/+0
* [multiple] plugin.c handles common FREE_FUNC codeGlenn Strauss2020-07-081-13/+0
* [mod_skeleton] use config_plugin_values_init()Glenn Strauss2020-05-231-80/+78
* [core] const char *name in struct pluginGlenn Strauss2020-05-231-2/+1
* [core] simpler config_check_cond()Glenn Strauss2020-05-231-3/+2
* [core] inline buffer key for *_patch_connection()Glenn Strauss2020-02-241-1/+1
* [multiple] cleaner calloc use in SETDEFAULTS_FUNCMohammed Sadiq2019-04-201-1/+1
* [mod_skeleton] review and simplifyGlenn Strauss2018-09-231-65/+31
* [core] calloc plugin_config for consistent initGlenn Strauss2017-04-301-3/+5
* [core] remove some unused header includesGlenn Strauss2017-03-281-1/+0
* [config] more specific checks for array listsGlenn Strauss2017-03-081-0/+6
* minor: spelling changes in some comments/messagesGlenn Strauss2016-07-181-1/+1
* fix some warnings reported by cppcheckGlenn Strauss2016-07-171-7/+6
* 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
* minor spelling fixesStefan Bühler2015-06-211-1/+1
* fix segfaults in many plugins if they failed configurationStefan Bühler2015-05-141-1/+1
* fix/silence bugs reported by ccc-analyzer (clang)Stefan Bühler2013-11-131-1/+1
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-7/+3
* Insert many con->mode checks; they should prevent two modules to handle the s...Stefan Bühler2008-08-011-0/+2
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-47/+47
* part of [733]mOo2005-10-011-0/+2
* added read-only WebDAV supportJan Kneschke2005-08-191-0/+3
* fixed possible uninit variables of the config-parser fails (merged [183])Jan Kneschke2005-08-161-2/+2
* removed setup_connection (merged [295])Jan Kneschke2005-08-081-21/+6
* moved everything below trunk/ and added branches/ and tags/Jan Kneschke2005-02-201-0/+220