Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-26 | memdebug: make memdebug.h self-contained even when MEMDEBUG isn't defined | Guillaume Nault | |
We need to include <stdio.h> to define 'asprintf', <stdlib.h> for 'malloc', 'realloc' and 'free' and <string.h> for 'strdup' and 'strndup'. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2013-07-18 | memdbg: Implement asprintf() | Guillaume Nault | |
Define md_asprintf() as an equivalent of the GNU libc's asprintf() (with buffer allocated by md_malloc). Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2011-01-17 | memory usage optimization | Dmitry Kozlov | |
2011-01-05 | rename accel-pptp to accel-ppp | Dmitry Kozlov | |