]> granicus.if.org Git - apache/history - modules/proxy
Rename some variables for better readability:
[apache] / modules / proxy /
2010-12-23 Ruediger Pluem* The concept of the cleaned flag is flawed: Once we...
2010-12-23 Ruediger Pluem* Do not fiddle around with the close field if we might...
2010-12-21 Graham LeggettThe alias_set variable is set when a parent location...
2010-12-20 William A. Rowe JrText, please
2010-11-26 Ruediger Pluem* Put a note in the connection notes that the SSL hands...
2010-11-18 Stefan FritschFix 'comparison is always false due to limited range...
2010-11-18 Stefan Fritschmod_proxy: Fix ProxyPassInterpolateEnv directive.
2010-11-16 Graham LeggettWhen the proxy closes the backend connection early...
2010-11-16 Graham LeggettRevert r1035504, this was the wrong way to do it.
2010-11-16 Graham LeggettFix pool lifetime issues when the proxy backend connect...
2010-11-14 Nick KewFix mod_proxy to support setting source address.
2010-11-07 Jeff Trawickmark connection for close after the return from
2010-11-07 Jeff Trawicklog how long worker will be disabled
2010-11-07 Jeff Trawickimprove wording of some function descriptions
2010-11-07 Jeff Trawickaxe outdated comment about FIXMEs/CHECKMEs
2010-11-07 Jeff Trawickavoid duplicate end-of-stdin header
2010-11-05 Jim Jagielskia pointer optim.
2010-11-05 Eric CovenerPR47765: ProxyPass and ProxyPassReverse should not...
2010-11-05 Jeff Trawickrepeat apr_poll() while EINTR
2010-11-05 Eric CovenerPR50220: keep on chugging after EINTR in mod_proxy_connect
2010-11-04 Graham LeggettFix a pool lifetime issue: Make sure we clean up our...
2010-11-04 Rainer JungFollowup to r1026665: reset "cleaned" flag in
2010-11-01 Daniel Earl PoirierAdd to modules' help text (displayed by ./configure...
2010-10-30 Daniel Earl PoirierFix a number of typos and misspellings. Reported by...
2010-10-23 Graham LeggettOptimise more of the flags within proxy structures.
2010-10-23 Graham Leggettmod_proxy: Release the backend connection as soon as...
2010-10-23 Stefan FritschRemove needless pool cleanup. ap_pregcomp already regis...
2010-10-22 Graham LeggettFix an inline variable declaration.
2010-10-22 Graham Leggettmod_proxy: Optimise ProxyPass within a Location so...
2010-10-20 Graham LeggettOptimise the set flags in the mod_proxy structures.
2010-10-20 Graham Leggettmod_proxy: Move the ProxyErrorOverride directive to...
2010-10-19 Graham LeggettAvoid unnecessariy initialisation before we test handle...
2010-09-22 Jeff Trawickaxe an unnecessary call to sscanf() when parsing the...
2010-09-21 Ruediger Pluem* LimitRequestBody does not affect Proxy requests ...
2010-09-20 Jim JagielskiFold in possible use of FNV if desired
2010-08-24 Jeff Trawickap_proxy_retry_worker() only needs to spit out one...
2010-08-23 Jean-Frederic ClerePrevent race condition
2010-08-22 Rainer JungChange behaviour of worker sharing.
2010-08-22 Rainer JungMinor style nits.
2010-08-20 Jeff Trawickmod_proxy: Rename erroronstatus to failonstatus...
2010-08-18 Jim JagielskiPull out "does request have a body" logic to a central
2010-08-18 Jean-Frederic ClereDon't log errors when we can't send to client, just...
2010-08-17 Jim JagielskiFix comment and code to be what it should have been/
2010-08-17 Jim JagielskiFurther checks for non-body requests...
2010-08-17 Jim Jagielskidetab
2010-08-16 Jim JagielskiFor backends which are HTTP/1.1, do a quick test (ping)
2010-08-13 Ruediger Pluem* The forward and reverse worker do not keep connection...
2010-08-10 Jim JagielskiFold in some stuff to allow for matching of workers
2010-08-06 Jeff TrawickIntel's compiler warns about assigning the non-enum...
2010-08-06 Jeff Trawickcomment fixes for "send" vs. "sent"
2010-08-03 Stefan Fritschremove more useless use of strlen
2010-08-03 Stefan Fritsch- Remove a load of unused variables (or variables that...
2010-07-22 Guenter KnaufRemoved obsolete include paths from NetWare makefiles.
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
next