summaryrefslogtreecommitdiff
path: root/lib/memdebug.c
Commit message (Expand)AuthorAgeFilesLines
* fill memory with junk on malloc()Daniel Stenberg2001-11-281-0/+3
* the malloc debug system only logs data if the logfile FILE * is set, whichDaniel Stenberg2001-10-171-19/+30
* looks nicer and is better compatible with older vim versionsSterling Hughes2001-10-111-2/+2
* Added formatting sections for emacs and vimSterling Hughes2001-09-071-0/+8
* curl_memdebug takes a const argument nowDaniel Stenberg2001-08-141-1/+1
* const-ified lots of function argumentsDaniel Stenberg2001-08-141-7/+8
* uses socklen_t nowDaniel Stenberg2001-03-091-1/+1
* strdup() takes a const char * nowDaniel Stenberg2001-03-021-1/+1
* Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg2001-01-051-1/+1
* dual-license fixDaniel Stenberg2001-01-031-28/+11
* include unistd.h if present to prevent compiler warnings on close()Daniel Stenberg2000-12-191-0/+4
* Added fopen() and fclose() leak trackingDaniel Stenberg2000-12-191-0/+16
* fixed accept() for memory debuggingDaniel Stenberg2000-12-181-0/+9
* added socket() / sclose() checks to the memdebug systemDaniel Stenberg2000-12-141-0/+27
* uses the "internal" mprintf() routines for formatted outputDaniel Stenberg2000-11-211-0/+3
* now exits and alerts on bad uses of strdup() and free()Daniel Stenberg2000-11-171-2/+18
* now includes stdlib.hDaniel Stenberg2000-11-171-0/+1
* compiles on Linux nowDaniel Stenberg2000-10-251-5/+5
* added for memory leak debugging etcDaniel Stenberg2000-10-091-0/+98