]> granicus.if.org Git - apache/history - modules/proxy
mod_headers: align Header Edit with Header Set on Content-Type
[apache] / modules / proxy /
2009-12-26 Nick KewFix r893871 as noted by rpluem, to remove risk of retur...
2009-12-25 Nick KewProxy: fix ProxyPassReverse with relative URL
2009-12-16 Rainer JungFix crash in balancer-manager.
2009-12-01 Guenter Knauffixed NetWare proxy export list;
2009-12-01 William A. Rowe JrElaborate on low hanging XXX fruit
2009-12-01 William A. Rowe JrAdd mod_proxy_scgi; PR 48303; Submitted by: Gregg L...
2009-11-19 Jeff Trawickfix or complain about some invalid errno references
2009-10-28 Daniel Earl PoirierFix a lot of doxygen warnings. Thanks to Brad Hards...
2009-10-11 Stefan FritschAllow ProxyPreserveHost to work in <Proxy> sections
2009-10-08 Jean-Frederic ClereWhen pick was zero no worker where choosen.
2009-10-07 Jean-Frederic ClereOops the slotmem uses apr_time_now. Can't use stat...
2009-10-01 Guenter Knaufset property.
2009-10-01 Guenter Knaufprepare to add mod_serf to NetWare build.
2009-09-30 Jim JagielskiTry to have consistent interface regardless of slotmem or
2009-09-30 Guenter KnaufAdded mod_proxy_fcgi to NetWare build.
2009-09-30 Jean-Frederic ClereWhen connecting to no http protocol response will be...
2009-09-30 Jean-Frederic ClereAdd port in the logic.
2009-09-29 Daniel Earl PoirierMake comment agree with code.
2009-09-29 Jean-Frederic ClereWhen using Heartmonitor choose the back-end randomly...
2009-09-29 Jean-Frederic Cleretypo.
2009-09-25 Guenter KnaufFixed internal NLM name.
2009-09-25 Guenter KnaufAdded mod_proxy_scgi to NetWare build.
2009-09-20 André Maloremove useless line
2009-09-17 Jim Jagielskiuse what we know
2009-09-17 Jim Jagielskikinda old
2009-09-15 Guenter Knaufchanged build of proxy modules to use common mod_proxy...
2009-09-14 Joe Orton* modules/proxy/mod_proxy_ftp.c (parse_epsv_reply)...
2009-09-14 Joe OrtonSecurity fix - this is presumed to fix CVE-2009-3094...
2009-09-11 Joe OrtonSecurity fix - this is presumed to fix CVE-2009-3095...
2009-09-10 Ruediger Pluem* More style fixes. No functional changes.
2009-09-10 Ruediger Pluem* Style fixes. No functional changes.
2009-09-10 Ruediger Pluem* Silence compiler warnings
2009-09-09 Graham Leggettmod_proxy_connect: The connect method doesn't work...
2009-08-28 Jim JagielskiOK, might as well finish this... Allow ServerTokens Off
2009-08-28 William A. Rowe JrAlways make mod_*.h files available where they exist...
2009-08-26 Brian HavardBring back OS/2 support.
2009-08-23 Nick KewReturn consistent error status for proxy unable to...
2009-08-16 Ruediger Pluem* Do better checking of pollset operations in various...
2009-07-29 Jeff Trawickmark some private module data as "static", resolving
2009-07-29 Jeff Trawickfix type mismatch in argument to attach() method
2009-07-28 Jean-Frederic ClerePut the hm_slot_server_t in a common include.
2009-07-20 Jim JagielskiIn the case where we have no members, they aren't in...
2009-07-09 Ruediger Pluem* Silence compiler warnings about unused variables.
2009-07-06 Jean-Frederic ClereAdd use slotmem. Directive HeartbeatMaxServers > 10...
2009-07-02 Joe OrtonSecurity fix for CVE-2009-1890:
2009-06-26 Jean-Frederic ClereDon't set worker->s if already set (for balancer using...
2009-06-17 Nick Kewmod_proxy_http: fix case sensitivity checking transfer...
2009-05-31 William A. Rowe JrFavor DECL over DECLS
2009-05-31 William A. Rowe JrRestructure fdpass logic to not spew stderr crap for...
2009-05-25 Nick KewFix IPv6 literal addresses passed to a proxied backend.
2009-05-14 Jim Jagielskiunused var
2009-05-13 Jim Jagielskistandard method
2009-05-13 Jim JagielskiReturn APR_EGENERAL for the error
2009-05-13 Jean-Frederic ClereAllow the load balancing method to "create" workers.
2009-05-13 Jean-Frederic Clereserver_rec *r... Oops should be server_rec *s.
2009-05-12 Jean-Frederic ClereArrange the proxy_balancer_method:
2009-05-10 Rainer JungSwitch two recent dsp files from CRLF to native
2009-05-06 Jim Jagielskiupdate comment
2009-05-06 Jim Jagielskisimple formatting line-wrap/no functional changes
2009-05-06 Jim JagielskiUse canonical testing
2009-05-06 Ruediger Pluem* Fix syntax error
2009-05-05 Jim Jagielskifix docco
2009-05-05 Jim Jagielskioptimize.... rp! :)
2009-05-05 Jean-Frederic ClereChange the order of mod_proxy and mod_proxy_balancer...
2009-05-05 Jim JagielskiExplain empty code block (empty for now, that is) :)
2009-05-05 Ruediger Pluem* Silence compiler warning.
2009-05-05 William A. Rowe JrAs mentioned inline in comments, correctly handle more...
2009-05-05 William A. Rowe JrREVERT 771581 modules/proxy/ changes (miscommitted)
2009-05-05 William A. Rowe Jrcomplete r771579, refactoring mod_watchdog as loadable...
2009-05-05 William A. Rowe JrAdd balancer module targets
2009-05-04 William A. Rowe JrSimple style fix, this message still is nonsensical
2009-04-30 Jean-Frederic ClerePrevent key=value being accepted as url.
2009-04-27 Jim JagielskiFold in initial template for methods to be able to
2009-04-11 Ruediger Pluem* Check more strictly that the backend follows the...
2009-04-08 Ruediger Pluem* Avoid delivering content from a previous request...
2009-04-02 Rainer JungThe remote port information was forgotten from the...
2009-04-02 Jeff Trawickhandle an unfortunate implication of loadable MPMs:
2009-04-01 Jeff Trawickap_strchr_p() is the one that takes (protects) a const...
2009-04-01 Jeff Trawickclean up apr_time_from_msec() compatibility macros
2009-04-01 Ruediger Pluem* Add SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN...
2009-03-29 Paul Querna* modules/proxy/mod_serf.c
2009-03-28 Paul QuernaAdd static cluster backend, for very simple configurations.
2009-03-28 Paul QuernaAdd very basic, non-streaming, support for request...
2009-03-28 Paul Querna- Improve flushing/connection eos logic.
2009-03-28 Paul QuernaWork in Progress.
2009-03-28 Paul QuernaIf the MPM supports serf in its core, use this to drive...
2009-03-27 Paul QuernaAdd support for Preserving the client provided Host...
2009-03-27 Paul Querna* modules/proxy/mod_serf.c
2009-03-27 Paul QuernaWork in Progress.
2009-03-27 Jeff Trawickremove TPF support
2009-03-26 Jeff Trawickremove OS/2 platform support
2009-03-26 Jeff Trawickremove BeOS OS support
2009-03-26 Eric CovenerAdd mod_proxy_ftp directives ProxyFtpListOnWildcard...
2009-03-10 Jim JagielskiNote for self: PPR drops the path info so we
2009-02-01 Jim JagielskiCorrect logic with non-seq lbsets config'ed
2009-02-01 Jim JagielskiCorrect logic with non-seq lbsets config'ed
2009-02-01 Jim JagielskiCorrect logic with non-seq lbsets config'ed
2009-01-30 Roy T. FieldingDisabled DefaultType directive and removed ap_default_t...
2009-01-27 Ruediger Pluem* Correctly construct base href url in the reverse...
2009-01-15 Ruediger Pluem* Try first if we find any "recoverable" workers before...
next