| Commit message (Expand) | Author | Age | Files | Lines |
* | constify | Andrey Hristov | 2012-10-12 | 1 | -1/+1 |
* | if ssl has been switched on transmit clear-text password | Andrey Hristov | 2012-10-03 | 1 | -0/+3 |
* | fix login failure with empty password. This is 5.5 specific - new code | Andrey Hristov | 2012-09-28 | 1 | -2/+2 |
* | change public key setting to PERDIR and finish code that allows | andrey | 2012-09-25 | 1 | -0/+1 |
* | remove old unicode code, that is was compiled out by using a macro | andrey | 2012-09-25 | 1 | -16/+0 |
* | Add SHA256 authentication support - password hashing to mysqlnd | andrey | 2012-09-25 | 1 | -5/+6 |
* | plug a leak when the server ask the client for a auth protocol, that | andrey | 2012-08-22 | 1 | -8/+9 |
* | fix valgrind warning | andrey | 2012-07-09 | 1 | -1/+1 |
* | merge | andrey | 2012-06-29 | 1 | -0/+7 |
* | close the underlying stream as early as possible and so notify the | andrey | 2012-06-01 | 1 | -7/+6 |
* | close the stream whenever possible, no need to keep it open altough the | andrey | 2012-06-01 | 1 | -0/+5 |
* | more refactoring stuff. Reduced code duplication in the authentication | andrey | 2012-05-31 | 1 | -216/+170 |
* | small refactoring - factour out code from connection establishment. | andrey | 2012-05-30 | 1 | -101/+153 |
* | refactor MYSQLND_NET, split it two parts for easy resharing | andrey | 2012-04-30 | 1 | -23/+26 |
* | Fix folding | Johannes Schlüter | 2012-04-22 | 1 | -1/+1 |
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | Add a middleman which can intercept the calls and can reroute them | Andrey Hristov | 2011-11-02 | 1 | -3/+28 |
* | - shift a bit of code around | Andrey Hristov | 2011-11-02 | 1 | -13/+13 |
* | fix trace log messages | Andrey Hristov | 2011-11-02 | 1 | -2/+2 |
* | Now really split the method tables and have different | Andrey Hristov | 2011-10-31 | 1 | -308/+324 |
* | Split struct MYSQLND in struct MYSQLND and struct MYSQLD_CONN_DATA. | Andrey Hristov | 2011-10-31 | 1 | -91/+116 |
* | Move from directly referencing an aggregated structure to using a | Andrey Hristov | 2011-10-25 | 1 | -121/+132 |
* | Add hooks for __call like functionality and also allow to | Andrey Hristov | 2011-10-25 | 1 | -239/+428 |
* | move plugin specific stuff to one file. create object factory | Andrey Hristov | 2011-10-24 | 1 | -45/+5 |
* | shift code around to two new files - mysqlnd_driver.c | Andrey Hristov | 2011-10-21 | 1 | -113/+18 |
* | api_ext to reverse_api | Andrey Hristov | 2011-10-19 | 1 | -38/+3 |
* | MYSQLND_NET refactored not to use any direct reference to MYSQLND (the connec... | Andrey Hristov | 2011-10-10 | 1 | -12/+14 |
* | - Fix folding | Johannes Schlüter | 2011-09-25 | 1 | -1/+1 |
* | - fix build (macros mess) | Pierre Joye | 2011-09-17 | 1 | -1/+1 |
* | - fix TS build | Pierre Joye | 2011-09-17 | 1 | -1/+1 |
* | Fixed Windows build | Dmitry Stogov | 2011-09-16 | 1 | -1/+1 |
* | - Fix TSRM build | Johannes Schlüter | 2011-09-01 | 1 | -2/+2 |
* | - Register extensions using mysqlnd (mysql, myslqi, pdo_mysql) with mysqlnd | Johannes Schlüter | 2011-08-31 | 1 | -0/+38 |
* | fix valgrind warnings in debug builds | Andrey Hristov | 2011-08-26 | 1 | -1/+1 |
* | relax constraint | Andrey Hristov | 2011-08-10 | 1 | -1/+1 |
* | Add mysqli_error_list() that returns an array with errors. Typically only | Andrey Hristov | 2011-08-04 | 1 | -0/+28 |
* | 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/+11 |
* | fix valgrind warning | Andrey Hristov | 2011-05-04 | 1 | -1/+2 |
* | add a proxy for sppintf and vspprintf | Andrey Hristov | 2011-03-18 | 1 | -18/+18 |
* | less trace info | Andrey Hristov | 2011-03-18 | 1 | -22/+2 |
* | move from macros to functions, which can be overwritten, if needed | Andrey Hristov | 2011-02-25 | 1 | -1/+41 |
* | Don't lose this data anymore. It worked without the fix, | Andrey Hristov | 2011-01-31 | 1 | -2/+3 |
* | clear error before doing anything, because we can get | Andrey Hristov | 2011-01-28 | 1 | -0/+3 |
* | small cleanups | Andrey Hristov | 2011-01-24 | 1 | -2/+2 |
* | Handle MySQL 5.5 authentication features. | Andrey Hristov | 2011-01-24 | 1 | -59/+198 |
* | fix ZTS build | Andrey Hristov | 2011-01-19 | 1 | -1/+1 |
* | Update on the mysqlnd auth plugins, changed the plugin | Andrey Hristov | 2011-01-14 | 1 | -11/+14 |
* | Change things to allow passing of the password length | Andrey Hristov | 2011-01-14 | 1 | -4/+9 |