]> granicus.if.org Git - apache/history - modules
Strip hop-by-hop headers in proxy response
[apache] / modules /
2007-09-27 Nick KewStrip hop-by-hop headers in proxy response
2007-09-27 Nick KewFormatting. No functional change.
2007-09-27 Nick KewAdd "DefaultType None" option
2007-09-26 Jim JagielskiIgnore any ajp13 flush messages which we may mistakenly
2007-09-26 Ruediger Pluem* Do case insensitive compares for the type of formats...
2007-09-26 Jeff Trawickmod_log_config: Add format options for %p so that the...
2007-09-24 Ruediger Pluem* Remove function format_integer as it is only used...
2007-09-20 William A. Rowe JrLink mod_deflate.so as always intended (and pointed...
2007-09-19 Jean-Frederic ClereRemove tabs.
2007-09-15 Nick KewFailing to load a protocol handler is a server error...
2007-09-14 André Malodon't fall through this case. Just break.
2007-09-14 Jim JagielskiThese really are block specific, so why not
2007-09-12 William A. Rowe JrResolve storage of process-lifespan version strings...
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* Add the novary flag to RewriteCond in order to preven...
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-10 Nick KewDon't send spurious "100 Continue" response lines.
2007-09-10 Ruediger Pluem* Also set the Vary header if a rewrite condition is...
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-08 Nick KewAdd option to escape backreferences in RewriteRule.
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 Graham LeggettMove the accessenable variable into the private ssi_int...
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 Graham Leggettmod_include: Add an "if" directive syntax to test wheth...
2007-09-01 Ruediger Pluem* s/\t/ /g. No functional change.
2007-09-01 Nick KewMove error-checking to where it should be
2007-09-01 Graham Leggettmod_authnz_ldap, mod_authn_dbd: Tidy up the code to...
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-29 Martin KraemerFor correct dumping, translate data from ASCII
2007-08-28 Jim JagielskiMake Bill happy ;)
2007-08-28 Jim JagielskiIndexOptions ContentType=text/html Charset=UTF-8
2007-08-28 Martin KraemerRemove commas -- they are not used in the other directi...
2007-08-28 Martin KraemerFix FilterTrace directive's description
2007-08-27 Bradley NicholesAdd an include path to resolve the mpm header
2007-08-27 Jeff Trawickbetter apr_ctime() usage
2007-08-25 Jim JagielskiWe are Substitute now :)
2007-08-25 Nick Kewmod_expires - don't segfault on bad configuration.
2007-08-24 William A. Rowe JrBless the module mod_substitute, with the Substitute...
2007-08-24 William A. Rowe JrIt isn't rocket science :)
2007-08-24 William A. Rowe JrSome unused local variables.
2007-08-24 William A. Rowe JrAdding the last two, missing mod_filter and mod_dav_loc...
2007-08-24 William A. Rowe JrResolve examples errors (missing include error, signedn...
2007-08-24 William A. Rowe JrYes - a purpose to adjusting the name now; add all...
2007-08-24 William A. Rowe JrAdjust NW (I hope)
2007-08-24 William A. Rowe Jrs/SED/Rewrite/ (approximately, taking into account...
2007-08-24 William A. Rowe JrSEDFILTER has several anomolies; first, it's not SED...
2007-08-24 William A. Rowe JrAdd auth modules to the schema
2007-08-24 William A. Rowe JrYou can't borrow AP_ namespace for imports/exports.
2007-08-23 William A. Rowe JrSupress the warning for compilers which fold *end-...
2007-08-23 William A. Rowe JrNecessary cast; deliberately truncate to short.
2007-08-23 William A. Rowe Jrap_available_mutexes_string and ap_add_available_mutexe...
2007-08-21 Chris Darrochadd merge option to avoid duplicate values within the...
2007-08-17 Eric CovenerAFAICT, LDAP_CACHE_LOCK was a no-op when virtualhosts...
2007-08-14 Nick Kewmod_negotiation: preserve Query String in resolving...
2007-08-08 Nick KewCorrecting defects in r563317: fix to PR 42993
2007-08-06 Nick KewCheck all sources of Content-Encoding in inflate_out...
2007-08-06 Jim Jagielskidetabify
2007-08-06 Ruediger Pluem* Also unset Content-MD5 in the deflate_out_filter
2007-08-06 Ruediger Pluem* We already unset Content-Length in the inflate_out_fi...
2007-08-06 Nick KewDon't try to compress/decompress where there's a Conten...
2007-08-06 Nick Kewmod_deflate - discussion on dev@
2007-08-03 Jim Jagielski *) mod_proxy: Improve network performance by setting...
2007-08-03 Nick KewGeneralise the content encoding detection and protocol:
2007-08-03 Jim JagielskiPR 42847.
2007-08-03 Jim JagielskiNon-functional change. Simple cleanup.
2007-08-02 Paul J. RederA couple of cleanups to the nested group code based...
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-31 Greg Amesthis appears to be a "mv" rather than a "swap", so...
2007-07-30 Nick KewBe liberal in what we accept. Where it matters.
2007-07-30 Nick KewBe liberal and correct in what we accept
2007-07-29 Nick KewUpdate r560689 following rpluem's analysis thereof.
2007-07-29 Nick KewFix protocol handling in mod_deflate input filter
2007-07-27 Paul J. Reder mod_ldap, mod_authnzldap: Add support for nested group...
2007-07-26 Nick KewRationalisation suggested by rpluem
2007-07-26 Nick KewFix integer comparisons in mod_filter
2007-07-26 Nick Kewmod_filter: fix merging of ! and =
2007-07-20 Nick KewFix clash between r557837 and r427780
2007-07-20 Nick KewMultiple trivial fixes from Christophe JAILLET
2007-07-19 Eric CovenerCopy the enum into an integer before sending off to...
next