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
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
2005-03-31
Updated the copyright year since changes have been this year.
Daniel Stenberg
2004-10-13
Set errno = ENOMEM on faild countcheck().
Gisle Vanem
2004-06-24
Source cleanups. The major one being that we now _always_ use a Curl_addrinfo
Daniel Stenberg
2004-05-11
curl_global_init_mem() allows the memory functions to be replaced.
Daniel Stenberg
2004-05-05
Gisle fixed: don't reference 'mem' if it's NULL.
Daniel Stenberg
2004-05-05
make the memlimit final NULL return get written to stderr as wella
Daniel Stenberg
2004-03-08
store size as size_t
Daniel Stenberg
2004-02-26
Gisle Vanem's added support calloc()-debugging and outputting mode for
Daniel Stenberg
2004-02-20
Some compilers warn on completely empty source files, we provide a blank
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
Make realloc() support NULL as pointer. Made to allow us to use these routines
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-12-16
use the curlassert() instead of custom checks
Daniel Stenberg
2003-11-13
don't log failed socket() calls
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 instead of MALLOCDEBUG for preprocessor conditions
Daniel Stenberg
2003-01-29
removed the local variables for emacs and vim, use the new sample.emacs
Daniel Stenberg
2003-01-16
copyright year update in the source header
Daniel Stenberg
2002-09-03
updated source code boilerplate/header
Daniel Stenberg
2002-05-21
James Cone's efforts to add another netrc parsing "mode"
Daniel Stenberg
2002-03-19
copyright string (year) update
Daniel Stenberg
2002-03-08
detect fclose(NULL)
Daniel Stenberg
2002-02-28
more fancy alloc, we store the size in each allocated block so that we
Daniel Stenberg
2002-02-28
always allocates at least 64 bytes for real, and damages them before free
Daniel Stenberg
2002-02-20
Nico Baggus' VMS tweaks
Daniel Stenberg
2001-11-28
fill memory with junk on malloc()
Daniel Stenberg
2001-10-17
the malloc debug system only logs data if the logfile FILE * is set, which
Daniel Stenberg
2001-10-11
looks nicer and is better compatible with older vim versions
Sterling Hughes
2001-09-07
Added formatting sections for emacs and vim
Sterling Hughes
[next]