summaryrefslogtreecommitdiff
path: root/src/mod_vhostdb.c
Commit message (Expand)AuthorAgeFilesLines
* [build] _WIN32 __declspec(dllexport) *_plugin_initGlenn Strauss2023-05-031-0/+1
* [multiple] quiet some coverity false positivesGlenn Strauss2023-01-131-1/+1
* [multiple] employ ck_calloc, ck_malloc shared codeGlenn Strauss2022-12-101-5/+3
* [multiple] mark mod_*_plugin_init() funcs coldGlenn Strauss2022-12-071-0/+1
* [multiple] quiet coverity warnings using castsGlenn Strauss2022-09-151-1/+2
* [multiple] prefer r->tmp_buf to p->tmp_bufGlenn Strauss2021-09-131-7/+2
* [core] quiet compiler warningsGlenn Strauss2021-09-041-0/+1
* [multiple] Y2038 32-bit signed time_t mitigationsGlenn Strauss2021-09-041-4/+4
* [multiple] reduce redundant NULL buffer checksGlenn Strauss2021-08-271-9/+11
* [mod_vhostdb*] rename http_vhostdb->mod_vhostdb_apiGlenn Strauss2021-08-271-4/+4
* [mod_auth,mod_vhostdb] move helper funcs to modsGlenn Strauss2021-08-271-0/+2
* [multiple] prefer monotonic time for internal useGlenn Strauss2021-03-111-2/+2
* [multiple] avoid duplicate parsing in trigger func (#3056)Glenn Strauss2021-01-291-1/+3
* [core] config_plugin_value_to_int32()Glenn Strauss2020-10-191-7/+4
* [multiple] use stat_cache_path_isdir()Glenn Strauss2020-10-131-8/+1
* [core] rename splaytree.[ch] to algo_splaytree.[ch]Glenn Strauss2020-10-111-1/+1
* [multiple] rename connection_reset hook to requestGlenn Strauss2020-08-021-2/+2
* [mod_auth,mod_vhostdb] add caching option (fixes #2805)Glenn Strauss2020-07-131-35/+209
* [multiple] add summaries to top of some modulesGlenn Strauss2020-07-081-0/+6
* [multiple] split con, request (very large change)Glenn Strauss2020-07-081-28/+29
* [core] store subrequest_handler instead of modeGlenn Strauss2020-07-081-1/+1
* [core] move plugin_ctx into (request_st *)Glenn Strauss2020-07-081-4/+4
* [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-3/+2
* [multiple] prefer (connection *) to (srv *)Glenn Strauss2020-07-081-3/+3
* [multiple] plugin.c handles common FREE_FUNC codeGlenn Strauss2020-07-081-8/+0
* [mod_vhostdb*] use config_plugin_values_init()Glenn Strauss2020-07-081-74/+68
* [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-1/+1
* [core] (const buffer *) for con->server_nameGlenn Strauss2020-02-241-1/+2
* [multiple] cleaner calloc use in SETDEFAULTS_FUNCMohammed Sadiq2019-04-201-1/+1
* [core] some header cleanupGlenn Strauss2018-04-081-0/+1
* mod_vhostdb* (dbi,mysql,pgsql,ldap) (fixes #485, fixes #1936, fixes #2297)Glenn Strauss2017-01-311-0/+238