Age | Commit message (Expand) | Author |
2019-05-20 | lib: reduce variable scopes | Marcel Raad |
2019-04-22 | memdebug: fix variable name | Gisle Vanem |
2019-03-12 | memdebug: log pointer before freeing its data | Daniel Stenberg |
2019-03-08 | memdebug: make debug-specific functions use curl_dbg_ prefix | Daniel Stenberg |
2019-02-14 | memdebug: bring back curl_mark_sclose | Daniel Stenberg |
2019-02-10 | cleanup: make local functions static | Daniel Stenberg |
2018-11-23 | snprintf: renamed and we now only use msnprintf() | Daniel Stenberg |
2017-10-30 | memdebug: use send/recv signature for curl_dosend/curl_dorecv | Marcel Raad |
2017-10-14 | memdebug: trace send, recv and socket | Daniel Stenberg |
2017-09-11 | code style: use spaces around pluses | Daniel Stenberg |
2017-09-11 | code style: use spaces around equals signs | Daniel Stenberg |
2017-07-10 | errno: fix non-windows builds after af0216251b94e7 | Daniel Stenberg |
2017-07-06 | memdebug: don't setbuf() if the file open failed | Gisle Vanem |
2017-05-22 | memdebug: fix compilation failure | Kamil Dudka |
2017-05-22 | assert: avoid, use DEBUGASSERT instead! | Daniel Stenberg |
2017-05-03 | lib: fix compiler warnings | Marcel Raad |
2017-03-26 | spelling fixes | klemens |
2016-11-24 | checksrc: code style: use 'char *name' style | Daniel Stenberg |
2016-05-30 | memdebug: fix MSVC crash with -DMEMDEBUG_LOG_SYNC | Gisle Vanem |
2016-04-29 | lib: include curl_printf.h as one of the last headers | Daniel Stenberg |
2016-03-14 | memdebug: skip logging the limit countdown, fflush when reached | Daniel Stenberg |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-06-01 | curl_setup: Add macros for FOPEN_READTEXT, FOPEN_WRITETEXT | Jay Satiro |
2015-03-17 | checksrc: detect and remove space before trailing semicolons | Daniel Stenberg |
2015-03-03 | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg |
2013-12-25 | curl_dofree: allow free(NULL) | Daniel Stenberg |
2013-07-24 | string formatting: fix 15+ printf-style format strings | Yang Tse |
2013-07-24 | string formatting: fix 25+ printf-style format strings | Yang Tse |
2013-07-19 | WIN32 MemoryTracking: require UNICODE for wide strdup code support | Yang Tse |
2013-07-18 | Reinstate "WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usage". | Yang Tse |
2013-05-12 | Revert "WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usage" | Daniel Stenberg |
2013-03-25 | WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usage | Yang Tse |
2013-01-09 | build: fix circular header inclusion with other packages | Yang Tse |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2013-01-03 | build: rename 93 lib/*.c files | Yang Tse |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-12-14 | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse |
2011-09-03 | fix a bunch of MSVC compiler warnings | Yang Tse |
2011-08-20 | MemoryTracking: adjust initialization calling | Yang Tse |
2011-08-17 | MemoryTracking: adjust curl_domalloc() and curl_dofree() memory filling | Yang Tse |
2011-08-16 | MemoryTracking: make curl_docalloc() call calloc() avoiding our zero fill | Yang Tse |
2011-07-29 | socketpair() usage tracking to allow fd leak detection | Yang Tse |
2011-07-26 | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2010-02-22 | fix socket data type and logging format in debug tracking socket functions | Yang Tse |
2010-02-21 | fix compiler warning | Yang Tse |
2010-02-20 | fix compiler warning | Yang Tse |
2010-01-18 | Constantine Sapuntzakis enhancements to make memory tracking log file writing | Yang Tse |
2009-11-18 | Fix compiler warning: ISO C90 forbids mixed declarations and code | Yang Tse |
2009-11-18 | Make memory tracking system intolerant with zero sized malloc(), | Yang Tse |