]> granicus.if.org Git - apache/history - modules/proxy
mod_session_cookie: Add a session implementation capable of storing
[apache] / modules / proxy /
2008-03-27 Jean-Frederic ClereRemove useless test.
2008-02-29 Martin KraemerWhen sending a proxy request of the form
2008-02-27 Ruediger Pluem* Do not retry a direct connection if the request has...
2008-02-14 Jim JagielskiNote why we aren't bothering to check that we have
2008-02-14 Jim JagielskiAdd in mod_jk's disablereuse analog for mod_proxy.
2008-02-12 Ruediger Pluem* As per niq's comment, better destinct the types of...
2008-02-06 Ruediger Pluem* Fix a typo (timout -> timeout)
2008-02-02 Ruediger Pluem* Do not retry a request in the case that we either...
2008-02-01 Ruediger Pluem* Fix comment. No functional change.
2008-01-29 Ruediger Pluem* Fix processing of chunked responses if Connection...
2008-01-29 Jim JagielskiNow let things like
2008-01-12 Nick Kewmod_proxy_ftp: Fix base for directory listings.
2008-01-11 Eric Covener *) mod_proxy_http: Return HTTP status codes instead...
2008-01-02 Jim Jagielskistyle check
2007-12-31 William A. Rowe JrIntroduce the ProxyFtpDirCharset directive, allowing...
2007-12-28 Ruediger Pluem* Correctly escape the worker route and the worker...
2007-12-28 Ruediger Pluem* Prevent crash in balancer manager if invalid balancer...
2007-12-24 Ruediger Pluem* Set character set for HTML outputs generated by mod_ldap,
2007-12-20 Ruediger Pluem* Using the reslist pool for the proxy_conn_rec structu...
2007-12-18 Ruediger Pluem* Only sent a flush bucket down the chain if buckets...
2007-12-15 Ruediger Pluem* Tag the pools appropriately to ease memory debugging.
2007-12-15 Ruediger Pluem* Fix a SEGFAULT by ensuring that buckets that may...
2007-12-12 Ruediger Pluem* Do not register connection_cleanup as cleanup for...
2007-12-12 Ruediger Pluem* Fix another memory leak related to PR 44026. Now...
2007-12-11 Ruediger Pluem* Use a separate subpool to manage the data for the...
2007-12-10 Mladen TurkUse 64K as maximum allowable AJP packet size
2007-12-08 Ruediger Pluem* Enable the proxy to keep connections persistent in...
2007-11-29 Ruediger Pluem* Remove unneeded include of unistd.h. getpid is not...
2007-11-14 Justin ErenkrantzUmm, oops. r595022 shouldn't have ended up in trunk.
2007-11-14 Justin ErenkrantzAmsterdam sandbox: add serf input/output filters that...
2007-11-14 Jim JagielskiAnd move mod_lbmethod_rr.c to that example dir so...
2007-11-14 Jim JagielskiSome fixes before we move this to an example's dir...
2007-11-13 Jim JagielskiAdd extremely butt-ugly sub-mod that exists simply...
2007-11-13 Jim JagielskiMake life happy for people who don't have serf but
2007-11-13 Paul QuernaAdd mod_serf, a reverse proxy module, which uses serf...
2007-10-30 Jean-Frederic ClereOtherwise it doesn't compile on HP-UX when using cc.
2007-10-28 Nick KewUpdate the patch for environment variable interpolation in
2007-10-26 Nick KewAdd option not to send&clear response headers in ap_sen...
2007-10-26 Nick Kewmod_proxy: add "nocanon" keyword to ProxyPass, to suppress
2007-10-11 Joe Orton* modules/proxy/mod_proxy_http.c (ap_proxy_http_registe...
2007-10-11 Jim Jagielski(forward) proxy should not be verifying/checking for
2007-10-11 Jim JagielskiSemi-revert 583466; just remove the ap_proxy_isvalidenc()
2007-10-10 Jim JagielskiAbstract out "verification of valid encoding" via
2007-10-09 Nick Kewmissing include!
2007-10-08 Nick Kewmod_proxy_http: Don't unescape/escape forward proxied...
2007-10-07 Nick KewPurge tabs in r582631
2007-10-07 Nick Kewmod_proxy_http: Correctly forward unexpected interim...
2007-10-02 Nick KewDefault to NOT setting Max-Forwards in violation of...
2007-10-01 Nick KewNo change, but they won't let me have foo
2007-09-30 Nick KewProxy: remove Warning headers with wrong date
2007-09-28 Nick KewFix keepalive to proxy backend
2007-09-28 Nick KewFix typo in header name "Trailer"
2007-09-28 Nick KewFix processing of Connection headers in proxy
2007-09-27 Nick KewFix adding out Via header in proxy response
2007-09-27 Nick KewStrip hop-by-hop headers in proxy response
2007-09-27 Nick KewFormatting. No functional change.
2007-09-26 Jim JagielskiIgnore any ajp13 flush messages which we may mistakenly
2007-09-19 Jean-Frederic ClereRemove tabs.
2007-09-15 Nick KewFailing to load a protocol handler is a server error...
2007-09-14 Jim JagielskiThese really are block specific, so why not
2007-09-12 Jean-Frederic ClereRemove useless variable.
2007-09-12 Jean-Frederic Clerelb_score is bigger proxy_worker_stat. Prevent wasting...
2007-09-11 Ruediger Pluem* This check is now part of the PROXY_WORKER_IS_INITIAL...
2007-09-11 Ruediger Pluem* Do not reset lbstatus, lbfactor and lbset if the...
2007-09-10 Jim JagielskiMaintain the illusion. It's not worth my time or
2007-09-09 Nick Kewmod_proxy_ftp: Don't segfault on bad line in FTP listing
2007-09-09 Jim JagielskiReinsert extern int PROXY_DECLARE_DATA proxy_lb_workers
2007-09-09 Jim JagielskiMake AJP HEAD aware
2007-09-09 Nick KewPropagate Proxy-Authorization header correctly
2007-09-09 Nick KewEscape error-notes correctly
2007-09-08 Nick KewCheck all IP addresses listed in ProxyBlock
2007-09-08 Nick Kewmod_proxy: Don't lose bytes when a response line arrive...
2007-09-07 Jim JagielskiReinstate the lb_score patch, but, protect against
2007-09-05 Jim JagielskiBe proactively safe. A cheap check, but helps prevents...
2007-09-05 Jean-Frederic ClereAdd support for proxy-nokeepalive (for testings).
2007-09-04 André Maloas not everyone needs sticky sessions - avoid segfault...
2007-09-02 Jim Jagielskiwhitespace format change...
2007-09-02 Nick KewFix proxy-sendchunk(s|ed) problem
2007-09-02 Ruediger Pluem* Improve formating. No functional change.
2007-09-01 Jim JagielskiClean up nasty formatting
2007-09-01 Ruediger Pluem* s/\t/ /g. No functional change.
2007-09-01 Nick KewMove error-checking to where it should be
2007-08-31 Nick KewFix potential proxy segfault
2007-08-30 Nick Kewmod_proxy: Add Proxypass status option to ignore errors
2007-08-30 Martin KraemerHere too, the limited comparison ignored the trailing...
2007-08-30 Martin KraemerConvert just the message text to EBCDIC, and not the...
2007-08-30 Nick Kewproxy_http: don't wait for response body in a HEAD
2007-08-03 Jim Jagielski *) mod_proxy: Improve network performance by setting...
2007-08-02 Nick KewImprovement suggested by rpluem to proxy_date fix
2007-08-01 Jean-Frederic Clerecreate the brigate outside ap_proxygetline and reuse it.
2007-08-01 Nick KewFix buffer overflow in date handling
2007-07-17 Mladen TurkReturn 503 only if the route matches some of the balanc...
2007-07-10 Jean-Frederic ClereFill notes "session-sticky" and subprocess_env "BALANCE...
2007-06-29 Jean-Frederic ClereFix the warning:
2007-06-27 Jean-Frederic ClereDon't display "PHPSESSIONID | PHPSESSIONID" but only
2007-06-27 Jean-Frederic ClereRemove the balancer modification logic of balancer...
2007-06-25 Jean-Frederic ClereAdd sticky_path to solve PR41897.
2007-06-25 Jean-Frederic ClereFix the timeout logic. The order is now:
2007-06-21 Jean-Frederic ClereImprove traces in ap_proxy_http_process_response().
2007-06-11 Jean-Frederic ClereArrange the proxy timeout behaviour.
next