summaryrefslogtreecommitdiff
path: root/src/gw_backend.c
Commit message (Expand)AuthorAgeFilesLines
...
* [core] gw_host_get() comment out devel debuggingGlenn Strauss2021-08-271-74/+60
* [core] calculate backend host gw_hash at startupGlenn Strauss2021-08-271-14/+5
* [multiple] reduce redundant NULL buffer checksGlenn Strauss2021-08-271-95/+86
* [core] reduce repeated work in http_cgi_headers()Glenn Strauss2021-08-271-0/+5
* [multiple] use thread-safe strerror where availGlenn Strauss2021-08-271-3/+3
* [core] store int* ptr to common gw status countersGlenn Strauss2021-05-161-16/+29
* [core] simplify buffer_path_simplify()Glenn Strauss2021-05-081-1/+1
* [multiple] buffer_copy_path_len2() aggregateGlenn Strauss2021-04-021-4/+3
* [multiple] use buffer_append_* aggregatesGlenn Strauss2021-04-021-10/+15
* [multiple] add attrs from gcc -Wsuggest-attribute=Glenn Strauss2021-03-261-0/+1
* [multiple] prefer monotonic time for internal useGlenn Strauss2021-03-111-16/+16
* [core] check EAGAIN if unix socket connect() delayGlenn Strauss2021-03-081-1/+2
* [mod_ajp13] AJPv13 Tomcat connector for lighttpdGlenn Strauss2021-01-291-1/+2
* [core] fix crash in error trace if backend is down (fixes #3052)Glenn Strauss2021-01-081-5/+9
* [core] fix bug in FastCGI uploads (#3033)Glenn Strauss2020-12-261-4/+5
* [core] fix crash after specific err in config fileGlenn Strauss2020-12-251-2/+3
* buffer_append_path_len() to join pathsGlenn Strauss2020-12-241-1/+2
* [multiple] fdevent_waitpid() wrapperGlenn Strauss2020-12-241-3/+1
* [core] add comment for FastCGI mem use in hctx->rb (#3033)Glenn Strauss2020-12-241-0/+5
* [core] fix crash printing trace if backend is downGlenn Strauss2020-12-161-1/+1
* [multiple] replace fall through comment with attrGlenn Strauss2020-12-161-4/+4
* [core] skip some trace if backend Upgrade (#3044)Glenn Strauss2020-12-091-1/+2
* [multiple] add back-pressure gw data pump (fixes #3033)Glenn Strauss2020-11-121-2/+10
* [core] cold func for gw_recv_response error caseGlenn Strauss2020-11-041-1/+12
* [core] set last_used on rd/wr from backend (fixes #3029)Glenn Strauss2020-11-041-3/+16
* [multiple] inline chunkqueue where always alloc'dGlenn Strauss2020-10-111-25/+23
* [multiple] inline chunkqueue_length()Glenn Strauss2020-10-111-2/+2
* [core] move djbhash(), dekhash() to algo_md.hGlenn Strauss2020-10-111-1/+1
* [core] use djbhash in gw_backend to choose hostGlenn Strauss2020-10-111-16/+24
* [multiple] isolate more con code in connections.cGlenn Strauss2020-10-031-2/+2
* [multiple] modules read reqbody via fn ptrGlenn Strauss2020-10-031-1/+1
* [core] disperse settings.h to appropriate headersGlenn Strauss2020-08-101-1/+1
* [multiple] rename connection_reset hook to requestGlenn Strauss2020-08-021-1/+1
* [multiple] address coverity warningsGlenn Strauss2020-07-101-0/+3
* [multiple] address coverity warningsGlenn Strauss2020-07-101-0/+3
* quiet clang analyzer scan-build warningsGlenn Strauss2020-07-081-0/+3
* [multiple] add summaries to top of some modulesGlenn Strauss2020-07-081-0/+6
* [multiple] correct misspellings in commentsGlenn Strauss2020-07-081-2/+2
* [mod_proxy] stream request using HTTP/1.1 chunked (fixes #3006)Glenn Strauss2020-07-081-19/+16
* [core] r->uri.path always set, though might be ""Glenn Strauss2020-07-081-1/+1
* [multiple] split con, request (very large change)Glenn Strauss2020-07-081-175/+182
* [core] store subrequest_handler instead of modeGlenn Strauss2020-07-081-7/+6
* [core] move request state into (request_st *)Glenn Strauss2020-07-081-1/+1
* [core] move plugin_ctx into (request_st *)Glenn Strauss2020-07-081-5/+5
* [core] move addtl request-specific struct membersGlenn Strauss2020-07-081-1/+1
* [core] move addtl request-specific struct membersGlenn Strauss2020-07-081-6/+6
* [core] rename content_length to reqbody_lengthGlenn Strauss2020-07-081-4/+4
* [multiple] omit passing srv to fdevent_handlerGlenn Strauss2020-07-081-3/+3
* [core] include settings.h where usedGlenn Strauss2020-07-081-0/+1
* [multiple] rename r to rc rv rd wr to be differentGlenn Strauss2020-07-081-7/+7