Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2013-01-06 | 1 | -1/+1 |
|\ | |||||
| * | bump year | Xinchen Hui | 2013-01-06 | 1 | -1/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
| * | - fix build | Pierre Joye | 2010-11-15 | 1 | -13/+13 |
| | | |||||
| * | - More features for the profiling, create aggregates and dump them | Andrey Hristov | 2010-10-29 | 1 | -37/+168 |
| | | | | | | | | | | | | | | | | | | | | | | on file close. - Also add a trace modifier to switch on and off the profiling. - With additional compiler switch the profiling can be completely omitted, of course it makes sense only when --enable-debug. Because otherwise there is no tracing, thus no profiling. - Added a fix for Windows for handling trace files on different devices (special handing of ':' ) | ||||
| * | rename and remove usage of inttypes.h, not needed | Andrey Hristov | 2010-10-25 | 1 | -1/+0 |
| | | |||||
| * | profiling in trace mode | Andrey Hristov | 2010-10-22 | 1 | -4/+34 |
| | | |||||
| * | fix some uninitialized variables. also fix shadowing of global symbols | Andrey Hristov | 2010-10-07 | 1 | -3/+3 |
| | | |||||
| * | WS fixes | Andrey Hristov | 2010-09-23 | 1 | -3/+3 |
| | | |||||
| * | small macro fix | Andrey Hristov | 2010-09-22 | 1 | -3/+3 |
| | | |||||
| * | Switch from using PHP_MAJOR_VERSION to separate define for | Andrey Hristov | 2010-08-12 | 1 | -1/+1 |
| | | | | | | | | | | | | unicode. Unicode is no more, but these are "bookmarks" where to change mysqlnd, if Unicode becomes trendy again. | ||||
| * | Fix sprintf modifiers all around the place. In most cases | Andrey Hristov | 2010-06-21 | 1 | -3/+3 |
| | | | | | | | | | | | | %u should be used. Where size_t is used then MYSQLND_SZ_T_SPEC should be the modifier | ||||
| * | Fix crashes in the allocator in case of OOM. | Andrey Hristov | 2010-05-27 | 1 | -4/+4 |
| | | |||||
| * | Fix shared build | Andrey Hristov | 2010-05-25 | 1 | -1/+1 |
| | | |||||
| * | When OOM hits the wire, don't crash. | Andrey Hristov | 2010-05-21 | 1 | -7/+7 |
| | | |||||
| * | Add possibility to control the allocator in when PHP is compiled | Andrey Hristov | 2010-05-04 | 1 | -10/+110 |
| | | | | | | | | | | with debug | ||||
| * | Fix compiler warnings - unused functions | Andrey Hristov | 2010-05-03 | 1 | -54/+41 |
| | | |||||
| * | Change the way the allocator is called - through an abstraction | Andrey Hristov | 2010-04-22 | 1 | -0/+165 |
| | | | | | | | | | | | | to give the possibility of pluggability. Thanks to the macros already used the changes are not pervasive. | ||||
| * | - Fix copyrights | Felipe Pena | 2010-04-20 | 1 | -2/+2 |
| | | |||||
| * | More int/uint comparison warning fixes | Andrey Hristov | 2010-04-15 | 1 | -2/+2 |
| | | |||||
| * | CS + WS changes | Andrey Hristov | 2010-04-15 | 1 | -25/+20 |
| | | |||||
| * | Fix the Windows build (void* arithmetic) as well as --disable-zlib | Andrey Hristov | 2010-04-06 | 1 | -9/+9 |
| | | | | | | | | | | build. | ||||
| * | Stricly C | Andrey Hristov | 2010-04-06 | 1 | -3/+3 |
| | | |||||
| * | Recommit with an Windows build fix: | Andrey Hristov | 2010-04-06 | 1 | -96/+135 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fix inconsistencies - memory allocated with spprintf, or likes, outside of mysqlnd's allocator functions should not be freed by the mysqlnd's allocator (a wrapper around emalloc/malloc). - memory allocated by the mysqlnd's allocator should only be freed by it. - add a mode to track memory usage (malloc/free) | ||||
| * | - revert revision 297277, break the builds (declaration must go 1st, size of ↵ | Pierre Joye | 2010-04-01 | 1 | -135/+96 |
| | | | | | | | | void * and other known situations). Also Johannes, can you check that commit pls? Thought we were in bugs fixing only for 5.3 | ||||
| * | Fix inconsistencies | Andrey Hristov | 2010-04-01 | 1 | -93/+135 |
| | | | | | | | | | | | | | | | | | | | | - memory allocated with spprintf, or likes, outside of mysqlnd's allocator functions should not be freed by the mysqlnd's allocator (a wrapper around emalloc/malloc). - memory allocated by the mysqlnd's allocator should only be freed by it. - add a mode to track memory usage (malloc/free) | ||||
| * | Make it coupled - what is allocated with mnd_ should be freed | Andrey Hristov | 2010-03-29 | 1 | -0/+40 |
| | | | | | | | | | | | | | | | | with mnd_ and vice versa. Added mnd_pestrndup and mnd_pestrdup, which wrap the normal calls to be able to track this calls. Fixed some failing tests. | ||||
* | | Fixed bug #62594 (segfault in mysqlnd_res_meta::set_mode) | Xinchen Hui | 2012-07-18 | 1 | -1/+3 |
| | | |||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
* | | add a proxy for sppintf and vspprintf | Andrey Hristov | 2011-03-18 | 1 | -7/+6 |
| | | |||||
* | | split mysqlnd_debug.c in 3 files | Andrey Hristov | 2011-03-18 | 1 | -1090/+1 |
| | | |||||
* | | allocate persistently | Andrey Hristov | 2011-03-16 | 1 | -2/+2 |
| | | |||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
* | | extending the API interface - plugins can register | Andrey Hristov | 2010-12-28 | 1 | -0/+33 |
| | | | | | | | | | | | | | | | | themselves with a structure and can be searched. Every plugin can have statistics and they are shown under the statistics of mysqlnd in MINFO. | ||||
* | | -fix build | Pierre Joye | 2010-11-15 | 1 | -13/+13 |
| | | |||||
* | | - More features for the profiling, create aggregates and dump them | Andrey Hristov | 2010-10-29 | 1 | -37/+168 |
| | | | | | | | | | | | | | | | | | | | | | | on file close. - Also add a trace modifier to switch on and off the profiling. - With additional compiler switch the profiling can be completely omitted, of course it makes sense only when --enable-debug. Because otherwise there is no tracing, thus no profiling. - Added a fix for Windows for handling trace files on different devices (special handing of ':' ) | ||||
* | | rename and remove usage of inttypes.h, not needed | Andrey Hristov | 2010-10-25 | 1 | -1/+0 |
| | | |||||
* | | profiling in trace mode | Andrey Hristov | 2010-10-22 | 1 | -4/+34 |
| | | |||||
* | | fix some uninitialized variables. also fix shadowing of global symbols | Andrey Hristov | 2010-10-07 | 1 | -3/+3 |
| | | |||||
* | | WS fixes | Andrey Hristov | 2010-09-23 | 1 | -3/+3 |
| | | |||||
* | | small macro fix | Andrey Hristov | 2010-09-22 | 1 | -3/+3 |
| | | |||||
* | | Switch from using PHP_MAJOR_VERSION to separate define for | Andrey Hristov | 2010-08-12 | 1 | -1/+1 |
| | | | | | | | | | | | | unicode. Unicode is no more, but these are "bookmarks" where to change mysqlnd, if Unicode becomes trendy again. | ||||
* | | Fixed checks for PHP_DEBUG macro | Dmitry Stogov | 2010-07-08 | 1 | -19/+19 |
| | | |||||
* | | Fix sprintf modifiers all around the place. In most cases | Andrey Hristov | 2010-06-21 | 1 | -3/+3 |
| | | | | | | | | | | | | %u should be used. Where size_t is used then MYSQLND_SZ_T_SPEC should be the modifier | ||||
* | | Fix crashes in the allocator in case of OOM. | Andrey Hristov | 2010-05-27 | 1 | -4/+4 |
| | | |||||
* | | Fix shared build | Andrey Hristov | 2010-05-25 | 1 | -1/+1 |
| | | |||||
* | | When OOM hits the wire, don't crash. | Andrey Hristov | 2010-05-21 | 1 | -7/+7 |
| | | |||||
* | | Add possibility to control the allocator in when PHP is compiled | Andrey Hristov | 2010-05-04 | 1 | -10/+110 |
| | | | | | | | | | | with debug |