| Commit message (Expand) | Author | Age | Files | Lines |
* | less trace info | Andrey Hristov | 2011-03-18 | 1 | -25/+1 |
* | fix invalid memory read. Thank you, valgrind | Andrey Hristov | 2011-02-21 | 1 | -1/+1 |
* | fixed a problem in mysqlnd. 0 was always as num_rows returned for | Andrey Hristov | 2011-02-16 | 1 | -1/+1 |
* | Proper fix for | Andrey Hristov | 2011-01-07 | 1 | -0/+1 |
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | Fix sprintf modifier to be right, wrong data reported in the log | Andrey Hristov | 2010-12-16 | 1 | -2/+2 |
* | fix some uninitialized variables. also fix shadowing of global symbols | Andrey Hristov | 2010-10-07 | 1 | -6/+6 |
* | more variable hiding fixes | Andrey Hristov | 2010-10-06 | 1 | -20/+20 |
* | two more compiler warnings fixed - size does matter | Andrey Hristov | 2010-10-05 | 1 | -3/+3 |
* | Rename a method so it doesn't clash with a global symbol - a function | Andrey Hristov | 2010-10-05 | 1 | -3/+3 |
* | Fix compiler warnings - on 32bit size_t is smaller than uint64_t, although | Andrey Hristov | 2010-10-05 | 1 | -5/+25 |
* | fix two more warnings | Andrey Hristov | 2010-10-04 | 1 | -1/+1 |
* | WS fixes | Andrey Hristov | 2010-09-23 | 1 | -5/+4 |
* | Fix for Bug #52613 crash in mysqlnd | Andrey Hristov | 2010-08-17 | 1 | -13/+25 |
* | Make this function static, as it is used only in this file. | Andrey Hristov | 2010-08-12 | 1 | -2/+8 |
* | Switch from using PHP_MAJOR_VERSION to separate define for | Andrey Hristov | 2010-08-12 | 1 | -2/+2 |
* | ws + cs | Andrey Hristov | 2010-08-12 | 1 | -11/+8 |
* | Fix Request #52302 mysqli_fetch_all does not work with MYSQLI_USE_RESULT | Andrey Hristov | 2010-08-09 | 1 | -11/+8 |
* | Give an error when USE_RESULT is used with fetch_all | Andrey Hristov | 2010-07-13 | 1 | -0/+4 |
* | Fix sprintf modifiers all around the place. In most cases | Andrey Hristov | 2010-06-21 | 1 | -12/+12 |
* | Fix for bug #52115 mysqli_result::fetch_all returns null, not an empty array | Andrey Hristov | 2010-06-18 | 1 | -5/+6 |
* | Handle problems in the row_decoder, return type used to be void, | Andrey Hristov | 2010-05-31 | 1 | -111/+152 |
* | Fix possible crashes, in case of OOM, due to half-baken | Andrey Hristov | 2010-05-27 | 1 | -0/+4 |
* | Handle the situation when MYSQLND_PROTOCOL's methods return NULL. | Andrey Hristov | 2010-05-25 | 1 | -0/+5 |
* | Handle OOM in the code that generates PS Execute requests | Andrey Hristov | 2010-05-25 | 1 | -0/+1 |
* | Check set->data for validity before using it. | Andrey Hristov | 2010-05-21 | 1 | -19/+22 |
* | Allow overloading of mysqlnd_result_meta_init(). | Andrey Hristov | 2010-05-14 | 1 | -2/+3 |
* | - Give possibility to overload mysqlnd_result_init(). | Andrey Hristov | 2010-05-14 | 1 | -3/+3 |
* | - initialize some variables | Andrey Hristov | 2010-05-13 | 1 | -34/+49 |
* | OOM stability fixes | Andrey Hristov | 2010-05-04 | 1 | -1/+8 |
* | Handle OOM in mysqlnd_res::store_result_fetch_data | Andrey Hristov | 2010-05-03 | 1 | -3/+31 |
* | Handle OOM in mysqlnd_fetch_row_buffered_c() | Andrey Hristov | 2010-05-03 | 1 | -10/+13 |
* | Handle OOM in mysqlnd_fetch_row_unbuffered_c() | Andrey Hristov | 2010-05-03 | 1 | -18/+21 |
* | Handle OOM stemming from mysqlnd_result_init in the same | Andrey Hristov | 2010-05-03 | 1 | -8/+15 |
* | Handle gracefully OOM in mysqlnd_mempool_create and up the stack | Andrey Hristov | 2010-05-03 | 1 | -14/+28 |
* | Remove unused parameter | Andrey Hristov | 2010-05-03 | 1 | -2/+2 |
* | Remove dead code and add possibility to fine tune the size of | Andrey Hristov | 2010-04-22 | 1 | -2/+2 |
* | - Fix copyrights | Felipe Pena | 2010-04-20 | 1 | -2/+2 |
* | Fix some int/uint comparison warnings | Andrey Hristov | 2010-04-15 | 1 | -2/+2 |
* | more WS | Andrey Hristov | 2010-04-15 | 1 | -17/+17 |
* | CS + WS changes | Andrey Hristov | 2010-04-15 | 1 | -53/+51 |
* | Fix tests that fail when the MySQL's socket file is not /tmp/mysql.sock | Andrey Hristov | 2010-03-26 | 1 | -1/+1 |
* | decouple the methods in MYSQLND_STMT from the data, | Andrey Hristov | 2010-03-16 | 1 | -1/+2 |
* | allow persistency of PS | Andrey Hristov | 2010-03-12 | 1 | -9/+10 |
* | Pass tsrmls to all functions, which might need it in the future. | Andrey Hristov | 2010-02-03 | 1 | -20/+14 |
* | export more functionality for phpize builds | Andrey Hristov | 2010-01-13 | 1 | -1/+2 |
* | cosmetics. typedef-ed types should be in capital case | Andrey Hristov | 2010-01-11 | 1 | -5/+5 |
* | improve the stats subsystem. Reduce the number of macro definitions | Andrey Hristov | 2010-01-08 | 1 | -15/+15 |
* | Change of way the packet objects are created/initialised | Andrey Hristov | 2010-01-07 | 1 | -30/+30 |
* | Add plugin storage for MYSQLND_STMT too | Andrey Hristov | 2009-12-10 | 1 | -1/+1 |