cvs commit: apachen/src/modules/proxy proxy_util.c

1997-12-30 Thread marc
marc97/12/30 12:43:54 Modified:src/modules/proxy proxy_util.c Log: Fix bogus size in ap_snprintf call that I introduced in 1.2bmumble. Is a bigger problem now because of the ap_snprintf changes to treat len of 0 == 0 instead of infinite. Reviewed by: Jim Jagielski,

cvs commit: apachen/src/modules/proxy proxy_util.c

1997-12-30 Thread marc
marc97/12/30 15:29:47 Modified:src/modules/proxy proxy_util.c Log: Fix broken proxy caching introduced by ap_cpystrn changes. Revision ChangesPath 1.40 +2 -2 apachen/src/modules/proxy/proxy_util.c Index: proxy_util.c

cvs commit: apachen/src/modules/proxy proxy_util.c

1997-11-14 Thread marc
marc97/11/14 07:59:18 Modified:src/modules/proxy proxy_util.c Log: Remove strtoul() use from mod_proxy since it can be done a different way and isn't portable. PR: 1214 Reviewed by: Dean Gaudet, Martin Kraemer, Jim Jagielski Revision ChangesPath 1.36

cvs commit: apachen/src/modules/proxy proxy_util.c

1997-11-01 Thread ben
ben 97/11/01 13:13:25 Modified:src/main alloc.c buff.c http_main.c src/modules/proxy proxy_util.c Log: Remove WSABASERROR bollocks. Improve error checking in sendwithtimeout(). Revision ChangesPath 1.56 +1 -1 apachen/src/main/alloc.c

cvs commit: apachen/src/modules/proxy proxy_util.c

1997-09-02 Thread Rodent of Unusual Size
coar97/09/02 03:39:36 Modified:src/modules/proxy proxy_util.c Log: Remove a bit of unused code (probably optmised away by reasonable compilers, but why needlessly confuse humans?). Submitted by: Martin Kraemer Reviewed by: Dean Gaudet, Ken Coar