aboutsummaryrefslogtreecommitdiff
path: root/lib/memdebug.c
AgeCommit message (Expand)Author
2004-01-07updated year in the copyright stringDaniel Stenberg
2003-12-16use the curlassert() instead of custom checksDaniel Stenberg
2003-11-13don't log failed socket() callsDaniel Stenberg
2003-10-14Gisle Vanem's IPv6-on-Windows patch applied!Daniel Stenberg
2003-08-14allow out-of-memory testing by setting a limit. That number of memoryDaniel Stenberg
2003-06-26use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditionsDaniel Stenberg
2003-01-29removed the local variables for emacs and vim, use the new sample.emacsDaniel Stenberg
2003-01-16copyright year update in the source headerDaniel Stenberg
2002-09-03updated source code boilerplate/headerDaniel Stenberg
2002-05-21James Cone's efforts to add another netrc parsing "mode"Daniel Stenberg
2002-03-19copyright string (year) updateDaniel Stenberg
2002-03-08detect fclose(NULL)Daniel Stenberg
2002-02-28more fancy alloc, we store the size in each allocated block so that weDaniel Stenberg
2002-02-28always allocates at least 64 bytes for real, and damages them before freeDaniel Stenberg
2002-02-20Nico Baggus' VMS tweaksDaniel Stenberg
2001-11-28fill memory with junk on malloc()Daniel Stenberg
2001-10-17the malloc debug system only logs data if the logfile FILE * is set, whichDaniel Stenberg
2001-10-11looks nicer and is better compatible with older vim versionsSterling Hughes
2001-09-07Added formatting sections for emacs and vimSterling Hughes
2001-08-14curl_memdebug takes a const argument nowDaniel Stenberg
2001-08-14const-ified lots of function argumentsDaniel Stenberg
2001-03-09uses socklen_t nowDaniel Stenberg
2001-03-02strdup() takes a const char * nowDaniel Stenberg
2001-01-05Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg
2001-01-03dual-license fixDaniel Stenberg
2000-12-19include unistd.h if present to prevent compiler warnings on close()Daniel Stenberg
2000-12-19Added fopen() and fclose() leak trackingDaniel Stenberg
2000-12-18fixed accept() for memory debuggingDaniel Stenberg
2000-12-14added socket() / sclose() checks to the memdebug systemDaniel Stenberg
2000-11-21uses the "internal" mprintf() routines for formatted outputDaniel Stenberg
2000-11-17now exits and alerts on bad uses of strdup() and free()Daniel Stenberg
2000-11-17now includes stdlib.hDaniel Stenberg
2000-10-25compiles on Linux nowDaniel Stenberg
2000-10-09added for memory leak debugging etcDaniel Stenberg