index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
memdebug.c
Age
Commit message (
Expand
)
Author
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
2009-10-29
Fix compiler warning: control reaches end of non-void function
Yang Tse
2009-10-28
Since the NSS lib closes the socket the memory tracking system wrongly gets a
Daniel Stenberg
2009-05-02
Use build-time configured curl_socklen_t instead of socklen_t
Yang Tse
2009-04-21
libcurl's memory.h renamed to curl_memory.h
Yang Tse
2009-04-21
remove unnecessary typecast
Yang Tse
2008-10-23
Really old gcc doesn't like parenthesis around the names of functions that
Dan Fandrich
2008-09-13
Disable tracking of fdopen() calls in the low-level memory leak tracking
Yang Tse
2008-09-13
remove dead code portion inoperative long time ago
Yang Tse
2008-09-04
fix print formatting string directives
Yang Tse
2008-05-14
Move the CURLDEBUG check after setup.h so it can be set there if necessary.
Dan Fandrich
2007-11-07
if () => if()
Daniel Stenberg
2007-08-08
Fix getsockname argument type
Patrick Monnerat
2007-06-28
Using fdopen() is a more correct way to implement the CURLOPT_NEW_FILE_PREMS
James Housley
2007-05-15
Added call to setvbuf (disabled by default for speed) to flush the
Dan Fandrich
2007-02-21
curlassert macro replaced with DEBUGASSERT macro defined in setup_once.h
Yang Tse
2007-02-16
use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling
Yang Tse
2006-11-05
Prevent multiple initialization of memdebug configuration variables.
Yang Tse
2005-06-30
use %p to printf pointers since %x doesn't work properly on tru64 for this
Daniel Stenberg
[next]