summaryrefslogtreecommitdiff
path: root/lib/memdebug.c
Commit message (Expand)AuthorAgeFilesLines
* Set errno = ENOMEM on faild countcheck().Gisle Vanem2004-10-131-0/+1
* Source cleanups. The major one being that we now _always_ use a Curl_addrinfoDaniel Stenberg2004-06-241-10/+10
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-111-4/+5
* Gisle fixed: don't reference 'mem' if it's NULL.Daniel Stenberg2004-05-051-4/+5
* make the memlimit final NULL return get written to stderr as wellaDaniel Stenberg2004-05-051-0/+3
* store size as size_tDaniel Stenberg2004-03-081-4/+4
* Gisle Vanem's added support calloc()-debugging and outputting mode forDaniel Stenberg2004-02-261-2/+28
* Some compilers warn on completely empty source files, we provide a blankDaniel Stenberg2004-02-201-1/+4
* Made curl_accept() take a 'void *' instead of 'socklen_t *' in the 3rdDaniel Stenberg2004-02-181-1/+2
* Modified curl_accept() to take a 'void *' in the 2nd argument instead ofDaniel Stenberg2004-02-181-1/+2
* Make realloc() support NULL as pointer. Made to allow us to use these routinesDaniel Stenberg2004-02-161-3/+6
* Dan Fandrich's cleanup patch to make pedantic compiler options cause lessDaniel Stenberg2004-01-291-3/+5
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* use the curlassert() instead of custom checksDaniel Stenberg2003-12-161-16/+5
* don't log failed socket() callsDaniel Stenberg2003-11-131-1/+1
* Gisle Vanem's IPv6-on-Windows patch applied!Daniel Stenberg2003-10-141-4/+0
* allow out-of-memory testing by setting a limit. That number of memoryDaniel Stenberg2003-08-141-1/+45
* use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditionsDaniel Stenberg2003-06-261-2/+2
* removed the local variables for emacs and vim, use the new sample.emacsDaniel Stenberg2003-01-291-8/+0
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
* 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