summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_wireprotocol.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for connect attributes, as of MySQL 5.6Andrey Hristov2013-01-151-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
| | * - Year++Felipe Pena2011-01-011-1/+1
| | * rename parameter name - should not shadow the global symbol allocaAndrey Hristov2010-10-051-1/+1
| | * Handle problems in the row_decoder, return type used to be void,Andrey Hristov2010-05-311-2/+2
| | * Export MYSQLND_PROTOCOL methodsAndrey Hristov2010-05-141-1/+1
| | * const-ify fieldsAndrey Hristov2010-04-281-1/+1
| | * It is possible that change user tries an user who has old password.Andrey Hristov2010-04-201-0/+1
| | * - Fix copyrightsFelipe Pena2010-04-201-2/+2
| | * Fix for bug#49234 method not found ssl_setAndrey Hristov2010-04-151-0/+1
| | * Make it coupled - what is allocated with mnd_ should be freedAndrey Hristov2010-03-291-1/+3
| | * fix build failure after recent commit by KalleAndrey Hristov2010-03-241-1/+1
| * | - Year++Felipe Pena2012-01-011-1/+1
| * | Split struct MYSQLND in struct MYSQLND and struct MYSQLD_CONN_DATA.Andrey Hristov2011-10-311-2/+2
| * | Move from directly referencing an aggregated structure to using aAndrey Hristov2011-10-251-2/+2
| * | shift code around to two new files - mysqlnd_driver.c Andrey Hristov2011-10-211-1/+0
* | | remove old unicode code, that is was compiled out by using a macroandrey2012-09-251-6/+4
* | | Add SHA256 authentication support - password hashing to mysqlndandrey2012-09-251-0/+12
* | | - Year++Felipe Pena2012-01-011-1/+1
* | | Split struct MYSQLND in struct MYSQLND and struct MYSQLD_CONN_DATA.Andrey Hristov2011-10-311-2/+2
* | | Move from directly referencing an aggregated structure to using aAndrey Hristov2011-10-251-2/+2
* | | shift code around to two new files - mysqlnd_driver.c Andrey Hristov2011-10-211-1/+0
|/ /
* | throw out legacy code, that never was used for somethingAndrey Hristov2011-03-211-2/+0
* | Handle MySQL 5.5 authentication features.Andrey Hristov2011-01-241-5/+40
* | Update on the mysqlnd auth plugins, changed the pluginAndrey Hristov2011-01-141-17/+13
* | grok the MySQL 5.5 extended handshake.Andrey Hristov2011-01-121-3/+7
* | Use common code to handle initial authentication andAndrey Hristov2011-01-111-1/+3
* | - Year++Felipe Pena2011-01-011-1/+1
* | rename parameter name - should not shadow the global symbol allocaAndrey Hristov2010-10-051-1/+1
* | Handle problems in the row_decoder, return type used to be void,Andrey Hristov2010-05-311-2/+2
* | Export MYSQLND_PROTOCOL methodsAndrey Hristov2010-05-141-1/+1
* | const-ify fieldsAndrey Hristov2010-04-281-1/+1
* | It is possible that change user tries an user who has old password.Andrey Hristov2010-04-201-0/+1
* | - Fix copyrightsFelipe Pena2010-04-201-2/+2
* | Fix for bug#49234 method not found ssl_setAndrey Hristov2010-04-151-0/+1
* | Make it coupled - what is allocated with mnd_ should be freedAndrey Hristov2010-03-291-1/+3
* | Fix a segfault when using a mysqli object after unsuccesssful connect, the Andrey Hristov2010-03-241-1/+1
|/
* Fix declaringKalle Sommer Nielsen2010-03-231-1/+1
* allow persistency of PSAndrey Hristov2010-03-121-0/+1
* export more functionality for phpize buildsAndrey Hristov2010-01-131-5/+5
* make mysqlnd's tracing API more reusableAndrey Hristov2010-01-131-2/+2
* more typedef cosmeticsAndrey Hristov2010-01-111-12/+12
* remove stale exportAndrey Hristov2010-01-111-2/+0
* cosmetics. typedef-ed types should be in capital caseAndrey Hristov2010-01-111-22/+22
* remove extern defintion of a variable that is no moreAndrey Hristov2010-01-111-2/+0
* export some calls to init/deinit code outside of the moduleAndrey Hristov2010-01-081-2/+2
* Change of way the packet objects are created/initialisedAndrey Hristov2010-01-071-16/+5