summaryrefslogtreecommitdiff
path: root/modules/proxy/ajp_header.c
Commit message (Expand)AuthorAgeFilesLines
* * Report an error if the AJP backend sends an invalid number of headersRuediger Pluem2023-01-231-1/+8
* * modules/proxy/ajp_header.c (sc_for_req_header): Zero-initializeJoe Orton2018-10-051-0/+1
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-091-6/+6
* mod_proxy_ajp: Add "secret" parameter to proxy workers to implement legacyYann Ylavic2016-04-121-8/+8
* hostname: Test and log useragent_host per-request across various modules,William A. Rowe Jr2016-02-121-1/+1
* Added many log numbers to log statements thatRainer Jung2016-01-191-1/+1
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-6/+6
* Revert r1715789: will re-commit without spurious functional changes.Yann Ylavic2015-11-231-6/+6
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-6/+6
* Silence a sparse warning about inconsistent indenting + some minor style issuesChristophe Jaillet2015-08-311-14/+17
* mod_proxy_ajp: Forward SSL_PROTOCOL. ForthcomingRainer Jung2015-02-201-0/+20
* Forward local IP address as a custom request attributeRainer Jung2014-07-131-0/+20
* mod_proxy_ajp: Support unknown HTTP methods.Rainer Jung2013-01-181-3/+14
* fix some commentsStefan Fritsch2012-04-201-1/+1
* Fix some typosStefan Fritsch2012-03-141-1/+1
* Further clarify the naming of the entity that originates the request byGraham Leggett2011-12-141-2/+2
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-34/+34
* Introduce a per connection "peer_ip" and a per request "client_ip" toGraham Leggett2011-11-251-2/+2
* Introduce a per request version of the remote IP address, which can beGraham Leggett2011-11-221-2/+2
* check return statusJim Jagielski2011-11-211-0/+5
* More ap_log_rerror() usage and axe some more AJP: prefixesStefan Fritsch2011-11-181-52/+51
* Improve logging for mod_proxy_ajp.Rainer Jung2011-07-301-0/+2
* Make AJP trace messages a bit less cryptic.Rainer Jung2011-07-301-8/+13
* Move some debug log statements to trace levelRainer Jung2011-07-301-12/+12
* mod_proxy_ajp: Respect "reuse" flag in END_REPONSERainer Jung2011-07-291-2/+26
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-0/+2
* The remote port information was forgotten from the builtinRainer Jung2009-04-021-0/+20
* * save_table needs to be declared first before it can be used.Ruediger Pluem2008-10-241-1/+3
* AJP was dropping pre-existing cookies. Use same logicJim Jagielski2008-10-241-1/+14
* Make AJP HEAD awareJim Jagielski2007-09-091-4/+10
* Here too, the limited comparison ignored the trailing NIL characterMartin Kraemer2007-08-301-1/+1
* Convert just the message text to EBCDIC, and not the (already EBCDIC) status ...Martin Kraemer2007-08-301-15/+15
* At support for ProxyIOBufferSize in AJP.Jean-Frederic Clere2006-10-231-4/+6
* Revert 451953 and 451951. Log the real r->method that isMladen Turk2006-10-031-2/+2
* Ups. Fix typo. We are logging int, not string.Mladen Turk2006-10-021-1/+1
* If the r->method_number is unknown the r->methodMladen Turk2006-10-021-2/+2
* Fix compile time warning. AJP protocol method is byte.Mladen Turk2006-07-311-1/+1
* update license header textRoy T. Fielding2006-07-111-6/+6
* small cleanup of EBCDIC support in mod_proxy_ajpJeff Trawick2006-05-261-5/+1
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* * Crosscheck the length of the body chunk with the length of the ajp messageRuediger Pluem2006-03-051-0/+18
* * Fix PR38340 by actual getting the word and thus advancing the message bufferRuediger Pluem2006-01-211-1/+1
* Fix Cookie2 header problems that originates backMladen Turk2005-12-231-3/+3
* In Apache-2.x, the function is called apr_pstrdup().Martin Kraemer2005-12-191-7/+3
* Sorry, previous commit was not ok.Jean-Frederic Clere2005-12-151-2/+5
* The string comming from TC is in ASCII and the string returned by apr_psprint...Jean-Frederic Clere2005-12-151-2/+4
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-23/+23
* * Fix PR37100 (SEGV in mod_proxy_ajp), by sending the data up the filterRuediger Pluem2005-10-211-6/+16
* * Fix PR36883 (mod_proxy_ajp and tomcat issues).Ruediger Pluem2005-10-071-41/+48
* Fix mess left by incompleteness of previous ProxyPassReverse fixNick Kew2005-08-121-4/+4