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

astitcher pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git


    from ea0985f64 PROTON-2812: Implement async name lookup with c-ares
     new e654cd91b NO-JIRA: Add build as a symlink to .gitignore
     new 344e0bd67 PROTON-1442: [C++ examples] Allow string cli options to 
contain spaces
     new 2ccfe7443 PROTON-1442: [C++] Implement iterator for unsettled transfers
     new b6673de70 PROTON-1442: [C++] Implement local transactions
     new 63559f3c9 PROTON-1442: [C++] Some examples using transactions
     new e595ce6c3 PROTON-1442: [Python] Interactive tx recv example
     new d90c70637 PROTON-1442: [C++] Interactive transaction tester

The 7 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:
 .gitignore                               |   1 +
 cpp/examples/CMakeLists.txt              |   5 +-
 cpp/examples/options.hpp                 |  33 ++
 cpp/examples/tx_interactive.cpp          | 774 +++++++++++++++++++++++++++++++
 cpp/examples/tx_recv.cpp                 | 150 ++++++
 cpp/examples/tx_send.cpp                 | 207 +++++++++
 cpp/include/proton/delivery.hpp          |  23 +
 cpp/include/proton/messaging_handler.hpp |  31 ++
 cpp/include/proton/receiver.hpp          |   9 +-
 cpp/include/proton/sender.hpp            |  10 +-
 cpp/include/proton/session.hpp           |  31 +-
 cpp/include/proton/tracker.hpp           |  23 +
 cpp/src/contexts.cpp                     |   6 +
 cpp/src/contexts.hpp                     |  23 +-
 cpp/src/delivery.cpp                     |  21 +
 cpp/src/handler.cpp                      |  10 +
 cpp/src/link.cpp                         |   4 -
 cpp/src/messaging_adapter.cpp            | 187 +++++++-
 cpp/src/node_options.cpp                 |   2 -
 cpp/src/receiver.cpp                     |   7 +
 cpp/src/sender.cpp                       |  14 +
 cpp/src/session.cpp                      | 114 +++++
 cpp/src/tracker.cpp                      |  10 +
 cpp/src/transfer.cpp                     |   3 +-
 python/examples/tx_recv_interactive.py   |   4 +
 25 files changed, 1667 insertions(+), 35 deletions(-)
 create mode 100644 cpp/examples/tx_interactive.cpp
 create mode 100644 cpp/examples/tx_recv.cpp
 create mode 100644 cpp/examples/tx_send.cpp


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to