curl/lib
2004-01-05 22:54:45 +00:00
..
.cvsignore
amigaos.c native AmigaOS support by Diego Casorran 2003-12-10 13:53:35 +00:00
amigaos.h native AmigaOS support by Diego Casorran 2003-12-10 13:53:35 +00:00
arpa_telnet.h
base64.c
base64.h
ca-bundle.crt
config-amigaos.h native AmigaOS support by Diego Casorran 2003-12-10 13:53:35 +00:00
config-mac.h
config-riscos.h David J Meyer's large file support. 2004-01-05 22:29:29 +00:00
config-vms.h David J Meyer's large file support. 2004-01-05 22:29:29 +00:00
config-win32.h David Byron's fix to make libcurl build fine with both .NET and VC6 version 2003-12-18 08:56:20 +00:00
config.dj djgpp fixes by Gisle Vanem 2003-12-19 08:03:35 +00:00
connect.c Peter Sylvester found a flaw in the connect code for ipv6-enabled hosts. 2003-11-13 13:28:40 +00:00
connect.h gcc -Wshadow complaints fixed 2003-10-18 20:14:33 +00:00
content_encoding.c Dan Fandrich's zlib fix 2004-01-05 22:54:45 +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 Dominick Meglio pointed out these files should be removed from here 2003-10-18 19:40:58 +00:00
curllib.dsw
dict.c David J Meyer's large file support. 2004-01-05 22:29:29 +00:00
dict.h
easy.c David J Meyer's large file support. 2004-01-05 22:29:29 +00:00
escape.c
escape.h
file.c David J Meyer's large file support. 2004-01-05 22:29:29 +00:00
file.h
formdata.c Default Content-Type for formparts has changed to "application/octet-stream". 2003-11-13 07:43:18 +00:00
formdata.h
ftp.c David J Meyer's large file support. 2004-01-05 22:29:29 +00:00
ftp.h
getdate.c.cvs
getdate.h
getdate.y prevent compiler warnings with relly picky compiler options 2003-10-18 20:13:54 +00:00
getenv.c
getinfo.c Based on Joerg Mueller-Tolk's patch, this introduces support for 2003-09-04 10:55:20 +00:00
getinfo.h
hash.c make sure that hash_add() has no allocated resources left in case it 2003-12-15 15:21:13 +00:00
hash.h Jeff Pohlmeyer did some marvelous debugging to track this one down. We MUST 2003-09-14 21:17:54 +00:00
hostip.c added a library-wide interface for doing dns cache pruning, and no longer 2003-12-15 17:33:49 +00:00
hostip.h added a library-wide interface for doing dns cache pruning, and no longer 2003-12-15 17:33:49 +00:00
http_chunks.c Mark Fletcher provided an excellent bug report that identified a problem 2003-08-03 22:18:14 +00:00
http_chunks.h
http_digest.c wrap at 80 cols 2003-09-02 07:48:58 +00:00
http_digest.h
http_negotiate.c Markus Moeller's change to check for HAVE_SPNEGO instead of the previous 2003-11-27 09:52:44 +00:00
http_negotiate.h Markus Moeller's SPNEGO patch applied, with my edits, additions and minor 2003-09-19 12:56:22 +00:00
http_ntlm.c typecasts to prevent warnings 2003-10-17 12:44:54 +00:00
http_ntlm.h When we issue a HTTP request, first make sure if the authentication phase 2003-09-15 21:11:22 +00:00
http.c David J Meyer's large file support. 2004-01-05 22:29:29 +00:00
http.h Re-arranged code to make the proxy-CONNECT loop able to do some of the 2003-09-03 21:51:28 +00:00
if2ip.c
if2ip.h
inet_ntoa_r.h
inet_pton.c Only compile the ipv6-section for ipv6-enabled libcurls. Should save 2003-10-30 07:13:13 +00:00
inet_pton.h include file fixes 2003-10-08 13:07:08 +00:00
krb4.c based on Gisle's comment, I removed the use of syslog() and fixed the 2003-12-04 15:21:49 +00:00
krb4.h
ldap.c Henrik Storner's update to make libcurl work with OpenLDAP 2.1.22 (current). 2003-09-01 08:23:31 +00:00
ldap.h
libcurl.def added the missing share-functions, pointed out by Edward Chan 2003-09-04 10:04:15 +00:00
libcurl.framework.make Mac OS X framework build files, contributed by Matt Veenstra 2003-11-06 07:42:02 +00:00
libcurl.plist Mac OS X framework build files, contributed by Matt Veenstra 2003-11-06 07:42:02 +00:00
libcurl.rc the resource file itself 2003-11-07 07:20: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 Uses less macros. #ifdef'ed out unused functions. Edited slightly to be 2003-09-05 12:44:35 +00:00
Makefile.am David J Meyer's large file support. 2004-01-05 22:29:29 +00:00
makefile.amiga Diego Casorran's amiga makefiles 2003-12-10 13:54:57 +00:00
Makefile.b32 David J Meyer's large file support. 2004-01-05 22:29:29 +00:00
Makefile.b32.resp David J Meyer's large file support. 2004-01-05 22:29:29 +00:00
makefile.dj djgpp fixes by Gisle Vanem 2003-12-19 08:03:35 +00:00
Makefile.m32 David J Meyer's large file support. 2004-01-05 22:29:29 +00:00
Makefile.riscos David J Meyer's large file support. 2004-01-05 22:29:29 +00:00
Makefile.vc6 David J Meyer's large file support. 2004-01-05 22:29:29 +00:00
md5.c do not use 'long' to store 4 bytes, as 64bit architectures have 64bit longs. 2003-09-07 15:00:10 +00:00
md5.h
memdebug.c use the curlassert() instead of custom checks 2003-12-16 14:08:53 +00:00
memdebug.h Gisle Vanem's IPv6-on-Windows patch applied! 2003-10-14 12:00:45 +00:00
mprintf.c David J Meyer's large file support. 2004-01-05 22:29:29 +00:00
multi.c FTPS support added as RFC2228 and the murray-ftp-auth-ssl draft describe it 2003-11-24 07:15:37 +00:00
netrc.c windows build fix based on a patch by Gisle Vanem 2003-11-24 11:41:26 +00:00
netrc.h Added CURLOPT_NETRC_FILE. 2003-11-11 14:30:43 +00:00
progress.c David J Meyer's large file support. 2004-01-05 22:29:29 +00:00
progress.h
README.ares Dominick Meglio's description how to build ares for libcurl on win32 2004-01-04 12:00:11 +00:00
README.encoding
README.memoryleak CURLDEBUG, not MALLOCDEBUG 2003-07-22 10:00:37 +00:00
security.c use the HAVE_KRB4 define instead of just KRB4 2003-12-02 13:27:29 +00:00
security.h
sendf.c use the HAVE_KRB4 define instead of just KRB4 2003-12-02 13:27:29 +00:00
sendf.h
setup.h we now have a 'curlassert' function to use 2003-12-10 15:27:06 +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 Gisle Vanem's IPv6-on-Windows patch applied! 2003-10-14 12:00:45 +00:00
speedcheck.h
ssluse.c prevent warning for non-SSL builds 2003-11-24 11:44:04 +00:00
ssluse.h FTPS support added as RFC2228 and the murray-ftp-auth-ssl draft describe it 2003-11-24 07:15:37 +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
strtok.h
strtoofft.c new files for the large file support number parsing 2004-01-05 22:39:46 +00:00
strtoofft.h new files for the large file support number parsing 2004-01-05 22:39:46 +00:00
telnet.c FTPS support added as RFC2228 and the murray-ftp-auth-ssl draft describe it 2003-11-24 07:15:37 +00:00
telnet.h
timeval.c make our private version of gettimeofday() static 2004-01-04 12:10:14 +00:00
timeval.h white space and copyright year changes 2004-01-04 12:09:52 +00:00
transfer.c David J Meyer's large file support. 2004-01-05 22:29:29 +00:00
transfer.h David J Meyer's large file support. 2004-01-05 22:29:29 +00:00
url.c David J Meyer's large file support. 2004-01-05 22:29:29 +00:00
url.h ares awareness/usage/support added. If configure --enable-ares is used, we 2003-08-05 14:40:59 +00:00
urldata.h David J Meyer's large file support. 2004-01-05 22:29:29 +00:00
version.c use the HAVE_KRB4 define instead of just KRB4 2003-12-02 13:27:29 +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.