This is an automated email from the ASF dual-hosted git repository.
emmenlau pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git.
from 82504b3 Merge pull request #2436 from
BioDataAnalysis/bda_disable_one_test
new 431368a lib/cpp/src/thrift/transport/TBufferTransports.h: Minor
whitespace changes
new b31377f TSocket.cpp: Print THRIFT_EAGAIN (timed out) to global error
new 654968a build/cmake/DefineOptions.cmake: Minor improvement in logging
for 'WITH_MT'
new b013681 lib/cpp/test/CMakeLists.txt: Added missing boost::chrono
new 464339d build/cmake/BoostMacros.cmake: Removed 'Boost_NO_BOOST_CMAKE'
and minor cleanup
new 04aabcb TCompactProtocol.tcc: add missing include cstdlib
new 29b083e Include signal.h depending on HAVE_SIGNAL_H, not depending on
__linux__
new a484b5c Added new method isUnixDomainSocket() to check type of socket
new a142709 Merge pull request #2437 from
BioDataAnalysis/bda_several_improvements
The 6350 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:
build/cmake/BoostMacros.cmake | 14 ++---------
build/cmake/DefineOptions.cmake | 5 +++-
lib/cpp/src/thrift/protocol/TCompactProtocol.tcc | 1 +
lib/cpp/src/thrift/transport/TBufferTransports.h | 18 +++++++-------
lib/cpp/src/thrift/transport/TServerSocket.cpp | 22 +++++++++++------
lib/cpp/src/thrift/transport/TServerSocket.h | 6 ++++-
lib/cpp/src/thrift/transport/TSocket.cpp | 31 ++++++++++++++----------
lib/cpp/src/thrift/transport/TSocket.h | 16 +++++++++---
lib/cpp/test/CMakeLists.txt | 2 +-
lib/cpp/test/SecurityFromBufferTest.cpp | 2 +-
lib/cpp/test/SecurityTest.cpp | 2 +-
lib/cpp/test/TNonblockingSSLServerTest.cpp | 5 +++-
lib/cpp/test/TSSLSocketInterruptTest.cpp | 2 +-
13 files changed, 73 insertions(+), 53 deletions(-)