curl/lib
2004-03-03 13:24:14 +00:00
..
.cvsignore
amigaos.c
amigaos.h
arpa_telnet.h
base64.c removed an unnecessary shift and splut up som weird two-statements-per-line 2004-03-01 12:54:59 +00:00
base64.h switch the arguments according to the c source 2004-02-23 11:44:03 +00:00
ca-bundle.crt
config-amigaos.h
config-mac.h
config-riscos.h
config-vms.h
config-win32.h David Byron's fixes to make the latest curl build fine under MSVC 6. 2004-02-26 16:23:28 +00:00
config.dj
connect.c Use the was_iface variable when binding a socket locally, even if no 2004-02-15 13:55:24 +00:00
connect.h
content_encoding.c another case which should use CURLcode and not int 2004-02-15 13:58:57 +00:00
content_encoding.h
cookie.c use calloc instead of malloc and we won't have to memset() the struct 2004-02-26 14:52:16 +00:00
cookie.h
curllib.dsp
curllib.dsw
dict.c removed the nth variable, it was only set and never used anyway 2004-02-12 09:50:44 +00:00
dict.h
easy.c
escape.c Dan Fandrich's cleanup patch to make pedantic compiler options cause less 2004-01-29 13:56:45 +00:00
escape.h
file.c rename struct FILE to FILEPROTO, to prevent it from causing trouble with 2004-03-03 09:25:59 +00:00
file.h
formdata.c some more size_t usage, and two added typecasts when converting from size_t 2004-03-03 13:11:28 +00:00
formdata.h Clear up int/long/size_t/ssize_t usage a bit 2004-02-26 13:40:43 +00:00
ftp.c more variable type cleanups 2004-03-03 13:24:14 +00:00
ftp.h
getdate.c.cvs
getdate.h
getdate.y Dan Fandrich's cleanup patch to make pedantic compiler options cause less 2004-01-29 13:56:45 +00:00
getenv.c Dan Fandrich's cleanup patch to make pedantic compiler options cause less 2004-01-29 13:56:45 +00:00
getinfo.c Dan Fandrich's cleanup patch to make pedantic compiler options cause less 2004-01-29 13:56:45 +00:00
getinfo.h
hash.c
hash.h
hostip.c tv_sec is an int, so we explicitly typecast the result of long - long to 2004-03-03 13:07:32 +00:00
hostip.h
http_chunks.c Dan Fandrich's cleanup patch to make pedantic compiler options cause less 2004-01-29 13:56:45 +00:00
http_chunks.h Dan Fandrich's cleanup patch to make pedantic compiler options cause less 2004-01-29 13:56:45 +00:00
http_digest.c
http_digest.h
http_negotiate.c
http_negotiate.h
http_ntlm.c adjusted to the modified base64 protos 2004-02-23 08:24:53 +00:00
http_ntlm.h
http.c Yet another curl_off_t printf format attempt, we now exclude the %-letter from 2004-03-02 09:31:18 +00:00
http.h
if2ip.c set the 'retry' bit to TRUE when the connection is about to be retried, 2004-02-02 14:49:54 +00:00
if2ip.h
inet_ntoa_r.h
inet_pton.c Dan Fandrich's cleanup patch to make pedantic compiler options cause less 2004-01-29 13:56:45 +00:00
inet_pton.h
krb4.c fixed some warnings in the (both new and old) base64 usage 2004-02-23 16:09:39 +00:00
krb4.h
ldap.c removed the ldaptext variable, it was only set and never used 2004-02-12 09:51:43 +00:00
ldap.h
libcurl.def
libcurl.framework.make
libcurl.plist
libcurl.rc
llist.c
llist.h
Makefile.am
makefile.amiga
Makefile.b32 Removed getpass from here. The fact this still was present here indicates 2004-02-23 12:01:10 +00:00
Makefile.b32.resp
makefile.dj
Makefile.m32 Andrés García's updates 2004-02-05 21:03:53 +00:00
Makefile.riscos
Makefile.vc6 David Byron's fixes to make the latest curl build fine under MSVC 6. 2004-02-26 16:23:28 +00:00
md5.c Convert functions to ANSI-style declaration to prevent compiler warnings 2004-02-20 16:18:26 +00:00
md5.h
memdebug.c Gisle Vanem's added support calloc()-debugging and outputting mode for 2004-02-26 14:52:51 +00:00
memdebug.h Gisle Vanem's added support calloc()-debugging and outputting mode for 2004-02-26 14:52:51 +00:00
mprintf.c fixed the test code to work 2004-03-01 16:22:17 +00:00
multi.c compiler warning fix, compare struct pointers of the same type 2004-02-05 09:37:04 +00:00
netrc.c Doug Porter's patch that changes the order of preferences on how to find the 2004-02-19 09:22:00 +00:00
netrc.h
progress.c Yet another curl_off_t printf format attempt, we now exclude the %-letter from 2004-03-02 09:31:18 +00:00
progress.h
README.ares
README.encoding
README.memoryleak
security.c
security.h
sendf.c Clear up int/long/size_t/ssize_t usage a bit 2004-02-26 13:40:43 +00:00
sendf.h
setup.h Tom Bates' adjustment to build on his nsr-tandem-nsk. 2004-03-03 09:27:18 +00:00
share.c Don't call the lock/unlock functions if they are NULL. They can still be 2004-02-26 11:39:38 +00:00
share.h
speedcheck.c
speedcheck.h
ssluse.c Dan Fandrich's cleanup patch to make pedantic compiler options cause less 2004-01-29 13:56:45 +00:00
ssluse.h
strequal.c Dan Fandrich's cleanup patch to make pedantic compiler options cause less 2004-01-29 13:56:45 +00:00
strequal.h
strtok.c Dan Fandrich's cleanup patch to make pedantic compiler options cause less 2004-01-29 13:56:45 +00:00
strtok.h
strtoofft.c Remade to use curlx_-prefix. This means this function can be compiled and 2004-02-19 08:12:13 +00:00
strtoofft.h make newer MSCV7 compilers use _strtoi64() as a strtoll() replacement 2004-02-23 14:24:49 +00:00
telnet.c (void) functions we don't check the return code for 2004-02-15 13:48:50 +00:00
telnet.h
timeval.c
timeval.h
transfer.c Yet another curl_off_t printf format attempt, we now exclude the %-letter from 2004-03-02 09:31:18 +00:00
transfer.h
url.c corrected the reuse_fresh condition 2004-03-02 14:00:44 +00:00
url.h
urldata.h make the backup variable of the same kind as the data it backups! ;-) 2004-03-03 13:12:30 +00:00
version.c set CURL_VERSION_LARGEFILE if we support large files 2004-03-01 16:24:04 +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.