summaryrefslogtreecommitdiff
path: root/src/mod_sockproxy.c
Commit message (Expand)AuthorAgeFilesLines
* [build] _WIN32 __declspec(dllexport) *_plugin_initGlenn Strauss2023-05-031-0/+1
* [multiple] employ ck_calloc, ck_malloc shared codeGlenn Strauss2022-12-101-2/+1
* [multiple] mark mod_*_plugin_init() funcs coldGlenn Strauss2022-12-071-0/+1
* [multiple] rename status_counter -> plugin_statsGlenn Strauss2022-05-111-2/+1
* [mod_sockproxy] reset http vers, avoid rare crash (fixes #3152)Glenn Strauss2022-04-081-0/+1
* [multiple] rename connection_reset hook to requestGlenn Strauss2020-08-021-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-13/+14
* [core] store subrequest_handler instead of modeGlenn Strauss2020-07-081-2/+2
* [core] move plugin_ctx into (request_st *)Glenn Strauss2020-07-081-1/+1
* [core] move addtl request-specific struct membersGlenn Strauss2020-07-081-1/+1
* [multiple] generic config array type checkingGlenn Strauss2020-07-081-1/+1
* [multiple] plugin_stats arrayGlenn Strauss2020-07-081-1/+1
* [multiple] connection hooks no longer get (srv *)Glenn Strauss2020-07-081-5/+5
* [multiple] prefer (connection *) to (srv *)Glenn Strauss2020-07-081-1/+1
* [core] gw_exts_clear_check_local()Glenn Strauss2020-07-081-6/+1
* [multiple] gw_backends config_plugin_values_init()Glenn Strauss2020-07-081-98/+106
* [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-3/+3
* [core] differentiate array_get_* for ro and rwGlenn Strauss2020-02-241-3/+3
* [multiple] cleaner calloc use in SETDEFAULTS_FUNCMohammed Sadiq2019-04-201-1/+1
* [multiple] perf: reuse large buffers w/ backendGlenn Strauss2018-11-121-1/+1
* mod_sockproxy - socket forwardingGlenn Strauss2018-08-121-0/+180