summaryrefslogtreecommitdiffstats
path: root/modules/proxy (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_proxy_fcgi: follow up to r1884068 and r1884069.Yann Ylavic2020-12-031-6/+11
* mod_proxy_fcgi: follow up to r1884068.Yann Ylavic2020-12-031-34/+83
* mod_proxy_fcgi: Honor "SetEnv proxy-sendcl".Yann Ylavic2020-12-031-7/+72
* mod_proxy: provide prefetching and spooling mechanisms to all proxy modules.Yann Ylavic2020-12-033-247/+323
* mod_proxy: pconf vs pchild consistency, and correctness in ONE_PROCESS mode.Yann Ylavic2020-11-233-9/+10
* Make HTTP_IN filter send 100 continue in blocking mode only.Yann Ylavic2020-11-191-55/+8
* * modules/proxy/mod_proxy_wstunnel.c (proxyws_set_aysnch_delay):Joe Orton2020-11-101-2/+2
* Add a missing </tr>Christophe Jaillet2020-10-031-1/+1
* mod_proxy: Add support for an optional third argument to ProxyRemote*Joe Orton2020-09-173-15/+40
* Follow up to r1880205, APLOGNO().Yann Ylavic2020-07-231-1/+1
* mod_proxy_uwsgi: Error out on HTTP header larger than 16KYann Ylavic2020-07-231-3/+10
* mod_proxy_http: follow up to r1879419.Yann Ylavic2020-07-231-5/+4
* mod_proxy: follow up to r1879401: call filters on tunnel POLLERR.Yann Ylavic2020-07-232-139/+165
* Avoid NULL pointer dereferences for empty environment variable valuesRuediger Pluem2020-07-151-3/+5
* Follow up to r1879449: yet better MPM poll callback API.Yann Ylavic2020-07-022-40/+17
* mpm_common: add pool argument to mpm_register_poll_callback[_timeout] hooks.Yann Ylavic2020-07-022-38/+35
* mod_proxy_wstunnel: follow up to r1879418: handle first async lifetime too.Yann Ylavic2020-07-021-9/+27
* mod_proxy_http: follow up to r1879419: clarify poll callback pds/subpool.Yann Ylavic2020-07-021-7/+16
* mod_proxy_http: handle async tunneling of Upgrade(d) protocols.Yann Ylavic2020-07-023-54/+220
* mod_proxy_wstunnel: avoid leaks on tunnel->pfds->pool.Yann Ylavic2020-07-021-7/+23
* mod_ssl: release coalesced data when called from ap_filter_output_pending().Yann Ylavic2020-07-021-6/+0
* mod_proxy: reindent ap_proxy_transfer_between_connections() after r1879401.Yann Ylavic2020-07-011-46/+44
* mod_proxy: improved and reentrant tunneling loop.Yann Ylavic2020-07-014-130/+176
* Revert r1879361: 2.4.x material only.Yann Ylavic2020-06-301-25/+8
* mod_proxy: unfail mixed ProxyPass/<Proxy> and ProxyPassMatch/<ProxyMatch>.Yann Ylavic2020-06-301-8/+25
* Follow up to r1879235: fill APLOGNO().Yann Ylavic2020-06-301-1/+1
* Follow up to r1879080 and r1879137: servlet-normalize r->uri if matched.Yann Ylavic2020-06-262-8/+32
* Follow up to r1879080: replace ProxyUseOriginalURI by mapping=encoded.Yann Ylavic2020-06-242-38/+55
* Follow up to r1879079, r1879080: change to DONE semantics for pre_trans hooks.Yann Ylavic2020-06-241-2/+3
* Follow up to r1879111: gcc suggests parentheses around ^ operator, oh well.Yann Ylavic2020-06-231-1/+1
* Follow up to r1879110: avoid signed comparison for use_original_uri.Yann Ylavic2020-06-231-3/+3
* Follow up to r1879094: make use_original_uri signed for unsigned char archs.Yann Ylavic2020-06-231-1/+1
* Follow up to r1879080: rename ProxyMappingDecoded to ProxyUseOriginalURI.Yann Ylavic2020-06-222-11/+12
* Allow for proxy servlet mapping at pre_translate_name stage.Yann Ylavic2020-06-222-10/+247
* ap_proxy_define_match_worker: disable connection reuse by default.Yann Ylavic2020-06-191-0/+10
* ap_proxy_define_match_worker: don't copy the url unnecessarily.Yann Ylavic2020-06-191-5/+5
* mod_proxy_http: always stream the request body by default.Yann Ylavic2020-06-191-64/+27
* make sure the $n of the regular expressions is not included the name of the w...Jean-Frederic Clere2020-06-041-1/+5
* mod_proxy_http: put request/response splitting checks under the same comment.Yann Ylavic2020-06-011-16/+15
* mod_proxy_http: don't strip EOS when spooling request body to file.Yann Ylavic2020-05-291-0/+8
* core,modules: provide/use ap_parse_strict_length() helper.Yann Ylavic2020-05-203-18/+15
* lognosEric Covener2020-05-161-1/+1
* PR 64365: proxy_fcgi doesn't check expression before unsetting varEric Covener2020-05-161-6/+17
* mod_proxy: binary search for ProxyErrorOverride status codes.Yann Ylavic2020-05-142-10/+47
* mod_proxy_http: follow up to r1877696: reindent.Yann Ylavic2020-05-131-145/+143
* mod_proxy_http: axe ap_proxy_should_override() duplicate checks.Yann Ylavic2020-05-132-5/+3
* mod_proxy_http: follow up to r1877646: send Upgrade header with 101 response.Yann Ylavic2020-05-131-6/+24
* mod_proxy_http: handle Upgrade requests and upgraded protocol forwarding.Yann Ylavic2020-05-125-82/+212
* mod_proxy_http: follow up to r1877557.Yann Ylavic2020-05-101-29/+17
* mod_proxy_http: single point of failure in ap_proxy_http_process_response().Yann Ylavic2020-05-101-26/+31