summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd.c
Commit message (Expand)AuthorAgeFilesLines
* remove unneeded proxy function _mysqlnd_restart_psessoinAndrey Hristov2010-09-151-10/+0
* Remove unneeded proxy function _mysqlnd_end_psessionAndrey Hristov2010-09-151-9/+0
* OPT_COMPRESS support for mysqlnd_conn::set_client_optionAndrey Hristov2010-09-011-2/+4
* Switch from using PHP_MAJOR_VERSION to separate define forAndrey Hristov2010-08-121-3/+3
* ws + csAndrey Hristov2010-08-121-10/+8
* Lay foundations for named pipe support in mysqlndAndrey Hristov2010-08-091-2/+8
* make ssl_set return value in mysqlnd compatible with libmysqli return valueDavid Soria Parra2010-08-061-6/+6
* Fix sprintf modifiers all around the place. In most casesAndrey Hristov2010-06-211-23/+22
* split mysqlnd_connect() in two parts, one doing the authorizationAndrey Hristov2010-06-171-102/+145
* no more needed because of the charset fix in the previous changesetAndrey Hristov2010-06-161-1/+0
* Fixed bug #52082 (character_set_client & character_set_connection reset afterAndrey Hristov2010-06-141-1/+16
* Don't use NULL pointer, always check before useAndrey Hristov2010-05-271-1/+3
* Don't use conn->net without checking if it is NULL, becauseAndrey Hristov2010-05-261-1/+3
* Handle the situation when MYSQLND_PROTOCOL's methods return NULL.Andrey Hristov2010-05-251-11/+43
* Init should return status value because initialization can fail.Andrey Hristov2010-05-251-7/+10
* - Give possibility to overload mysqlnd_result_init().Andrey Hristov2010-05-141-2/+3
* Handle gracefully OOM in mysqlnd_mempool_create and up the stackAndrey Hristov2010-05-031-8/+12
* Better handing of OOM in mysqlnd::set_client_optionAndrey Hristov2010-05-031-10/+19
* Handle OOM cases, in case of persistent connections this is realAndrey Hristov2010-04-291-18/+71
* Fix valgrind warning, usage of nirvana memoryAndrey Hristov2010-04-291-1/+1
* Fix possible crashes in case of OOM, as well as a leak.Andrey Hristov2010-04-291-2/+21
* Move the macro to mysqlnd_enum_n_def.h, because it can be reusedAndrey Hristov2010-04-271-6/+3
* Fixed buffer overflow in mysqlnd_change_userAndrey Hristov2010-04-271-4/+4
* Fixed possible buffer overflow in mysqlnd_conn__list_fields.Andrey Hristov2010-04-271-4/+6
* It is possible that change user tries an user who has old password.Andrey Hristov2010-04-201-0/+4
* - Fix copyrightsFelipe Pena2010-04-201-2/+2
* Fix some int/uint comparison warningsAndrey Hristov2010-04-151-1/+1
* more WSAndrey Hristov2010-04-151-15/+15
* CS + WS changesAndrey Hristov2010-04-151-17/+10
* Fix for bug#49234 method not found ssl_setAndrey Hristov2010-04-151-26/+59
* Recommit with an Windows build fix:Andrey Hristov2010-04-061-20/+15
* - revert revision 297277, break the builds (declaration must go 1st, size of ...Pierre Joye2010-04-011-15/+20
* Fix inconsistenciesAndrey Hristov2010-04-011-20/+15
* Make it coupled - what is allocated with mnd_ should be freedAndrey Hristov2010-03-291-41/+39
* Fix tests that fail when the MySQL's socket file is not /tmp/mysql.sockAndrey Hristov2010-03-261-2/+6
* allow persistency of PSAndrey Hristov2010-03-121-3/+3
* Fixed bug #51242 (Empty mysql.default_port does not default to 3306 anymore, ...Adam Harvey2010-03-091-3/+4
* Fix the text. Correct english and a bit shorter.Andrey Hristov2010-02-241-4/+4
* add better description to the problemAndrey Hristov2010-02-241-1/+5
* make send_close a hook, tooAndrey Hristov2010-02-091-7/+6
* Pass tsrmls to all functions, which might need it in the future.Andrey Hristov2010-02-031-23/+18
* more PHPAPI for phpize-d buildsAndrey Hristov2010-01-131-8/+8
* cosmetics. typedef-ed types should be in capital caseAndrey Hristov2010-01-111-11/+11
* missed to commit in 5_3, here it comes, reusability of statsAndrey Hristov2010-01-111-1/+1
* Rework the statistics macros to be reusable by external entities.Andrey Hristov2010-01-111-2/+2
* improve the stats subsystem. Reduce the number of macro definitionsAndrey Hristov2010-01-081-17/+22
* add restart_psession and end_psession hooksAndrey Hristov2010-01-081-10/+29
* Change of way the packet objects are created/initialisedAndrey Hristov2010-01-071-88/+85
* move network creation to the init hookAndrey Hristov2009-12-281-5/+20
* Fix double calls to free_contents if the connection cannot beAndrey Hristov2009-12-221-2/+3