This is an automated email from the ASF dual-hosted git repository. gsim pushed a change to branch dev-protocol-adaptors in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git.
from a6519cf DISPATCH-1744: Fixed minor error in field name new c0fb276 DISPATCH-1654: Initial TCP adaptor new fea7d27 DISPATCH-1742: avoid using uninitialised value in conditional new cb7d9cd DISPATCH-1742: free protocol adaptor before core The 3 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: python/qpid_dispatch/management/qdrouter.json | 61 ++ python/qpid_dispatch_internal/dispatch.py | 2 + python/qpid_dispatch_internal/management/agent.py | 28 + python/qpid_dispatch_internal/management/config.py | 2 +- src/CMakeLists.txt | 1 + src/adaptors/tcp_adaptor.c | 917 +++++++++++++++++++++ src/adaptors/tcp_adaptor.h | 79 ++ src/message.c | 1 + src/router_node.c | 2 +- 9 files changed, 1091 insertions(+), 2 deletions(-) create mode 100644 src/adaptors/tcp_adaptor.c create mode 100644 src/adaptors/tcp_adaptor.h --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org