This is an automated email from the ASF dual-hosted git repository.

bbender pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git.


    from 3ac51c8  GEODE-8713: .NET user guide - API reference links - fix 
redirects when published on Geode website (#709)
     add 50a441c  GEODE-8152, GEODE-8153: replace ACE sockets with boost/asio 
(#697)

No new revisions were added by this update.

Summary of changes:
 cppcache/CMakeLists.txt                            |   7 +
 cppcache/integration-test/DeltaEx.hpp              |   4 +-
 cppcache/integration-test/fw_dunit.cpp             |   2 +-
 .../testXmlCacheCreationWithPools.cpp              |  31 +-
 cppcache/integration/test/SslOneWayTest.cpp        |   2 +-
 cppcache/integration/test/SslTwoWayTest.cpp        |  29 +-
 cppcache/integration/test/ThinClientConflation.cpp | 162 ++++++
 cppcache/src/CacheImpl.cpp                         |  12 +
 cppcache/src/Connector.hpp                         |  77 ++-
 cppcache/src/DistributedSystem.hpp                 |   2 -
 cppcache/src/PoolFactory.cpp                       |  12 +-
 cppcache/src/ServerLocation.hpp                    |   2 +-
 cppcache/src/TcpConn.cpp                           | 559 +++++++++++++--------
 cppcache/src/TcpConn.hpp                           |  76 ++-
 cppcache/src/TcpSslConn.cpp                        | 240 +++++----
 cppcache/src/TcpSslConn.hpp                        | 104 ++--
 cppcache/src/TcrConnection.cpp                     | 459 ++++++++---------
 cppcache/src/TcrConnection.hpp                     |  87 +---
 cppcache/src/TcrConnectionManager.cpp              |  24 +-
 cppcache/src/TcrConnectionManager.hpp              |  19 +-
 cppcache/src/TcrEndpoint.cpp                       |  34 +-
 cppcache/src/TcrEndpoint.hpp                       |  15 +-
 cppcache/src/ThinClientBaseDM.hpp                  |   1 +
 cppcache/src/ThinClientLocatorHelper.cpp           |  48 +-
 cppcache/src/ThinClientLocatorHelper.hpp           |  28 +-
 cppcache/src/ThinClientPoolDM.cpp                  | 185 ++++---
 cppcache/src/ThinClientPoolDM.hpp                  |  13 +-
 cppcache/src/ThinClientPoolHADM.cpp                |   5 +-
 cppcache/src/ThinClientPoolHADM.hpp                |   2 +-
 cppcache/src/ThinClientRedundancyManager.cpp       |  31 +-
 cppcache/src/ThinClientRedundancyManager.hpp       |   5 +-
 examples/cmake/FindGeodeNative.cmake.in            |   1 -
 examples/cpp/sslputget/CMakeLists.txt.in           |   2 +-
 examples/dotnet/sslputget/CMakeLists.txt.in        |   2 +-
 tests/cpp/fwklib/TcpIpc.cpp                        |  15 -
 tests/cpp/fwklib/TcpIpc.hpp                        |   1 -
 36 files changed, 1288 insertions(+), 1010 deletions(-)
 create mode 100644 cppcache/integration/test/ThinClientConflation.cpp

Reply via email to