| Commit message (Expand) | Author | Age | Files | Lines |
* | Allocate memory in a burst mode, and later use it. Increases | Andrey Hristov | 2010-08-12 | 1 | -14/+22 |
* | Switch from using PHP_MAJOR_VERSION to separate define for | Andrey Hristov | 2010-08-12 | 1 | -4/+4 |
* | Fix sprintf modifiers all around the place. In most cases | Andrey Hristov | 2010-06-21 | 1 | -23/+22 |
* | fix valgrind warnings on 64bit, thread_is is strictly 32bit | Andrey Hristov | 2010-06-21 | 1 | -1/+1 |
* | fix type mismatch, this is fresh misunderstanding | Andrey Hristov | 2010-06-18 | 1 | -1/+1 |
* | split mysqlnd_connect() in two parts, one doing the authorization | Andrey Hristov | 2010-06-17 | 1 | -15/+0 |
* | Handle problems in the row_decoder, return type used to be void, | Andrey Hristov | 2010-05-31 | 1 | -5/+17 |
* | Updating test to reflect the latest and more verbose mysqlnd error messages, ... | Ulf Wendel | 2010-05-31 | 1 | -5/+5 |
* | Access memory which was really allocated | Andrey Hristov | 2010-05-25 | 1 | -25/+48 |
* | Export MYSQLND_PROTOCOL methods | Andrey Hristov | 2010-05-14 | 1 | -11/+26 |
* | OOM fixes | Andrey Hristov | 2010-05-14 | 1 | -1/+9 |
* | OOM stability fixes | Andrey Hristov | 2010-05-04 | 1 | -7/+18 |
* | Handle OOM in block_alloc_get_chunk, and also in the caller | Andrey Hristov | 2010-05-03 | 1 | -0/+4 |
* | Remove unused parameter | Andrey Hristov | 2010-05-03 | 1 | -2/+2 |
* | Handle OOM when resizing blocks during data fetch | Andrey Hristov | 2010-05-03 | 1 | -1/+5 |
* | Fix crash if OOM and USE_ZEND_ALLOC=0 | Andrey Hristov | 2010-04-29 | 1 | -1/+5 |
* | Fixed few buffer overflows reported by Stefan Esser. | Andrey Hristov | 2010-04-28 | 1 | -17/+34 |
* | const-ify fields | Andrey Hristov | 2010-04-28 | 1 | -5/+4 |
* | Hardening the reads of mysqlnd. | Andrey Hristov | 2010-04-20 | 1 | -45/+102 |
* | put the trigger in the right place | Andrey Hristov | 2010-04-20 | 1 | -1/+1 |
* | It is possible that change user tries an user who has old password. | Andrey Hristov | 2010-04-20 | 1 | -0/+1 |
* | - Fix copyrights | Felipe Pena | 2010-04-20 | 1 | -2/+2 |
* | Last batch of int/uint comparison fixes | Andrey Hristov | 2010-04-15 | 1 | -3/+3 |
* | More int/uint comparison warning fixes | Andrey Hristov | 2010-04-15 | 1 | -8/+8 |
* | CS + WS changes | Andrey Hristov | 2010-04-15 | 1 | -43/+43 |
* | Fix for bug#49234 method not found ssl_set | Andrey Hristov | 2010-04-15 | 1 | -23/+25 |
* | Fixint INT_AND_FLOAT_AS native. It was working ok on 64bit but | Andrey Hristov | 2010-04-08 | 1 | -5/+4 |
* | Recommit with an Windows build fix: | Andrey Hristov | 2010-04-06 | 1 | -1/+1 |
* | - revert revision 297277, break the builds (declaration must go 1st, size of ... | Pierre Joye | 2010-04-01 | 1 | -1/+1 |
* | Fix inconsistencies | Andrey Hristov | 2010-04-01 | 1 | -1/+1 |
* | Make it coupled - what is allocated with mnd_ should be freed | Andrey Hristov | 2010-03-29 | 1 | -15/+17 |
* | Fix tests that fail when the MySQL's socket file is not /tmp/mysql.sock | Andrey Hristov | 2010-03-26 | 1 | -1/+8 |
* | allow persistency of PS | Andrey Hristov | 2010-03-12 | 1 | -3/+4 |
* | Fix second bug in that code, + instead of += thus not increasing | Andrey Hristov | 2010-02-01 | 1 | -1/+1 |
* | Fix a bug in mysqlnd where a pointer was not incremented | Andrey Hristov | 2010-02-01 | 1 | -0/+1 |
* | make mysqlnd's tracing API more reusable | Andrey Hristov | 2010-01-13 | 1 | -2/+2 |
* | more typedef cosmetics | Andrey Hristov | 2010-01-11 | 1 | -2/+2 |
* | cosmetics. typedef-ed types should be in capital case | Andrey Hristov | 2010-01-11 | 1 | -59/+59 |
* | remove extern defintion of a variable that is no more | Andrey Hristov | 2010-01-11 | 1 | -4/+3 |
* | improve the stats subsystem. Reduce the number of macro definitions | Andrey Hristov | 2010-01-08 | 1 | -7/+7 |
* | add restart_psession and end_psession hooks | Andrey Hristov | 2010-01-08 | 1 | -0/+13 |
* | Change of way the packet objects are created/initialised | Andrey Hristov | 2010-01-07 | 1 | -0/+188 |
* | Move this function to MYSQLND_NET as it works on the | Andrey Hristov | 2009-12-21 | 1 | -49/+1 |
* | magic numbers to macros | Andrey Hristov | 2009-12-21 | 1 | -18/+20 |
* | refactoring : move more network related functions to | Andrey Hristov | 2009-12-17 | 1 | -349/+8 |
* | During refactoring of the function mysqlnd_stream_write_w_header() it was | Andrey Hristov | 2009-12-17 | 1 | -91/+47 |
* | Remove unneeded dereferences | Andrey Hristov | 2009-12-16 | 1 | -14/+6 |
* | move MYSQLND_NET code to a separate file. | Andrey Hristov | 2009-12-16 | 1 | -278/+0 |
* | Move code out of mysqlnd_conn::connect to mysqlnd_net::connect. | Andrey Hristov | 2009-12-15 | 1 | -0/+90 |
* | refactor: move code that belongs to MYSQLND_NET out of MYSQLND | Andrey Hristov | 2009-12-15 | 1 | -23/+90 |