]> granicus.if.org Git - apache/history - modules/proxy/ajp_header.c
Move some debug log statements to trace level
[apache] / modules / proxy / ajp_header.c
2011-07-30 Rainer JungMove some debug log statements to trace level
2011-07-29 Rainer Jungmod_proxy_ajp: Respect "reuse" flag in END_REPONSE
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2009-04-02 Rainer JungThe remote port information was forgotten from the...
2008-10-24 Ruediger Pluem* save_table needs to be declared first before it can...
2008-10-24 Jim JagielskiAJP was dropping pre-existing cookies. Use same logic
2007-09-09 Jim JagielskiMake AJP HEAD aware
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...
2006-10-23 Jean-Frederic ClereAt support for ProxyIOBufferSize in AJP.
2006-10-03 Mladen TurkRevert 451953 and 451951. Log the real r->method that is
2006-10-02 Mladen TurkUps. Fix typo. We are logging int, not string.
2006-10-02 Mladen TurkIf the r->method_number is unknown the r->method
2006-07-31 Mladen TurkFix compile time warning. AJP protocol method is byte.
2006-07-11 Roy T. Fieldingupdate license header text
2006-05-26 Jeff Trawicksmall cleanup of EBCDIC support in mod_proxy_ajp
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2006-03-05 Ruediger Pluem* Crosscheck the length of the body chunk with the...
2006-01-21 Ruediger Pluem* Fix PR38340 by actual getting the word and thus advan...
2005-12-23 Mladen TurkFix Cookie2 header problems that originates back
2005-12-19 Martin KraemerIn Apache-2.x, the function is called apr_pstrdup().
2005-12-15 Jean-Frederic ClereSorry, previous commit was not ok.
2005-12-15 Jean-Frederic ClereThe string comming from TC is in ASCII and the string...
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-07 Ruediger Pluem* Fix PR36883 (mod_proxy_ajp and tomcat issues).
2005-08-12 Nick KewFix mess left by incompleteness of previous ProxyPassRe...
2005-04-09 Mladen TurkUse two optional functions from mod_ssl so that we
2005-04-09 Mladen TurkReturn 'real' error status codes instead APR_EGENERAL.
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2005-02-03 Sander StrikerAlso translate Destination headers when ProxyPassReverse'd
2005-01-11 Jim JagielskiMatch parameter types
2005-01-11 Sander StrikerRewrite Cookies and other headers in mod_proxy_ajp...
2005-01-07 Sander StrikerMake the combination of mod_proxy_ajp and mod_rewrite...
2004-09-17 Mladen TurkRemove duplicate logging from alloc and send data_msg.
2004-09-17 Mladen TurkRemove logging inside ajp_send_data_msg. If send fails...
2004-09-11 Joe OrtonFix format string warnings in proxy_ajp on 64-bit platf...
2004-08-25 Mladen TurkAdded SSL custom indicators. They can be set using...
2004-08-24 Mladen TurkImplement REQ_ATTRIBUTE using request rec environment...
2004-08-24 Mladen TurkUse the session route from request rec notes.
2004-08-18 Jean-Frederic Clerejakarta-tomcat-connectors AJP files.