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 c33f1abc1 PROTON-2535: TLS OpenSSL library: remove BIO on decrypt side 
for accurate errors and byte counts
     new 730bdaab7 PROTON-2562: Use fixed buffer for logging raw byte output
     new 5ebd13fe8 PROTON-2559: making object.h mostly private
     new 0836fabc3 PROTON-2559: Modify pn_object inspect operation to use 
pn_fixed_string_t
     new 0c240d12a PROTON-2562: Finish using fixed size buffers for logging 
output

The 4 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/object.h                          | 220 +++------------------
 c/include/proton/reactor.h                         |   3 +-
 c/src/core/buffer.h                                |   6 +-
 c/src/core/codec.c                                 | 181 +++++++++--------
 c/src/core/data.h                                  |   3 +-
 c/src/core/engine.c                                |  18 +-
 c/src/core/event.c                                 |  42 ++--
 c/src/core/fixed_string.h                          |   3 +
 c/src/core/logger.c                                |  47 +++--
 c/src/core/logger_private.h                        |   1 -
 c/src/core/memory.h                                |   2 +-
 c/src/core/message.c                               | 167 ++++++----------
 c/src/core/object/list.c                           |  17 +-
 c/src/core/object/map.c                            |  23 +--
 c/src/core/object/object.c                         |  60 ++++--
 c/src/core/object/string.c                         |  18 +-
 .../proton/object.h => src/core/object_private.h}  | 156 +++++----------
 c/src/core/util.h                                  |   8 +-
 c/src/extra/url.c                                  |  11 +-
 c/src/handlers/handshaker.c                        |   6 +-
 c/src/handlers/iohandler.c                         |   7 +-
 c/src/messenger/subscription.c                     |   6 +-
 c/src/messenger/subscription.h                     |   2 +
 c/src/reactor/acceptor.c                           |   2 +
 c/src/reactor/connection.c                         |  10 +-
 c/src/reactor/handler.c                            |   4 +-
 c/src/reactor/io/posix/io.c                        |   5 +-
 c/src/reactor/io/windows/iocp.h                    |   3 +-
 c/src/reactor/reactor.c                            |  12 +-
 c/src/reactor/selectable.c                         |   2 +-
 c/src/reactor/selectable.h                         |   2 +
 c/src/reactor/timer.c                              |   4 +-
 c/tests/event_test.cpp                             |   5 +-
 c/tests/object_test.cpp                            |   5 +-
 c/tools/reactor-recv.c                             |   1 +
 python/cproton.i                                   |   2 +-
 ruby/cproton.i                                     |   1 +
 37 files changed, 436 insertions(+), 629 deletions(-)
 copy c/{include/proton/object.h => src/core/object_private.h} (63%)


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

Reply via email to