summaryrefslogtreecommitdiffstats
path: root/modules/proxy/ajp_header.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use two optional functions from mod_ssl so that weMladen Turk2005-04-091-5/+4
* Return 'real' error status codes instead APR_EGENERAL.Mladen Turk2005-04-091-40/+40
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-11/+11
* Also translate Destination headers when ProxyPassReverse'dSander Striker2005-02-041-2/+4
* Match parameter typesJim Jagielski2005-01-111-1/+1
* Rewrite Cookies and other headers in mod_proxy_ajp as configured withSander Striker2005-01-111-7/+22
* Make the combination of mod_proxy_ajp and mod_rewrite work correctly. Sander Striker2005-01-071-17/+9
* Remove duplicate logging from alloc and send data_msg.Mladen Turk2004-09-171-10/+3
* Remove logging inside ajp_send_data_msg. If send fails it is loggedMladen Turk2004-09-171-8/+1
* Fix format string warnings in proxy_ajp on 64-bit platforms:Joe Orton2004-09-111-1/+1
* Added SSL custom indicators. They can be set using SetEnv directive,Mladen Turk2004-08-251-9/+17
* Implement REQ_ATTRIBUTE using request rec environment table,Mladen Turk2004-08-241-11/+13
* Use the session route from request rec notes.Mladen Turk2004-08-241-4/+4
* jakarta-tomcat-connectors AJP files.Jean-Frederic Clere2004-08-181-0/+715