This is an automated email from the ASF dual-hosted git repository.
bneradt pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from 51d6cd762e Support elevated access option when loading client certs.
(#10957)
add 38e8118852 Update to libswoc 1.5.9 (#10944)
No new revisions were added by this update.
Summary of changes:
lib/swoc/include/swoc/Errata.h | 35 ++++++++-
lib/swoc/include/swoc/IPAddr.h | 27 +++----
lib/swoc/include/swoc/IPEndpoint.h | 71 +++++++++++++++--
lib/swoc/include/swoc/IPRange.h | 106 ++++++++++++++++++++++---
lib/swoc/include/swoc/IPSrv.h | 145 ++++++++++++++++++++--------------
lib/swoc/include/swoc/MemArena.h | 105 +++++++++++++++++++++++--
lib/swoc/include/swoc/TextView.h | 6 +-
lib/swoc/include/swoc/swoc_ip_util.h | 148 +++++++++++++++++++++++++++++++++++
lib/swoc/include/swoc/swoc_version.h | 4 +-
lib/swoc/src/Errata.cc | 20 ++---
lib/swoc/src/MemArena.cc | 36 ++++++++-
lib/swoc/src/TextView.cc | 35 +++++----
lib/swoc/src/swoc_ip.cc | 18 ++++-
13 files changed, 615 insertions(+), 141 deletions(-)
create mode 100644 lib/swoc/include/swoc/swoc_ip_util.h