You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2017/11/07 23:42:28 UTC

[trafficserver] branch quic-latest updated (a2be490 -> 53a5fd8)

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

zwoop pushed a change to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


    from a2be490  Merge branch 'master' into quic-latest
     add c3ada26  Strict checks of RFC7540 8.1.2.2.
     add 644b456  Remove MIOBufferWriter unit tests that throw exceptions.
     add ecb2655  Fix logic for loading config file for url_sig plugin.
     add 31725e6  API for retrieving TSVConn from TSHttpSsn
     add 33cdce3  Fix #2761. NetHandler needs to be initialized
     add 75168bd  Format some test file with autopep8 remove annoying print message that was added by mistake to the microserver extension fix syntax issue with double and txn that cause it to fail on different OS linux systems add some conditions for netstat  existance
     add f4a2a27  bug fix: timeout argument not being used
     add dfe5ddc  iocore/dns: switch data-type to unsigned
     add f21fdd8  Add flag to ignore out of bounds compile error for test
     add 1a9944c  TS-5057: Add 103 Early Hints support
     add faa3743  Delete H2 stream before destroy
     add b0d6b78  Single nameserver failover in DNSHandler
     add fc69c42  Move Brotli library check into the library check section CFLAGS is getting set the default -g -O2.  When optimization is set on CFLAGS or CXXFLAGS, optimization will not be added to the flags.
     add 5b4d0ad  lib/ts/ts_error.h: define throw
     add 1698035  lib/ts/ink_{defs,error}: modify imports
     add 446a423  lib/ts/ink_sys_control: work around a glibc'ism
     add 2bea8ce  coverity 1021700: Uninitialized pointer field
     new 53a5fd8  Merge branch 'master' into quic-latest

The 1 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:
 configure.ac                                       | 14 ++--
 .../functions/{TSfgets.en.rst => TSVConn.en.rst}   | 16 ++--
 doc/developer-guide/api/types/TSHttpStatus.en.rst  |  2 +
 iocore/dns/DNS.cc                                  | 18 ++--
 iocore/dns/DNSConnection.cc                        |  1 +
 .../eventsystem/unit-tests/test_MIOBufferWriter.cc | 24 +-----
 iocore/net/P_UnixNet.h                             |  3 +-
 iocore/net/UnixNet.cc                              | 18 ++--
 lib/cppapi/include/atscppapi/HttpStatus.h          |  1 +
 lib/ts/Makefile.am                                 |  1 +
 lib/ts/apidefs.h.in                                |  1 +
 lib/ts/ink_defs.cc                                 |  1 -
 lib/ts/ink_error.h                                 |  6 ++
 lib/ts/ink_sys_control.cc                          |  2 +-
 lib/ts/mkdfa.c                                     |  1 +
 plugins/experimental/url_sig/url_sig.c             | 10 ++-
 proxy/InkAPI.cc                                    | 14 ++++
 proxy/InkAPITest.cc                                | 14 +++-
 proxy/api/ts/ts.h                                  |  3 +
 proxy/congest/CongestionTest.cc                    | 24 +++---
 proxy/hdrs/HTTP.cc                                 |  1 +
 proxy/hdrs/HTTP.h                                  |  1 +
 proxy/http/HttpTransact.cc                         |  3 +-
 proxy/http2/HTTP2.cc                               |  6 +-
 proxy/http2/Http2Stream.cc                         | 19 +++--
 proxy/http2/Http2Stream.h                          |  1 +
 tests/gold_tests/autest-site/microserver.test.ext  | 97 ++++++++++++----------
 tests/gold_tests/continuations/double.test.py      |  2 +-
 tests/gold_tests/headers/forwarded.test.py         | 27 ++++--
 tests/gold_tests/headers/normalize_ae.test.py      | 16 +++-
 tests/gold_tests/headers/via.test.py               |  3 +-
 tests/gold_tests/logging/ccid_ctid.test.py         |  6 +-
 tests/gold_tests/transaction/txn.test.py           |  2 +-
 33 files changed, 223 insertions(+), 135 deletions(-)
 copy doc/developer-guide/api/functions/{TSfgets.en.rst => TSVConn.en.rst} (62%)

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].

[trafficserver] 01/01: Merge branch 'master' into quic-latest

Posted by zw...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit 53a5fd81b2940ffed9db2b49d0e5fbfd5491678e
Merge: a2be490 2bea8ce
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Tue Nov 7 16:42:11 2017 -0700

    Merge branch 'master' into quic-latest
    
    * master:
      coverity 1021700: Uninitialized pointer field
      lib/ts/ink_sys_control: work around a glibc'ism
      lib/ts/ink_{defs,error}: modify imports
      lib/ts/ts_error.h: define throw
      Move Brotli library check into the library check section CFLAGS is getting set the default -g -O2.  When optimization is set on CFLAGS or CXXFLAGS, optimization will not be added to the flags.
      Single nameserver failover in DNSHandler
      Delete H2 stream before destroy
      TS-5057: Add 103 Early Hints support
      Add flag to ignore out of bounds compile error for test
      iocore/dns: switch data-type to unsigned
      bug fix: timeout argument not being used
      Format some test file with autopep8 remove annoying print message that was added by mistake to the microserver extension fix syntax issue with double and txn that cause it to fail on different OS linux systems add some conditions for netstat  existance
      Fix #2761. NetHandler needs to be initialized
      API for retrieving TSVConn from TSHttpSsn
      Fix logic for loading config file for url_sig plugin.
      Remove MIOBufferWriter unit tests that throw exceptions.
      Strict checks of RFC7540 8.1.2.2.

 configure.ac                                       | 14 ++--
 doc/developer-guide/api/functions/TSVConn.en.rst   | 40 +++++++++
 doc/developer-guide/api/types/TSHttpStatus.en.rst  |  2 +
 iocore/dns/DNS.cc                                  | 18 ++--
 iocore/dns/DNSConnection.cc                        |  1 +
 .../eventsystem/unit-tests/test_MIOBufferWriter.cc | 24 +-----
 iocore/net/P_UnixNet.h                             |  3 +-
 iocore/net/UnixNet.cc                              | 18 ++--
 lib/cppapi/include/atscppapi/HttpStatus.h          |  1 +
 lib/ts/Makefile.am                                 |  1 +
 lib/ts/apidefs.h.in                                |  1 +
 lib/ts/ink_defs.cc                                 |  1 -
 lib/ts/ink_error.h                                 |  6 ++
 lib/ts/ink_sys_control.cc                          |  2 +-
 lib/ts/mkdfa.c                                     |  1 +
 plugins/experimental/url_sig/url_sig.c             | 10 ++-
 proxy/InkAPI.cc                                    | 14 ++++
 proxy/InkAPITest.cc                                | 14 +++-
 proxy/api/ts/ts.h                                  |  3 +
 proxy/congest/CongestionTest.cc                    | 24 +++---
 proxy/hdrs/HTTP.cc                                 |  1 +
 proxy/hdrs/HTTP.h                                  |  1 +
 proxy/http/HttpTransact.cc                         |  3 +-
 proxy/http2/HTTP2.cc                               |  6 +-
 proxy/http2/Http2Stream.cc                         | 19 +++--
 proxy/http2/Http2Stream.h                          |  1 +
 tests/gold_tests/autest-site/microserver.test.ext  | 97 ++++++++++++----------
 tests/gold_tests/continuations/double.test.py      |  2 +-
 tests/gold_tests/headers/forwarded.test.py         | 27 ++++--
 tests/gold_tests/headers/normalize_ae.test.py      | 16 +++-
 tests/gold_tests/headers/via.test.py               |  3 +-
 tests/gold_tests/logging/ccid_ctid.test.py         |  6 +-
 tests/gold_tests/transaction/txn.test.py           |  2 +-
 33 files changed, 255 insertions(+), 127 deletions(-)


-- 
To stop receiving notification emails like this one, please contact
"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>.