summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_wireprotocol.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug#48745Andrey Hristov2009-08-281-18/+18
* MFB52: Fix include pathJohannes Schlüter2009-07-011-1/+1
* - fix buildPierre Joye2009-06-281-1/+2
* Hardwire function call instead of using callbacks. We don't actually needAndrey Hristov2009-06-161-3/+3
* Fix crash when tracing is enabled. Position after buffer was used alsoAndrey Hristov2009-06-121-5/+3
* Revert by adding an ifdefAndrey Hristov2009-06-111-0/+3
* - nuke unused varPierre Joye2009-06-111-1/+0
* - MF53: silent warning and make it less ambiguousPierre Joye2009-06-111-11/+11
* Check the pointer before calling a function on it, or we will crash.Andrey Hristov2009-06-111-1/+1
* Merge with the branch, someone made changes in PHP5_3 and did not merge.Andrey Hristov2009-06-081-2/+7
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* More type fixes for WindowsAndrey Hristov2008-11-061-8/+7
* Get rid of many defines (which simplifies the code a lot),Andrey Hristov2008-11-061-3/+3
* 64bit fixes:Andrey Hristov2008-10-311-43/+41
* Fix a crash introduced yesterday in mysqlnd, non-zts mode - missing if () forAndrey Hristov2008-09-161-6/+14
* Add float conversions too. Float users should understand how float works!!!Andrey Hristov2008-09-151-2/+10
* Compile-in a string-to-int conversion for INT columns by default,Andrey Hristov2008-09-151-2/+2
* - More statisticsAndrey Hristov2008-09-121-20/+130
* More debugging infoAndrey Hristov2008-07-221-4/+11
* Sync with bzrAndrey Hristov2008-07-151-2/+0
* Update ext/mysql's and ext/mysqli's testsAndrey Hristov2008-04-241-7/+23
* Update ext/mysql, ext/mysqli and ext/mysqlnd from development treeAndrey Hristov2008-04-161-5/+5
* fix win32 buildRob Richards2008-02-251-1/+3
* Fix memory leakAndrey Hristov2008-02-201-0/+3
* Fix memory errorsAndrey Hristov2008-02-141-6/+6
* Update mysqlnd - fix bg_storeAndrey Hristov2008-02-141-4/+4
* MFB:Andrey Hristov2008-01-281-5/+9
* MFB: More optimizations - less MM callsAndrey Hristov2008-01-281-49/+44
* Merge with internal versionAndrey Hristov2008-01-231-7/+8
* strncpy->strlcpyAndrey Hristov2008-01-081-1/+1
* - Fix problems with double definitionsAndrey Hristov2008-01-021-16/+16
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Update mysqlnd in HEADAndrey Hristov2007-10-021-148/+284
* Fix crashes with pconn in ext/mysqlAndrey Hristov2007-08-061-4/+4
* Update CVSAndrey Hristov2007-08-031-3/+4
* - Moved mysqnd to it's own directory: It is sort of an extension itself.Jani Taskinen2007-07-251-0/+1819