You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by am...@apache.org on 2022/06/06 23:25:39 UTC

[trafficserver] branch master updated (b91b573fc -> f6a779f8c)

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 b91b573fc Change ats_scoped_obj to std::unique_ptr . (#8882)
     add f6a779f8c Update to libswoc 1.3.8 (#8885)

No new revisions were added by this update.

Summary of changes:
 ci/rat-regex.txt                     |   1 +
 lib/swoc/Makefile.am                 |   1 +
 lib/swoc/include/swoc/MemSpan.h      |  80 ++++++-
 lib/swoc/include/swoc/TextView.h     |  68 ++++--
 lib/swoc/include/swoc/Vectray.h      | 431 +++++++++++++++++++++++++++++++++++
 lib/swoc/include/swoc/swoc_ip.h      |  84 +++++--
 lib/swoc/include/swoc/swoc_version.h |   4 +-
 7 files changed, 610 insertions(+), 59 deletions(-)
 create mode 100644 lib/swoc/include/swoc/Vectray.h