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

martinzink pushed a change to branch MINIFICPP-2798
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git


    omit e4f700e6a simplify
    omit ba1719e8c Apply suggestions from code review
    omit 57aeaf363 MINIFICPP-2798 Mock library for C extensions
     add bcfe8d016 MINIFICPP-2792 Fix S3 upload above 2GB on Windows (#2167)
     add 78beb249b MINIFICPP-2824 Fix libssh2 configuration failure on Windows 
(#2184)
     add aee23fa36 MINIFICPP-2798 Mock library for C extensions
     add cc1ce8067 Apply suggestions from code review
     add c9060a840 simplify

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e4f700e6a)
            \
             N -- N -- N   refs/heads/MINIFICPP-2798 (c9060a840)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 extensions/aws/s3/MinifiToAwsInputStream.cpp | 90 ++++++++++++++++++++++++++++
 extensions/aws/s3/MinifiToAwsInputStream.h   | 60 +++++++++++++++++++
 extensions/aws/s3/S3Wrapper.cpp              | 42 ++++---------
 extensions/aws/s3/S3Wrapper.h                |  2 -
 extensions/aws/tests/MockS3RequestSender.h   |  9 +++
 thirdparty/libssh2/fix-windows-ioctl.patch   | 39 +++++++-----
 6 files changed, 195 insertions(+), 47 deletions(-)
 create mode 100644 extensions/aws/s3/MinifiToAwsInputStream.cpp
 create mode 100644 extensions/aws/s3/MinifiToAwsInputStream.h

Reply via email to