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 139ed8bc2 PROTON-2746: Fix potential uninitialized/illegal read
     new b86dcb9ed NO-JIRA: Make pn_bytes()/pn_rwbytes() inlinable
     new 0545b51c2 PROTON-2753: Split util.h so that we can keep the C++ in the 
schannel impl happy
     new a2c54b3a2 PROTON-2751: Use pn_rwbytes_t not pn_buffer_t for scratch 
space
     new f2693f29d PROTON-2751: Don't use pn_buffer for delivery tag
     new 31e25638e PROTON-2751: Remove unused functionality of pn_buffer_t
     new 97fcd648f PROTON-2752: Make more use of pn_string_t instead of char*

The 6 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/include/proton/types.h                           |  12 ++-
 c/src/core/buffer.c                                |  88 +----------------
 c/src/core/buffer.h                                |   5 -
 c/src/core/emitters.h                              |  31 +++---
 c/src/core/engine-internal.h                       |   5 +-
 c/src/core/engine.c                                |  19 ++--
 c/src/core/error.c                                 |   2 +-
 c/src/core/logger.c                                |   2 +-
 c/src/core/message.c                               |  14 +--
 c/src/core/object/string.c                         |  13 ++-
 c/src/core/object_private.h                        |   1 +
 c/src/core/transport.c                             | 109 +++++++++++----------
 c/src/core/types.c                                 |  13 +--
 c/src/core/util.h                                  |  37 +++++--
 .../libFuzzingEngine.h => src/core/util_str.h}     |  28 +++---
 c/src/extra/url.c                                  |   2 +-
 c/src/messenger/messenger.c                        |   1 +
 c/src/sasl/sasl-internal.h                         |   4 +-
 c/src/sasl/sasl.c                                  |  41 ++++----
 c/src/ssl/openssl.c                                |   1 +
 c/src/ssl/schannel.cpp                             |   2 +-
 c/tools/codec-generator/generate.py                |   8 +-
 22 files changed, 195 insertions(+), 243 deletions(-)
 copy c/{tests/fuzz/libFuzzingEngine.h => src/core/util_str.h} (70%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to