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/08/30 01:16:11 UTC

[trafficserver] branch master updated (30374bcd4 -> 032417a55)

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 30374bcd4 Update expected ALPN output for recent versions of curl (#9072)
     add 032417a55 Update build / code structure to build third party libraries better. (#9060)

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |  4 +--
 CMakeLists.txt                                     |  4 +--
 Makefile.am                                        |  7 ++---
 build/libswoc.m4                                   |  2 +-
 configure.ac                                       |  6 ++--
 doc/Doxyfile                                       |  2 +-
 doc/developer-guide/config-vars.en.rst             |  2 +-
 {lib => include}/records/DynamicStats.h            |  0
 {lib => include}/records/I_RecAlarms.h             |  0
 {lib => include}/records/I_RecCore.h               |  0
 {lib => include}/records/I_RecDefs.h               |  0
 {lib => include}/records/I_RecEvents.h             |  0
 {lib => include}/records/I_RecHttp.h               |  0
 {lib => include}/records/I_RecLocal.h              |  0
 {lib => include}/records/I_RecMutex.h              |  0
 {lib => include}/records/I_RecProcess.h            |  0
 {lib => include}/records/I_RecSignals.h            |  0
 {lib => include}/records/P_RecCore.h               |  0
 {lib => include}/records/P_RecDefs.h               |  0
 {lib => include}/records/P_RecFile.h               |  0
 {lib => include}/records/P_RecLocal.h              |  0
 {lib => include}/records/P_RecMessage.h            |  0
 {lib => include}/records/P_RecProcess.h            |  0
 {lib => include}/records/P_RecUtils.h              |  0
 {lib => include}/records/test_RecordsConfig.h      |  0
 iocore/aio/Makefile.am                             |  2 +-
 iocore/cache/Makefile.am                           |  2 +-
 iocore/eventsystem/Makefile.am                     |  2 +-
 iocore/hostdb/Makefile.am                          |  2 +-
 iocore/net/Makefile.am                             |  4 +--
 iocore/net/quic/Makefile.am                        |  4 +--
 lib/Makefile.am                                    | 34 +++++++++++++---------
 mgmt/Alarms.h                                      |  2 +-
 proxy/hdrs/Makefile.am                             |  4 +--
 proxy/http/Makefile.am                             |  2 +-
 proxy/http/remap/Makefile.am                       | 10 +++----
 proxy/http2/Makefile.am                            |  4 +--
 proxy/http3/Makefile.am                            |  4 +--
 {lib => src}/records/Makefile.am                   |  6 ++--
 {lib => src}/records/P_RecCore.cc                  |  8 ++---
 {lib => src}/records/RecConfigParse.cc             |  8 ++---
 {lib => src}/records/RecCore.cc                    |  6 ++--
 {lib => src}/records/RecDebug.cc                   |  4 +--
 {lib => src}/records/RecFile.cc                    |  6 ++--
 {lib => src}/records/RecHttp.cc                    |  0
 {lib => src}/records/RecLocal.cc                   | 10 +++----
 {lib => src}/records/RecMessage.cc                 | 10 +++----
 {lib => src}/records/RecMutex.cc                   |  2 +-
 {lib => src}/records/RecProcess.cc                 | 10 +++----
 {lib => src}/records/RecRawStats.cc                |  4 +--
 {lib => src}/records/RecUtils.cc                   |  4 +--
 {lib => src}/records/test_I_RecLocal.cc            |  0
 {lib => src}/records/test_I_RecProcess.cc          |  0
 {lib => src}/records/test_P_RecProcess.cc          |  0
 {lib => src}/records/test_RecProcess.i             |  0
 {lib => src}/records/test_RecTree.cc               |  0
 {lib => src}/records/test_RecordsConfig.cc         |  0
 {lib => src}/records/test_records.config           |  0
 {lib => src}/records/unit_tests/test_Diags.h       |  0
 .../records/unit_tests/test_DynamicStats.cc        |  4 +--
 {lib => src}/records/unit_tests/test_RecHttp.cc    |  0
 {lib => src}/records/unit_tests/unit_test_main.cc  |  0
 .../unit_tests/unit_test_main_on_eventsystem.cc    |  0
 src/traffic_crashlog/Makefile.inc                  |  2 +-
 src/traffic_ctl/Makefile.inc                       |  2 +-
 src/traffic_layout/Makefile.inc                    |  2 +-
 src/traffic_logcat/Makefile.inc                    |  2 +-
 src/traffic_logstats/Makefile.inc                  |  2 +-
 src/traffic_manager/Makefile.inc                   |  2 +-
 src/traffic_quic/Makefile.inc                      |  4 +--
 src/traffic_server/Makefile.inc                    |  2 +-
 src/traffic_top/Makefile.inc                       |  2 +-
 72 files changed, 107 insertions(+), 98 deletions(-)
 rename {lib => include}/records/DynamicStats.h (100%)
 rename {lib => include}/records/I_RecAlarms.h (100%)
 rename {lib => include}/records/I_RecCore.h (100%)
 rename {lib => include}/records/I_RecDefs.h (100%)
 rename {lib => include}/records/I_RecEvents.h (100%)
 rename {lib => include}/records/I_RecHttp.h (100%)
 rename {lib => include}/records/I_RecLocal.h (100%)
 rename {lib => include}/records/I_RecMutex.h (100%)
 rename {lib => include}/records/I_RecProcess.h (100%)
 rename {lib => include}/records/I_RecSignals.h (100%)
 rename {lib => include}/records/P_RecCore.h (100%)
 rename {lib => include}/records/P_RecDefs.h (100%)
 rename {lib => include}/records/P_RecFile.h (100%)
 rename {lib => include}/records/P_RecLocal.h (100%)
 rename {lib => include}/records/P_RecMessage.h (100%)
 rename {lib => include}/records/P_RecProcess.h (100%)
 rename {lib => include}/records/P_RecUtils.h (100%)
 rename {lib => include}/records/test_RecordsConfig.h (100%)
 rename {lib => src}/records/Makefile.am (95%)
 rename {lib => src}/records/P_RecCore.cc (99%)
 rename {lib => src}/records/RecConfigParse.cc (98%)
 rename {lib => src}/records/RecCore.cc (99%)
 rename {lib => src}/records/RecDebug.cc (97%)
 rename {lib => src}/records/RecFile.cc (98%)
 rename {lib => src}/records/RecHttp.cc (100%)
 rename {lib => src}/records/RecLocal.cc (97%)
 rename {lib => src}/records/RecMessage.cc (98%)
 rename {lib => src}/records/RecMutex.cc (98%)
 rename {lib => src}/records/RecProcess.cc (98%)
 rename {lib => src}/records/RecRawStats.cc (99%)
 rename {lib => src}/records/RecUtils.cc (99%)
 rename {lib => src}/records/test_I_RecLocal.cc (100%)
 rename {lib => src}/records/test_I_RecProcess.cc (100%)
 rename {lib => src}/records/test_P_RecProcess.cc (100%)
 rename {lib => src}/records/test_RecProcess.i (100%)
 rename {lib => src}/records/test_RecTree.cc (100%)
 rename {lib => src}/records/test_RecordsConfig.cc (100%)
 rename {lib => src}/records/test_records.config (100%)
 rename {lib => src}/records/unit_tests/test_Diags.h (100%)
 rename {lib => src}/records/unit_tests/test_DynamicStats.cc (95%)
 rename {lib => src}/records/unit_tests/test_RecHttp.cc (100%)
 rename {lib => src}/records/unit_tests/unit_test_main.cc (100%)
 rename {lib => src}/records/unit_tests/unit_test_main_on_eventsystem.cc (100%)