mariadb/vio
Vladislav Vaintroub ccb9f673b4 MDEV-23348 vio_shutdown does not prevent later ReadFile on named pipe
Introduce st_vio::shutdown_flag to be checked prior to Read/WriteFile
and during wait for async.io to finish.
2020-08-03 13:23:38 +02:00
..
docs
CMakeLists.txt
test-ssl.c
test-sslclient.c
test-sslserver.c
vio.c MDEV-23348 vio_shutdown does not prevent later ReadFile on named pipe 2020-08-03 13:23:38 +02:00
vio_priv.h MDEV-21101 unexpected wait_timeout with pool-of-threads 2020-07-30 10:17:45 +02:00
viopipe.c MDEV-23348 vio_shutdown does not prevent later ReadFile on named pipe 2020-08-03 13:23:38 +02:00
vioshm.c
viosocket.c MDEV-21101 unexpected wait_timeout with pool-of-threads 2020-07-30 10:17:45 +02:00
viossl.c Fix warning when compiling with OpenSSL. 2019-09-09 13:52:30 +02:00
viosslfactories.c
viotest-ssl.c
viotest-sslconnect.cc
viotest.cc