summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_wireprotocol.h
Commit message (Expand)AuthorAgeFilesLines
* Bump yearXinchen Hui2014-01-031-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
* | 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
* Unify. The typedef-ed structs in mysqlnd are always capitalized.Andrey Hristov2009-12-231-5/+5
* Move this function to MYSQLND_NET as it works on theAndrey Hristov2009-12-211-4/+0
* move MYSQLND_NET code to a separate file.Andrey Hristov2009-12-161-3/+2
* Make MYSQLND_NET dynamically allocated structure with allocatorAndrey Hristov2009-12-111-3/+2
* Move two functions which are used in the extension as methods ofAndrey Hristov2009-12-111-53/+0
* Remove the zval caching from mysqlnd. It was disabled versions agoAndrey Hristov2009-12-091-2/+0
* Compressed protocol support + extensibility for mysqlndAndrey Hristov2009-11-201-4/+18