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 ea0b29416a ATS_PROBE: add SystemTap ATS probe autest (#11339)
     new 6eb7f608ce Fix RelWithDebInfo to be release with debug info (#11211)
     new 14924ed99f Use large IOBufferBlock only on sending DATA frame (#11229)
     new f4139730da Coverity 1534725: Uninitialized scalar variable (#11336)
     new 9a54d66243 Fix undefined behavior doing memcpy from timespec** instead 
from timespec* (#11356)
     new 2f4544a0a4 Remove obsolete debug output calls in 23 source files. 
(#11298)
     new 0a9b9f8140 Eliminate leaking of HostStatusSync instances. (#11275)
     new 46369c6567 Remove obsolete debug output calls in 18 source files. 
(#11307)
     new 05f9b4e0fd Adding Cripts documentation structure (#11359)

The 8 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                                     |   4 +
 .../cripts-bundles.en.rst}                         |   8 +-
 .../cripts-connections.en.rst}                     |   8 +-
 .../cripts-examples.en.rst}                        |   8 +-
 doc/developer-guide/cripts/cripts-headers.en.rst   | 163 ++++++++++++
 .../cripts-matcher.en.rst}                         |   8 +-
 .../cripts-misc.en.rst}                            |   8 +-
 doc/developer-guide/cripts/cripts-overview.en.rst  | 286 +++++++++++++++++++++
 doc/developer-guide/cripts/cripts-urls.en.rst      | 118 +++++++++
 doc/developer-guide/cripts/cripts-variables.en.rst | 155 +++++++++++
 .../{layout => cripts}/index.en.rst                |  14 +-
 doc/developer-guide/index.en.rst                   |   1 +
 include/proxy/HostStatus.h                         |  34 ++-
 include/proxy/http2/HTTP2.h                        |   1 +
 .../experimental/txn_box/plugin/src/ip_space.cc    |   1 +
 src/iocore/net/UnixUDPNet.cc                       |   2 +-
 src/proxy/CacheControl.cc                          |  24 +-
 src/proxy/ControlBase.cc                           |   6 +-
 src/proxy/FetchSM.cc                               |  42 +--
 src/proxy/HostStatus.cc                            |  51 ++--
 src/proxy/ParentSelectionStrategy.cc               |  12 +-
 src/proxy/ProtocolProbeSessionAccept.cc            |  35 ++-
 src/proxy/ReverseProxy.cc                          |  15 +-
 src/proxy/Transform.cc                             |  57 ++--
 src/proxy/hdrs/HTTP.cc                             |  28 +-
 src/proxy/hdrs/HdrHeap.cc                          |  12 +-
 src/proxy/hdrs/HdrToken.cc                         |  14 +-
 src/proxy/hdrs/MIME.cc                             |  67 ++---
 src/proxy/hdrs/URL.cc                              |  55 ++--
 src/proxy/hdrs/XPACK.cc                            |  30 ++-
 src/proxy/http2/HPACK.cc                           |  21 +-
 src/proxy/http2/HTTP2.cc                           |   3 +
 src/proxy/http2/Http2ClientSession.cc              |  16 +-
 src/proxy/http2/Http2CommonSession.cc              |  19 +-
 src/proxy/http2/Http2ConnectionState.cc            |  25 +-
 src/proxy/http2/Http2Frame.cc                      |  11 +-
 src/proxy/http2/Http2SessionAccept.cc              |  12 +-
 src/proxy/http3/Http09App.cc                       |  15 +-
 src/proxy/http3/Http3App.cc                        |  29 ++-
 src/proxy/http3/Http3Frame.cc                      |   8 +-
 src/proxy/http3/Http3FrameCollector.cc             |   8 +-
 src/proxy/http3/Http3FrameDispatcher.cc            |  17 +-
 src/proxy/http3/Http3HeaderFramer.cc               |   8 +-
 src/proxy/http3/Http3HeaderVIOAdaptor.cc           |  19 +-
 src/proxy/http3/Http3SessionAccept.cc              |  18 +-
 src/proxy/http3/Http3SettingsHandler.cc            |  14 +-
 src/proxy/http3/Http3Transaction.cc                |  21 +-
 src/proxy/http3/QPACK.cc                           |  10 +-
 src/proxy/logging/Log.cc                           |  63 +++--
 src/proxy/logging/LogAccess.cc                     |  27 +-
 src/proxy/logging/LogBuffer.cc                     |  27 +-
 src/proxy/logging/LogConfig.cc                     |  50 ++--
 src/proxy/logging/LogField.cc                      |  22 +-
 src/proxy/logging/LogFile.cc                       |  41 +--
 src/proxy/logging/LogFilter.cc                     |  19 +-
 src/proxy/logging/LogFormat.cc                     |  59 +++--
 src/proxy/logging/LogObject.cc                     |  93 ++++---
 src/proxy/logging/YamlLogConfig.cc                 |  11 +-
 .../logging/unit-tests/benchmark_LogObject.cc      |   2 +-
 59 files changed, 1497 insertions(+), 458 deletions(-)
 copy doc/developer-guide/{debugging/using-tsassert.en.rst => 
cripts/cripts-bundles.en.rst} (91%)
 copy doc/developer-guide/{debugging/using-tsassert.en.rst => 
cripts/cripts-connections.en.rst} (90%)
 copy doc/developer-guide/{debugging/using-tsassert.en.rst => 
cripts/cripts-examples.en.rst} (91%)
 create mode 100644 doc/developer-guide/cripts/cripts-headers.en.rst
 copy doc/developer-guide/{debugging/using-tsassert.en.rst => 
cripts/cripts-matcher.en.rst} (91%)
 copy doc/developer-guide/{debugging/using-tsassert.en.rst => 
cripts/cripts-misc.en.rst} (90%)
 create mode 100644 doc/developer-guide/cripts/cripts-overview.en.rst
 create mode 100644 doc/developer-guide/cripts/cripts-urls.en.rst
 create mode 100644 doc/developer-guide/cripts/cripts-variables.en.rst
 copy doc/developer-guide/{layout => cripts}/index.en.rst (79%)

Reply via email to