| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'PHP-5.4' into PHP-5.5 | Andrey Hristov | 2013-01-09 | 1 | -1/+1 |
|\ |
|
| * | fix compilation error after merge | Andrey Hristov | 2013-01-09 | 1 | -1/+1 |
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Andrey Hristov | 2013-01-09 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Merge branch 'PHP-5.3' into PHP-5.4 | Andrey Hristov | 2013-01-09 | 1 | -0/+2 |
| |\ |
|
| | * | Use during connect the flags set with set_client_option() | Andrey Hristov | 2013-01-09 | 1 | -0/+2 |
* | | | support for password expiration in mysqlnd, through a flag | Andrey Hristov | 2013-01-09 | 1 | -1/+8 |
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2013-01-06 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2013-01-06 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | bump year | Xinchen Hui | 2013-01-06 | 1 | -1/+1 |
| * | | fix valgrind warning | andrey | 2012-07-09 | 1 | -1/+1 |
| * | | merge | andrey | 2012-06-29 | 1 | -1/+1 |
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | andrey | 2012-06-29 | 1 | -0/+7 |
| |\ \
| | |/ |
|
| | * | fix Bug #62273 Segmentation Fault in Mysqli/Mysqlnd | andrey | 2012-06-29 | 1 | -0/+7 |
| | * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | * | move change_user closer to connect | Andrey Hristov | 2011-10-18 | 1 | -143/+138 |
| | * | - Fix folding | Johannes Schlüter | 2011-09-25 | 1 | -1/+1 |
| | * | fix valgrind warnings in debug builds | Andrey Hristov | 2011-08-26 | 1 | -1/+1 |
| | * | relax constraint | Andrey Hristov | 2011-08-10 | 1 | -1/+1 |
| | * | longer error messages, don't cut them | Andrey Hristov | 2011-07-27 | 1 | -2/+2 |
| | * | free data in case of failure in the callee not in the caller | Andrey Hristov | 2011-07-05 | 1 | -5/+3 |
| | * | reuse code | Andrey Hristov | 2011-05-31 | 1 | -16/+15 |
| | * | revert to previous behavior | Andrey Hristov | 2011-02-25 | 1 | -2/+4 |
| | * | move from macros to functions, which can be overwritten, if needed | Andrey Hristov | 2011-02-25 | 1 | -1/+41 |
| | * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | * | fix a small bug about affected_rows in the text protocol | Andrey Hristov | 2010-12-16 | 1 | -0/+3 |
| | * | don't crash if the API is used incorrectly | Andrey Hristov | 2010-12-06 | 1 | -2/+6 |
| | * | profiling in trace mode | Andrey Hristov | 2010-10-22 | 1 | -1/+2 |
| | * | Rename a method so it doesn't clash with a global symbol - a function | Andrey Hristov | 2010-10-05 | 1 | -6/+6 |
| | * | rename parameter, should not conflict with global symbol - | Andrey Hristov | 2010-10-05 | 1 | -8/+8 |
| | * | WS fixes | Andrey Hristov | 2010-09-23 | 1 | -9/+9 |
| | * | remove unneeded proxy function _mysqlnd_restart_psessoin | Andrey Hristov | 2010-09-15 | 1 | -10/+0 |
| | * | Remove unneeded proxy function _mysqlnd_end_psession | Andrey Hristov | 2010-09-15 | 1 | -9/+0 |
| | * | OPT_COMPRESS support for mysqlnd_conn::set_client_option | Andrey Hristov | 2010-09-01 | 1 | -2/+4 |
| | * | Switch from using PHP_MAJOR_VERSION to separate define for | Andrey Hristov | 2010-08-12 | 1 | -3/+3 |
| | * | ws + cs | Andrey Hristov | 2010-08-12 | 1 | -10/+8 |
| | * | Lay foundations for named pipe support in mysqlnd | Andrey Hristov | 2010-08-09 | 1 | -2/+8 |
| | * | make ssl_set return value in mysqlnd compatible with libmysqli return value | David Soria Parra | 2010-08-06 | 1 | -6/+6 |
| | * | Fix sprintf modifiers all around the place. In most cases | Andrey Hristov | 2010-06-21 | 1 | -23/+22 |
| | * | split mysqlnd_connect() in two parts, one doing the authorization | Andrey Hristov | 2010-06-17 | 1 | -102/+145 |
| | * | no more needed because of the charset fix in the previous changeset | Andrey Hristov | 2010-06-16 | 1 | -1/+0 |
| | * | Fixed bug #52082 (character_set_client & character_set_connection reset after | Andrey Hristov | 2010-06-14 | 1 | -1/+16 |
| | * | Don't use NULL pointer, always check before use | Andrey Hristov | 2010-05-27 | 1 | -1/+3 |
| | * | Don't use conn->net without checking if it is NULL, because | Andrey Hristov | 2010-05-26 | 1 | -1/+3 |
| | * | Handle the situation when MYSQLND_PROTOCOL's methods return NULL. | Andrey Hristov | 2010-05-25 | 1 | -11/+43 |
| | * | Init should return status value because initialization can fail. | Andrey Hristov | 2010-05-25 | 1 | -7/+10 |
| | * | - Give possibility to overload mysqlnd_result_init(). | Andrey Hristov | 2010-05-14 | 1 | -2/+3 |
| | * | Handle gracefully OOM in mysqlnd_mempool_create and up the stack | Andrey Hristov | 2010-05-03 | 1 | -8/+12 |
| | * | Better handing of OOM in mysqlnd::set_client_option | Andrey Hristov | 2010-05-03 | 1 | -10/+19 |
| | * | Handle OOM cases, in case of persistent connections this is real | Andrey Hristov | 2010-04-29 | 1 | -18/+71 |
| | * | Fix valgrind warning, usage of nirvana memory | Andrey Hristov | 2010-04-29 | 1 | -1/+1 |