summaryrefslogtreecommitdiff
path: root/include/violite.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-25602 get rid of __WIN__ in favor of standard _WIN32Vladislav Vaintroub2021-06-061-2/+2
* MDEV-23238 - remove async client from server code.Vladislav Vaintroub2020-09-011-1/+0
* Merge 10.5 into 10.6Marko Mäkelä2020-08-121-1/+2
|\
| * Merge 10.4 into 10.5Marko Mäkelä2020-08-101-1/+2
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2020-08-101-1/+2
| | |\
| | | * MDEV-23348 vio_shutdown does not prevent later ReadFile on named pipeVladislav Vaintroub2020-08-031-0/+1
* | | | Merge 10.5 into 10.6Marko Mäkelä2020-08-041-2/+0
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2020-08-011-2/+0
| |\ \ \ | | |/ /
| | * | Merge 10.3 into 10.4Marko Mäkelä2020-07-311-2/+0
| | |\ \ | | | |/
| | | * MDEV-21101 unexpected wait_timeout with pool-of-threadsVladislav Vaintroub2020-07-301-2/+0
* | | | Merge branch '10.5' into 10.6Vladislav Vaintroub2020-07-041-0/+2
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2020-06-181-0/+2
| |\ \ \ | | |/ /
| | * | MDEV-22917 wolfssl might crash at startup when both SSL and encryption plugin...Vladislav Vaintroub2020-06-171-0/+2
* | | | MDEV-22990 Threadpool : Optimize network/named pipe IO for WindowsVladislav Vaintroub2020-06-261-0/+1
|/ / /
* | | Merge branch '10.4' into 10.5Sergei Golubchik2020-05-091-2/+2
|\ \ \ | |/ /
| * | WolfSSL fixesSergei Golubchik2020-05-081-2/+2
* | | Merge 10.4 into 10.5Marko Mäkelä2020-05-051-0/+3
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2020-05-051-0/+3
| |\ \ | | |/
| | * Merge branch '10.2' into 10.3Oleksandr Byelkin2020-05-041-0/+3
| | |\
| | | * MDEV-20685: compile fixes for Solaris/OSX/AIXDaniel Black2020-04-291-0/+3
* | | | perfschema socket instrumentation related changesSergei Golubchik2020-03-101-0/+5
|/ / /
* | | compilation fixes for new wolfsslSergei Golubchik2020-01-201-0/+2
* | | MDEV-14101 Provide an option to select TLS protocol versionGeorg Richter2019-06-171-2/+9
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-2/+2
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-2/+2
| |\ \ | | |/
| | * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-2/+2
| | |\
| | | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-2/+2
| | | |\
| | | | * Follow-up to changing FSF addressVicențiu Ciorbaru2019-05-111-1/+1
| | | | * MDEV-9366 : do_shutdown_server fails to detect server shutdown on Windows.Vladislav Vaintroub2016-06-081-1/+1
* | | | | Small refactoring in vio.Vladislav Vaintroub2018-10-051-9/+0
* | | | | MDEV-16536 Remove shared memory transportVladislav Vaintroub2018-08-201-12/+1
* | | | | MDEV-16277 tcp_nodelay session variable to enable / disable Nagle algorithmVladislav Vaintroub2018-08-111-0/+1
|/ / / /
* | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-3/+2
* | | | MDEV-14412 Support TCP keepalive optionsVladislav Vaintroub2017-11-171-1/+9
* | | | MDEV-11159 Server proxy protocol supportVladislav Vaintroub2017-08-221-0/+2
|/ / /
* | | MDEV-10332 support for OpenSSL 1.1 and LibreSSLSergei Golubchik2017-05-091-12/+0
* | | MDEV-10332 support for OpenSSL 1.1 and LibreSSLGeorg Richter2017-05-091-4/+5
* | | Fix many -Wconversion warnings.Marko Mäkelä2017-03-071-4/+4
* | | MDEV-9154 : Remove workarounds (mainly dynamic function loading)Vladislav Vaintroub2016-06-011-9/+0
|/ /
* | MDEV-9366 : do_shutdown_server fails to detect server shutdown on Windows.Vladislav Vaintroub2016-01-071-1/+1
* | Merge branch '5.5' into 10.0Sergei Golubchik2015-12-211-0/+4
|\ \ | |/
| * MDEV-9249 MariaDB un-buildable on linux64: fails @ "error: ‘ERR_remove_stat...Sergei Golubchik2015-12-211-0/+4
* | SSL: Verbosely report SSL initialization errorsSergei Golubchik2015-05-031-1/+1
* | 10.0-base mergeSergei Golubchik2013-04-151-5/+1
|\ \
| * | Speed up connection time:Michael Widenius2013-03-201-1/+1
| |/
* | MDEV-156 Threadpool - add thd_wait_begin/thd_wait_end to the network IO funct...Vladislav Vaintroub2013-02-191-1/+3
* | MDEV-3822 :10.0-serg fails on windows buildslavesVladislav Vaintroub2012-11-041-1/+0
* | merge with 5.5Sergei Golubchik2012-11-031-0/+6
|\ \ | |/
| * MDEV-531 : Warning: Forcing close of thread ... in rpl_binlog_indexVladislav Vaintroub2012-11-021-0/+6
* | Compile 10.0 on WindowsVladislav Vaintroub2012-08-301-5/+8