History log of /curl/lib/memdebug.h (Results 51 – 75 of 85)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 89367d47 13-Sep-2008 Yang Tse

Disable tracking of fdopen() calls in the low-level memory leak tracking
code when fdopen() is not available, to avoid compiler error.


Revision tags: curl-7_19_0, curl-7_18_2, curl-7_18_1, curl-7_18_0, curl-7_17_1, curl-7_17_0, curl-7_17_0-preldapfix, curl-7_16_4
# aed0cc6f 28-Jun-2007 James Housley

Using fdopen() is a more correct way to implement the CURLOPT_NEW_FILE_PREMS
file.c, but the debug interface was missing. This adds the routines needed
to make the memory debuging work for f

Using fdopen() is a more correct way to implement the CURLOPT_NEW_FILE_PREMS
file.c, but the debug interface was missing. This adds the routines needed
to make the memory debuging work for fdopen().

show more ...


Revision tags: curl-7_16_3, curl-7_16_2, curl-7_16_1, curl-7_16_0
# 772a985d 27-Oct-2006 Yang Tse

Update copyright year, since the file has been modified


Revision tags: curl-7_15_6-prepipeline, curl-7_15_5
# 55138753 04-Jul-2006 Yang Tse

Test HAVE_GETNAMEINFO definition before using GETNAMEINFO_XXX definitions.


Revision tags: curl-7_15_4, curl-7_15_3, curl-7_15_2, curl-7_15_1
# 9ace3035 13-Nov-2005 Daniel Stenberg

Yang Tse fixed compiler warnings


Revision tags: curl-7_15_0, curl-7_14_1, c-ares-1_3_0
# 883479f0 30-Jun-2005 Daniel Stenberg

enable memory debugging on tru64 with ipv6 support by doing a little different
defining, since the system headers themselves redefine getaddrinfo


Revision tags: curl-7_14_0, curl-7_13_2
# ab4086bc 31-Mar-2005 Daniel Stenberg

Updated the copyright year since changes have been this year.


Revision tags: curl-7_13_1, before_ftp_statemachine, curl-7_13_0, curl-7_12_3
# 377e43fb 09-Nov-2004 Gisle Vanem

Changes for removing libcurl.def file on Win32.
Added "CURL_EXTERN" to memdebug.h functions.
Cleaned up Makefile.vc6.


Revision tags: curl-7_12_2, curl-7_12_1, pre-aifix, curl-7_12_0
# 648e82f0 26-Apr-2004 Daniel Stenberg

Major hostip.c cleanup and split into multiple files and easier #ifdef
usage.


Revision tags: curl-7_11_2, c-ares-1_2_0, curl-7_11_1
# 07de0ff0 26-Feb-2004 Daniel Stenberg

Gisle Vanem's added support calloc()-debugging and outputting mode for
fopen() as well.


# de681d3b 18-Feb-2004 Daniel Stenberg

Made curl_accept() take a 'void *' instead of 'socklen_t *' in the 3rd
argument to also not force the casual includer to know about the socklen_t
type.


# f33be3c3 18-Feb-2004 Daniel Stenberg

Modified curl_accept() to take a 'void *' in the 2nd argument instead of
sockaddr *. This has the added benefit that source files that include
memdebug.h doesn't have to know about "sockaddr".


# 09aa1659 16-Feb-2004 Daniel Stenberg

support closesocket() for closing sockets as well, as then we can use this
code fine on ares!


# 0412a201 02-Feb-2004 Daniel Stenberg

undef accept before defining it, since AIX 5.2 has it as a define!


# 4d17d687 29-Jan-2004 Daniel Stenberg

Dan Fandrich's cleanup patch to make pedantic compiler options cause less
warnings. Minor edits by me.


Revision tags: curl-7_11_0
# 053f6c85 07-Jan-2004 Daniel Stenberg

updated year in the copyright string


Revision tags: curl-7_10_8
# 749f5387 14-Oct-2003 Daniel Stenberg

Gisle Vanem's IPv6-on-Windows patch applied!


Revision tags: curl-7_10_7
# 02c78ecf 14-Aug-2003 Daniel Stenberg

allow out-of-memory testing by setting a limit. That number of memory
allocation calls will succeed, the following will return NULL!


Revision tags: curl-7_10_6
# f7d795a3 26-Jun-2003 Daniel Stenberg

use CURLDEBUG


Revision tags: curl-7_10_5, curl-7_10_4
# e6bfbe96 15-Mar-2003 Daniel Stenberg

Gisle Vanem's fix to get this working nicely on windows


# f26a338a 16-Jan-2003 Daniel Stenberg

copyright year update in the source header


Revision tags: curl-7_10_3, curl-7_10_2
# b8a6913e 28-Oct-2002 Daniel Stenberg

prevent compiler warnings


Revision tags: curl-7_10_1, curl-7_10
# ba4e69be 03-Sep-2002 Daniel Stenberg

updated source code boilerplate/header


Revision tags: curl-7_9_8, curl-7_9_7, curl-7_9_7-pre2, curl-7_9_6
# 974f314f 19-Mar-2002 Daniel Stenberg

copyright string (year) update


Revision tags: curl-7_9_5, curl-7_9_5-pre4, curl-7_9_5-pre2, curl-7_9_4, curl-7_9_3, curl-7_9_3-pre3, curl-7_9_3-pre2, curl-7_9_3-pre1, pre-host-cache
# af6c3947 17-Dec-2001 Daniel Stenberg

G�tz Babin-Ebell's OpenSSL ENGINE patch


1234