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
==
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.2b.
Is a bigger problem now because of the ap_snprintf changes to treat
len of 0 == 0 instead of infinite.
Reviewed by: Jim Jagielski, Dean Gaude
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 +1
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
Inde
dgaudet 97/10/30 11:17:57
Modified:src CHANGES
src/modules/proxy proxy_util.c
Log:
AIX 1.x can't have files named '@'.
PR: 1317
Submitted by: David Schuler <[EMAIL PROTECTED]>
Reviewed by: Dean Gaudet, Jim Jagielski, Martin Kraemer
Revisio
fielding97/09/14 00:34:38
Modified:src CHANGES
src/modules/proxy proxy_util.c
Log:
Fixed error in proxy_util.c when looping through multiple host IP
addresses.
PR: 974
Submitted by: Lars Eilebrecht
Reviewed by: Roy Fielding (and many others)
Revis
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
Revision
coar97/08/17 17:12:24
Modified:src/modules/proxy proxy_util.c
Log:
Include the problem IP address and port in the error message
when connect() fails.
PR: 352
Reviewed by: Marc Slemko
Revision ChangesPath
1.23 +7 -2 apachen/src