This is an automated email from the ASF dual-hosted git repository.
amc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from 9659434b4 traffic_ctl: config set/get --cold tidy. (#9498)
add 62ca563d1 libswoc: update to 1.4.4 (#9495)
No new revisions were added by this update.
Summary of changes:
lib/swoc/CMakeLists.txt | 136 +++---
lib/swoc/Makefile.am | 2 +-
lib/swoc/include/swoc/DiscreteRange.h | 170 +++++++-
lib/swoc/include/swoc/Errata.h | 10 +-
lib/swoc/include/swoc/IPAddr.h | 19 +-
lib/swoc/include/swoc/IPEndpoint.h | 22 +-
lib/swoc/include/swoc/IPRange.h | 186 ++++++++-
lib/swoc/include/swoc/Lexicon.h | 6 +-
lib/swoc/include/swoc/MemArena.h | 19 +
lib/swoc/include/swoc/MemSpan.h | 752 +++++++++++++++++++++++++++-------
lib/swoc/include/swoc/TextView.h | 30 +-
lib/swoc/include/swoc/bwf_base.h | 9 +-
lib/swoc/include/swoc/bwf_ip.h | 6 +
lib/swoc/include/swoc/swoc_meta.h | 2 +-
lib/swoc/include/swoc/swoc_version.h | 4 +-
lib/swoc/src/Errata.cc | 6 +-
lib/swoc/src/bw_format.cc | 4 +-
lib/swoc/src/bw_ip_format.cc | 29 ++
src/records/RecHttp.cc | 6 +-
19 files changed, 1109 insertions(+), 309 deletions(-)