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.h
Age
Commit message (
Expand
)
Author
2016-04-03
code: style updates
Daniel Stenberg
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-12-07
lwip: Fix compatibility issues with later versions
Gisle Vanem
2015-03-17
checksrc: use space after comma
Daniel Stenberg
2015-03-16
free: instead of Curl_safefree()
Daniel Stenberg
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
2012-12-28
build: rename 76 lib/*.h 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-15
Make Curl_safefree() macro assign NULL to given pointer when free'd
Yang Tse
2011-09-03
fix a bunch of MSVC compiler warnings
Yang Tse
2011-09-02
MemoryTracking: fix logging of free() calls done where Curl_safefree is called
Yang Tse
2011-08-20
MemoryTracking: adjust initialization calling
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
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
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-01-19
update copyright year notice
Yang Tse
2010-01-18
Constantine Sapuntzakis enhancements to make memory tracking log file writing
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-07-15
fixed typo.
Gunter Knauf
2009-06-19
sclose() function-like macro definition used to close a socket,
Yang Tse
2009-04-21
Moved potential inclusion of system's malloc.h and memory.h header files to
Yang Tse
2008-10-30
Move curl_dofreeaddrinfo() and curl_dofreeaddrinfo()
Yang Tse
2008-09-13
Disable tracking of fdopen() calls in the low-level memory leak tracking
Yang Tse
2007-06-28
Using fdopen() is a more correct way to implement the CURLOPT_NEW_FILE_PREMS
James Housley
2006-10-27
Update copyright year, since the file has been modified
Yang Tse
2006-07-04
Test HAVE_GETNAMEINFO definition before using GETNAMEINFO_XXX definitions.
Yang Tse
2005-11-13
Yang Tse fixed compiler warnings
Daniel Stenberg
2005-06-30
enable memory debugging on tru64 with ipv6 support by doing a little different
Daniel Stenberg
2005-03-31
Updated the copyright year since changes have been this year.
Daniel Stenberg
2004-11-09
Changes for removing libcurl.def file on Win32.
Gisle Vanem
2004-04-26
Major hostip.c cleanup and split into multiple files and easier #ifdef
Daniel Stenberg
2004-02-26
Gisle Vanem's added support calloc()-debugging and outputting mode for
Daniel Stenberg
2004-02-18
Made curl_accept() take a 'void *' instead of 'socklen_t *' in the 3rd
Daniel Stenberg
2004-02-18
Modified curl_accept() to take a 'void *' in the 2nd argument instead of
Daniel Stenberg
2004-02-16
support closesocket() for closing sockets as well, as then we can use this
Daniel Stenberg
2004-02-02
undef accept before defining it, since AIX 5.2 has it as a define!
Daniel Stenberg
2004-01-29
Dan Fandrich's cleanup patch to make pedantic compiler options cause less
Daniel Stenberg
2004-01-07
updated year in the copyright string
Daniel Stenberg
2003-10-14
Gisle Vanem's IPv6-on-Windows patch applied!
Daniel Stenberg
2003-08-14
allow out-of-memory testing by setting a limit. That number of memory
Daniel Stenberg
2003-06-26
use CURLDEBUG
Daniel Stenberg
[next]