]> git.ipfire.org Git - thirdparty/squid.git/commit - configure.in
Author: Adrian Chadd + Tim Starling
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 22 Nov 2009 20:37:27 +0000 (09:37 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 22 Nov 2009 20:37:27 +0000 (09:37 +1300)
commit82b7abe3ff9fcee6e92696c8fbf2d66c6777ca2a
treecb3c305b0bb8563d017876a6409c749667079ecc
parent9c2cec784180ef3ebede43563804b706f329f91a
Author: Adrian Chadd + Tim Starling
Port from 2.7: Logging infrastructure updates.

 * Basic port of the Squid-2.7 modular logging code
 * Adds support for async daemon helpers.
 * One daemon helper for file IO is included.
 * Adds UDP stream logging facility. (Tim Starling)

Ported by Amos Jeffries.
42 files changed:
configure.in
doc/release-notes/release-3.2.sgml
helpers/Makefile.am
helpers/log_daemon/Makefile.am [new file with mode: 0644]
helpers/log_daemon/file/Makefile.am [new file with mode: 0644]
helpers/log_daemon/file/config.test [new file with mode: 0755]
helpers/log_daemon/file/log_file_daemon.cc [new file with mode: 0644]
include/config.h
src/Makefile.am
src/Parsing.cc
src/Parsing.h
src/adaptation/icap/icap_log.cc
src/cache_cf.cc
src/cf.data.pre
src/debug.cc
src/icmp/net_db.cc
src/ip/IpAddress.cc
src/ip/Makefile.am
src/ip/testIpAddress.cc
src/log/Config.cc [new file with mode: 0644]
src/log/Config.h [new file with mode: 0644]
src/log/File.cc [new file with mode: 0644]
src/log/File.h [new file with mode: 0644]
src/log/Makefile.am [new file with mode: 0644]
src/log/ModDaemon.cc [new file with mode: 0644]
src/log/ModDaemon.h [new file with mode: 0644]
src/log/ModStdio.cc [new file with mode: 0644]
src/log/ModStdio.h [new file with mode: 0644]
src/log/ModSyslog.cc [new file with mode: 0644]
src/log/ModSyslog.h [new file with mode: 0644]
src/log/ModUdp.cc [new file with mode: 0644]
src/log/ModUdp.h [new file with mode: 0644]
src/log/access_log.cc [moved from src/access_log.cc with 98% similarity]
src/logfile.cc [deleted file]
src/protos.h
src/referer.cc
src/squid.h
src/store_log.cc
src/structs.h
src/typedefs.h
src/useragent.cc
tools/Makefile.am