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 bc364b993 Revert "NO-JIRA Workaround Travis CI package installation issues (#311)" (#372) new 6de74a08c PROTON-2562: Fix pn_value_dump to output to a fixed size string buffer new a0443f64b PROTON-2562: Use a fixed size buffer for more log messages 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/src/core/fixed_string.h | 94 +++++++++++++++++++++++++++ c/src/core/logger.c | 36 +++++++---- c/src/core/value_dump.c | 162 ++++++++++++++++++++++++---------------------- c/src/core/value_dump.h | 6 +- 4 files changed, 207 insertions(+), 91 deletions(-) create mode 100644 c/src/core/fixed_string.h --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org