summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_wireprotocol.c
Commit message (Expand)AuthorAgeFilesLines
* Allocate memory in a burst mode, and later use it. IncreasesAndrey Hristov2010-08-121-14/+22
* Switch from using PHP_MAJOR_VERSION to separate define forAndrey Hristov2010-08-121-4/+4
* Fix sprintf modifiers all around the place. In most casesAndrey Hristov2010-06-211-23/+22
* fix valgrind warnings on 64bit, thread_is is strictly 32bitAndrey Hristov2010-06-211-1/+1
* fix type mismatch, this is fresh misunderstandingAndrey Hristov2010-06-181-1/+1
* split mysqlnd_connect() in two parts, one doing the authorizationAndrey Hristov2010-06-171-15/+0
* Handle problems in the row_decoder, return type used to be void,Andrey Hristov2010-05-311-5/+17
* Updating test to reflect the latest and more verbose mysqlnd error messages, ...Ulf Wendel2010-05-311-5/+5
* Access memory which was really allocatedAndrey Hristov2010-05-251-25/+48
* Export MYSQLND_PROTOCOL methodsAndrey Hristov2010-05-141-11/+26
* OOM fixesAndrey Hristov2010-05-141-1/+9
* OOM stability fixesAndrey Hristov2010-05-041-7/+18
* Handle OOM in block_alloc_get_chunk, and also in the callerAndrey Hristov2010-05-031-0/+4
* Remove unused parameterAndrey Hristov2010-05-031-2/+2
* Handle OOM when resizing blocks during data fetchAndrey Hristov2010-05-031-1/+5
* Fix crash if OOM and USE_ZEND_ALLOC=0Andrey Hristov2010-04-291-1/+5
* Fixed few buffer overflows reported by Stefan Esser.Andrey Hristov2010-04-281-17/+34
* const-ify fieldsAndrey Hristov2010-04-281-5/+4
* Hardening the reads of mysqlnd.Andrey Hristov2010-04-201-45/+102
* put the trigger in the right placeAndrey Hristov2010-04-201-1/+1
* It is possible that change user tries an user who has old password.Andrey Hristov2010-04-201-0/+1
* - Fix copyrightsFelipe Pena2010-04-201-2/+2
* Last batch of int/uint comparison fixesAndrey Hristov2010-04-151-3/+3
* More int/uint comparison warning fixesAndrey Hristov2010-04-151-8/+8
* CS + WS changesAndrey Hristov2010-04-151-43/+43
* Fix for bug#49234 method not found ssl_setAndrey Hristov2010-04-151-23/+25
* Fixint INT_AND_FLOAT_AS native. It was working ok on 64bit butAndrey Hristov2010-04-081-5/+4
* Recommit with an Windows build fix:Andrey Hristov2010-04-061-1/+1
* - revert revision 297277, break the builds (declaration must go 1st, size of ...Pierre Joye2010-04-011-1/+1
* Fix inconsistenciesAndrey Hristov2010-04-011-1/+1
* Make it coupled - what is allocated with mnd_ should be freedAndrey Hristov2010-03-291-15/+17
* Fix tests that fail when the MySQL's socket file is not /tmp/mysql.sockAndrey Hristov2010-03-261-1/+8
* allow persistency of PSAndrey Hristov2010-03-121-3/+4
* Fix second bug in that code, + instead of += thus not increasingAndrey Hristov2010-02-011-1/+1
* Fix a bug in mysqlnd where a pointer was not incrementedAndrey Hristov2010-02-011-0/+1
* make mysqlnd's tracing API more reusableAndrey Hristov2010-01-131-2/+2
* more typedef cosmeticsAndrey Hristov2010-01-111-2/+2
* cosmetics. typedef-ed types should be in capital caseAndrey Hristov2010-01-111-59/+59
* remove extern defintion of a variable that is no moreAndrey Hristov2010-01-111-4/+3
* improve the stats subsystem. Reduce the number of macro definitionsAndrey Hristov2010-01-081-7/+7
* add restart_psession and end_psession hooksAndrey Hristov2010-01-081-0/+13
* Change of way the packet objects are created/initialisedAndrey Hristov2010-01-071-0/+188
* Move this function to MYSQLND_NET as it works on theAndrey Hristov2009-12-211-49/+1
* magic numbers to macrosAndrey Hristov2009-12-211-18/+20
* refactoring : move more network related functions toAndrey Hristov2009-12-171-349/+8
* During refactoring of the function mysqlnd_stream_write_w_header() it wasAndrey Hristov2009-12-171-91/+47
* Remove unneeded dereferencesAndrey Hristov2009-12-161-14/+6
* move MYSQLND_NET code to a separate file.Andrey Hristov2009-12-161-278/+0
* Move code out of mysqlnd_conn::connect to mysqlnd_net::connect.Andrey Hristov2009-12-151-0/+90
* refactor: move code that belongs to MYSQLND_NET out of MYSQLNDAndrey Hristov2009-12-151-23/+90