| Commit message (Expand) | Author | Age | Files | Lines |
* | [build] _WIN32 __declspec(dllexport) *_plugin_init | Glenn Strauss | 2023-05-03 | 1 | -0/+1 |
* | [multiple] employ ck_calloc, ck_malloc shared code | Glenn Strauss | 2022-12-10 | 1 | -2/+2 |
* | [multiple] mark mod_*_plugin_init() funcs cold | Glenn Strauss | 2022-12-07 | 1 | -0/+1 |
* | [multiple] use buffer_append_char() | Glenn Strauss | 2022-05-11 | 1 | -1/+1 |
* | [multiple] reduce redundant NULL buffer checks | Glenn Strauss | 2021-08-27 | 1 | -9/+10 |
* | [mod_vhostdb*] rename http_vhostdb->mod_vhostdb_api | Glenn Strauss | 2021-08-27 | 1 | -3/+3 |
* | [multiple] optimize primitives, buffer_extend() | Glenn Strauss | 2021-03-26 | 1 | -3/+1 |
* | [mod_authn_ldap, mod_vhostdb_ldap] default cafile | Glenn Strauss | 2020-12-16 | 1 | -2/+18 |
* | [multiple] more forgiving config str to boolean (fixes #3036) | Glenn Strauss | 2020-11-16 | 1 | -2/+1 |
* | [mod_authn_ldap,mod_vhostdb_ldap] add timeout opt (#2805) | Glenn Strauss | 2020-07-13 | 1 | -0/+14 |
* | [multiple] add summaries to top of some modules | Glenn Strauss | 2020-07-08 | 1 | -0/+6 |
* | [multiple] split con, request (very large change) | Glenn Strauss | 2020-07-08 | 1 | -7/+7 |
* | [multiple] copy small struct instead of memcpy() | Glenn Strauss | 2020-07-08 | 1 | -1/+2 |
* | [multiple] store srv->tmp_buf in tb var | Glenn Strauss | 2020-07-08 | 1 | -7/+7 |
* | [multiple] generic config array type checking | Glenn Strauss | 2020-07-08 | 1 | -8/+1 |
* | [multiple] connection hooks no longer get (srv *) | Glenn Strauss | 2020-07-08 | 1 | -2/+1 |
* | [multiple] prefer (connection *) to (srv *) | Glenn Strauss | 2020-07-08 | 1 | -30/+31 |
* | [multiple] plugin.c handles common FREE_FUNC code | Glenn Strauss | 2020-07-08 | 1 | -14/+2 |
* | [mod_vhostdb*] use config_plugin_values_init() | Glenn Strauss | 2020-07-08 | 1 | -68/+91 |
* | [core] const char *name in struct plugin | Glenn Strauss | 2020-05-23 | 1 | -1/+1 |
* | [core] simpler config_check_cond() | Glenn Strauss | 2020-05-23 | 1 | -3/+2 |
* | [core] inline buffer as part of data_string value | Glenn Strauss | 2020-02-24 | 1 | -14/+14 |
* | [core] inline buffer key for *_patch_connection() | Glenn Strauss | 2020-02-24 | 1 | -1/+1 |
* | [core] inline buffer as part of DATA_UNSET key | Glenn Strauss | 2020-02-24 | 1 | -8/+8 |
* | [core] use buffer_eq_icase_ssn func | Glenn Strauss | 2019-06-06 | 1 | -1/+1 |
* | [mod_authn_ldap] ldap_set_option LDAP_OPT_RESTART (fixes #2940) | Glenn Strauss | 2019-05-27 | 1 | -0/+3 |
* | [multiple] cleaner calloc use in SETDEFAULTS_FUNC | Mohammed Sadiq | 2019-04-20 | 1 | -1/+1 |
* | [multiple] calloc match ptr type (clang --analyze) | Glenn Strauss | 2019-01-21 | 1 | -1/+1 |
* | [core] perf: simple, quick buffer_clear() | Glenn Strauss | 2018-11-23 | 1 | -3/+3 |
* | [mod_authn_ldap] auth with ldap referrals (fixes #2846) | Glenn Strauss | 2018-01-07 | 1 | -0/+11 |
* | [mod_authn_ldap] fix mem leak when ldap auth fails (fixes #2849) | Glenn Strauss | 2017-12-21 | 1 | -4/+4 |
* | [mod_authn_ldap] replace use of deprecated funcs | Glenn Strauss | 2017-11-05 | 1 | -11/+38 |
* | [config] more specific checks for array lists | Glenn Strauss | 2017-03-08 | 1 | -0/+6 |
* | [mod_vhostdb_ldap] fix inverted logic (coverity) | Glenn Strauss | 2017-02-26 | 1 | -1/+1 |
* | mod_vhostdb* (dbi,mysql,pgsql,ldap) (fixes #485, fixes #1936, fixes #2297) | Glenn Strauss | 2017-01-31 | 1 | -0/+512 |