| Commit message (Expand) | Author | Age | Files | Lines |
* | allow persistency of PS | Andrey Hristov | 2010-03-12 | 1 | -3/+4 |
* | Fix second bug in that code, + instead of += thus not increasing | Andrey Hristov | 2010-02-01 | 1 | -1/+1 |
* | Fix a bug in mysqlnd where a pointer was not incremented | Andrey Hristov | 2010-02-01 | 1 | -0/+1 |
* | make mysqlnd's tracing API more reusable | Andrey Hristov | 2010-01-13 | 1 | -2/+2 |
* | more typedef cosmetics | Andrey Hristov | 2010-01-11 | 1 | -2/+2 |
* | cosmetics. typedef-ed types should be in capital case | Andrey Hristov | 2010-01-11 | 1 | -59/+59 |
* | remove extern defintion of a variable that is no more | Andrey Hristov | 2010-01-11 | 1 | -4/+3 |
* | improve the stats subsystem. Reduce the number of macro definitions | Andrey Hristov | 2010-01-08 | 1 | -7/+7 |
* | add restart_psession and end_psession hooks | Andrey Hristov | 2010-01-08 | 1 | -0/+13 |
* | Change of way the packet objects are created/initialised | Andrey Hristov | 2010-01-07 | 1 | -0/+188 |
* | Move this function to MYSQLND_NET as it works on the | Andrey Hristov | 2009-12-21 | 1 | -49/+1 |
* | magic numbers to macros | Andrey Hristov | 2009-12-21 | 1 | -18/+20 |
* | refactoring : move more network related functions to | Andrey Hristov | 2009-12-17 | 1 | -349/+8 |
* | During refactoring of the function mysqlnd_stream_write_w_header() it was | Andrey Hristov | 2009-12-17 | 1 | -91/+47 |
* | Remove unneeded dereferences | Andrey Hristov | 2009-12-16 | 1 | -14/+6 |
* | move MYSQLND_NET code to a separate file. | Andrey Hristov | 2009-12-16 | 1 | -278/+0 |
* | Move code out of mysqlnd_conn::connect to mysqlnd_net::connect. | Andrey Hristov | 2009-12-15 | 1 | -0/+90 |
* | refactor: move code that belongs to MYSQLND_NET out of MYSQLND | Andrey Hristov | 2009-12-15 | 1 | -23/+90 |
* | - fix build, come on, it is not that hard to test before commit, is it? | Pierre Joye | 2009-12-11 | 1 | -1/+3 |
* | Make MYSQLND_NET dynamically allocated structure with allocator | Andrey Hristov | 2009-12-11 | 1 | -39/+94 |
* | Remove the zval caching from mysqlnd. It was disabled versions ago | Andrey Hristov | 2009-12-09 | 1 | -59/+0 |
* | - void is NaN, you can't do math ops on void. Declarations go first. Fix TS b... | Pierre Joye | 2009-11-30 | 1 | -1/+1 |
* | fix debug windows build as well as remove a compilation warning | Andrey Hristov | 2009-11-26 | 1 | -2/+2 |
* | Compressed protocol support + extensibility for mysqlnd | Andrey Hristov | 2009-11-20 | 1 | -201/+437 |
* | Fixing problems when calling connect (again and again) on a valid connection ... | Ulf Wendel | 2009-10-15 | 1 | -1/+1 |
* | Fix ZTS build | Andrey Hristov | 2009-09-30 | 1 | -0/+2 |
* | Afix not included by the fix committed by Ulf. | Andrey Hristov | 2009-09-17 | 1 | -1/+1 |
* | Fix (by Andrey) and test for bug #49442 . Don't use efree() for memory alloca... | Ulf Wendel | 2009-09-16 | 1 | -3/+3 |
* | Next attempt to fix http://bugs.php.net/bug.php?id=48745. Patch by Andrey. | Ulf Wendel | 2009-09-09 | 1 | -1/+10 |
* | Fix for bug#48745 | Andrey Hristov | 2009-08-28 | 1 | -18/+18 |
* | MFB52: Fix include path | Johannes Schlüter | 2009-07-01 | 1 | -1/+1 |
* | - fix build | Pierre Joye | 2009-06-28 | 1 | -1/+2 |
* | Hardwire function call instead of using callbacks. We don't actually need | Andrey Hristov | 2009-06-16 | 1 | -3/+3 |
* | Fix crash when tracing is enabled. Position after buffer was used also | Andrey Hristov | 2009-06-12 | 1 | -5/+3 |
* | Revert by adding an ifdef | Andrey Hristov | 2009-06-11 | 1 | -0/+3 |
* | - nuke unused var | Pierre Joye | 2009-06-11 | 1 | -1/+0 |
* | - MF53: silent warning and make it less ambiguous | Pierre Joye | 2009-06-11 | 1 | -11/+11 |
* | Check the pointer before calling a function on it, or we will crash. | Andrey Hristov | 2009-06-11 | 1 | -1/+1 |
* | Merge with the branch, someone made changes in PHP5_3 and did not merge. | Andrey Hristov | 2009-06-08 | 1 | -2/+7 |
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | More type fixes for Windows | Andrey Hristov | 2008-11-06 | 1 | -8/+7 |
* | Get rid of many defines (which simplifies the code a lot), | Andrey Hristov | 2008-11-06 | 1 | -3/+3 |
* | 64bit fixes: | Andrey Hristov | 2008-10-31 | 1 | -43/+41 |
* | Fix a crash introduced yesterday in mysqlnd, non-zts mode - missing if () for | Andrey Hristov | 2008-09-16 | 1 | -6/+14 |
* | Add float conversions too. Float users should understand how float works!!! | Andrey Hristov | 2008-09-15 | 1 | -2/+10 |
* | Compile-in a string-to-int conversion for INT columns by default, | Andrey Hristov | 2008-09-15 | 1 | -2/+2 |
* | - More statistics | Andrey Hristov | 2008-09-12 | 1 | -20/+130 |
* | More debugging info | Andrey Hristov | 2008-07-22 | 1 | -4/+11 |
* | Sync with bzr | Andrey Hristov | 2008-07-15 | 1 | -2/+0 |
* | Update ext/mysql's and ext/mysqli's tests | Andrey Hristov | 2008-04-24 | 1 | -7/+23 |