This is an automated email from the ASF dual-hosted git repository.
jensg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from 58d385eee Supplement Jsonprotocol module testcase Client: rb Patch:
Zezeng Wang
add 0835277ec THRIFT-5898: Replace global variable with a singleton getter
Client: cpp
add 1646c0492 Moving the body of setManualOpenSSLInitialization() to the
cpp file
add be7a9e50e Put back Windows shared lib building
No new revisions were added by this update.
Summary of changes:
appveyor.yml | 2 +-
contrib/transport-sample/ThriftCommon.cpp | 4 +-
lib/cpp/src/thrift/TDispatchProcessor.h | 6 +-
lib/cpp/src/thrift/TOutput.cpp | 8 ++-
lib/cpp/src/thrift/TOutput.h | 8 +--
lib/cpp/src/thrift/async/TAsyncDispatchProcessor.h | 6 +-
lib/cpp/src/thrift/concurrency/ThreadManager.cpp | 4 +-
lib/cpp/src/thrift/server/TConnectedClient.cpp | 10 +--
lib/cpp/src/thrift/server/TNonblockingServer.cpp | 84 +++++++++++-----------
lib/cpp/src/thrift/server/TServerFramework.cpp | 4 +-
lib/cpp/src/thrift/transport/SocketCommon.cpp | 4 +-
lib/cpp/src/thrift/transport/TFDTransport.h | 2 +-
lib/cpp/src/thrift/transport/TFileTransport.cpp | 28 ++++----
lib/cpp/src/thrift/transport/TFileTransport.h | 2 +-
.../thrift/transport/TNonblockingServerSocket.cpp | 44 ++++++------
lib/cpp/src/thrift/transport/TPipe.cpp | 14 ++--
lib/cpp/src/thrift/transport/TPipeServer.cpp | 30 ++++----
lib/cpp/src/thrift/transport/TSSLSocket.cpp | 12 ++--
lib/cpp/src/thrift/transport/TSSLSocket.h | 7 +-
lib/cpp/src/thrift/transport/TServerSocket.cpp | 56 +++++++--------
lib/cpp/src/thrift/transport/TSocket.cpp | 46 ++++++------
lib/cpp/src/thrift/transport/TSocketPool.cpp | 6 +-
lib/cpp/src/thrift/transport/TZlibTransport.cpp | 2 +-
.../thrift/windows/OverlappedSubmissionThread.cpp | 4 +-
lib/cpp/src/thrift/windows/Sync.h | 4 +-
lib/cpp/test/processor/ServerThread.h | 2 +-
26 files changed, 203 insertions(+), 196 deletions(-)