]> git.ipfire.org Git - thirdparty/squid.git/commit
DW:
authorwessels <>
Wed, 11 Oct 2000 00:15:30 +0000 (00:15 +0000)
committerwessels <>
Wed, 11 Oct 2000 00:15:30 +0000 (00:15 +0000)
commit08e8e020569dfd9d49330bc4e65a13b6cca85533
treeabe31f9080349d94c7088debf0d4c70b140cba40
parent729dd65c7da6c691c55346ab44d03ca229200709
DW:
 - My change to eliminate stdio from net_db.c sucked.  It leaked memory,
   and it had awkward buffer offset junk.  Its probably better to
   use the logfile.c code, which unfortunately requires a change
   to logfileOpen().  Previously the logfile code exited with
   a fatal message if there was an error opening or writing the
   file.  For netdb we don't care that much, so I added a "fatal"
   flag to logfileOpen().
src/access_log.cc
src/logfile.cc
src/net_db.cc
src/protos.h
src/referer.cc
src/store_log.cc
src/structs.h
src/useragent.cc