Revert "Update to 7.44.0"
[platform/upstream/curl.git] / lib / memdebug.c
2016-04-07 seonah moonRevert "Update to 7.44.0" 72/65072/1
2016-04-07 Seonah MoonUpdate to 7.44.0 38/65038/2 submit/tizen/20160407.062150
2016-04-07 Seonah MoonImported Upstream version 7.44.0 35/65035/1
2016-04-07 seonah moonRevert "Imported Upstream version 7.44.0" 20/65020/1
2016-04-07 Seonah MoonImported Upstream version 7.44.0 13/65013/1
2015-11-16 taesub.kimImported Upstream version 7.40.0 07/51807/1
2013-12-25 Daniel Stenbergcurl_dofree: allow free(NULL)
2013-09-04 Patrick McCartyImported Upstream version 7.32.0 upstream/7.32.0
2013-07-24 Yang Tsestring formatting: fix 15+ printf-style format strings
2013-07-23 Yang Tsestring formatting: fix 25+ printf-style format strings
2013-07-19 Yang TseWIN32 MemoryTracking: require UNICODE for wide strdup...
2013-07-18 Yang TseReinstate "WIN32 MemoryTracking: track wcsdup() _wcsdup...
2013-05-12 Daniel StenbergRevert "WIN32 MemoryTracking: track wcsdup() _wcsdup...
2013-03-25 Yang TseWIN32 MemoryTracking: track wcsdup() _wcsdup() and...
2013-01-08 Yang Tsebuild: fix circular header inclusion with other packages
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2013-01-03 Yang Tsebuild: rename 93 lib/*.c files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-12-14 Yang Tsesetup_once.h: refactor inclusion of <unistd.h> and...
2012-10-30 Anas NashifImported Upstream version 7.21.3 upstream/7.21.3
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-09-03 Yang Tsefix a bunch of MSVC compiler warnings
2011-08-20 Yang TseMemoryTracking: adjust initialization calling
2011-08-17 Yang TseMemoryTracking: adjust curl_domalloc() and curl_dofree...
2011-08-16 Yang TseMemoryTracking: make curl_docalloc() call calloc()...
2011-07-29 Yang Tsesocketpair() usage tracking to allow fd leak detection
2011-07-26 Yang Tsestdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclu...
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-02-22 Yang Tsefix socket data type and logging format in debug tracki...
2010-02-21 Yang Tsefix compiler warning
2010-02-20 Yang Tsefix compiler warning
2010-01-18 Yang TseConstantine Sapuntzakis enhancements to make memory...
2009-11-18 Yang TseFix compiler warning: ISO C90 forbids mixed declaration...
2009-11-18 Yang TseMake memory tracking system intolerant with zero sized...
2009-10-29 Yang TseFix compiler warning: control reaches end of non-void...
2009-10-28 Daniel StenbergSince the NSS lib closes the socket the memory tracking...
2009-05-02 Yang TseUse build-time configured curl_socklen_t instead of...
2009-04-21 Yang Tselibcurl's memory.h renamed to curl_memory.h
2009-04-21 Yang Tseremove unnecessary typecast
2008-10-23 Dan FandrichReally old gcc doesn't like parenthesis around the...
2008-09-13 Yang TseDisable tracking of fdopen() calls in the low-level...
2008-09-13 Yang Tseremove dead code portion inoperative long time ago
2008-09-04 Yang Tsefix print formatting string directives
2008-05-14 Dan FandrichMove the CURLDEBUG check after setup.h so it can be...
2007-11-07 Daniel Stenbergif () => if()
2007-08-08 Patrick MonneratFix getsockname argument type
2007-06-28 James HousleyUsing fdopen() is a more correct way to implement the...
2007-05-15 Dan FandrichAdded call to setvbuf (disabled by default for speed...
2007-02-21 Yang Tsecurlassert macro replaced with DEBUGASSERT macro define...
2007-02-16 Yang Tseuse macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKER...
2006-11-05 Yang TsePrevent multiple initialization of memdebug configurati...
2005-06-30 Daniel Stenberguse %p to printf pointers since %x doesn't work properl...
2005-03-31 Daniel StenbergUpdated the copyright year since changes have been...
2004-10-13 Gisle VanemSet errno = ENOMEM on faild countcheck().
2004-06-24 Daniel StenbergSource cleanups. The major one being that we now _alway...
2004-05-11 Daniel Stenbergcurl_global_init_mem() allows the memory functions...
2004-05-05 Daniel StenbergGisle fixed: don't reference 'mem' if it's NULL.
2004-05-05 Daniel Stenbergmake the memlimit final NULL return get written to...
2004-03-08 Daniel Stenbergstore size as size_t
2004-02-26 Daniel StenbergGisle Vanem's added support calloc()-debugging and...
2004-02-20 Daniel StenbergSome compilers warn on completely empty source files...
2004-02-18 Daniel StenbergMade curl_accept() take a 'void *' instead of 'socklen_...
2004-02-18 Daniel StenbergModified curl_accept() to take a 'void *' in the 2nd...
2004-02-16 Daniel StenbergMake realloc() support NULL as pointer. Made to allow...
2004-01-29 Daniel StenbergDan Fandrich's cleanup patch to make pedantic compiler...
2004-01-07 Daniel Stenbergupdated year in the copyright string
2003-12-16 Daniel Stenberguse the curlassert() instead of custom checks
2003-11-13 Daniel Stenbergdon't log failed socket() calls
2003-10-14 Daniel StenbergGisle Vanem's IPv6-on-Windows patch applied!
2003-08-14 Daniel Stenbergallow out-of-memory testing by setting a limit. That...
2003-06-26 Daniel Stenberguse CURLDEBUG instead of MALLOCDEBUG for preprocessor...
2003-01-29 Daniel Stenbergremoved the local variables for emacs and vim, use...
2003-01-16 Daniel Stenbergcopyright year update in the source header
2002-09-03 Daniel Stenbergupdated source code boilerplate/header
2002-05-21 Daniel StenbergJames Cone's efforts to add another netrc parsing ...
2002-03-19 Daniel Stenbergcopyright string (year) update
2002-03-08 Daniel Stenbergdetect fclose(NULL)
2002-02-28 Daniel Stenbergmore fancy alloc, we store the size in each allocated...
2002-02-28 Daniel Stenbergalways allocates at least 64 bytes for real, and damage...
2002-02-20 Daniel StenbergNico Baggus' VMS tweaks
2001-11-28 Daniel Stenbergfill memory with junk on malloc()
2001-10-17 Daniel Stenbergthe malloc debug system only logs data if the logfile...
2001-10-11 Sterling Hugheslooks nicer and is better compatible with older vim...
2001-09-07 Sterling HughesAdded formatting sections for emacs and vim
2001-08-14 Daniel Stenbergcurl_memdebug takes a const argument now
2001-08-14 Daniel Stenbergconst-ified lots of function arguments
2001-03-09 Daniel Stenberguses socklen_t now
2001-03-02 Daniel Stenbergstrdup() takes a const char * now
2001-01-05 Daniel StenbergInternal symbols that aren't static are now prefixed...
2001-01-03 Daniel Stenbergdual-license fix
2000-12-19 Daniel Stenberginclude unistd.h if present to prevent compiler warning...
2000-12-19 Daniel StenbergAdded fopen() and fclose() leak tracking
2000-12-18 Daniel Stenbergfixed accept() for memory debugging
2000-12-14 Daniel Stenbergadded socket() / sclose() checks to the memdebug system
2000-11-21 Daniel Stenberguses the "internal" mprintf() routines for formatted...
2000-11-17 Daniel Stenbergnow exits and alerts on bad uses of strdup() and free()
2000-11-17 Daniel Stenbergnow includes stdlib.h
2000-10-25 Daniel Stenbergcompiles on Linux now
2000-10-09 Daniel Stenbergadded for memory leak debugging etc