]> git.ipfire.org Git - thirdparty/squid.git/commit - src/cf.data.pre
%tS logformat code
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Thu, 5 Dec 2013 11:04:45 +0000 (13:04 +0200)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Thu, 5 Dec 2013 11:04:45 +0000 (13:04 +0200)
commitaf0ded40c17cba1a9ae30a0c58e9b561f4cb1489
tree9d785d23f74edb283e12fd9546fe514863c901b6
parent11f62bfbf07caef0dd8ec0958b45c2734c08dd74
%tS logformat code

This patch add the %tS logformat code to represent master transaction start time
in <seconds>.<milliseconds> format, similar to the existing access.log "current
time" field (%ts.%03tu).

Also allow formated values for adaptation_meta values.

This is a Measurement Factory project
29 files changed:
src/AccessLogEntry.h
src/Notes.cc
src/Notes.h
src/Server.cc
src/adaptation/AccessCheck.cc
src/adaptation/AccessCheck.h
src/adaptation/Config.cc
src/adaptation/Iterator.cc
src/adaptation/Iterator.h
src/adaptation/Service.h
src/adaptation/ServiceFilter.cc
src/adaptation/ServiceFilter.h
src/adaptation/ecap/ServiceRep.cc
src/adaptation/ecap/ServiceRep.h
src/adaptation/ecap/XactionRep.cc
src/adaptation/ecap/XactionRep.h
src/adaptation/icap/ModXact.cc
src/adaptation/icap/ModXact.h
src/adaptation/icap/ServiceRep.cc
src/adaptation/icap/ServiceRep.h
src/cf.data.pre
src/client_side.cc
src/client_side_request.cc
src/client_side_request.h
src/format/ByteCode.h
src/format/Format.cc
src/format/Token.cc
src/stat.cc
src/tests/stub_libformat.cc