]> git.ipfire.org Git - thirdparty/squid.git/commit - src/http.cc
-Replaced use of hostent in IP cache. Now use home-grown ipcache_addrs with
authorwessels <>
Thu, 10 Oct 1996 04:49:27 +0000 (04:49 +0000)
committerwessels <>
Thu, 10 Oct 1996 04:49:27 +0000 (04:49 +0000)
commite5f6c5c2bf496abccc6c5fc3ef1b36c339c85ba2
treef87f1095a5a9e52c94acee79ab926675430bbb61
parentc10aaf05566f99fd41ede3f22d1b1b59f54ce0c1
-Replaced use of hostent in IP cache.  Now use home-grown ipcache_addrs with
 list of in_addr's
-Changed comm_connect() to comm_nbconnect() and removed all *ConnInProgress()
 stuff.  Now all (most?) completed connections go through a single function.
-Added ipcacheCycleAddr() to round-robin IP addresses
-Added ipcacheRemoveBadAddr() to remove bad addresses from failed connect's.
-Other junk
20 files changed:
src/acl.cc
src/cache_cf.cc
src/client_side.cc
src/comm.cc
src/dns.cc
src/ftp.cc
src/gopher.cc
src/http.cc
src/icmp.cc
src/ident.cc
src/ipcache.cc
src/neighbors.cc
src/net_db.cc
src/redirect.cc
src/send-announce.cc
src/ssl.cc
src/stat.cc
src/tools.cc
src/tunnel.cc
src/wais.cc