| Commit message (Expand) | Author | Age | Files | Lines |
* | * modules/proxy/ajp_header.c (sc_for_req_header): Zero-initialize | Joe Orton | 2018-10-05 | 1 | -0/+1 |
* | Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen | William A. Rowe Jr | 2016-06-09 | 1 | -6/+6 |
* | mod_proxy_ajp: Add "secret" parameter to proxy workers to implement legacy | Yann Ylavic | 2016-04-13 | 1 | -8/+8 |
* | hostname: Test and log useragent_host per-request across various modules, | William A. Rowe Jr | 2016-02-12 | 1 | -1/+1 |
* | Added many log numbers to log statements that | Rainer Jung | 2016-01-19 | 1 | -1/+1 |
* | Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive). | Yann Ylavic | 2015-11-23 | 1 | -6/+6 |
* | Revert r1715789: will re-commit without spurious functional changes. | Yann Ylavic | 2015-11-23 | 1 | -6/+6 |
* | Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive). | Yann Ylavic | 2015-11-23 | 1 | -6/+6 |
* | Silence a sparse warning about inconsistent indenting + some minor style issues | Christophe Jaillet | 2015-08-31 | 1 | -14/+17 |
* | mod_proxy_ajp: Forward SSL_PROTOCOL. Forthcoming | Rainer Jung | 2015-02-20 | 1 | -0/+20 |
* | Forward local IP address as a custom request attribute | Rainer Jung | 2014-07-13 | 1 | -0/+20 |
* | mod_proxy_ajp: Support unknown HTTP methods. | Rainer Jung | 2013-01-18 | 1 | -3/+14 |
* | fix some comments | Stefan Fritsch | 2012-04-20 | 1 | -1/+1 |
* | Fix some typos | Stefan Fritsch | 2012-03-14 | 1 | -1/+1 |
* | Further clarify the naming of the entity that originates the request by | Graham Leggett | 2011-12-14 | 1 | -2/+2 |
* | Add lots of unique tags to error log messages | Stefan Fritsch | 2011-12-03 | 1 | -34/+34 |
* | Introduce a per connection "peer_ip" and a per request "client_ip" to | Graham Leggett | 2011-11-25 | 1 | -2/+2 |
* | Introduce a per request version of the remote IP address, which can be | Graham Leggett | 2011-11-22 | 1 | -2/+2 |
* | check return status | Jim Jagielski | 2011-11-21 | 1 | -0/+5 |
* | More ap_log_rerror() usage and axe some more AJP: prefixes | Stefan Fritsch | 2011-11-18 | 1 | -52/+51 |
* | Improve logging for mod_proxy_ajp. | Rainer Jung | 2011-07-30 | 1 | -0/+2 |
* | Make AJP trace messages a bit less cryptic. | Rainer Jung | 2011-07-30 | 1 | -8/+13 |
* | Move some debug log statements to trace level | Rainer Jung | 2011-07-30 | 1 | -12/+12 |
* | mod_proxy_ajp: Respect "reuse" flag in END_REPONSE | Rainer Jung | 2011-07-29 | 1 | -2/+26 |
* | Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take | Stefan Fritsch | 2010-06-06 | 1 | -0/+2 |
* | The remote port information was forgotten from the builtin | Rainer Jung | 2009-04-02 | 1 | -0/+20 |
* | * save_table needs to be declared first before it can be used. | Ruediger Pluem | 2008-10-24 | 1 | -1/+3 |
* | AJP was dropping pre-existing cookies. Use same logic | Jim Jagielski | 2008-10-24 | 1 | -1/+14 |
* | Make AJP HEAD aware | Jim Jagielski | 2007-09-09 | 1 | -4/+10 |
* | Here too, the limited comparison ignored the trailing NIL character | Martin Kraemer | 2007-08-30 | 1 | -1/+1 |
* | Convert just the message text to EBCDIC, and not the (already EBCDIC) status ... | Martin Kraemer | 2007-08-30 | 1 | -15/+15 |
* | At support for ProxyIOBufferSize in AJP. | Jean-Frederic Clere | 2006-10-23 | 1 | -4/+6 |
* | Revert 451953 and 451951. Log the real r->method that is | Mladen Turk | 2006-10-03 | 1 | -2/+2 |
* | Ups. Fix typo. We are logging int, not string. | Mladen Turk | 2006-10-02 | 1 | -1/+1 |
* | If the r->method_number is unknown the r->method | Mladen Turk | 2006-10-02 | 1 | -2/+2 |
* | Fix compile time warning. AJP protocol method is byte. | Mladen Turk | 2006-07-31 | 1 | -1/+1 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 1 | -6/+6 |
* | small cleanup of EBCDIC support in mod_proxy_ajp | Jeff Trawick | 2006-05-26 | 1 | -5/+1 |
* | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 1 | -1/+1 |
* | * Crosscheck the length of the body chunk with the length of the ajp message | Ruediger Pluem | 2006-03-05 | 1 | -0/+18 |
* | * Fix PR38340 by actual getting the word and thus advancing the message buffer | Ruediger Pluem | 2006-01-21 | 1 | -1/+1 |
* | Fix Cookie2 header problems that originates back | Mladen Turk | 2005-12-23 | 1 | -3/+3 |
* | In Apache-2.x, the function is called apr_pstrdup(). | Martin Kraemer | 2005-12-19 | 1 | -7/+3 |
* | Sorry, previous commit was not ok. | Jean-Frederic Clere | 2005-12-15 | 1 | -2/+5 |
* | The string comming from TC is in ASCII and the string returned by apr_psprint... | Jean-Frederic Clere | 2005-12-15 | 1 | -2/+4 |
* | No functional Change: Removing trailing whitespace. This also | Jim Jagielski | 2005-11-10 | 1 | -23/+23 |
* | * Fix PR37100 (SEGV in mod_proxy_ajp), by sending the data up the filter | Ruediger Pluem | 2005-10-21 | 1 | -6/+16 |
* | * Fix PR36883 (mod_proxy_ajp and tomcat issues). | Ruediger Pluem | 2005-10-07 | 1 | -41/+48 |
* | Fix mess left by incompleteness of previous ProxyPassReverse fix | Nick Kew | 2005-08-12 | 1 | -4/+4 |
* | Use two optional functions from mod_ssl so that we | Mladen Turk | 2005-04-09 | 1 | -5/+4 |