summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_net.c
Commit message (Expand)AuthorAgeFilesLines
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* News for fixed bug #68344Andrey Hristov2015-11-161-0/+4
* Another Fix for Bug #68344 MySQLi does not provide way to disable peer certi...Andrey Hristov2015-10-271-7/+43
* Improve fix for Bug #68344 MySQLi does not provide way to disable peer certif...Andrey Hristov2015-10-221-7/+2
* Fix for Bug #68344 MySQLi does not provide way to disable peer certificate v...Andrey Hristov2015-10-211-1/+7
* Fixed bug #70572 segfault in mysqlnd_connectAndrey Hristov2015-09-251-2/+4
* Fix #70456: mysqlnd doesn't activate TCP keep-alive when connecting to a serverSergei Turchanov2015-09-091-0/+23
* bump yearXinchen Hui2015-01-151-1/+1
* Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-08-271-1/+1
|\
| * fixed DBG_INF macro nameAnatol Belski2014-08-271-1/+1
| * Bump yearXinchen Hui2014-01-031-1/+1
* | Add some trace info as well as update CLIENT_ flagsAndrey Hristov2014-07-161-0/+5
* | Bump yearXinchen Hui2014-01-031-1/+1
|/
* Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-08-041-1/+1
|\
| * non living code related typo fixesVeres Lajos2013-08-041-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-01-061-1/+1
|\ \ | |/
| * Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2013-01-061-1/+1
| |\
| | * bump yearXinchen Hui2013-01-061-1/+1
| | * - Year++Felipe Pena2012-01-011-1/+1
| | * Fix valgrind error (sending of initialized bytes over the network).Andrey Hristov2011-08-311-3/+5
| | * Apply r315270 to 5.3Xinchen Hui2011-08-241-0/+11
| | * - Move the access behind the check.Johannes Schlüter2011-05-161-2/+2
| | * remove unneeded includesAndrey Hristov2011-03-221-1/+0
| | * - Year++Felipe Pena2011-01-011-1/+1
| | * count preciser in case of errorAndrey Hristov2010-12-151-3/+5
| | * fix recent TSRM build break, with --enable-debugAndrey Hristov2010-10-051-2/+2
| | * We do not need this TSRMLS_FETCH() call as we do not use any TSRM stuff in he...Kalle Sommer Nielsen2010-10-041-1/+0
| | * OPT_COMPRESS support for mysqlnd_conn::set_client_optionAndrey Hristov2010-09-011-3/+1
| | * Fix for Bug #51583 Bus error due to wrong alignment in mysqlndAndrey Hristov2010-07-151-1/+6
| | * Fix sprintf modifiers all around the place. In most casesAndrey Hristov2010-06-211-11/+11
| | * fix type mismatch, this is fresh misunderstandingAndrey Hristov2010-06-181-1/+1
| | * Use only memory that has been allocatedAndrey Hristov2010-05-251-6/+7
| | * OOM fixesAndrey Hristov2010-05-141-1/+1
| | * Export the methods of MYSQLND_NETAndrey Hristov2010-05-131-12/+25
| | * Merge safe_mode changes into extensions that are in sync in both branchesKalle Sommer Nielsen2010-04-261-0/+4
| | * - Fix copyrightsFelipe Pena2010-04-201-2/+2
| | * CS + WS changesAndrey Hristov2010-04-151-8/+10
| | * Fix for bug#49234 method not found ssl_setAndrey Hristov2010-04-151-2/+183
| | * Fix the Windows build (void* arithmetic) as well as --disable-zlibAndrey Hristov2010-04-061-0/+10
| | * Recommit with an Windows build fix:Andrey Hristov2010-04-061-10/+10
| | * - revert revision 297277, break the builds (declaration must go 1st, size of ...Pierre Joye2010-04-011-10/+10
| | * Fix inconsistenciesAndrey Hristov2010-04-011-10/+10
| | * Better fix for bug #51347 mysqli_close / connection memory leakAndrey Hristov2010-04-011-9/+8
| | * Fixed bug #51347 mysqli_close / connection memory leakAndrey Hristov2010-04-011-0/+8
| | * Fix compiler warning, copy&paste errorAndrey Hristov2010-01-141-1/+1
| | * export some calls to init/deinit code outside of the moduleAndrey Hristov2010-01-081-2/+2
| | * improve the stats subsystem. Reduce the number of macro definitionsAndrey Hristov2010-01-081-2/+2
| | * add restart_psession and end_psession hooksAndrey Hristov2010-01-081-1/+16
| | * Change of way the packet objects are created/initialisedAndrey Hristov2010-01-071-2/+2
| | * Move this function to MYSQLND_NET as it works on theAndrey Hristov2009-12-211-0/+50