]> granicus.if.org Git - apache/history - modules/proxy
Fix alignment in a <highlight> block.
[apache] / modules / proxy /
2019-10-20 Yann Ylavicmod_proxy_http: follow up to r1868576.
2019-10-20 Yann Ylavicmod_proxy_http: revert r1868625.
2019-10-20 Christophe JailletSynch 2.4.x and trunk.
2019-10-19 Yann Ylavicmod_proxy_http: follow up to r1868576.
2019-10-18 Yann Ylavicmod_proxy_http: Fix 100-continue deadlock for spooled...
2019-10-11 Ruediger PluemFix pool concurrency problems
2019-10-11 Ruediger Pluem* Add back logging goodness
2019-10-11 Ruediger Pluem* Revert r1865944 and r1865938
2019-08-30 Eric Covenerrestore use of global mutex under !APR_HAS_THREADS
2019-08-29 Ruediger Pluem* Lock the worker, not the balancer. We even do not...
2019-08-26 Eric Covenerlognos
2019-08-26 Eric CovenerPR63503: fix pool concurrency problems in mod_proxy
2019-08-26 Eric Covenerremove APR_HAS_THREADS check
2019-08-26 Eric Covenerno-op PROXY_THREAD_LOCK if !APR_HAS_THREADS
2019-08-23 Eric CovenerPR63688 balancer csrf problems
2019-08-08 Joe Orton* modules/proxy/mod_proxy_balancer.c (balancer_display_...
2019-08-08 Eric Covenerlognos
2019-08-08 Joe Orton* modules/proxy/mod_proxy_balancer.c (balancer_handler...
2019-08-08 Joe Orton* modules/proxy/proxy_util.c (ap_proxy_share_balancer...
2019-08-02 Eric Covenerremove request details from error documents (CVE-2019...
2019-07-20 Christophe JailletSynch trunk and 2.4.x
2019-06-25 Joe Orton* modules/proxy/mod_proxy.c (create_proxy_config):...
2019-06-24 Jean-Frederic ClereSet connectiontimeout for mod_proxy_hcheck.
2019-06-14 Christophe JailletFollow up to r1847232.
2019-05-22 Ruediger Pluem* Fix the logic to follow the comment. So far we only...
2019-05-17 Yann YlavicFollow up to r1859371: extend to other ap_proxy_connect...
2019-05-16 Rainer Jungmod_proxy/ssl: Proxy SSL client certificate
2019-05-14 Jean-Frederic ClereArrange balancer_handler() to be able to call
2019-04-02 Jim JagielskiFix for: [Bug 62372] Load balancer byrequests required...
2019-03-22 Yann Ylavicmod_proxy: follow up to r1836588: configurable Proxy100...
2019-03-16 Yann Ylavicmod_proxy/ssl: cleanup per-request SSL configuration...
2019-03-15 Christophe JailletFix some HTML syntax issues.
2019-02-20 Yann Ylavicmod_proxy_hcheck: mute "run from watchdog" message.
2019-02-20 Yann Ylavicmod_proxy_http: revert spurious comment from r1853953.
2019-02-20 Yann Ylavicmod_proxy_http: common function for stream_reqbody_...
2019-02-14 Yann Ylavicmod_proxy_http: follow up to r1853561.
2019-02-14 Yann YlavicRevert r1853564.
2019-02-14 Yann Ylavicmod_proxy_http: follow up to r1853409: no need to doubl...
2019-02-14 Yann Ylavicmod_proxy_http: follow up to r1853409: don't play with...
2019-02-14 Jean-Frederic ClereCreate the configure for mod_proxy_hcheck when used...
2019-02-13 Yann Ylavicmod_proxy_http: follow up to r1853409.
2019-02-12 Christophe JailletFix numbering
2019-02-11 Yann Ylavicmod_proxy_http: rework the flushing strategy when forwa...
2019-01-29 Stefan SperlingMake proxy modules compile if APR_HAS_THREADS is not...
2019-01-23 Eric Covenerrevert of r808895 somehow missed mod_proxy_ftp
2019-01-11 Christophe JailletFix websocket proxy over UDS.
2018-11-23 Jean-Frederic ClereArrange the xml display and make it uses xml.
2018-11-23 Jean-Frederic Clerefix incorrect rv. Sorry.
2018-11-23 Jean-Frederic ClereAdd error messages and return bad request.
2018-10-05 Joe Orton* modules/proxy/ajp_header.c (sc_for_req_header): Zero...
2018-09-11 Jim Jagielskimod_proxy_hcheck: Fix issues with TCP health checks...
2018-08-27 Jim JagielskiThese need to be signed longs... cast as needed.
2018-08-24 Jim Jagielskibetter struct layout ...
2018-08-24 Jim Jagielskioptimize struct layout
2018-08-24 Jim Jagielskiupdate field comment
2018-08-24 Jim JagielskiUpdate updated field at the start of the check rather...
2018-08-18 Christophe JailletSave some cycle.
2018-08-07 Rainer Jungmod_proxy: Improve the balancer member data shown
2018-08-01 Christophe JailletIf ProxyPassReverse is used for reverse mapping of...
2018-07-30 Yann Ylavichttp: Enforce consistently no response body with both...
2018-07-30 Yann Ylavicmod_proxy_http: follow up to r1836588: nonblocking...
2018-07-26 Yann Ylavicmod_proxy_http: follow up to r1836588: fix drop of...
2018-07-26 Yann Ylavicmod_proxy_http: follow up to r1836588/r1836648: handle...
2018-07-25 Yann Ylavicmod_proxy_http: follow up to r1836588: avoid 100-contin...
2018-07-25 Ruediger Pluem* ap_proxy_balancer_get_best_worker cannot be exported...
2018-07-24 Yann Ylavicmod_proxy_http: forward 100-continue.
2018-07-20 Ruediger Pluem* Add missing log numbers
2018-07-20 Ruediger Pluem* Always retrieve conditional function. static variable...
2018-07-20 Ruediger Pluem* Remove invalid copy and paste comments
2018-07-20 Ruediger Pluem* mod_proxy: Remove load order and link dependency...
2018-07-19 Yann Ylavicmod_proxy_hcheck: take balancer's SSLProxy* directives...
2018-06-23 Christophe JailletFix some style issue to improve readability:
2018-06-23 Christophe JailletFollow-up to r1754161
2018-06-21 Jim JagielskiAdd default schema ports for websockets
2018-06-06 Joe Orton* modules/proxy/mod_proxy_hcheck.c (sctx_t, hc_create_c...
2018-06-05 Joe Orton* modules/proxy/proxy_util.c (ap_proxy_share_worker...
2018-05-29 Yann Ylavicmod_proxy_balancer: follow up to r1828890: indentation...
2018-05-27 Christophe JailletAll error handling paths of this function call 'apr_bri...
2018-05-27 Christophe JailletAll error handling paths of this function call 'apr_soc...
2018-05-25 Christophe JailletIn 'ap_proxy_cookie_reverse_map', iterate over each...
2018-05-20 Yann Ylavicmod_proxy_balancer: clear slotmem slots' inuse flags...
2018-05-11 Yann YlavicRevert r1831218, the API garantees slotmem_attach(...
2018-05-09 Yann Ylavicmod_proxy_balancer: follow up to r1830800.
2018-04-22 Yann YlavicAxe ap_rgetline_core(), not used anymore.
2018-04-20 Christophe JailletDelay some memory allocation.
2018-04-20 Yann Ylavicmod_proxy_http: follow up to r1829573: remain EBCDIC...
2018-04-19 Yann Ylavicmod_proxy_http: make use of AP_GETLINE_NOSPC_EOL in...
2018-04-11 Eric Coveneradd log id for r1828926
2018-04-11 Eric CovenerPR62199: add worker parameter ResponseFieldSize to...
2018-04-11 Jim Riggsmod_proxy_balancer: Add hot spare member type and corre...
2018-04-05 Gregg Lewis Smithneeds mod_http2.h
2018-03-24 Christophe JailletFix some typos reported in PR 59998
2018-03-09 Yann YlavicFollow up to r1609680: further simplify/optimize ap_pro...
2018-03-08 Yann YlavicFollow up to r1609680: simpler/faster ap_proxy_strcmp_e...
2018-02-16 Graham LeggettSet the notice when hostname is too long for legacy...
2018-02-16 Graham LeggettTone down the message that worker hostname is too long...
2018-02-13 Graham Leggettmod_proxy: Provide an RFC1035 compliant version of...
2018-02-11 Luca Toscanomod_proxy_fcgi: prioritize the check for mayflush when...
2018-02-08 Yann Ylavicmod_proxy_balancer: follow up tp r1822509.
2018-02-07 Jim Jagielskitoo-long worker schemes and/or hostnames are no longer...
next