summaryrefslogtreecommitdiff
path: root/lib/memdebug.c
Commit message (Expand)AuthorAgeFilesLines
...
* remove dead code portion inoperative long time agoYang Tse2008-09-131-7/+0
* fix print formatting string directivesYang Tse2008-09-041-4/+4
* Move the CURLDEBUG check after setup.h so it can be set there if necessary.Dan Fandrich2008-05-141-1/+1
* if () => if()Daniel Stenberg2007-11-071-4/+4
* Fix getsockname argument typePatrick Monnerat2007-08-081-1/+4
* Using fdopen() is a more correct way to implement the CURLOPT_NEW_FILE_PREMSJames Housley2007-06-281-0/+10
* Added call to setvbuf (disabled by default for speed) to flush theDan Fandrich2007-05-151-0/+4
* curlassert macro replaced with DEBUGASSERT macro defined in setup_once.hYang Tse2007-02-211-3/+3
* use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse2007-02-161-2/+2
* Prevent multiple initialization of memdebug configuration variables.Yang Tse2006-11-051-9/+13
* use %p to printf pointers since %x doesn't work properly on tru64 for thisDaniel Stenberg2005-06-301-1/+1
* Updated the copyright year since changes have been this year.Daniel Stenberg2005-03-311-1/+1
* 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