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

zwoop pushed a change to branch 7.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


    from 71fdc75  Updated changelog
     new e798dfe  Unit tests for AWS Signature Version 4
     new 319e219  FD leaks when ep.start() failed or cancelled in acceptEvent 
or con.connect() failed

The 2 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:
 iocore/net/SSLNetVConnection.cc                    |   1 -
 iocore/net/UnixNetVConnection.cc                   |   8 +-
 plugins/s3_auth/Makefile.inc                       |   9 +
 plugins/s3_auth/aws_auth_v4.h                      | 105 +--
 .../s3_auth/{aws_auth_v4.h => aws_auth_v4_wrap.h}  |  90 +--
 .../s3_auth/unit-tests/main.cpp                    |   6 +-
 plugins/s3_auth/unit-tests/test_aws_auth_v4.cc     | 861 +++++++++++++++++++++
 plugins/s3_auth/unit-tests/test_aws_auth_v4.h      | 145 ++++
 8 files changed, 1034 insertions(+), 191 deletions(-)
 copy plugins/s3_auth/{aws_auth_v4.h => aws_auth_v4_wrap.h} (53%)
 copy iocore/eventsystem/test_P_Buffer.cc => 
plugins/s3_auth/unit-tests/main.cpp (88%)
 create mode 100644 plugins/s3_auth/unit-tests/test_aws_auth_v4.cc
 create mode 100644 plugins/s3_auth/unit-tests/test_aws_auth_v4.h

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

Reply via email to