summaryrefslogtreecommitdiffstats
path: root/modules/proxy (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_proxy_http: fix load-balancer fallback for requests with a body.Yann Ylavic2019-10-311-14/+40
* mod_proxy_http: follow up to r1868576.Yann Ylavic2019-10-201-0/+12
* mod_proxy_http: revert r1868625.Yann Ylavic2019-10-201-10/+10
* Synch 2.4.x and trunk.Christophe Jaillet2019-10-201-1/+1
* mod_proxy_http: follow up to r1868576.Yann Ylavic2019-10-191-10/+10
* mod_proxy_http: Fix 100-continue deadlock for spooled request bodies. PR 63855.Yann Ylavic2019-10-181-0/+15
* Fix pool concurrency problemsRuediger Pluem2019-10-113-59/+87
* * Add back logging goodnessRuediger Pluem2019-10-111-4/+4
* * Revert r1865944 and r1865938Ruediger Pluem2019-10-111-29/+5
* restore use of global mutex under !APR_HAS_THREADSEric Covener2019-08-303-9/+1
* * Lock the worker, not the balancer. We even do not know if we have a balancerRuediger Pluem2019-08-291-2/+2
* lognosEric Covener2019-08-261-6/+6
* PR63503: fix pool concurrency problems in mod_proxyEric Covener2019-08-261-5/+29
* remove APR_HAS_THREADS check Eric Covener2019-08-261-4/+0
* no-op PROXY_THREAD_LOCK if !APR_HAS_THREADSEric Covener2019-08-261-0/+5
* PR63688 balancer csrf problemsEric Covener2019-08-231-1/+1
* * modules/proxy/mod_proxy_balancer.c (balancer_display_page):Joe Orton2019-08-081-28/+28
* lognosEric Covener2019-08-082-2/+2
* * modules/proxy/mod_proxy_balancer.c (balancer_handler): Check RefererJoe Orton2019-08-081-1/+22
* * modules/proxy/proxy_util.c (ap_proxy_share_balancer): Create theJoe Orton2019-08-081-4/+5
* remove request details from error documents (CVE-2019-10092).Eric Covener2019-08-023-9/+8
* Synch trunk and 2.4.xChristophe Jaillet2019-07-201-8/+8
* * modules/proxy/mod_proxy.c (create_proxy_config): Tag the pool.Joe Orton2019-06-251-0/+1
* Set connectiontimeout for mod_proxy_hcheck.Jean-Frederic Clere2019-06-241-0/+4
* Follow up to r1847232.Christophe Jaillet2019-06-141-2/+2
* * Fix the logic to follow the comment. So far we only forwarded the header ifRuediger Pluem2019-05-221-2/+2
* Follow up to r1859371: extend to other ap_proxy_connection_create[_ex]() users.Yann Ylavic2019-05-175-21/+16
* mod_proxy/ssl: Proxy SSL client certificateRainer Jung2019-05-161-6/+3
* Arrange balancer_handler() to be able to callJean-Frederic Clere2019-05-141-98/+136
* Fix for: [Bug 62372] Load balancer byrequests required when bytraffic chosenJim Jagielski2019-04-021-2/+5
* mod_proxy: follow up to r1836588: configurable Proxy100Continue.Yann Ylavic2019-03-223-1/+25
* mod_proxy/ssl: cleanup per-request SSL configuration for recycled proxy conns.Yann Ylavic2019-03-161-0/+13
* Fix some HTML syntax issues.Christophe Jaillet2019-03-151-1/+2
* mod_proxy_hcheck: mute "run from watchdog" message.Yann Ylavic2019-02-201-3/+0
* mod_proxy_http: revert spurious comment from r1853953.Yann Ylavic2019-02-201-1/+0
* mod_proxy_http: common function for stream_reqbody_{cl,chunked}()Yann Ylavic2019-02-201-114/+51
* mod_proxy_http: follow up to r1853561.Yann Ylavic2019-02-141-8/+6
* Revert r1853564.Yann Ylavic2019-02-141-4/+2
* mod_proxy_http: follow up to r1853409: no need to double flush on EOS.Yann Ylavic2019-02-141-2/+4
* mod_proxy_http: follow up to r1853409: don't play with meta-buckets.Yann Ylavic2019-02-141-19/+14
* Create the configure for mod_proxy_hcheck when used in BalancerMember.Jean-Frederic Clere2019-02-141-0/+10
* mod_proxy_http: follow up to r1853409.Yann Ylavic2019-02-131-13/+25
* Fix numberingChristophe Jaillet2019-02-121-1/+1
* mod_proxy_http: rework the flushing strategy when forwarding the request body.Yann Ylavic2019-02-111-168/+106
* Make proxy modules compile if APR_HAS_THREADS is not defined.Stefan Sperling2019-01-294-3/+66
* revert of r808895 somehow missed mod_proxy_ftpEric Covener2019-01-231-1/+1
* Fix websocket proxy over UDS.Christophe Jaillet2019-01-111-1/+4
* Arrange the xml display and make it uses xml.Jean-Frederic Clere2018-11-231-2/+1
* fix incorrect rv. Sorry.Jean-Frederic Clere2018-11-231-2/+2
* Add error messages and return bad request.Jean-Frederic Clere2018-11-231-0/+11