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 e80ef92ad1 Add SO_INCOMING_CPU support to net.sock_option_flag_in 
(#11366)
     new 6fb27c0b73 Pass unused length parameter in HeaderField::append 
function (#11401)
     new 4aa496ad9b txn_box: Address use after free in Do_upstream_rsp_body 
(#11428)
     new d8a856cf47 support full range of unsigned char for hex conversion.   
(#11429)
     new c55a9cdbf3 Fix building without HWLOC (#11435)
     new d4eebce880 access_control: Remove unused dumpHeaders (#11439)
     new 1a6bbee785 Fix race condition causing interleaved logs  (#11432)

The 6 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:
 .../api/functions/TSMimeHdrPrint.en.rst            |  4 +-
 example/plugins/c-api/cache_scan/cache_scan.cc     |  2 +-
 .../plugins/c-api/output_header/output_header.cc   |  2 +-
 include/proxy/hdrs/HTTP.h                          | 10 ++--
 include/proxy/hdrs/MIME.h                          |  7 +--
 include/proxy/http/HttpTransact.h                  | 66 +++++++++++++++-------
 include/ts/ts.h                                    |  8 +--
 include/tsutil/StringConvert.h                     | 12 ++--
 plugins/background_fetch/background_fetch.cc       |  2 +-
 plugins/background_fetch/headers.cc                |  4 +-
 plugins/background_fetch/headers.h                 |  2 +-
 plugins/experimental/access_control/headers.cc     | 39 -------------
 plugins/experimental/access_control/headers.h      |  1 -
 .../experimental/cache_fill/background_fetch.cc    |  6 +-
 plugins/experimental/stale_response/CacheUpdate.cc |  6 +-
 .../experimental/txn_box/plugin/src/Machinery.cc   |  9 +++
 plugins/prefetch/fetch.cc                          |  2 +-
 plugins/prefetch/headers.cc                        |  5 +-
 plugins/prefetch/headers.h                         |  2 +-
 src/api/InkAPI.cc                                  | 18 +++---
 src/iocore/net/Connection.cc                       |  2 +-
 src/proxy/hdrs/HTTP.cc                             | 10 ++--
 src/proxy/hdrs/MIME.cc                             | 11 ++--
 src/proxy/hdrs/unit_tests/test_HdrUtils.cc         |  4 +-
 src/proxy/http/HttpSM.cc                           |  4 +-
 src/proxy/http/HttpTransact.cc                     | 30 +++++-----
 src/tscpp/api/Headers.cc                           |  2 +-
 src/tsutil/CMakeLists.txt                          |  1 +
 src/tsutil/unit_tests/test_StringConvert.cc        | 12 ++++
 29 files changed, 144 insertions(+), 139 deletions(-)

Reply via email to