summaryrefslogtreecommitdiff
path: root/src/gw_backend.h
Commit message (Expand)AuthorAgeFilesLines
* [multiple] employ ck_realloc_u32() shared codeGlenn Strauss2022-12-101-3/+0
* [core] improve chunk buffer reuse from backendsGlenn Strauss2021-09-301-0/+2
* [core] connect, write, read timeouts on backends (fixes #3086)Glenn Strauss2021-09-081-1/+10
* [core] store time for last r/w to a backend socketGlenn Strauss2021-09-041-1/+2
* [multiple] Y2038 32-bit signed time_t mitigationsGlenn Strauss2021-09-041-3/+3
* [core] order gw_host members for packing and usageGlenn Strauss2021-08-271-33/+33
* [core] order gw_proc members for packing and usageGlenn Strauss2021-08-271-21/+16
* [core] calculate backend host gw_hash at startupGlenn Strauss2021-08-271-0/+1
* [core] store int* ptr to common gw status countersGlenn Strauss2021-05-161-0/+6
* [multiple] add attrs from gcc -Wsuggest-attribute=Glenn Strauss2021-03-261-0/+1
* [multiple] inline chunkqueue where always alloc'dGlenn Strauss2020-10-111-1/+1
* [multiple] rename connection_reset hook to requestGlenn Strauss2020-08-021-1/+1
* [multiple] correct misspellings in commentsGlenn Strauss2020-07-081-2/+2
* [multiple] split con, request (very large change)Glenn Strauss2020-07-081-4/+4
* [core] pass con around gw_backend instead of srvGlenn Strauss2020-07-081-0/+3
* [multiple] connection hooks no longer get (srv *)Glenn Strauss2020-07-081-6/+6
* [core] gw_backend less pointer chasingGlenn Strauss2020-07-081-3/+2
* [core] gw_exts_clear_check_local()Glenn Strauss2020-07-081-0/+3
* [multiple] plugin.c handles common FREE_FUNC codeGlenn Strauss2020-07-081-1/+1
* [core] gw_backend config_plugin_values_init_blockGlenn Strauss2020-07-081-9/+19
* [multiple] gw_backends config_plugin_values_init()Glenn Strauss2020-07-081-25/+20
* [core] differentiate array_get_* for ro and rwGlenn Strauss2020-02-241-2/+2
* [core] pass (fdnode *) for registered fdevent fdGlenn Strauss2019-03-071-0/+1
* [core] remove fde_ndx member outside fdeventsGlenn Strauss2019-03-071-1/+0
* [core] option to propagate TCP FIN to backend hostGlenn Strauss2018-08-121-0/+1
* [core] some header cleanupGlenn Strauss2018-04-081-1/+2
* [core] SIGCHLD handle_waitpid hook for modulesGlenn Strauss2017-09-101-1/+2
* [core] store sockaddr for socket backend procsGlenn Strauss2017-07-231-0/+3
* [core] spread load on socket backend procsGlenn Strauss2017-07-231-1/+0
* [core] shared code for socket backendsGlenn Strauss2017-07-231-0/+343