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 3fa146678b Changelog new be1348f9dd Bump Version to 10.0.1 for next release new 9685265c84 QUIC: Fix a bug that ssl_multicert.config is not reloaded for QUIC (#11723) new 5ea31d62a9 Changes all of Cripts to be in cripts:: namespace (#11734) new 878276bff3 Fix performance issues in cripts::Random (#11748) new 63bb35dfa7 Fix an infinite loop in Histogram (#11752) The 5 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 | 2 +- doc/developer-guide/cripts/cripts-bundles.en.rst | 50 +-- .../cripts/cripts-connections.en.rst | 24 +- doc/developer-guide/cripts/cripts-crypto.en.rst | 16 +- doc/developer-guide/cripts/cripts-headers.en.rst | 62 +-- doc/developer-guide/cripts/cripts-matcher.en.rst | 24 +- doc/developer-guide/cripts/cripts-misc.en.rst | 99 ++--- doc/developer-guide/cripts/cripts-overview.en.rst | 4 +- doc/developer-guide/cripts/cripts-urls.en.rst | 32 +- doc/developer-guide/cripts/cripts-variables.en.rst | 8 +- example/cripts/example1.cc | 76 ++-- include/cripts/Bundle.hpp | 38 +- include/cripts/Bundles/Caching.hpp | 30 +- include/cripts/Bundles/Common.hpp | 36 +- include/cripts/Bundles/Headers.hpp | 44 +- include/cripts/Bundles/LogsMetrics.hpp | 38 +- include/cripts/Configs.hpp | 259 ++++++------ include/cripts/ConfigsBase.hpp | 42 +- include/cripts/Connections.hpp | 161 ++++---- include/cripts/Context.hpp | 39 +- include/cripts/Crypto.hpp | 64 +-- include/cripts/Epilogue.hpp | 88 ++-- include/cripts/Error.hpp | 21 +- include/cripts/Files.hpp | 12 +- include/cripts/Headers.hpp | 237 +++++------ include/cripts/Instance.hpp | 28 +- include/cripts/Lulu.hpp | 91 +++-- include/cripts/Matcher.hpp | 56 +-- include/cripts/Metrics.hpp | 103 ++--- include/cripts/Plugins.hpp | 12 +- include/cripts/Preamble.hpp | 44 +- include/cripts/Time.hpp | 8 +- include/cripts/Transaction.hpp | 4 +- include/cripts/UUID.hpp | 77 ++-- include/cripts/Urls.hpp | 450 ++++++++++----------- include/tsutil/Histogram.h | 2 +- src/cripts/Bundles/Caching.cc | 12 +- src/cripts/Bundles/Common.cc | 26 +- src/cripts/Bundles/HRWBridge.cc | 82 ++-- src/cripts/Bundles/Headers.cc | 44 +- src/cripts/Bundles/LogsMetrics.cc | 36 +- src/cripts/Configs.cc | 20 +- src/cripts/Connections.cc | 138 +++---- src/cripts/Context.cc | 8 +- src/cripts/Crypto.cc | 51 +-- src/cripts/Error.cc | 13 +- src/cripts/Files.cc | 5 + src/cripts/Geo.cc | 30 +- src/cripts/Headers.cc | 74 ++-- src/cripts/Instance.cc | 16 +- src/cripts/Lulu.cc | 69 ++-- src/cripts/Matcher.cc | 9 +- src/cripts/Plugins.cc | 11 +- src/cripts/UUID.cc | 21 +- src/cripts/Urls.cc | 141 +++---- src/iocore/net/SSLClientCoordinator.cc | 6 + src/iocore/net/SSLUtils.cc | 2 +- src/tscore/unit_tests/test_Histogram.cc | 2 +- tools/cripts/genconfig.py | 18 +- 59 files changed, 1643 insertions(+), 1572 deletions(-)