curl/lib
2006-01-30 18:57:02 +00:00
..
.cvsignore
amigaos.c Made the copyright year match the latest modification's year. 2006-01-09 13:17:14 +00:00
amigaos.h Made the copyright year match the latest modification's year. 2006-01-09 13:17:14 +00:00
arpa_telnet.h
base64.c
base64.h
ca-bundle.crt
config-amigaos.h
config-mac.h
config-riscos.h
config-win32.h Changes for PellesC compiler under Win32. A bit limited, but 2005-12-20 22:20:04 +00:00
config-win32ce.h Fix spacing. When defining, define to 1. 2005-12-18 16:50:33 +00:00
config.dj
connect.c Squelch the "warning: 'port' might be used uninitialized in this function". 2006-01-30 18:57:02 +00:00
connect.h
content_encoding.c
content_encoding.h
cookie.c remove the typecast to long from time_t, since we now store it as curl_off_t 2005-08-17 09:11:27 +00:00
cookie.h Made the copyright year match the latest modification's year. 2006-01-09 13:17:14 +00:00
curllib.dsw
curlx.h
dict.c
dict.h
easy.c Bryan Henderson turned the 'initialized' variable for curl_global_init() 2006-01-15 23:55:53 +00:00
easyif.h
escape.c
escape.h Made the copyright year match the latest modification's year. 2006-01-09 13:17:14 +00:00
file.c fix questionable compare compiler error (unsigned can't be < 0) 2005-12-30 00:20:46 +00:00
file.h
formdata.c Yang Tse: fix compilation errors when SSL is not disabled and HTTP is 2005-11-24 20:38:20 +00:00
formdata.h
ftp.c Michal Marek provided a patch for FTP that makes libcurl continue to try PASV 2006-01-24 14:40:43 +00:00
ftp.h
getenv.c Made the copyright year match the latest modification's year. 2006-01-09 13:17:14 +00:00
getinfo.c
getinfo.h
gtls.c to build with old gnutls verions, don't use the *_t types 2005-11-13 23:04:28 +00:00
gtls.h
hash.c
hash.h
hostares.c
hostasyn.c
hostip4.c keep 'socktype' in the connectdata struct and make sure we use that for all 2005-09-16 21:30:08 +00:00
hostip6.c Undo last 'fix', since it was not the proper one. 2005-12-13 13:50:22 +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 Undo last changes 2005-12-11 23:37:58 +00:00
hostsyn.c
hostthre.c Yang Tse: use static on file-private functions 2005-11-24 20:39:00 +00:00
http_chunks.c
http_chunks.h
http_digest.c
http_digest.h
http_negotiate.c
http_negotiate.h
http_ntlm.c Quagmire reported that he needed to raise a NTLM buffer for SSPI to work 2005-11-14 22:10:52 +00:00
http_ntlm.h only enable NTLM if HTTP and NTLM is not disabled, and if NTLM is disabled 2005-11-23 11:51:31 +00:00
http.c Made the copyright year match the latest modification's year. 2006-01-09 13:17:14 +00:00
http.h
if2ip.c
if2ip.h
inet_ntoa_r.h
inet_ntop.c Replaced nonstandard u_char and u_int types 2005-12-08 22:59:58 +00:00
inet_ntop.h Yang Tse: fixes the use of Curl_inet_ntop and Curl_inet_pton with no 2005-11-25 22:20:02 +00:00
inet_pton.c Replaced nonstandard u_char and u_int types 2005-12-08 22:59:58 +00:00
inet_pton.h Yang Tse's changes to provide an inet_pton() proto for the platforms who 2005-11-28 20:21:35 +00:00
krb4.c updated source header 2006-01-26 10:39:25 +00:00
krb4.h
ldap.c Cleanup windows header includes. Where aplicable, inclusion of 2005-12-18 15:36:14 +00:00
ldap.h
libcurl.def Yang Tse: msvc7+ has deprecated the 'DESCRIPTION' section in 2005-11-14 07:48:05 +00:00
libcurl.framework.make
libcurl.imp added curl_mvsnprintf to the export list. 2005-08-16 20:11:25 +00:00
libcurl.plist
libcurl.rc
llist.c
llist.h
Makefile.am
makefile.amiga
Makefile.b32
makefile.dj
Makefile.inc Moved the sockaddr_storage definition to lib/sockaddr.h and only include that 2005-11-11 22:04:11 +00:00
Makefile.m32
Makefile.netware minor Makefile fixes. 2005-09-06 00:39:41 +00:00
Makefile.riscos
Makefile.vc6 Kirill Vasiliev fixed the 'release-ssl-dll' target to properly build a 2005-12-23 23:40:40 +00:00
Makefile.Watcom Changes for OpenWatcom 1.4. 2005-11-24 20:33:38 +00:00
md5.c
md5.h
memdebug.c
memdebug.h Yang Tse fixed compiler warnings 2005-11-13 23:53:14 +00:00
memory.h
mprintf.c
msvcproj.foot
msvcproj.head Use the more correct BUILDING_LIBCURL define instead of CURLLIB_EXPORTS. 2005-08-29 20:56:20 +00:00
multi.c
multiif.h
netrc.c
netrc.h
nwlib.c
parsedate.c fix questionable compare 2005-12-30 00:35:21 +00:00
parsedate.h
progress.c
progress.h
README.ares
README.curlx
README.encoding Fixed a lingering omission of gzip support. 2005-12-08 18:59:19 +00:00
README.hostip
README.httpauth
README.memoryleak
security.c
select.c Thanks to this nice summary of poll() implementations: 2005-11-13 09:24:06 +00:00
select.h
sendf.c
sendf.h
setup.h David Shaw finally removed all traces of Gopher and we are now officially 2006-01-16 22:14:37 +00:00
share.c
share.h
sockaddr.h oops * 2 2005-11-12 22:13:20 +00:00
speedcheck.c
speedcheck.h
sslgen.c removed old debug left-over infof() call 2005-08-11 21:41:11 +00:00
sslgen.h
ssluse.c Fixed lcc compiler warnings. 2005-12-19 19:47:14 +00:00
ssluse.h
strequal.c
strequal.h
strerror.c Yang Tse's fix to only provide the proto if there is such a function and 2005-12-02 23:22:45 +00:00
strerror.h
strtok.c
strtok.h
strtoofft.c Made the copyright year match the latest modification's year. 2006-01-09 13:17:14 +00:00
strtoofft.h
telnet.c
telnet.h
tftp.c Fix compiler warning 2005-12-08 20:38:04 +00:00
tftp.h John Kelly added TFTP support to libcurl. A bunch of new error codes was 2005-09-02 15:11:08 +00:00
timeval.c Made the copyright year match the latest modification's year. 2006-01-09 13:17:14 +00:00
timeval.h Made the copyright year match the latest modification's year. 2006-01-09 13:17:14 +00:00
transfer.c Based on an error report by Philippe Vaucher, we no longer count a retried 2006-01-30 08:20:52 +00:00
transfer.h
url.c Added CURLOPT_LOCALPORT and CURLOPT_LOCALPORTRANGE to libcurl. Set with the 2006-01-30 08:24:07 +00:00
url.h
urldata.h Added CURLOPT_LOCALPORT and CURLOPT_LOCALPORTRANGE to libcurl. Set with the 2006-01-30 08:24:07 +00:00
version.c David Shaw finally removed all traces of Gopher and we are now officially 2006-01-16 22:14:37 +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.