summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_wireprotocol.c
Commit message (Expand)AuthorAgeFilesLines
* allow persistency of PSAndrey Hristov2010-03-121-3/+4
* Fix second bug in that code, + instead of += thus not increasingAndrey Hristov2010-02-011-1/+1
* Fix a bug in mysqlnd where a pointer was not incrementedAndrey Hristov2010-02-011-0/+1
* make mysqlnd's tracing API more reusableAndrey Hristov2010-01-131-2/+2
* more typedef cosmeticsAndrey Hristov2010-01-111-2/+2
* cosmetics. typedef-ed types should be in capital caseAndrey Hristov2010-01-111-59/+59
* remove extern defintion of a variable that is no moreAndrey Hristov2010-01-111-4/+3
* improve the stats subsystem. Reduce the number of macro definitionsAndrey Hristov2010-01-081-7/+7
* add restart_psession and end_psession hooksAndrey Hristov2010-01-081-0/+13
* Change of way the packet objects are created/initialisedAndrey Hristov2010-01-071-0/+188
* Move this function to MYSQLND_NET as it works on theAndrey Hristov2009-12-211-49/+1
* magic numbers to macrosAndrey Hristov2009-12-211-18/+20
* refactoring : move more network related functions toAndrey Hristov2009-12-171-349/+8
* During refactoring of the function mysqlnd_stream_write_w_header() it wasAndrey Hristov2009-12-171-91/+47
* Remove unneeded dereferencesAndrey Hristov2009-12-161-14/+6
* move MYSQLND_NET code to a separate file.Andrey Hristov2009-12-161-278/+0
* Move code out of mysqlnd_conn::connect to mysqlnd_net::connect.Andrey Hristov2009-12-151-0/+90
* refactor: move code that belongs to MYSQLND_NET out of MYSQLNDAndrey Hristov2009-12-151-23/+90
* - fix build, come on, it is not that hard to test before commit, is it?Pierre Joye2009-12-111-1/+3
* Make MYSQLND_NET dynamically allocated structure with allocatorAndrey Hristov2009-12-111-39/+94
* Remove the zval caching from mysqlnd. It was disabled versions agoAndrey Hristov2009-12-091-59/+0
* - void is NaN, you can't do math ops on void. Declarations go first. Fix TS b...Pierre Joye2009-11-301-1/+1
* fix debug windows build as well as remove a compilation warningAndrey Hristov2009-11-261-2/+2
* Compressed protocol support + extensibility for mysqlndAndrey Hristov2009-11-201-201/+437
* Fixing problems when calling connect (again and again) on a valid connection ...Ulf Wendel2009-10-151-1/+1
* Fix ZTS buildAndrey Hristov2009-09-301-0/+2
* Afix not included by the fix committed by Ulf.Andrey Hristov2009-09-171-1/+1
* Fix (by Andrey) and test for bug #49442 . Don't use efree() for memory alloca...Ulf Wendel2009-09-161-3/+3
* Next attempt to fix http://bugs.php.net/bug.php?id=48745. Patch by Andrey.Ulf Wendel2009-09-091-1/+10
* 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