summaryrefslogtreecommitdiff
path: root/vio/viosocket.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Updated/added copyright headersKent Boortz2011-07-041-1/+2
* | | | | | | merge with 5.3Sergei Golubchik2011-10-191-1/+6
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / /
| * | | | | Fix bugs found by application verifier : Vladislav Vaintroub2011-05-141-1/+6
| |/ / / /
| * | | | Merge with MySQL 5.1.42Michael Widenius2010-01-151-20/+29
| |\ \ \ \ | | |/ / /
| * | | | Merge with MySQL 5.1, with following additions:unknown2009-11-161-30/+90
| |\ \ \ \
| * | | | | Took care of mysql test suite failures on Windows.Igor Babaev2009-09-241-0/+13
| * | | | | Merge MySQL->MariaDBSergey Petrunya2009-09-081-7/+15
| |\ \ \ \ \
| * | | | | | Added "pool-of-threads" handling (with libevent)Michael Widenius2009-03-131-0/+18
* | | | | | | BUG#11762616: BUG#55229: 'POSTION'Luis Soares2011-05-061-13/+15
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | BUG#11762616: BUG#55229: 'POSTION' Luis Soares2011-05-061-14/+16
| | |_|_|/ / | |/| | | |
* | | | | | FIONREAD is located in sys/filio.h on Solaris.Davi Arnaut2011-04-291-2/+6
* | | | | | A patch for Bug#12325375: THE SERVER ON WINXP DOES NOT ALLOW CONNECTIONSAlexander Nozdrin2011-04-081-1/+29
* | | | | | Merging with mysql-5.5-stage.Mats Kindahl2010-08-161-0/+4
|\ \ \ \ \ \