| Commit message (Expand) | Author | Age | Files | Lines |
* | remove old unicode code, that is was compiled out by using a macro | andrey | 2012-09-25 | 1 | -18/+2 |
* | Merge branch 'PHP-5.3' into PHP-5.4 | andrey | 2012-05-16 | 1 | -4/+2 |
|\ |
|
| * | Fix for bug#62046 | andrey | 2012-05-16 | 1 | -2/+0 |
* | | Merge branch 'PHP-5.3' into PHP-5.4 | andrey | 2012-05-02 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Fix for bug#61411 | andrey | 2012-05-02 | 1 | -2/+2 |
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| * | function rename to comply with the schema of other callbacks | Andrey Hristov | 2011-09-02 | 1 | -5/+5 |
| * | fix warnings. These checks are not needed because | Andrey Hristov | 2011-02-01 | 1 | -2/+2 |
| * | - fix the fix (wrong test) | Pierre Joye | 2011-01-18 | 1 | -2/+2 |
| * | - fix NULL derefencing | Pierre Joye | 2011-01-17 | 1 | -3/+3 |
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| * | enable again after 5.3.4 has already been tagged | Andrey Hristov | 2010-12-08 | 1 | -2/+1 |
| * | switch this off for the release | Andrey Hristov | 2010-12-07 | 1 | -1/+2 |
| * | Skip additional result sets sent by MySQL 5.5 servers | Andrey Hristov | 2010-12-06 | 1 | -2/+17 |
| * | fix some uninitialized variables. also fix shadowing of global symbols | Andrey Hristov | 2010-10-07 | 1 | -6/+6 |
| * | Fix for Bug #52686 mysql_stmt_attr_[gs]et arg. points to incorrect type | Andrey Hristov | 2010-10-06 | 1 | -10/+13 |
| * | Fix a problem that leads to leaks in plugins that | Andrey Hristov | 2010-09-29 | 1 | -7/+13 |
| * | add another hook, maybe the last one, for MYSQLND_STMT, which | Andrey Hristov | 2010-09-28 | 1 | -8/+7 |
| * | WS fixes | Andrey Hristov | 2010-09-23 | 1 | -13/+12 |
| * | Fix for | Andrey Hristov | 2010-09-22 | 1 | -1/+8 |
| * | Switch from using PHP_MAJOR_VERSION to separate define for | Andrey Hristov | 2010-08-12 | 1 | -2/+2 |
| * | Two functions, which should be methods so one can catch | Andrey Hristov | 2010-06-24 | 1 | -9/+7 |
| * | Fix sprintf modifiers all around the place. In most cases | Andrey Hristov | 2010-06-21 | 1 | -15/+15 |
| * | void functions return nothing | Andrey Hristov | 2010-06-10 | 1 | -1/+1 |
| * | defensive programming, check before using a resource | Andrey Hristov | 2010-06-01 | 1 | -7/+87 |
| * | Perform later initialization | Andrey Hristov | 2010-06-01 | 1 | -10/+22 |
| * | More check for valid MYSQLND_STMT before using it | Andrey Hristov | 2010-05-31 | 1 | -15/+25 |
| * | Don't reference row_packet before checking if dereferencing is possible | Andrey Hristov | 2010-05-31 | 1 | -7/+15 |
| * | Check if data is correct and initialize in a safe manner | Andrey Hristov | 2010-05-31 | 1 | -45/+45 |
| * | Handle problems in the row_decoder, return type used to be void, | Andrey Hristov | 2010-05-31 | 1 | -32/+42 |
| * | Fix deallocation which can crash if the object is half-baken. | Andrey Hristov | 2010-05-27 | 1 | -6/+10 |
| * | Handle the situation when MYSQLND_PROTOCOL's methods return NULL. | Andrey Hristov | 2010-05-25 | 1 | -16/+28 |
| * | Gracefully handle OOM in mysqlnd_stmt_init. Release the handle | Andrey Hristov | 2010-05-25 | 1 | -15/+35 |
| * | Handle OOM in the code that generates PS Execute requests | Andrey Hristov | 2010-05-25 | 1 | -11/+12 |
| * | - Give possibility to overload mysqlnd_result_init(). | Andrey Hristov | 2010-05-14 | 1 | -4/+4 |
| * | OOM fixes | Andrey Hristov | 2010-05-14 | 1 | -7/+10 |
| * | OOM stability fixes | Andrey Hristov | 2010-05-04 | 1 | -12/+18 |
| * | Handle OOM stemming from mysqlnd_result_init in the same | Andrey Hristov | 2010-05-03 | 1 | -21/+58 |
| * | Remove unused parameter | Andrey Hristov | 2010-05-03 | 1 | -3/+3 |
| * | Remove dead code and add possibility to fine tune the size of | Andrey Hristov | 2010-04-22 | 1 | -1/+1 |
| * | - Fix copyrights | Felipe Pena | 2010-04-20 | 1 | -2/+2 |
| * | CS + WS changes | Andrey Hristov | 2010-04-15 | 1 | -9/+11 |
| * | Recommit with an Windows build fix: | Andrey Hristov | 2010-04-06 | 1 | -3/+3 |
| * | - revert revision 297277, break the builds (declaration must go 1st, size of ... | Pierre Joye | 2010-04-01 | 1 | -3/+3 |
| * | Fix inconsistencies | Andrey Hristov | 2010-04-01 | 1 | -3/+3 |
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | | Split struct MYSQLND in struct MYSQLND and struct MYSQLD_CONN_DATA. | Andrey Hristov | 2011-10-31 | 1 | -18/+17 |
* | | Move from directly referencing an aggregated structure to using a | Andrey Hristov | 2011-10-25 | 1 | -105/+105 |
* | | move plugin specific stuff to one file. create object factory | Andrey Hristov | 2011-10-24 | 1 | -62/+5 |
* | | shift code around to two new files - mysqlnd_driver.c | Andrey Hristov | 2011-10-21 | 1 | -36/+5 |