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

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


    from acc6da8  MINIFICPP-937: resolve state file issues and rollover issues. 
Add test coverage
     new 77f3c98  MINIFICPP-925 - Hex encoder and decoder
     new a49fe09  MINIFICPP-925 - Fix TailFile hang on long lines

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:
 extensions/bootstrap/docs/generatec2docs.h         |  11 +-
 extensions/pcap/CapturePacket.cpp                  |   4 +-
 extensions/pcap/CapturePacket.h                    |   2 +-
 extensions/sftp/client/SFTPClient.cpp              |   9 +-
 .../standard-processors/processors/HashContent.h   |  16 +-
 .../processors/LogAttribute.cpp                    |  27 +-
 .../standard-processors/processors/LogAttribute.h  |  32 +--
 .../standard-processors/processors/TailFile.cpp    |   5 +-
 .../tests/integration/TailFileCronTest.cpp         |   2 +-
 .../tests/integration/TailFileTest.cpp             |   2 +-
 .../tests/unit/TailFileTests.cpp                   | 132 +++++++++-
 libminifi/CMakeLists.txt                           |   2 +-
 .../include/{io/Sockets.h => core/Deprecated.h}    |  21 +-
 libminifi/include/core/ProcessSession.h            |   4 +-
 libminifi/include/utils/StringUtils.h              | 281 +++++++++++----------
 libminifi/src/core/ProcessSession.cpp              | 147 ++++++-----
 libminifi/src/utils/StringUtils.cpp                | 162 ++++++++++++
 libminifi/test/pcap-tests/CMakeLists.txt           |   8 +-
 libminifi/test/pcap-tests/PcapTest.cpp             |  23 +-
 libminifi/test/unit/StringUtilsTests.cpp           |  61 +++++
 20 files changed, 656 insertions(+), 295 deletions(-)
 copy libminifi/include/{io/Sockets.h => core/Deprecated.h} (71%)
 create mode 100644 libminifi/src/utils/StringUtils.cpp

Reply via email to