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
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
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
[next]