summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_block_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* WS fixesAndrey Hristov2010-09-231-1/+0
* Handle gracefully OOM in mysqlnd_mempool_create and up the stackAndrey Hristov2010-05-031-7/+11
* Handle OOM in block_alloc_get_chunk, and also in the callerAndrey Hristov2010-05-031-22/+23
* Remove unused parameterAndrey Hristov2010-05-031-2/+6
* One more case to handle in case of OOM, in block_alloc_resize_chunkAndrey Hristov2010-05-031-1/+6
* Handle OOM when resizing blocks during data fetchAndrey Hristov2010-05-031-2/+8
* Remove dead code and add possibility to fine tune the size ofAndrey Hristov2010-04-221-31/+4
* - Fix copyrightsFelipe Pena2010-04-201-2/+2
* CS + WS changesAndrey Hristov2010-04-151-1/+1
* export more functionality for phpize buildsAndrey Hristov2010-01-131-2/+2
* Fix for bug#48745Andrey Hristov2009-08-281-12/+9
* Fix two problems:Andrey Hristov2009-06-171-8/+8
* Hardwire function call instead of using callbacks. We don't actually needAndrey Hristov2009-06-161-13/+14
* Protect the code when variable is NULL, which should never happen, butAndrey Hristov2009-06-111-4/+6
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Get rid of many defines (which simplifies the code a lot),Andrey Hristov2008-11-061-3/+3
* Fix a leak and memory warning.Andrey Hristov2008-02-041-0/+1
* fix win32 buildRob Richards2008-01-291-2/+2
* MFB:Andrey Hristov2008-01-281-0/+201