summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_wireprotocol.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Next attempt to fix http://bugs.php.net/bug.php?id=48745. Patch by Andrey.Ulf Wendel2009-09-091-0/+2
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Get rid of many defines (which simplifies the code a lot),Andrey Hristov2008-11-061-2/+2
* 64bit fixes:Andrey Hristov2008-10-311-45/+41
* Fix memory leakAndrey Hristov2008-02-201-0/+2
* Update mysqlnd - fix bg_storeAndrey Hristov2008-02-141-4/+6
* MFB: More optimizations - less MM callsAndrey Hristov2008-01-281-1/+8
* Merge with internal versionAndrey Hristov2008-01-231-3/+3
* - Fix problems with double definitionsAndrey Hristov2008-01-021-5/+5
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fix problems in Windows buildAndrey Hristov2007-10-041-2/+2
* Update mysqlnd in HEADAndrey Hristov2007-10-021-3/+8
* Update CVSAndrey Hristov2007-08-031-0/+2
* - Moved mysqnd to it's own directory: It is sort of an extension itself.Jani Taskinen2007-07-251-0/+328