summaryrefslogtreecommitdiffstats
path: root/modules/proxy/ajp_header.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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