Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Simplify unique string generation and plug a leak. | Andrey Hristov | 2008-02-04 | 1 | -11/+16 | |
| | | | ||||||
| | * | Fix the build, add a missing file | Andrey Hristov | 2008-01-29 | 1 | -58/+1 | |
| | | | ||||||
| | * | Moved initialization code into a function. | Andrey Hristov | 2008-01-29 | 1 | -9/+2 | |
| | | | ||||||
| | * | Moving extension specific code to php_mysqlnd.c as the old rule is. | Andrey Hristov | 2008-01-28 | 1 | -221/+0 | |
| | | | ||||||
| | * | some config.w32 fixes | Andrey Hristov | 2008-01-28 | 1 | -145/+6 | |
| | | | | | | | | | | | | | | | | | | moved mysqlnd's block allocator to a separate file and also now it's part of the connection, no MT problems. | |||||
| | * | More optimizations - less MM calls | Andrey Hristov | 2008-01-28 | 1 | -21/+347 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clearly separated fetching (physical reading) from decoding phases (data interpretation). Threaded fetching added but disabled as needs more work for Windows. For Linux needs some touches to add pthreads if this is enabled, probably with a compile-time switch. The code reorganisation makes it easy to add also async API, similar to cURL's one. | |||||
| | * | Merge with internal version | Andrey Hristov | 2008-01-23 | 1 | -13/+13 | |
| | | | ||||||
| | * | strncpy->strlcpy | Andrey Hristov | 2008-01-08 | 1 | -2/+2 | |
| | | | ||||||
| | * | - Fix problems with double definitions | Andrey Hristov | 2008-01-02 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | - Clean up a bit a type mess - 4 types less. No need to have aliases for the same thing (unification is the name). - New macro for Johannes mysqlnd_stmt_ro_result_metadata | |||||
| | * | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 | |
| | | | ||||||
| | * | Fix segfault in debug build | Andrey Hristov | 2007-11-08 | 1 | -4/+4 | |
| | | | ||||||
| | * | Fix build failure on Windows. Seems "free" can't be used even as method name ↵ | Andrey Hristov | 2007-10-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | of a structure. The MS compiler (the preprocessor most probably) changes it to _free_dbg | |||||
| | * | Import mysqlnd | Andrey Hristov | 2007-10-05 | 1 | -0/+2078 | |
| | | | | | | | | | | Patch ext/mysql and ext/mysqli to support mysqlnd | |||||
* | | 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 | |
| | | | | | | | | to set the key file programatically per mysqli_options() | |||||
* | | 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 | |
| | | | | | | | | Automatic switchover to SSL with plain-text password is not part of this | |||||
* | | plug a leak when the server ask the client for a auth protocol, that | andrey | 2012-08-22 | 1 | -8/+9 | |
| | | | | | | | | | | the client doesn't understand. This is 5.5 specific bug, as a result of a refactoring in 5.5 | |||||
* | | 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 | |
| | | | | | | | | NET layer | |||||
* | | close the stream whenever possible, no need to keep it open altough the | andrey | 2012-06-01 | 1 | -0/+5 | |
| | | | | | | | | connection is marked as unusable | |||||
* | | more refactoring stuff. Reduced code duplication in the authentication | andrey | 2012-05-31 | 1 | -216/+170 | |
| | | | | | | | | code | |||||
* | | small refactoring - factour out code from connection establishment. | andrey | 2012-05-30 | 1 | -101/+153 | |
| | | | | | | | | | | Add a define for the default authentication protocol - get away from the hardcoded magic value | |||||
* | | 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 | |
| | | | | | - when cloning use the methods of the original object | |||||
* | 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 | |
| | | | | | | | methods for the handle and the data object. Add auxiliary functions to work with the new methods. Add possibility to clone a connection object - shadow copy. | |||||
* | Split struct MYSQLND in struct MYSQLND and struct MYSQLD_CONN_DATA. | Andrey Hristov | 2011-10-31 | 1 | -91/+116 | |
| | | | | | A step in the direction of keeping internal data private | |||||
* | Move from directly referencing an aggregated structure to using a | Andrey Hristov | 2011-10-25 | 1 | -121/+132 | |
| | | | | | | pointer to a structure. The structure is still aggregated but we add a level of indirection for possible plugins to overwrite the storage | |||||
* | Add hooks for __call like functionality and also allow to | Andrey Hristov | 2011-10-25 | 1 | -239/+428 | |
| | | | | | | handle calls that spread over two internal functions. Let's call it a local TX. | |||||
* | move plugin specific stuff to one file. create object factory | Andrey Hristov | 2011-10-24 | 1 | -45/+5 | |
| | | | | | for similar objects | |||||
* | shift code around to two new files - mysqlnd_driver.c | Andrey Hristov | 2011-10-21 | 1 | -113/+18 | |
| | | | | | | and mysqlnd_ext_plugin.c (mysqlnd extension plugin) | |||||
* | 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 ↵ | Andrey Hristov | 2011-10-10 | 1 | -12/+14 | |
| | | | | | | | connection) QC will need an ifdef-layer to compile with this | |||||
* | - 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 | |
| | | | | | | | | one and just one for libmysql. mysqlnd can return generate more than one error during its work and with mysqli_error() only the last error is being reported. In the array returned by mysqli_error_list() / $mysqli->error_list, all errors will be found. The list is reset when the next command is executed | |||||
* | longer error messages, don't cut them | Andrey Hristov | 2011-07-27 | 1 | -2/+2 | |
| |