This is an automated email from the ASF dual-hosted git repository.

cmcfarlen pushed a change to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


    from de244be904 ensure dns lookup happens after dns_info.lookup_name 
changes (#11035)
     new 5c9c7c84f3 docs: Update cmake documentation for experimental plugins. 
(#11078)
     new d056e07dd9 http3: Don't use chunked encoding unnecessarily (#11080)
     new 8c87d84970 Fix a bug in parsing chunked messages (#11073)
     new 2ac10c8f95 doc: max_rst_stream_frames_per_minute defaults to 200 
(#11085)
     new bc714cb9d6 Docs: Fix few things related to the docs. (#11087)
     new b081247894 http3: Fix use-after-free (#11088)
     new 3b9178b57a IPRange.h: resolve compiler error about dangling pointer to 
temporary (#11090)
     new df73d3710a Remove dependency between tscore and iocore/eventsystem 
(#11092)
     new e0cdb2713a ipspace: introduce intermediate temporary to restore the 
structed binding decl (#11093)
     new 73ac382efc Python3.8: fix list type hints (#11097)
     new 09ed8acfbd cmake README.md tweaks (#11098)
     new e747ffe543 TSVConnFd: replace autest wait condition (#11099)
     new 04b59460fa Make linking libraries to plugins optional (#11039)
     new 918cfc81ec Revert "fix race condition with session thread migration 
(#10897)" (#11101)
     new 74404295a5 xpack: Fix division by zero error (#11107)
     new 98a13ace0e Added namespace fmt to function call format_to in Cripts 
(#11116)
     new 6cefde1c40 Change Regex class to use PCRE2 (#11014)

The 17 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CMakeLists.txt                                     |   3 +-
 README.md                                          |  13 +-
 cmake/add_atsplugin.cmake                          |   9 +-
 doc/admin-guide/files/records.yaml.en.rst          |   2 +-
 doc/admin-guide/plugins/combo_handler.en.rst       |   9 +-
 doc/admin-guide/plugins/header_freq.en.rst         |   7 +-
 doc/admin-guide/plugins/icap.en.rst                |   8 +-
 doc/admin-guide/plugins/index.en.rst               |   8 +-
 doc/admin-guide/plugins/regex_revalidate.en.rst    |   5 +-
 doc/admin-guide/plugins/stale_response.en.rst      |  10 +-
 doc/admin-guide/plugins/stek_share.en.rst          |   5 +-
 doc/admin-guide/plugins/url_sig.en.rst             |  11 +-
 doc/admin-guide/plugins/wasm.en.rst                |  14 +-
 .../plugins/example-plugins/index.en.rst           |   6 +-
 include/cripts/Crypto.hpp                          |   6 +-
 include/cripts/Headers.hpp                         |   6 +-
 include/cripts/Lulu.hpp                            |  12 +-
 include/cripts/Time.hpp                            |   2 +-
 include/cripts/Urls.hpp                            |  14 +-
 include/iocore/net/quic/Mock.h                     |   7 +-
 include/iocore/net/quic/QUICApplication.h          |   3 +-
 include/iocore/net/quic/QUICStream.h               |   2 +
 include/iocore/net/quic/QUICStreamVCAdapter.h      |  14 +-
 include/proxy/hdrs/XPACK.h                         |   5 +
 include/proxy/http/remap/UrlRewrite.h              |   2 +-
 include/proxy/http3/Http09App.h                    |   3 +-
 include/proxy/http3/Http3App.h                     |   3 +-
 include/proxy/http3/QPACK.h                        |   3 +-
 include/tscore/FrequencyCounter.h                  |   2 +-
 include/tsutil/Regex.h                             | 106 ++++---
 lib/swoc/include/swoc/IPRange.h                    |   8 +-
 plugins/experimental/maxmind_acl/CMakeLists.txt    |   2 +-
 plugins/experimental/tls_bridge/CMakeLists.txt     |   2 +-
 .../experimental/txn_box/plugin/src/ip_space.cc    |   3 +-
 src/iocore/net/EventIO.cc                          |  12 +-
 src/iocore/net/UnixNetVConnection.cc               |   6 +
 src/iocore/net/quic/QUICStream.cc                  |   7 +
 src/iocore/net/quic/QUICStreamManager.cc           |   7 +-
 src/iocore/net/quic/QUICStreamVCAdapter.cc         |  82 ++++-
 src/proxy/hdrs/XPACK.cc                            |  32 +-
 src/proxy/hdrs/unit_tests/test_XPACK.cc            |  13 +
 src/proxy/http/HttpSessionManager.cc               | 154 +++++-----
 src/proxy/http/HttpTunnel.cc                       |  13 +-
 src/proxy/http/remap/UrlRewrite.cc                 |  14 +-
 src/proxy/http3/Http09App.cc                       |   7 +-
 src/proxy/http3/Http3App.cc                        |  21 +-
 src/proxy/http3/Http3Transaction.cc                |  11 +-
 src/proxy/http3/QPACK.cc                           |   7 +-
 src/proxy/http3/test/test_QPACK.cc                 |   6 +-
 src/tsutil/CMakeLists.txt                          |   3 +-
 src/tsutil/Regex.cc                                | 329 ++++++++++++++-------
 src/tsutil/unit_tests/test_Regex.cc                | 138 ++++++++-
 .../chunked_encoding/bad_chunked_encoding.test.py  |  17 +-
 .../replays/malformed_chunked_header.replay.yaml   |  49 ++-
 tests/gold_tests/ip_allow/ip_category.test.py      |   6 +-
 .../pluginTest/TSVConnFd/TSVConnFd.test.py         |   4 +-
 tests/gold_tests/remap/remap_acl.test.py           |   2 +-
 57 files changed, 871 insertions(+), 384 deletions(-)

Reply via email to