]> granicus.if.org Git - apache/history - modules/proxy
Enable SetEnv to set PATH
[apache] / modules / proxy /
2010-07-14 Jim JagielskiAllow for modules to keep track of worker slot
2010-07-11 Jeff Trawickfollow up to r930125
2010-06-30 Stefan Fritschre-order many struct members for better alignment on...
2010-06-19 Stefan Fritsch- Add reallyall option to configure to build everything...
2010-06-18 Ruediger Pluem* Ensure that we only return a non fatal error if the...
2010-06-14 Stefan FritschFix some compiler warnings:
2010-06-13 Stefan FritschFix MPM event/libserf build problems: If libserf was...
2010-06-10 Stefan FritschPrevent segfault if URI is missing a scheme
2010-06-10 Rainer JungUse APR_STATUS_IS_TIMEUP instead of direct compare...
2010-06-10 Ruediger Pluem* Use APR_STATUS_IS_TIMEUP instead of direct compare...
2010-06-06 Stefan Fritsch- Be less verbose at levels INFO and DEBUG in mod_proxy...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-06-03 Stefan Fritschlog issues with CONNECT at request scope instead of...
2010-05-24 Jeff Trawickodd assortment of spelling fixes
2010-04-22 Jim JagielskiMove back to a post_config hook...
2010-04-22 Jean-Frederic ClereAdd updatelbstatus to allow to have all the LB logic...
2010-04-21 Jim JagielskiAdd in BalancerNonce directive... useful for shared...
2010-04-13 Brian HavardFix backward compatibility with APR versions less than...
2010-04-12 Brian HavardRemove usage of the APR private function apr_wait_for_i...
2010-04-11 Stefan Fritschmod_proxy_connect: Support port ranges in AllowConnect
2010-04-07 William A. Rowe JrCorrect bogus code; stack alloc of variable length...
2010-04-02 Jeff Trawicksmall style tweaks to r930125
2010-04-01 Nick KewProxy balancer: support setting error status according to
2010-03-21 Graham Leggettmod_proxy: Tone down a warning message that appears...
2010-03-17 Stefan FritschIf the client disconnects and the backend continues...
2010-03-10 Stefan Fritschlog remote server port in various places
2010-03-02 William A. Rowe JrSECURITY: CVE-2010-0408 (cve.mitre.org)
2010-02-20 Nick Kewmod_proxy_http: get the headers right in a HEAD request...
2010-02-18 Ruediger Pluem* Really regard the operation a success, when the clien...
2010-02-14 Rainer JungHandle the pathological case of a connect
2010-02-14 Rainer JungWe need to copy the forward proxy data, because it
2010-02-14 Rainer JungLimit sscanf format to the number of chars actually
2010-02-13 Graham Leggettmod_proxy_http: Make sure that when an ErrorDocument...
2010-02-12 Rainer JungSupport remote https proxies by using HTTP CONNECT.
2010-02-12 Rainer JungFix typo in comment.
2010-02-04 William A. Rowe JrAdd mod_serf.dsp at last, based on the patch available in;
2010-01-22 Jeff Trawickfix maintainer mode ap_strstr() argument mismatch warnings
2009-12-30 Takashi SatoMove ProxyFtpDirCharset from mod_proxy to mod_proxy_ftp.
2009-12-29 Takashi Satotweak handling for default allowed ports
2009-12-29 Takashi SatoMove AllowCONNECT from mod_proxy to mod_proxy_connect.
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
next