summaryrefslogtreecommitdiff
path: root/lib/memdebug.c
Commit message (Expand)AuthorAgeFilesLines
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* fix socket data type and logging format in debug tracking socket functionsYang Tse2010-02-221-16/+31
* fix compiler warningYang Tse2010-02-211-0/+20
* fix compiler warningYang Tse2010-02-201-2/+2
* Constantine Sapuntzakis enhancements to make memory tracking log file writingYang Tse2010-01-181-40/+73
* Fix compiler warning: ISO C90 forbids mixed declarations and codeYang Tse2009-11-181-2/+2
* Make memory tracking system intolerant with zero sized malloc(),Yang Tse2009-11-181-3/+14
* Fix compiler warning: control reaches end of non-void functionYang Tse2009-10-291-1/+1
* Since the NSS lib closes the socket the memory tracking system wrongly gets aDaniel Stenberg2009-10-281-3/+9
* Use build-time configured curl_socklen_t instead of socklen_tYang Tse2009-05-021-1/+1
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-1/+1
* remove unnecessary typecastYang Tse2009-04-211-4/+4
* Really old gcc doesn't like parenthesis around the names of functions thatDan Fandrich2008-10-231-5/+5
* Disable tracking of fdopen() calls in the low-level memory leak trackingYang Tse2008-09-131-0/+2
* 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