curl/lib
2003-10-24 12:58:59 +00:00
..
.cvsignore
arpa_telnet.h
base64.c We noe use CURLDEBUG instead of MALLOCDEBUG 2003-06-26 06:45:15 +00:00
base64.h copyright year update in the source header 2003-01-16 21:08:12 +00:00
ca-bundle.crt Removed the "TC TrustCenter, Germany, Class 0 CA." certificate: 2003-03-24 11:06:57 +00:00
config-mac.h
config-riscos.h
config-vms.h Nico Baggus little adjustment to build with OpenSSL 0.9.7 (the ENGINE thing) 2003-03-14 17:21:06 +00:00
config-win32.h
config.dj Gisle Vanem made curl build with djgpp on DOS. 2003-05-21 08:08:48 +00:00
connect.c
connect.h
content_encoding.c Dan Fandrich's gzip bugfix 2003-04-22 22:32:02 +00:00
content_encoding.h
cookie.c Added some infof() calls, that require the data pointer so now several 2003-08-11 09:55:11 +00:00
cookie.h the new cookie functions that require 'data' passed in 2003-08-11 09:56:06 +00:00
curllib.dsp
curllib.dsw
dict.c
dict.h
easy.c Kimmo Kinnunen fixed a crash with duphandle() when CURLDEBUG was set 2003-10-14 13:10:05 +00:00
escape.c use CURLDEBUG instead of MALLOCDEBUG 2003-06-26 06:50:32 +00:00
escape.h
file.c
file.h
formdata.c use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions 2003-06-26 11:22:12 +00:00
formdata.h copyright year update in the source header 2003-01-16 21:08:12 +00:00
ftp.c
ftp.h
getdate.c.cvs
getdate.h
getdate.y
getenv.c
getinfo.c
getinfo.h
hash.c Jeff Pohlmeyer did some marvelous debugging to track this one down. We MUST 2003-09-14 21:17:54 +00:00
hash.h
hostip.c
hostip.h Based on a patch provided by Siddhartha Prakash Jain. In Curl_resolv() when 2003-10-04 14:50:45 +00:00
http_chunks.c
http_chunks.h
http_digest.c wrap at 80 cols 2003-09-02 07:48:58 +00:00
http_digest.h Better Digest stuff 2003-05-22 22:39:38 +00:00
http_negotiate.c
http_negotiate.h
http_ntlm.c
http_ntlm.h
http.c
http.h
if2ip.c
if2ip.h
inet_ntoa_r.h had to add this since it was missing in the system includes! 2000-05-29 22:52:17 +00:00
inet_pton.c
inet_pton.h
krb4.c
krb4.h
ldap.c
ldap.h
libcurl.def added the missing share-functions, pointed out by Edward Chan 2003-09-04 10:04:15 +00:00
llist.c #ifdef 0'ed Curl_llist_insert_prev and Curl_llist_remove_next, as they are 2003-09-11 22:13:37 +00:00
llist.h
Makefile.am password promting support removed from libcurl 2003-10-16 14:08:59 +00:00
Makefile.b32
Makefile.b32.resp Added share.obj 2003-03-03 22:39:34 +00:00
makefile.dj
Makefile.m32 updated for mingw32 2003-10-21 14:14:25 +00:00
Makefile.riscos
Makefile.vc6 Dylan Ellicott added the release-libcurl-ssl-dll target 2003-10-22 11:26:41 +00:00
md5.c
md5.h
memdebug.c Gisle Vanem's IPv6-on-Windows patch applied! 2003-10-14 12:00:45 +00:00
memdebug.h Gisle Vanem's IPv6-on-Windows patch applied! 2003-10-14 12:00:45 +00:00
mprintf.c Respect HAVE_LONGLONG to support 'long long' 2003-08-19 15:37:07 +00:00
multi.c minor fix to not shadow a variable 2003-10-18 20:38:18 +00:00
netrc.c
netrc.h
progress.c
progress.h
README.ares added more mirrored versions of the ares 1.1.1 package 2003-10-13 13:10:05 +00:00
README.encoding Dan Fandrich changed CURLOPT_ENCODING to select all supported encodings if 2003-05-12 12:45:14 +00:00
README.memoryleak
security.c
security.h
sendf.c
sendf.h copyright year update in the source header 2003-01-16 21:08:12 +00:00
setup.h Gisle Vanem's IPv6-on-Windows patch applied! 2003-10-14 12:00:45 +00:00
share.c the new cookie functions that require 'data' passed in 2003-08-11 09:56:06 +00:00
share.h Dirk Manske's patch that introduces cookie support to the share interface. 2003-08-04 15:02:42 +00:00
speedcheck.c
speedcheck.h copyright year update in the source header 2003-01-16 21:08:12 +00:00
ssluse.c
ssluse.h copyright year update in the source header 2003-01-16 21:08:12 +00:00
strequal.c added the strcasecmp() proto here (moved from setup.h), as this is the 2003-08-24 14:29:06 +00:00
strequal.h
strtok.c removed the local variables for emacs and vim, use the new sample.emacs 2003-01-29 10:14:20 +00:00
strtok.h copyright year update in the source header 2003-01-16 21:08:12 +00:00
telnet.c
telnet.h
timeval.c Gisle Vanem's IPv6-on-Windows patch applied! 2003-10-14 12:00:45 +00:00
timeval.h
transfer.c
transfer.h copyright year update in the source header 2003-01-16 21:08:12 +00:00
url.c
url.h
urldata.h gcc -Wshadow complaints fixed 2003-10-18 20:14:33 +00:00
version.c

$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.