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

bmahler pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.


    from 00466fe  Enabled `LoggingTest*` and `MetricTest*` on Windows.
     new 413981a  Fixed discard race in libwinio io operations.
     new fc5014c  Added support for read readiness polling on Windows.
     new 8233369  Enabled io::poll read test on Windows / added io::poll write 
test.
     new 44bb777  Fixed a bug where the openssl socket can block forever.
     new 5cd3f11  Fixed a bug where OpenSSLSocketImpl accept loop can silently 
stop.
     new 77fa450  Added a regression test for MESOS-10114.

The 6 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:
 3rdparty/libprocess/include/process/io.hpp     | 15 +++--
 3rdparty/libprocess/src/io.cpp                 |  4 ++
 3rdparty/libprocess/src/io_internal.hpp        |  8 +++
 3rdparty/libprocess/src/ssl/openssl_socket.cpp | 36 +++++-------
 3rdparty/libprocess/src/ssl/openssl_socket.hpp |  3 +-
 3rdparty/libprocess/src/tests/io_tests.cpp     | 78 +++++++++++++++++++++++---
 3rdparty/libprocess/src/tests/ssl_tests.cpp    | 61 ++++++++++++++++++++
 3rdparty/libprocess/src/windows/io.cpp         | 19 ++++++-
 3rdparty/libprocess/src/windows/libwinio.cpp   |  6 +-
 9 files changed, 191 insertions(+), 39 deletions(-)

Reply via email to