summaryrefslogtreecommitdiff
path: root/src/mod_vhostdb_dbi.c
Commit message (Expand)AuthorAgeFilesLines
* [build] _WIN32 __declspec(dllexport) *_plugin_initGlenn Strauss2023-05-031-0/+1
* [core] _WIN32 socket-compat, filesystem-compatGlenn Strauss2023-05-031-1/+2
* [multiple] employ ck_calloc, ck_malloc shared codeGlenn Strauss2022-12-101-2/+2
* [multiple] mark mod_*_plugin_init() funcs coldGlenn Strauss2022-12-071-0/+1
* [multiple] reduce redundant NULL buffer checksGlenn Strauss2021-08-271-5/+5
* [mod_vhostdb*] rename http_vhostdb->mod_vhostdb_apiGlenn Strauss2021-08-271-3/+3
* [mod_*_dbi] fix sqlite3_dbdir spelling in commentsGlenn Strauss2021-05-131-1/+1
* [multiple] use buffer_append_* aggregatesGlenn Strauss2021-04-021-2/+1
* [mod_vhostdb_dbi] allow strings and ints in configGlenn Strauss2020-07-161-1/+1
* [multiple] add summaries to top of some modulesGlenn Strauss2020-07-081-0/+6
* [multiple] split con, request (very large change)Glenn Strauss2020-07-081-7/+7
* [multiple] copy small struct instead of memcpy()Glenn Strauss2020-07-081-1/+2
* [multiple] generic config array type checkingGlenn Strauss2020-07-081-8/+1
* [multiple] connection hooks no longer get (srv *)Glenn Strauss2020-07-081-2/+1
* [multiple] prefer (connection *) to (srv *)Glenn Strauss2020-07-081-11/+11
* [multiple] plugin.c handles common FREE_FUNC codeGlenn Strauss2020-07-081-14/+2
* [mod_vhostdb*] use config_plugin_values_init()Glenn Strauss2020-07-081-69/+94
* [core] const char *name in struct pluginGlenn Strauss2020-05-231-1/+1
* [core] simpler config_check_cond()Glenn Strauss2020-05-231-3/+2
* [core] inline buffer as part of data_string valueGlenn Strauss2020-02-241-7/+7
* [core] inline buffer key for *_patch_connection()Glenn Strauss2020-02-241-1/+1
* [core] inline buffer as part of DATA_UNSET keyGlenn Strauss2020-02-241-4/+4
* [multiple] cleaner calloc use in SETDEFAULTS_FUNCMohammed Sadiq2019-04-201-1/+1
* [multiple] calloc match ptr type (clang --analyze)Glenn Strauss2019-01-211-1/+1
* [core] perf: simple, quick buffer_clear()Glenn Strauss2018-11-231-2/+2
* [core] rename fd_close_on_exec()Glenn Strauss2017-07-151-1/+1
* [core] include "fdevent.h" where neededGlenn Strauss2017-03-281-0/+1
* [config] more specific checks for array listsGlenn Strauss2017-03-081-0/+6
* mod_vhostdb* (dbi,mysql,pgsql,ldap) (fixes #485, fixes #1936, fixes #2297)Glenn Strauss2017-01-311-0/+324