Revert "Update to 7.44.0"
[platform/upstream/curl.git] / lib / memdebug.h
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
2013-09-04 Patrick McCartyImported Upstream version 7.32.0 upstream/7.32.0
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
2012-12-28 Yang Tsebuild: rename 76 lib/*.h 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-15 Yang TseMake Curl_safefree() macro assign NULL to given pointer...
2011-09-03 Yang Tsefix a bunch of MSVC compiler warnings
2011-09-02 Yang TseMemoryTracking: fix logging of free() calls done where...
2011-08-20 Yang TseMemoryTracking: adjust initialization calling
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...
2011-04-27 Daniel Stenbergsource cleanup: unify look, style and indent levels
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-02-22 Yang Tsefix socket data type and logging format in debug tracki...
2010-01-19 Yang Tseupdate copyright year notice
2010-01-18 Yang TseConstantine Sapuntzakis enhancements to make memory...
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-07-15 Gunter Knauffixed typo.
2009-06-19 Yang Tsesclose() function-like macro definition used to close...
2009-04-21 Yang TseMoved potential inclusion of system's malloc.h and...
2008-10-30 Yang TseMove curl_dofreeaddrinfo() and curl_dofreeaddrinfo()
2008-09-13 Yang TseDisable tracking of fdopen() calls in the low-level...
2007-06-28 James HousleyUsing fdopen() is a more correct way to implement the...
2006-10-27 Yang TseUpdate copyright year, since the file has been modified
2006-07-04 Yang TseTest HAVE_GETNAMEINFO definition before using GETNAMEIN...
2005-11-13 Daniel StenbergYang Tse fixed compiler warnings
2005-06-30 Daniel Stenbergenable memory debugging on tru64 with ipv6 support...
2005-03-31 Daniel StenbergUpdated the copyright year since changes have been...
2004-11-09 Gisle VanemChanges for removing libcurl.def file on Win32.
2004-04-26 Daniel StenbergMajor hostip.c cleanup and split into multiple files...
2004-02-26 Daniel StenbergGisle Vanem's added support calloc()-debugging and...
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 Stenbergsupport closesocket() for closing sockets as well,...
2004-02-02 Daniel Stenbergundef accept before defining it, since AIX 5.2 has...
2004-01-29 Daniel StenbergDan Fandrich's cleanup patch to make pedantic compiler...
2004-01-07 Daniel Stenbergupdated year in the copyright string
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
2003-03-15 Daniel StenbergGisle Vanem's fix to get this working nicely on windows
2003-01-16 Daniel Stenbergcopyright year update in the source header
2002-10-28 Daniel Stenbergprevent compiler warnings
2002-09-03 Daniel Stenbergupdated source code boilerplate/header
2002-03-19 Daniel Stenbergcopyright string (year) update
2001-12-17 Daniel StenbergGötz Babin-Ebell's OpenSSL ENGINE patch
2001-10-04 Daniel Stenberggetaddrinfo() cleanups
2001-08-14 Daniel Stenbergcurl_memdebug takes a const argument now
2001-08-14 Daniel Stenbergconst-ified lots of function arguments
2001-08-06 Daniel StenbergNico's VMS adjustment
2001-03-09 Daniel Stenberguses socklen_t now
2001-03-02 Daniel Stenbergstrdup() takes a const char * now
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-10-09 Daniel Stenbergadded for memory leak debugging etc