summaryrefslogtreecommitdiff
path: root/vio/viosocket.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
|\
| * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| |\
| | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | |\
| | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | | Make possible to use clang on Windows (clang-cl)Vladislav Vaintroub2018-02-201-1/+1
* | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-19/+7
* | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2018-01-291-2/+2
|\ \ \ \ | |/ / /
| * | | Fix and reenable Windows compiler warning C4800 (size_t conversion).Vladislav Vaintroub2018-01-261-2/+2
* | | | MDEV-14113 Use abortive TCP close, in case server closes the connectionVladislav Vaintroub2017-12-111-40/+11
* | | | MDEV-14412 Support TCP keepalive optionsVladislav Vaintroub2017-11-171-0/+58
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-10-041-11/+11
|\ \ \ \ | |/ / /
| * | | MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT.Vladislav Vaintroub2017-09-281-11/+11
* | | | MDEV-11159 Server proxy protocol supportVladislav Vaintroub2017-08-221-1/+1
|/ / /
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-2/+24
|\ \ \ | |/ /
| * | Cleanups and minor fixesMonty2016-08-211-2/+24
* | | MDEV-9154 : Remove workarounds (mainly dynamic function loading)Vladislav Vaintroub2016-06-011-48/+1
|/ /
* | MDEV-8014 MariaDB client can hang in an infinite loopSergei Golubchik2015-05-031-0/+3
* | MDEV-5314 - Compiling fails on OSX using clangSergey Vojtovich2014-02-191-7/+7
* | Merge 10.0-base -> 10.0unknown2013-05-281-1/+3
|\ \
| * | Fixed errors and compiler warnings found by buildbotMichael Widenius2013-05-051-2/+5
| |/
* | MDEV-4566 : Failing DBUG_ASSERT() in SELECT SLEEP(), with threadpool.Vladislav Vaintroub2013-05-231-12/+12
* | 10.0-base mergeSergei Golubchik2013-04-151-6/+0
|\ \ | |/
* | MDEV-4226 [PATCH] "Unused variable" warnings in the tarballSergei Golubchik2013-04-041-1/+1
* | MDEV-156 Threadpool - add thd_wait_begin/thd_wait_end to the network IO funct...Vladislav Vaintroub2013-02-191-11/+42
* | MDEV-3802: Millisecond timeout support in non-blocking client library + fix i...unknown2012-10-121-0/+30
* | fixes for test failuresSergei Golubchik2012-09-271-2/+8
* | Next part of merge. See TODO for detailsMichael Widenius2012-08-141-554/+526
|/
* mysql-5.5 mergeSergei Golubchik2012-06-141-1/+1
|\
| * Merge 5.5.24 back into main 5.5.Joerg Bruehe2012-05-071-2/+38
| |\
* | \ cSergei Golubchik2012-05-211-1/+37
|\ \ \ | | |/ | |/|
| * | BUG#13431369 - MAIN.VARIABLES-NOTEMBEDDED CRASHES THE SERVER SPORADICALLY ON ...Tatjana Azundris Nuernberg2012-02-191-1/+37
| |\ \ | | |/ | |/|
| | * BUG#13431369 - MAIN.VARIABLES-NOTEMBEDDED CRASHES THE SERVER SPORADICALLY ON ...Tatjana Azundris Nuernberg2012-02-171-1/+39
* | | Update copyright noticesVladislav Vaintroub2012-02-281-0/+1
* | | merge 5.5Vladislav Vaintroub2012-02-271-5/+43
|\ \ \
| * \ \ Merge MWL#192: Non-blocking client library, into MariaDB 5.5.unknown2012-02-211-5/+43
| |\ \ \
| | * | | MWL#192: non-blocking client API, after-review fixes.unknown2012-01-061-7/+1
| | * | | MWL#192: Non-blocking client API for libmysqlclient.unknown2011-09-201-5/+54
* | | | | further reduce diffs to 5.5, monty reviewVladislav Vaintroub2012-01-241-5/+6
* | | | | mergeVladislav Vaintroub2012-01-241-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | fixes for non-debug builds (CMAKE_BUILD_TYPE=Release or RelWithDebInfo)Sergei Golubchik2012-01-171-2/+0
| * | | | 5.3 mergeSergei Golubchik2012-01-131-1/+3
| |\ \ \ \
| | * \ \ \ Merge with 5.1Michael Widenius2011-11-301-4/+8
| | |\ \ \ \
| | | * | | | Fixed compiler warningsMichael Widenius2011-11-301-4/+8
| | * | | | | Merge with MariaDB 5.1Michael Widenius2011-11-241-14/+17
| | |\ \ \ \ \ | | | |/ / / / | | | | / / / | | | |/ / / | | |/| | |
| | | * | | Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-14/+17
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | Updated/added copyright headersKent Boortz2011-07-031-14/+14
| | | | |\ \
| | | | * \ \ Updated/added copyright headersKent Boortz2011-06-301-2/+5
| | | | |\ \ \
| | | | | * | | Updated/added copyright headersKent Boortz2011-06-301-2/+3
* | | | | | | | Initial threadpool implementation for MariaDB 5.5Vladislav Vaintroub2011-12-081-5/+78
|/ / / / / / /
* | | | | | | mysql-5.5.18 mergeSergei Golubchik2011-11-031-1/+2
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |