This is an automated email from the ASF dual-hosted git repository.
ifplusor pushed a change to branch re_dev
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-cpp.git.
from 487dfee refactor: Logging
new 3bd226e fix: leak of InvokeCallback
new cebb202 fix: leak of AsyncPullCallback
new 40882dc feat: support ipv6
new 44b846e fix: test
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:
src/ClientRemotingProcessor.cpp | 6 +-
src/MQClientAPIImpl.cpp | 32 +--
src/MQClientAPIImpl.h | 8 +-
src/MQClientConfigImpl.hpp | 3 +-
src/common/SendCallbackWrap.cpp | 4 +-
src/common/UtilAll.cpp | 53 +----
src/common/UtilAll.h | 8 -
src/consumer/DefaultMQPushConsumerImpl.cpp | 12 +-
src/message/MessageBatch.cpp | 3 +-
src/message/MessageClientIDSetter.cpp | 40 ++--
src/message/MessageClientIDSetter.h | 2 +-
src/message/MessageDecoder.cpp | 42 ++--
src/message/MessageDecoder.h | 7 +-
src/message/MessageExtImpl.cpp | 26 +--
src/message/MessageExtImpl.h | 4 +-
src/message/MessageId.h | 16 +-
src/transport/EventLoop.cpp | 6 +-
src/transport/ResponseFuture.cpp | 11 +-
src/transport/ResponseFuture.h | 11 +-
src/transport/SocketUtil.cpp | 217 +++++++++++++--------
src/transport/SocketUtil.h | 45 +++--
src/transport/TcpRemotingClient.cpp | 36 ++--
src/transport/TcpRemotingClient.h | 6 +-
test/CMakeLists.txt | 7 +-
test/src/message/MQMessageExtTest.cpp | 14 +-
test/src/message/MessageDecoderTest.cpp | 22 ++-
test/src/message/MessageIdTest.cpp | 13 +-
test/src/protocol/ConsumerRunningInfoTest.cpp | 4 +-
test/src/protocol/ProcessQueueInfoTest.cpp | 3 +-
test/src/transport/ClientRemotingProcessorTest.cpp | 11 +-
test/src/transport/ResponseFutureTest.cpp | 7 +-
test/src/transport/SocketUtilTest.cpp | 10 +-
32 files changed, 357 insertions(+), 332 deletions(-)