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

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


    from 8142e3cec PROTON-2765: [Go] Don't define methods on C types
     new 077ea9953 PROTON-2772: add parameter safety annotations for printf 
format strings
     new fc988559f PROTON-2714: fix wrong printf format specifiers

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:
 c/include/proton/annotations.h            | 93 +++++++++++++++++++++++++++++++
 c/include/proton/condition.h              |  4 +-
 c/include/proton/connection_driver.h      |  7 ++-
 c/include/proton/cproton.i                |  1 +
 c/include/proton/error.h                  |  4 +-
 c/include/proton/logger.h                 |  4 +-
 c/include/proton/sasl_plugin.h            |  4 +-
 c/include/proton/transport.h              |  4 +-
 c/src/core/connection_driver.c            |  2 +-
 c/src/core/engine-internal.h              |  4 +-
 c/src/core/fixed_string.h                 |  5 +-
 c/src/core/log_private.h                  |  4 +-
 c/src/core/logger.c                       |  2 +-
 c/src/core/logger_private.h               |  7 ++-
 c/src/core/object_private.h               | 15 ++---
 c/src/platform/platform.c                 |  5 +-
 c/src/proactor/win_iocp.cpp               |  7 ++-
 c/src/reactor/io/windows/io.c             |  4 +-
 c/src/reactor/io/windows/iocp.c           |  4 +-
 c/src/reactor/io/windows/write_pipeline.c |  4 +-
 c/src/ssl/openssl.c                       |  9 ++-
 c/src/ssl/schannel.cpp                    |  7 ++-
 c/src/tls/openssl.c                       |  7 ++-
 c/tests/threaderciser.c                   |  4 +-
 c/tools/msgr-common.h                     |  3 +-
 25 files changed, 174 insertions(+), 40 deletions(-)
 create mode 100644 c/include/proton/annotations.h


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

Reply via email to