marc98/01/05 13:02:57
Modified:src/modules/proxy Tag: APACHE_1_2_X proxy_util.c
Log:
Fix an improper length in an ap_snprintf call in proxy_date_canon().
Reviewed by: Martin Kraemer, Mark J Cox, Dean Gaudet, Randy Terbush
Revision ChangesPath
No
dgaudet 97/07/26 19:21:17
Modified:src/modules/proxy proxy_util.c
Log:
yet another static
Revision ChangesPath
1.21 +1 -1 apache/src/modules/proxy/proxy_util.c
Index: proxy_util.c
===
RCS
randy 97/06/16 08:16:29
Modified:src/modules/proxy proxy_util.c
Log:
Portability for threading missed in first cut.
Revision ChangesPath
1.19 +3 -3 apache/src/modules/proxy/proxy_util.c
Index: proxy_util.c
==
chuck 97/06/04 14:20:28
Modified:src/modules/proxy proxy_util.c
Log:
Final proxy cleanups for release. Change errant memchr call to memset.
Check for NULL read fd in proxy_send_fb() so we minimize risk of a coredump
after a timeout on the origin host connection.
Revision
chuck 97/05/31 15:43:02
Modified:src/modules/proxy proxy_util.c
Log:
Submitted by: Jozsef Hollosi <[EMAIL PROTECTED]>
Cleanup to remove malloc() from proxy_host2addr.
Revision ChangesPath
1.16 +2 -3 apache/src/modules/proxy/proxy_util.c
Index: proxy_ut
fielding97/05/28 23:23:37
Modified:src/modules/proxy proxy_util.c
Log:
Until someone has time to create a proxy-specific timeout handler,
we need to use hard_timeout any time we are simultaneously reading
from one blockable buffer and writing to another.
Revision Changes
chuck 97/04/11 23:17:46
Modified:src/modules/proxy proxy_util.c
Log:
Fix IP address handling of proxy_host2addr().
Revision ChangesPath
1.13 +9 -10 apache/src/modules/proxy/proxy_util.c
Index: proxy_util.c
===
chuck 96/10/09 14:36:15
Modified:src/modules/proxy proxy_util.c
Log:
Change call to index() to strchr().
Revision ChangesPath
1.3 +2 -2 apache/src/modules/proxy/proxy_util.c
Index: proxy_util.c
=