summaryrefslogtreecommitdiff
path: root/src/mod_extforward.c
Commit message (Expand)AuthorAgeFilesLines
* [build] _WIN32 __declspec(dllexport) *_plugin_initGlenn Strauss2023-05-031-0/+1
* [core] _WIN32 check WSAGetLastError() w/ socketsGlenn Strauss2023-05-031-1/+10
* [mod_extforward] recognize unix domain sockets (fixes #3198)Glenn Strauss2023-04-061-0/+1
* [mod_extforward] typo in commentGlenn Strauss2023-04-041-1/+1
* [mod_extforward] manage remote addr per request (fixes #3192)Glenn Strauss2023-02-281-98/+81
* [multiple] codespell: correct spelling in commentsGlenn Strauss2023-01-071-1/+1
* [multiple] employ ck_calloc, ck_malloc shared codeGlenn Strauss2022-12-101-9/+4
* [multiple] mark mod_*_plugin_init() funcs coldGlenn Strauss2022-12-071-0/+1
* [mod_extforward] unix domain socket pedantic chksGlenn Strauss2022-05-071-3/+5
* [mod_extforward] support addtl IPv6 syntax w/ "[]"Glenn Strauss2022-03-301-1/+8
* [mod_extforward] adjust trust check for HTTP/2Glenn Strauss2022-03-081-5/+11
* [mod_extforward] fix out-of-bounds (OOB) write (fixes #3134)povcfe2022-01-081-1/+1
* [mod_extforward] support longer PROXY v2 TLV vecGlenn Strauss2022-01-011-0/+1
* [mod_extforward] keep remote IP thru request resetGlenn Strauss2021-10-121-17/+1
* [mod_extforward] HAProxy PROXY env PP2_UNIQUE_IDGlenn Strauss2021-09-081-21/+30
* [core] quiet compiler warningsGlenn Strauss2021-09-041-1/+1
* [multiple] inline struct in con->dst_addr_bufGlenn Strauss2021-08-271-13/+14
* [mod_extforward] inline some more data structuresGlenn Strauss2021-08-271-59/+34
* [multiple] buffer_copy_string_len_lc()Glenn Strauss2021-08-271-3/+2
* [core] lowercase r->http_host, r->uri.authorityGlenn Strauss2021-08-271-0/+1
* [multiple] reduce redundant NULL buffer checksGlenn Strauss2021-08-271-23/+22
* [core] adjust r->http_host ptr cachingGlenn Strauss2021-05-101-5/+10
* [mod_extforward] shared mod_extforward_bad_requestGlenn Strauss2021-05-061-28/+16
* [multiple] http_header APIs to reduce str copiesGlenn Strauss2021-03-261-3/+3
* [multiple] add attrs from gcc -Wsuggest-attribute=Glenn Strauss2021-03-261-0/+3
* [multiple] replace buffer_is_equal_caseless_stringGlenn Strauss2021-01-071-1/+1
* [multiple] use HTTP_HEADER_* enum before strcmpGlenn Strauss2021-01-071-1/+1
* [mod_extforward] fix extforward.headers defaults (fixes #3051)Glenn Strauss2021-01-071-0/+4
* [mod_extforward] config warning for module orderGlenn Strauss2021-01-061-0/+1
* [multiple] replace fall through comment with attrGlenn Strauss2020-12-161-1/+1
* [multiple] more forgiving config str to boolean (fixes #3036)Glenn Strauss2020-11-161-18/+5
* [multiple] use light_btst() for hdr existence chkGlenn Strauss2020-10-111-1/+1
* [multiple] use sock_addr_get_family in more placesGlenn Strauss2020-10-111-2/+2
* [core] extend (data_string *) to store header idGlenn Strauss2020-10-111-2/+12
* [mod_extforward] preserve changed addr for h2 conGlenn Strauss2020-10-031-9/+20
* [mod_extforward] skip after HANDLER_COMEBACKGlenn Strauss2020-08-131-2/+20
* [mod_extforward] save proto per connectionGlenn Strauss2020-08-131-3/+3
* [mod_extforward] attempt to quiet Coverity warningGlenn Strauss2020-08-021-0/+2
* [multiple] rename connection_reset hook to requestGlenn Strauss2020-08-021-1/+1
* [multiple] con hooks store ctx in con->plugin_ctxGlenn Strauss2020-08-021-15/+13
* quiet clang analyzer scan-build warningsGlenn Strauss2020-07-081-1/+2
* [mod_nss] NSS option for TLS (fixes #1218)Glenn Strauss2020-07-081-0/+1
* [mod_extforward] config warning for module orderGlenn Strauss2020-07-081-3/+6
* [multiple] add summaries to top of some modulesGlenn Strauss2020-07-081-0/+6
* [core] stricter parse of numerical digitsGlenn Strauss2020-07-081-7/+20
* [multiple] correct misspellings in commentsGlenn Strauss2020-07-081-1/+1
* [multiple] split con, request (very large change)Glenn Strauss2020-07-081-104/+115
* [core] store subrequest_handler instead of modeGlenn Strauss2020-07-081-7/+7
* [core] move plugin_ctx into (request_st *)Glenn Strauss2020-07-081-10/+10
* [multiple] con->proto_default_portGlenn Strauss2020-07-081-3/+5