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 5aaa655cb PROTON-2544: temporary warning-as-error disable for DH_xxx 
calls in openssl related code
     new 0ad20092e PROTON-2556: Removed gratuitous use of pn_string from 
reactor-send
     new d9ccd2923 PROTON-2557: Introduce pn_tostring in place of pn_inspect
     new 839cdee1c PROTON-2557: Go change for introduction of pn_tostring
     new eea52fd02 PROTON-2557: Ruby change for introduction of pn_tostring
     new b18da5915 PROTON-2558: Add make class operation to hide class details
     new 447f518bf PROTON-2556: Remove unnecessary active connection list from 
reactor-recv
     new 4641f1c34 PROTON-2559: Rearrange using object.h
     new d1bcaa3a9 NO-JIRA: Use C99 syntax for default logger initialization

The 8 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:
 c/benchmarks/connection-driver.cpp     | 18 ++++++++---------
 c/benchmarks/message-encoding_list.cpp | 24 +++++++++++------------
 c/benchmarks/message-encoding_map.cpp  | 31 ++++++++++++++---------------
 c/examples/broker.c                    |  1 +
 c/examples/direct.c                    |  8 ++++----
 c/examples/receive.c                   |  8 ++++----
 c/include/proton/codec.h               |  1 -
 c/include/proton/event.h               |  2 +-
 c/include/proton/link.h                |  1 -
 c/include/proton/logger.h              |  1 -
 c/include/proton/object.h              | 13 ++++++++----
 c/include/proton/reactor.h             |  1 +
 c/include/proton/selectable.h          |  1 -
 c/include/proton/session.h             |  1 -
 c/include/proton/types.h               | 15 ++++++++++++++
 c/src/core/decoder.c                   |  1 -
 c/src/core/encoder.c                   |  1 -
 c/src/core/error.c                     |  1 -
 c/src/core/logger.c                    |  9 ++++-----
 c/src/core/object/object.c             | 36 +++++++++++++++++++++++++++++++++-
 c/src/messenger/subscription.h         |  1 +
 c/src/reactor/io/windows/iocp.c        |  1 -
 c/src/reactor/io/windows/iocp.h        |  1 +
 c/src/reactor/selectable.c             |  1 +
 c/src/reactor/selectable.h             |  1 +
 c/tests/fuzz/fuzz-connection-driver.c  |  8 ++++----
 c/tests/fuzz/fuzz-proactor-receive.c   |  8 ++++----
 c/tests/object_test.cpp                | 11 +++++------
 c/tests/pn_test.cpp                    |  7 ++++---
 c/tests/pn_test.hpp                    |  6 ++----
 c/tools/reactor-recv.c                 | 16 ---------------
 c/tools/reactor-send.c                 | 30 +++++++++++++---------------
 cpp/src/contexts.cpp                   | 11 +++--------
 cpp/src/contexts.hpp                   |  2 ++
 cpp/src/object.cpp                     |  7 +++----
 cpp/src/object_test.cpp                |  2 ++
 cpp/src/proton_bits.cpp                |  7 +++----
 go/pkg/proton/wrappers.go              |  7 +++----
 python/cproton.i                       | 17 +++++-----------
 ruby/cproton.i                         | 17 ++++++++--------
 ruby/lib/util/wrapper.rb               |  8 +-------
 41 files changed, 178 insertions(+), 165 deletions(-)


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

Reply via email to