curl/lib
2004-04-30 05:53:42 +00:00
..
.cvsignore
amigaos.c
amigaos.h
arpa_telnet.h
base64.c
base64.h
ca-bundle.crt
config-amigaos.h
config-mac.h
config-netware.h Günter Knauf's NetWare changes. 2004-03-17 12:46:42 +00:00
config-riscos.h
config-vms.h
config-win32.h
config.dj Gisle Vanem's djgpp/MS-DOS updates 2004-03-29 12:29:25 +00:00
connect.c Made host name and proxy name get stored in a 'struct hostname' and set 2004-04-27 13:56:23 +00:00
connect.h
content_encoding.c ignore the curl/types.h header file 2004-04-26 14:02:01 +00:00
content_encoding.h
cookie.c
cookie.h
curllib.dsp fixed /I "." for the debug build too 2004-03-22 11:32:22 +00:00
curllib.dsw
dict.c
dict.h
easy.c curl_easy_duphandle() works again with ares enabled 2004-04-29 10:58:22 +00:00
escape.c
escape.h
file.c added comments 2004-04-26 07:11:39 +00:00
file.h
formdata.c only a minor comment/format change 2004-04-23 11:00:47 +00:00
formdata.h Replaced Curl_FormReadOneLine with Curl_formpostheader as that is the only use 2004-04-23 10:37:52 +00:00
ftp.c Made host name and proxy name get stored in a 'struct hostname' and set 2004-04-27 13:56:23 +00:00
ftp.h removed Curl_ftp_quit() as it was turned into a static in ftp.c 2004-04-22 13:15:17 +00:00
getdate.c.cvs
getdate.h
getdate.y typecast the tolower() argument to an int to prevent compiler warning 2004-04-21 11:15:35 +00:00
getenv.c
getinfo.c
getinfo.h
hash.c
hash.h
hostares.c Made host name and proxy name get stored in a 'struct hostname' and set 2004-04-27 13:56:23 +00:00
hostasyn.c Major hostip.c cleanup and split into multiple files and easier #ifdef 2004-04-26 07:20:11 +00:00
hostip4.c Curl_ip2addr() now takes an in_addr_t argument instead to prevent compiler 2004-04-26 12:02:33 +00:00
hostip6.c corrected mistake 2004-04-26 15:11:56 +00:00
hostip.c Made defines instead of plain numbers for the Curl_resolv() return code to 2004-04-26 14:18:00 +00:00
hostip.h Made defines instead of plain numbers for the Curl_resolv() return code to 2004-04-26 14:18:00 +00:00
hostsyn.c Major hostip.c cleanup and split into multiple files and easier #ifdef 2004-04-26 07:20:11 +00:00
hostthre.c outputed elsewhere already 2004-04-27 15:13:46 +00:00
http_chunks.c
http_chunks.h
http_digest.c oops, a bad strtok() was fixed by Luca 2004-04-30 05:53:42 +00:00
http_digest.h CURLDIGEST_BADALGO is a new return code from the digest code 2004-03-31 09:20:27 +00:00
http_negotiate.c Made host name and proxy name get stored in a 'struct hostname' and set 2004-04-27 13:56:23 +00:00
http_negotiate.h
http_ntlm.c 'authdone' was added to the sessionhandle and thus was removed from the 2004-03-30 06:39:24 +00:00
http_ntlm.h 'authdone' was added to the sessionhandle and thus was removed from the 2004-03-30 06:39:24 +00:00
http.c fixed the host/proxy name issue when re-using a connection and made IDN names 2004-04-29 13:41:48 +00:00
http.h David Byron made CURLOPT_FAILONERROR work with authentications such as NTLM 2004-03-30 06:40:01 +00:00
if2ip.c Günter Knauf's NetWare changes. 2004-03-17 12:46:42 +00:00
if2ip.h
inet_ntoa_r.h
inet_ntop.c provide our own inet_ntoa_r() proto if the system has none on its own 2004-04-27 14:17:36 +00:00
inet_ntop.h Major hostip.c cleanup and split into multiple files and easier #ifdef 2004-04-26 07:20:11 +00:00
inet_pton.c
inet_pton.h
krb4.c the new way of accessing the host name 2004-04-28 20:34:04 +00:00
krb4.h
ldap.c Made host name and proxy name get stored in a 'struct hostname' and set 2004-04-27 13:56:23 +00:00
ldap.h
libcurl.def
libcurl.framework.make
libcurl.imp Günter Knauf's NetWare changes. 2004-03-17 12:46:42 +00:00
libcurl.plist
libcurl.rc include the new curlver instead, since all this wants is the version info 2004-03-22 08:54:26 +00:00
llist.c
llist.h
Makefile.am Major hostip.c cleanup and split into multiple files and easier #ifdef 2004-04-26 07:20:11 +00:00
makefile.amiga
Makefile.b32
Makefile.b32.resp
makefile.dj Gisle Vanem's djgpp/MS-DOS updates 2004-03-29 12:29:25 +00:00
Makefile.m32 Andrés García's updated mingw makefiles 2004-04-02 07:18:13 +00:00
Makefile.netware Günter Knauf's NetWare changes. 2004-03-17 12:46:42 +00:00
Makefile.riscos
Makefile.vc6 oops, .obj not .c! 2004-04-26 20:41:33 +00:00
md5.c
md5.h
memdebug.c
memdebug.h Major hostip.c cleanup and split into multiple files and easier #ifdef 2004-04-26 07:20:11 +00:00
mprintf.c stricter variable type usage 2004-03-23 15:25:54 +00:00
multi.c Major hostip.c cleanup and split into multiple files and easier #ifdef 2004-04-26 07:20:11 +00:00
netrc.c curl_strequal() returns int, keep return variables in an int 2004-03-23 15:30:12 +00:00
netrc.h
nwlib.c Günter Knauf's update, mainly converted to plain old C comments. 2004-03-17 13:36:45 +00:00
progress.c Gisle Vanem corrected a mistake in a recent progress fix 2004-04-19 07:18:26 +00:00
progress.h
README.ares up-to-date with reality 2004-04-06 07:59:11 +00:00
README.curlx renamed the strtoofft() macro to curlx_strtoofft() to adjust to the curlx_* 2004-04-07 07:30:40 +00:00
README.encoding
README.memoryleak
security.c
security.h
sendf.c Fix the "lingering close" problem when re-using a connection, as test case 2004-04-21 08:49:14 +00:00
sendf.h
setup.h Major hostip.c cleanup and split into multiple files and easier #ifdef 2004-04-26 07:20:11 +00:00
share.c adjusted to the new dns cache function to hide more hostip internals 2004-03-30 13:02:31 +00:00
share.h
speedcheck.c
speedcheck.h
ssluse.c Gisle made the code use ERR_error_string_n() 2004-04-29 07:36:40 +00:00
ssluse.h
strequal.c
strequal.h
strerror.c major update of the error strings 2004-04-26 07:12:29 +00:00
strerror.h cut off 'curl_' from the strerror file names 2004-03-25 13:40:24 +00:00
strtok.c
strtok.h
strtoofft.c
strtoofft.h renamed the strtoofft() macro to curlx_strtoofft() to adjust to the curlx_* 2004-04-07 07:30:40 +00:00
telnet.c TommyTam made a patch to handle stdin redirection for win32. 2004-04-26 07:50:51 +00:00
telnet.h
timeval.c Dirk Manske increased the resolution for what the CURLINFO_*_TIME return. 2004-04-09 09:36:31 +00:00
timeval.h Dirk Manske increased the resolution for what the CURLINFO_*_TIME return. 2004-04-09 09:36:31 +00:00
transfer.c Made host name and proxy name get stored in a 'struct hostname' and set 2004-04-27 13:56:23 +00:00
transfer.h
url.c fixed the host/proxy name issue when re-using a connection and made IDN names 2004-04-29 13:41:48 +00:00
url.h Major hostip.c cleanup and split into multiple files and easier #ifdef 2004-04-26 07:20:11 +00:00
urldata.h Luca Altea's major HTTP Digest update 2004-04-29 08:18:32 +00:00
version.c added libidn awareness 2004-04-26 07:14:08 +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.