Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2013-01-06 | 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 |
| | * | 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 |
| | * | Fix sprintf modifiers all around the place. In most cases | Andrey Hristov | 2010-06-21 | 1 | -3/+3 |
| | * | 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 |
| | * | 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 |
| | * | - 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 |
| | * | Stricly C | Andrey Hristov | 2010-04-06 | 1 | -3/+3 |
| | * | Recommit with an Windows build fix: | Andrey Hristov | 2010-04-06 | 1 | -96/+135 |
| | * | - revert revision 297277, break the builds (declaration must go 1st, size of ... | Pierre Joye | 2010-04-01 | 1 | -135/+96 |
| | * | Fix inconsistencies | Andrey Hristov | 2010-04-01 | 1 | -93/+135 |
| | * | Make it coupled - what is allocated with mnd_ should be freed | Andrey Hristov | 2010-03-29 | 1 | -0/+40 |
* | | | Merge branch 'PHP-5.4' | Xinchen Hui | 2012-07-18 | 1 | -1/+3 |
|\ \ \ | |/ / | |||||
| * | | 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 |
* | | | trace allocations in a file | andrey | 2012-06-27 | 1 | -12/+17 |
* | | | - 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 |
* | | -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 |
* | | 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 |
* | | 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 |