summaryrefslogtreecommitdiff
path: root/src/mod_maxminddb.c
Commit message (Expand)AuthorAgeFilesLines
* [build] _WIN32 __declspec(dllexport) *_plugin_initGlenn Strauss2023-05-031-0/+1
* [multiple] store ptrs to remote addr in request_st (#3192)Glenn Strauss2023-02-281-1/+1
* [mod_maxminddb] check remote IP each request (fixes #3191)Glenn Strauss2023-02-281-33/+84
* [multiple] employ ck_calloc, ck_malloc shared codeGlenn Strauss2022-12-101-8/+6
* [multiple] mark mod_*_plugin_init() funcs coldGlenn Strauss2022-12-071-0/+1
* [multiple] reduce use of BUFFER_INTLEN_PTRGlenn Strauss2021-08-271-6/+6
* [multiple] reduce redundant NULL buffer checksGlenn Strauss2021-08-271-6/+5
* [mod_maxminddb] fix config validation typoGlenn Strauss2020-11-051-1/+1
* [multiple] use sock_addr_get_family in more placesGlenn Strauss2020-10-111-1/+1
* [multiple] con hooks store ctx in con->plugin_ctxGlenn Strauss2020-08-021-7/+7
* [multiple] add summaries to top of some modulesGlenn Strauss2020-07-081-0/+6
* [multiple] split con, request (very large change)Glenn Strauss2020-07-081-14/+16
* [multiple] copy small struct instead of memcpy()Glenn Strauss2020-07-081-1/+2
* [core] move plugin_ctx into (request_st *)Glenn Strauss2020-07-081-4/+4
* [multiple] generic config array type checkingGlenn Strauss2020-07-081-1/+1
* [multiple] plugin_stats arrayGlenn Strauss2020-07-081-22/+22
* [multiple] connection hooks no longer get (srv *)Glenn Strauss2020-07-081-2/+0
* [core] array_init() arg for initial sizeGlenn Strauss2020-07-081-1/+1
* [multiple] plugin.c handles common FREE_FUNC codeGlenn Strauss2020-07-081-16/+2
* [mod_maxminddb] use config_plugin_values_init()Glenn Strauss2020-07-081-164/+234
* [core] const char *name in struct pluginGlenn Strauss2020-05-231-4/+1
* [core] simpler config_check_cond()Glenn Strauss2020-05-231-3/+2
* [core] inline buffer as part of data_string valueGlenn Strauss2020-02-241-2/+2
* [core] inline buffer key for *_patch_connection()Glenn Strauss2020-02-241-3/+3
* [core] inline buffer as part of DATA_UNSET keyGlenn Strauss2020-02-241-2/+2
* [mod_maxminddb] MaxMind GeoIP2 supportGlenn Strauss2019-05-261-0/+405