curl/lib
2005-04-19 23:38:57 +00:00
..
.cvsignore
amigaos.c
amigaos.h
arpa_telnet.h
base64.c Updated the copyright year since changes have been this year. 2005-03-31 07:02:02 +00:00
base64.h Updated the copyright year since changes have been this year. 2005-03-31 07:02:02 +00:00
ca-bundle.crt
config-amigaos.h Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detects 2005-03-11 05:28:07 +00:00
config-mac.h Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detects 2005-03-11 05:28:07 +00:00
config-riscos.h Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detects 2005-03-11 05:28:07 +00:00
config-win32.h Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detects 2005-03-11 05:28:07 +00:00
config-win32ce.h
config.dj Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detects 2005-03-11 05:28:07 +00:00
connect.c silence compiler warnings for mingw win32 builds --enable-debug 2005-03-14 15:43:23 +00:00
connect.h conn->ip_addr MUST NOT be used on re-used connections 2005-01-29 13:07:16 +00:00
content_encoding.c Updated the copyright year since changes have been this year. 2005-03-31 07:02:02 +00:00
content_encoding.h
cookie.c Updated the copyright year since changes have been this year. 2005-03-31 07:02:02 +00:00
cookie.h
curllib.dsw
curlx.h
dict.c FTP code turned into state machine. Not completely yet, but a good start. 2005-02-09 13:06:40 +00:00
dict.h FTP code turned into state machine. Not completely yet, but a good start. 2005-02-09 13:06:40 +00:00
easy.c GnuTLS support added. There's now a "generic" SSL layer that we use all over 2005-04-07 15:27:13 +00:00
easyif.h Updated the copyright year since changes have been this year. 2005-03-31 07:02:02 +00:00
escape.c
escape.h
file.c Removed all uses of strftime() since it uses the localised version of the 2005-02-11 00:03:49 +00:00
file.h FTP code turned into state machine. Not completely yet, but a good start. 2005-02-09 13:06:40 +00:00
formdata.c C ensures that static variables are initialized to 0 2004-12-22 20:12:15 +00:00
formdata.h
ftp.c GnuTLS support added. There's now a "generic" SSL layer that we use all over 2005-04-07 15:27:13 +00:00
ftp.h FTP code turned into state machine. Not completely yet, but a good start. 2005-02-09 13:06:40 +00:00
getenv.c
getinfo.c GnuTLS support added. There's now a "generic" SSL layer that we use all over 2005-04-07 15:27:13 +00:00
getinfo.h
gtls.c oops, only negative numbers are errors 2005-04-13 21:17:05 +00:00
gtls.h GnuTLS support added. There's now a "generic" SSL layer that we use all over 2005-04-07 15:27:13 +00:00
hash.c Use plain structs and not typedef'ed ones in the hash and linked-list code. 2005-01-25 00:06:29 +00:00
hash.h Use plain structs and not typedef'ed ones in the hash and linked-list code. 2005-01-25 00:06:29 +00:00
hostares.c only define _REENTRANT if not already defined, and only in setup.h 2005-04-19 23:19:23 +00:00
hostasyn.c only define _REENTRANT if not already defined, and only in setup.h 2005-04-19 23:19:23 +00:00
hostip4.c only define _REENTRANT if not already defined, and only in setup.h 2005-04-19 23:19:23 +00:00
hostip6.c only define _REENTRANT if not already defined, and only in setup.h 2005-04-19 23:19:23 +00:00
hostip.c only define _REENTRANT if not already defined, and only in setup.h 2005-04-19 23:19:23 +00:00
hostip.h kill warnings 2005-04-04 21:23:04 +00:00
hostsyn.c only define _REENTRANT if not already defined, and only in setup.h 2005-04-19 23:19:23 +00:00
hostthre.c only define _REENTRANT if not already defined, and only in setup.h 2005-04-19 23:19:23 +00:00
http_chunks.c Updated the copyright year since changes have been this year. 2005-03-31 07:02:02 +00:00
http_chunks.h Updated the copyright year since changes have been this year. 2005-03-31 07:02:02 +00:00
http_digest.c
http_digest.h
http_negotiate.c Updated the copyright year since changes have been this year. 2005-03-31 07:02:02 +00:00
http_negotiate.h
http_ntlm.c GnuTLS support added. There's now a "generic" SSL layer that we use all over 2005-04-07 15:27:13 +00:00
http_ntlm.h GnuTLS support added. There's now a "generic" SSL layer that we use all over 2005-04-07 15:27:13 +00:00
http.c Toshiyuki Maezawa reported that when doing a POST with a read callback, 2005-04-18 17:14:58 +00:00
http.h FTP code turned into state machine. Not completely yet, but a good start. 2005-02-09 13:06:40 +00:00
if2ip.c cast the call to Curl_inet_ntop for DECC compiler squawk 2005-04-08 05:01:40 +00:00
if2ip.h Updated the copyright year since changes have been this year. 2005-03-31 07:02:02 +00:00
inet_ntoa_r.h Fixed ftp support with uClibc due to differing inet_ntoa_r() behaviour. 2005-03-15 21:00:46 +00:00
inet_ntop.c Fixed some compiler warnings I should have noticed before. 2005-03-16 02:25:12 +00:00
inet_ntop.h Updated the copyright year since changes have been this year. 2005-03-31 07:02:02 +00:00
inet_pton.c
inet_pton.h Updated the copyright year since changes have been this year. 2005-03-31 07:02:02 +00:00
krb4.c Removed security.h since it shadows an include file mingw needs when building 2005-03-14 00:00:45 +00:00
krb4.h GnuTLS support added. There's now a "generic" SSL layer that we use all over 2005-04-07 15:27:13 +00:00
ldap.c Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detects 2005-03-11 05:28:07 +00:00
ldap.h FTP code turned into state machine. Not completely yet, but a good start. 2005-02-09 13:06:40 +00:00
libcurl.def
libcurl.framework.make added new files 2005-04-07 20:56:04 +00:00
libcurl.imp
libcurl.plist
libcurl.rc corrected copyright. 2004-06-09 01:15:03 +00:00
llist.c Use plain structs and not typedef'ed ones in the hash and linked-list code. 2005-01-25 00:06:29 +00:00
llist.h Use plain structs and not typedef'ed ones in the hash and linked-list code. 2005-01-25 00:06:29 +00:00
Makefile.am Updated the copyright year since changes have been this year. 2005-03-31 07:02:02 +00:00
makefile.amiga added new files 2005-04-07 20:56:04 +00:00
Makefile.b32
makefile.dj cut 'n paste error 2005-04-07 21:12:09 +00:00
Makefile.inc GnuTLS support added. There's now a "generic" SSL layer that we use all over 2005-04-07 15:27:13 +00:00
Makefile.m32
Makefile.netware Updated the copyright year since changes have been this year. 2005-03-31 07:02:02 +00:00
Makefile.riscos GnuTLS updates 2005-04-07 21:10:31 +00:00
Makefile.vc6 fixed to build after the GnuTLS fixes 2005-04-07 20:36:48 +00:00
Makefile.Watcom GnuTLS updates 2005-04-07 21:10:31 +00:00
md5.c
md5.h
memdebug.c Updated the copyright year since changes have been this year. 2005-03-31 07:02:02 +00:00
memdebug.h Updated the copyright year since changes have been this year. 2005-03-31 07:02:02 +00:00
memory.h
mprintf.c
msvcproj.foot
msvcproj.head
multi.c remove old printf() debug leftover 2005-03-08 22:21:59 +00:00
multiif.h Updated the copyright year since changes have been this year. 2005-03-31 07:02:02 +00:00
netrc.c
netrc.h
nwlib.c
parsedate.c Updated the copyright year since changes have been this year. 2005-03-31 07:02:02 +00:00
parsedate.h Updated the copyright year since changes have been this year. 2005-03-31 07:02:02 +00:00
progress.c
progress.h
README.ares
README.curlx
README.encoding
README.hostip Added README.hostip 2005-01-14 13:43:29 +00:00
README.httpauth
README.memoryleak
security.c Removed security.h since it shadows an include file mingw needs when building 2005-03-14 00:00:45 +00:00
select.c Updated the copyright year since changes have been this year. 2005-03-31 07:02:02 +00:00
select.h
sendf.c GnuTLS support added. There's now a "generic" SSL layer that we use all over 2005-04-07 15:27:13 +00:00
sendf.h FTP code turned into state machine. Not completely yet, but a good start. 2005-02-09 13:06:40 +00:00
setup.h only define _REENTRANT if not already defined, and only in setup.h 2005-04-19 23:19:23 +00:00
share.c
share.h Use plain structs and not typedef'ed ones in the hash and linked-list code. 2005-01-25 00:06:29 +00:00
speedcheck.c
speedcheck.h
sslgen.c prevent compiler warning 2005-04-19 23:38:57 +00:00
sslgen.h GnuTLS support added. There's now a "generic" SSL layer that we use all over 2005-04-07 15:27:13 +00:00
ssluse.c fix compiler warning 2005-04-13 06:52:03 +00:00
ssluse.h GnuTLS support added. There's now a "generic" SSL layer that we use all over 2005-04-07 15:27:13 +00:00
strequal.c
strequal.h Provides an unconditional strlcat() proto even if strlcat() was found by 2005-04-12 07:56:57 +00:00
strerror.c prevent compiler warning 2005-03-15 07:47:59 +00:00
strerror.h
strtok.c
strtok.h
strtoofft.c
strtoofft.h
telnet.c nonsense change for(;;) => while(1) just to prevent gcc from warning on 2005-03-15 07:48:45 +00:00
telnet.h FTP code turned into state machine. Not completely yet, but a good start. 2005-02-09 13:06:40 +00:00
timeval.c
timeval.h
TODO.gnutls one down 2005-04-07 22:14:22 +00:00
transfer.c fixed the 304 response-with-content-length problem reported by Cory Nelson 2005-04-08 16:59:13 +00:00
transfer.h Updated the copyright year since changes have been this year. 2005-03-31 07:02:02 +00:00
url.c added typecast when converting from long to unsigned short, to prevent compiler warning 2005-04-19 23:37:45 +00:00
url.h GnuTLS support added. There's now a "generic" SSL layer that we use all over 2005-04-07 15:27:13 +00:00
urldata.h fixed the 304 response-with-content-length problem reported by Cory Nelson 2005-04-08 16:59:13 +00:00
version.c GnuTLS support added. There's now a "generic" SSL layer that we use all over 2005-04-07 15:27:13 +00:00

$Id$
                                  _   _ ____  _     
                              ___| | | |  _ \| |    
                             / __| | | | |_) | |    
                            | (__| |_| |  _ <| |___ 
                             \___|\___/|_| \_\_____|

             How To Track Down Suspected Memory Leaks in libcurl
             ===================================================

Single-threaded

  Please note that this memory leak system is not adjusted to work in more
  than one thread. If you want/need to use it in a multi-threaded app. Please
  adjust accordingly.


Build

  Rebuild libcurl with -DCURLDEBUG (usually, rerunning configure with
  --enable-debug fixes this). 'make clean' first, then 'make' so that all
  files actually are rebuilt properly. It will also make sense to build
  libcurl with the debug option (usually -g to the compiler) so that debugging
  it will be easier if you actually do find a leak in the library.

  This will create a library that has memory debugging enabled.

Modify Your Application

  Add a line in your application code:

       curl_memdebug("filename");

  This will make the malloc debug system output a full trace of all resource
  using functions to the given file name. Make sure you rebuild your program
  and that you link with the same libcurl you built for this purpose as
  described above.

Run Your Application

  Run your program as usual. Watch the specified memory trace file grow.

  Make your program exit and use the proper libcurl cleanup functions etc. So
  that all non-leaks are returned/freed properly.

Analyze the Flow

  Use the tests/memanalyze.pl perl script to analyze the memdump file:

    tests/memanalyze.pl < memdump

  This now outputs a report on what resources that were allocated but never
  freed etc. This report is very fine for posting to the list!

  If this doesn't produce any output, no leak was detected in libcurl. Then
  the leak is mostly likely to be in your code.