]> granicus.if.org Git - apache/history - modules/proxy/proxy_ajp.c
Fix format string warnings in proxy_ajp on 64-bit platforms:
[apache] / modules / proxy / proxy_ajp.c
2004-09-11 Joe OrtonFix format string warnings in proxy_ajp on 64-bit platf...
2004-09-10 Mladen TurkFix compile time warnings (logging pointer and unused...
2004-09-09 Mladen TurkAdd function protos so that -Wmissing-declarations...
2004-08-21 Jean-Frederic ClereProcess request and response in ap_proxy_ajp_request...
2004-08-18 Jean-Frederic ClereArrange the logic sending to body data to Tomcat.
2004-08-18 Jean-Frederic ClereSorry there were 2 typos
2004-08-18 Jean-Frederic ClereTypo.
2004-08-11 William A. Rowe JrFix the return codes. We can not return the APR error...
2004-08-11 William A. Rowe JrRemove setting module config.
2004-08-11 William A. Rowe JrBounding to client connection is not needed(?).
2004-08-11 William A. Rowe JrUse the new connection pool for AJP.
2004-08-11 William A. Rowe JrWell, we still need that casting :)
2004-08-11 William A. Rowe JrUse ajp scheme when doing canonicalise.
2004-08-11 William A. Rowe JrRename parse_headers to parse_header.
2004-08-11 William A. Rowe JrClose only when needed.
2004-08-11 William A. Rowe JrUse protocol handler defines instead fixed numbers.
2004-08-11 William A. Rowe JrAdded include "ajp.h", and made some casting
2004-08-11 William A. Rowe JrAdd the logic to read the body.
2004-08-11 William A. Rowe JrClean useless code.
2004-08-11 William A. Rowe JrIntroduce proxy_ajp.c : use --enable-proxy-ajp with...