]> granicus.if.org Git - apache/history - modules/proxy/ajp_header.c
hostname: Test and log useragent_host per-request across various modules,
[apache] / modules / proxy / ajp_header.c
2016-02-12 William A. Rowe Jrhostname: Test and log useragent_host per-request acros...
2016-01-19 Rainer JungAdded many log numbers to log statements that
2015-11-23 Yann YlavicUse new ap_casecmpstr[n]() functions where appropriate...
2015-11-23 Yann YlavicRevert r1715789: will re-commit without spurious functi...
2015-11-23 Yann YlavicUse new ap_casecmpstr[n]() functions where appropriate...
2015-08-31 Christophe JailletSilence a sparse warning about inconsistent indenting...
2015-02-20 Rainer Jungmod_proxy_ajp: Forward SSL_PROTOCOL. Forthcoming
2014-07-13 Rainer JungForward local IP address as a custom request attribute
2013-01-18 Rainer Jungmod_proxy_ajp: Support unknown HTTP methods.
2012-04-20 Stefan Fritschfix some comments
2012-03-14 Stefan FritschFix some typos
2011-12-14 Graham LeggettFurther clarify the naming of the entity that originate...
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-11-25 Graham LeggettIntroduce a per connection "peer_ip" and a per request...
2011-11-22 Graham LeggettIntroduce a per request version of the remote IP addres...
2011-11-21 Jim Jagielskicheck return status
2011-11-18 Stefan FritschMore ap_log_rerror() usage and axe some more AJP: prefixes
2011-07-30 Rainer JungImprove logging for mod_proxy_ajp.
2011-07-30 Rainer JungMake AJP trace messages a bit less cryptic.
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.