summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_wireprotocol.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.4'Andrey Hristov2012-10-311-1/+1
|\
| * Merge branch 'PHP-5.3' into PHP-5.4Andrey Hristov2012-10-311-1/+1
| |\
| | * read 1 instead of 2 bytes. The next 2 bytes are 2 and thus not a problemAndrey Hristov2012-10-311-1/+1
| | * assertAndrey Hristov2012-02-021-1/+5
| | * - Year++Felipe Pena2012-01-011-1/+1
| | * - Move the field access behind the checkJohannes Schlüter2011-05-171-2/+1
| | * remove unneeded includesAndrey Hristov2011-03-221-1/+0
| | * - Year++Felipe Pena2011-01-011-1/+1
| | * two new statsAndrey Hristov2010-11-051-3/+6
| | * rename parameter name - should not shadow the global symbol allocaAndrey Hristov2010-10-051-23/+23
| | * add some safe castsAndrey Hristov2010-10-051-2/+2
| | * fix typesAndrey Hristov2010-10-051-2/+2
| | * fix two more warningsAndrey Hristov2010-10-041-1/+1
| | * WS fixesAndrey Hristov2010-09-231-2/+2
| | * 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