]> git.ipfire.org Git - thirdparty/squid.git/commit - src/adaptation/icap/ModXact.cc
SourceLayout: Move time related tools to time/libtime.la (#1001)
authorAmos Jeffries <yadij@users.noreply.github.com>
Wed, 13 Apr 2022 23:32:16 +0000 (23:32 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Thu, 14 Apr 2022 05:02:57 +0000 (05:02 +0000)
commit98cacedb627d119bee7bfe89a1ae6cd7b53dfd75
tree5e080c9e30b389ace961d8f368fd236e26a156b0
parente2bbd3b3f1b5d11f375189a94d41070c52fa4d2c
SourceLayout: Move time related tools to time/libtime.la (#1001)

Just code moves and documentation.

Solves the occasional build issues of copying time.cc for linking to
pinger and tools/ binaries. Which now link to the library.
155 files changed:
configure.ac
include/rfc1123.h [deleted file]
include/util.h
lib/Makefile.am
lib/util.c
src/DiskIO/DiskDaemon/DiskdIOStrategy.cc
src/DiskIO/DiskDaemon/Makefile.am
src/DiskIO/DiskFile.h
src/DiskIO/DiskThreads/aiops.cc
src/DiskIO/DiskThreads/aiops_win32.cc
src/DiskIO/IpcIo/IpcIoFile.cc
src/EventLoop.cc
src/EventLoop.h
src/ExternalACLEntry.cc
src/FadingCounter.cc
src/FwdState.cc
src/HttpHeader.cc
src/HttpReply.cc
src/Makefile.am
src/MessageDelayPools.cc
src/PeerPoolMgr.cc
src/SquidConfig.h
src/acl/Time.cc
src/acl/external/kerberos_ldap_group/support_krb5.cc
src/adaptation/History.cc
src/adaptation/ecap/XactionRep.cc
src/adaptation/icap/History.cc
src/adaptation/icap/ModXact.cc
src/adaptation/icap/OptXact.cc
src/adaptation/icap/Options.cc
src/adaptation/icap/ServiceRep.cc
src/adaptation/icap/Xaction.cc
src/auth/User.cc
src/auth/basic/Config.cc
src/auth/basic/UserRequest.cc
src/auth/digest/Config.cc
src/auth/digest/UserRequest.cc
src/auth/negotiate/Config.cc
src/auth/negotiate/UserRequest.cc
src/auth/ntlm/Config.cc
src/auth/ntlm/UserRequest.cc
src/base/ClpMap.h
src/cache_manager.cc
src/client_db.cc
src/client_side.cc
src/client_side_reply.cc
src/client_side_request.cc
src/clients/Client.cc
src/clients/FtpGateway.cc
src/clients/FtpRelay.cc
src/comm/ConnOpener.cc
src/comm/Connection.cc
src/comm/Connection.h
src/comm/ModDevPoll.cc
src/comm/ModEpoll.cc
src/comm/ModKqueue.cc
src/comm/ModPoll.cc
src/comm/ModSelect.cc
src/comm/ModSelectWin32.cc
src/comm/TcpAcceptor.cc
src/comm/Write.cc
src/debug/debug.cc
src/delay_pools.cc
src/dns_internal.cc
src/errorpage.cc
src/event.cc
src/external_acl.cc
src/fd.cc
src/fde.cc
src/format/Format.cc
src/fqdncache.cc
src/fs/rock/RockRebuild.cc
src/fs/ufs/RebuildState.cc
src/fs/ufs/UFSSwapDir.cc
src/gopher.cc
src/helper.cc
src/helper/Request.h
src/htcp.cc
src/http.cc
src/icmp/Icmp.cc
src/icmp/Icmp4.cc
src/icmp/Icmp6.cc
src/icmp/IcmpPinger.cc
src/icmp/IcmpSquid.cc
src/icmp/Makefile.am
src/icmp/net_db.cc
src/icmp/pinger.cc
src/icp_v2.cc
src/internal.cc
src/ipc_win32.cc
src/ipcache.cc
src/log/FormatHttpdCombined.cc
src/log/FormatHttpdCommon.cc
src/log/FormatSquidIcap.cc
src/log/FormatSquidNative.cc
src/log/FormatSquidReferer.cc
src/log/FormatSquidUseragent.cc
src/log/ModDaemon.cc
src/log/TcpLogger.cc
src/log/access_log.cc
src/main.cc
src/mem/Meter.h
src/mem/old_api.cc
src/mgr/Action.cc
src/mgr/CountersAction.cc
src/mgr/Forwarder.cc
src/mgr/InfoAction.cc
src/mgr/Inquirer.cc
src/neighbors.cc
src/peer_digest.cc
src/peer_select.cc
src/refresh.cc
src/repl/heap/store_heap_replacement.cc
src/repl/lru/store_repl_lru.cc
src/security/cert_generators/file/Makefile.am
src/security/cert_generators/file/security_file_certgen.cc
src/send-announce.cc
src/snmp_agent.cc
src/ssl/bio.cc
src/ssl/context_storage.h
src/ssl/helper.cc
src/ssl/support.cc
src/stat.cc
src/store.cc
src/store/Disks.cc
src/store_digest.cc
src/store_log.cc
src/store_rebuild.cc
src/tests/Stub.am
src/tests/stub_libtime.cc [new file with mode: 0644]
src/tests/stub_store_rebuild.cc
src/tests/stub_time.cc [deleted file]
src/tests/testEventLoop.cc
src/tests/testStoreController.cc
src/tests/testStoreHashIndex.cc
src/tests/testStoreSupport.cc
src/tests/testStoreSupport.h
src/time/Engine.cc [new file with mode: 0644]
src/time/Engine.h [new file with mode: 0644]
src/time/Makefile.am [new file with mode: 0644]
src/time/forward.h [new file with mode: 0644]
src/time/gadgets.cc [moved from src/time.cc with 90% similarity]
src/time/gadgets.h [moved from src/SquidTime.h with 59% similarity]
src/time/iso3307.cc [moved from lib/iso3307.c with 93% similarity]
src/time/rfc1123.cc [moved from lib/rfc1123.c with 97% similarity]
src/tools.cc
src/tunnel.cc
src/unlinkd.cc
src/urn.cc
test-suite/Makefile.am
tools/Makefile.am
tools/cachemgr.cc
tools/squidclient/Makefile.am
tools/squidclient/Ping.cc
tools/squidclient/squidclient.cc