]> granicus.if.org Git - apache/history - modules/proxy/mod_proxy_ajp.c
Cleanup effort in prep for GA push:
[apache] / modules / proxy / mod_proxy_ajp.c
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-09-08 Jean-Frederic ClereUse HTTP_NOT_IMPLEMENTED instead of HTTP_BAD_REQUEST.
2011-09-08 Jean-Frederic ClereAJP_EBAD_METHOD is also a bad request so return HTTP_BA...
2011-08-03 Ruediger Pluem* Do not even sent an empty brigade down the filter...
2011-07-30 Rainer JungImprove logging for mod_proxy_ajp.
2011-07-29 Rainer Jungmod_proxy_ajp: Respect "reuse" flag in END_REPONSE
2011-05-07 Eric Covenerreplace recent AJP direct comparisons to APR_TIMEUP...
2011-04-14 Guenter KnaufFixed missing struct member error introduced with r1092076.
2011-04-14 Jean-Frederic Cleretry to prevent a single long request marking a worker...
2011-04-01 Jim Jagielski *) mod_proxy_ajp: Add support for 'ProxyErrorOverride...
2011-01-13 Jim JagielskiMore movement to shared stuff...
2010-08-18 Jean-Frederic ClereDon't log errors when we can't send to client, just...
2010-08-06 Jeff Trawickcomment fixes for "send" vs. "sent"
2010-06-18 Ruediger Pluem* Ensure that we only return a non fatal error if the...
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-03-02 William A. Rowe JrSECURITY: CVE-2010-0408 (cve.mitre.org)
2010-02-18 Ruediger Pluem* Really regard the operation a success, when the clien...
2009-09-29 Daniel Earl PoirierMake comment agree with code.
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...
2008-11-01 Ruediger Pluem* Use distinct char pointers for sending and receiving...
2008-10-22 Ruediger Pluem* There are no subrequests which have itself as parent.
2008-10-20 Jean-Frederic Clereap_proxy_determine_connection modifies the url if we...
2008-09-18 Mladen TurkAlways send body (zero size at least) whenever C-L...
2008-09-09 Ruediger Pluem* If CPING fails retry once more with a fresh TCP conne...
2008-05-26 Ruediger Pluem* Introduce a flag to decide whether we sent an body...
2008-04-20 Jim JagielskiSet at init time, and combine comments
2008-04-19 Ruediger Pluem* Do not add the query string again in the case that...
2008-04-17 Jim Jagielskihandle ? in cases where nocanon is in effect
2008-04-17 Jim JagielskiMake mod_proxy_ajp aware of the nocanon envvar
2008-03-27 Jean-Frederic ClereRemove useless test.
2008-02-12 Ruediger Pluem* As per niq's comment, better destinct the types of...
2008-02-02 Ruediger Pluem* Do not retry a request in the case that we either...
2007-09-26 Jim JagielskiIgnore any ajp13 flush messages which we may mistakenly
2007-09-05 Jean-Frederic ClereAdd support for proxy-nokeepalive (for testings).
2007-05-01 Ruediger Pluem* Rework the error handling logic to make it more readable.
2007-03-16 Jean-Frederic ClereMake sure that we are not resending if we have received...
2006-10-29 Mladen TurkWhen Servlet container sends AJP body message with...
2006-10-24 Mladen TurkMake sure the AJP message is between 8 and 64K.
2006-10-23 Jeff Trawickfix typo that breaks compilation
2006-10-23 Jean-Frederic ClereAt support for ProxyIOBufferSize in AJP.
2006-08-24 Ruediger Pluem* Close connection to backend if reading of request...
2006-08-02 Mladen TurkCleanup: Remove close_on_recycle from proxy_conn_rec.
2006-07-25 Mladen TurkAdded cping/cpong support for the AJP protocol.
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2006-03-30 Jim JagielskiDocument the removal of the flushing bandaid to a
2006-03-09 Jim JagielskiMake AJP flushing admin configurable.
2006-01-06 Jim JagielskiExplain how we're checking to see if ap_proxy_backend_b...
2006-01-02 Ruediger Pluem* Correctly signal broken backend connections up the...
2005-12-11 Ruediger Pluem* revert r355823 and r355837
2005-12-11 Ruediger Pluem* Let the proxy handler know that the backend connectio...
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-10-21 Ruediger Pluem* Fix PR37100 (SEGV in mod_proxy_ajp), by sending the...
2005-10-17 Ruediger Pluem* Style fixes: Add line breaks for lines that are too...
2005-10-16 Ruediger Pluem* Style fixes: Spaces, comments, typos. No functional...
2005-10-16 Ruediger Pluem* Cleanup: Remove dead code. No functional change.
2005-08-12 Nick KewFix mess left by incompleteness of previous ProxyPassRe...
2005-04-09 Mladen TurkSimplify canon_handler. There is no thing like ajps:
2005-04-09 Mladen TurkReturn correct status codes in case of bad request...
2005-04-09 Mladen TurkRemove useless loging of something that is not an error.
2005-02-09 Sander Striker* modules/proxy/mod_proxy_ajp.c
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2005-02-03 Sander StrikerRename proxy modules.