summaryrefslogtreecommitdiff
path: root/lib/memdebug.c
Commit message (Expand)AuthorAgeFilesLines
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* James Cone's efforts to add another netrc parsing "mode"Daniel Stenberg2002-05-211-1/+3
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* detect fclose(NULL)Daniel Stenberg2002-03-081-1/+9
* more fancy alloc, we store the size in each allocated block so that weDaniel Stenberg2002-02-281-15/+31
* always allocates at least 64 bytes for real, and damages them before freeDaniel Stenberg2002-02-281-8/+30
* Nico Baggus' VMS tweaksDaniel Stenberg2002-02-201-1/+4
* 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