curl/lib
Daniel Stenberg be8f6c7f5c Prefix defines and symbols with CURL_ to reduce the risk of colliding with
various system's other defines.
2003-03-12 08:40:45 +00:00
..
.cvsignore more to ignore 2002-12-01 11:21:36 +00:00
Makefile.am added the sharing of DNS cache 2003-02-04 23:48:46 +00:00
Makefile.b32 Added share.obj 2003-03-03 22:39:34 +00:00
Makefile.b32.resp Added share.obj 2003-03-03 22:39:34 +00:00
Makefile.m32 Andres Garcia Garcia updated to build with the most recent OpenSSL and 2003-02-28 15:49:32 +00:00
Makefile.riscos brougth by Michael Curtis 2002-04-10 20:52:26 +00:00
Makefile.vc6 Added share.obj 2003-03-03 22:39:34 +00:00
README.encoding James Gallagher's Content-Encoding work 2002-09-02 22:31:18 +00:00
README.memoryleak the malloc debug system assumes single thread 2002-10-28 21:05:14 +00:00
arpa_telnet.h Prefix defines and symbols with CURL_ to reduce the risk of colliding with 2003-03-12 08:40:45 +00:00
base64.c Christopher R. Palmer fixed Curl_base64_encode() to deal with zeroes in the 2003-02-13 18:30:10 +00:00
base64.h copyright year update in the source header 2003-01-16 21:08:12 +00:00
ca-bundle.crt ca bundle to use 2002-09-02 22:29:48 +00:00
ca-bundle.h.in ca-bundle stuff for configure and generated header file 2002-08-30 07:50:59 +00:00
config-mac.h moved the config-*.h files from root to the lib/ dir 2002-02-07 14:32:28 +00:00
config-riscos.h Michael Curtis' updates 2002-04-08 21:59:06 +00:00
config-vms.h VMS has setjmp.h 2003-02-04 22:28:36 +00:00
config-win32.h Andrew Francis removed the need for/use of MSVC pragmas 2002-08-26 17:20:29 +00:00
connect.c Martin C. Martin's fix to produce an error message in case of failure 2003-03-11 16:28:23 +00:00
connect.h copyright year update in the source header 2003-01-16 21:08:12 +00:00
content_encoding.c removed the local variables for emacs and vim, use the new sample.emacs 2003-01-29 10:14:20 +00:00
content_encoding.h removed the local variables for emacs and vim, use the new sample.emacs 2003-01-29 10:14:20 +00:00
cookie.c removed the local variables for emacs and vim, use the new sample.emacs 2003-01-29 10:14:20 +00:00
cookie.h copyright year update in the source header 2003-01-16 21:08:12 +00:00
curllib.dsp Removed MFC dependency in Release Build when using VC++ IDE 2002-11-26 02:12:27 +00:00
curllib.dsw Hanno L. Kranzhoff fixed them 2002-06-14 09:36:09 +00:00
dict.c removed the local variables for emacs and vim, use the new sample.emacs 2003-01-29 10:14:20 +00:00
dict.h copyright year update in the source header 2003-01-16 21:08:12 +00:00
easy.c removed the local variables for emacs and vim, use the new sample.emacs 2003-01-29 10:14:20 +00:00
escape.c removed the local variables for emacs and vim, use the new sample.emacs 2003-01-29 10:14:20 +00:00
escape.h copyright year update in the source header 2003-01-16 21:08:12 +00:00
file.c removed the local variables for emacs and vim, use the new sample.emacs 2003-01-29 10:14:20 +00:00
file.h copyright year update in the source header 2003-01-16 21:08:12 +00:00
formdata.c removed the local variables for emacs and vim, use the new sample.emacs 2003-01-29 10:14:20 +00:00
formdata.h copyright year update in the source header 2003-01-16 21:08:12 +00:00
ftp.c Use ssize_t instead of 'int' to make the 64 bit sparc compiler happier. 2003-03-11 18:58:21 +00:00
ftp.h Use ssize_t instead of 'int' to make the 64 bit sparc compiler happier. 2003-03-11 18:58:21 +00:00
getdate.c Nico Baggus' VMS tweaks 2002-02-20 13:46:53 +00:00
getdate.h Nico Baggus' VMS tweaks 2002-02-20 13:46:53 +00:00
getdate.y Nico Baggus' VMS tweaks 2002-02-20 13:46:53 +00:00
getenv.c removed the local variables for emacs and vim, use the new sample.emacs 2003-01-29 10:14:20 +00:00
getinfo.c removed the local variables for emacs and vim, use the new sample.emacs 2003-01-29 10:14:20 +00:00
getinfo.h copyright year update in the source header 2003-01-16 21:08:12 +00:00
getpass.c removed the local variables for emacs and vim, use the new sample.emacs 2003-01-29 10:14:20 +00:00
getpass.h copyright year update in the source header 2003-01-16 21:08:12 +00:00
hash.c removed weirdo {{{ and }}} comments 2003-01-29 10:12:06 +00:00
hash.h removed the local variables for emacs and vim, use the new sample.emacs 2003-01-29 10:14:20 +00:00
hostip.c AIX 4.3 or later should use gethostbyname() and not the *_r() version. 2003-03-03 22:23:48 +00:00
hostip.h added the sharing of DNS cache 2003-02-04 23:48:46 +00:00
http.c Added typecast to please the MSVC compiler. 2003-03-03 06:45:27 +00:00
http.h copyright year update in the source header 2003-01-16 21:08:12 +00:00
http_chunks.c removed the local variables for emacs and vim, use the new sample.emacs 2003-01-29 10:14:20 +00:00
http_chunks.h copyright year update in the source header 2003-01-16 21:08:12 +00:00
if2ip.c James Bursa made it compile on RISC OS as well. 2003-02-28 13:11:10 +00:00
if2ip.h James Bursa made it compile on RISC OS as well. 2003-02-28 13:11:10 +00:00
inet_ntoa_r.h had to add this since it was missing in the system includes! 2000-05-29 22:52:17 +00:00
krb4.c removed the local variables for emacs and vim, use the new sample.emacs 2003-01-29 10:14:20 +00:00
krb4.h copyright year update in the source header 2003-01-16 21:08:12 +00:00
ldap.c removed the local variables for emacs and vim, use the new sample.emacs 2003-01-29 10:14:20 +00:00
ldap.h copyright year update in the source header 2003-01-16 21:08:12 +00:00
libcurl.def Dave Halbakken added curl_version_info 2002-11-11 21:57:14 +00:00
llist.c copyright year update in the source header 2003-01-16 21:08:12 +00:00
llist.h copyright year update in the source header 2003-01-16 21:08:12 +00:00
memdebug.c removed the local variables for emacs and vim, use the new sample.emacs 2003-01-29 10:14:20 +00:00
memdebug.h copyright year update in the source header 2003-01-16 21:08:12 +00:00
mprintf.c removed the local variables for emacs and vim, use the new sample.emacs 2003-01-29 10:14:20 +00:00
multi.c include <sys/socket.h> to compile the fd_set stuff properly on all systems 2003-02-14 09:03:03 +00:00
netrc.c removed the local variables for emacs and vim, use the new sample.emacs 2003-01-29 10:14:20 +00:00
netrc.h copyright year update in the source header 2003-01-16 21:08:12 +00:00
progress.c removed the local variables for emacs and vim, use the new sample.emacs 2003-01-29 10:14:20 +00:00
progress.h copyright year update in the source header 2003-01-16 21:08:12 +00:00
security.c removed the local variables for emacs and vim, use the new sample.emacs 2003-01-29 10:14:20 +00:00
security.h copyright year update in the source header 2003-01-16 21:08:12 +00:00
sendf.c syntax error 2003-03-11 19:12:07 +00:00
sendf.h copyright year update in the source header 2003-01-16 21:08:12 +00:00
setup.h copyright year update in the source header 2003-01-16 21:08:12 +00:00
share.c include stdarg.h since we use va_* stuff 2003-02-06 19:28:17 +00:00
share.h added the sharing of DNS cache 2003-02-04 23:48:46 +00:00
speedcheck.c removed the local variables for emacs and vim, use the new sample.emacs 2003-01-29 10:14:20 +00:00
speedcheck.h copyright year update in the source header 2003-01-16 21:08:12 +00:00
ssluse.c Richard Gorton improved the random_the_seed() function for systems where 2003-03-11 18:55:34 +00:00
ssluse.h copyright year update in the source header 2003-01-16 21:08:12 +00:00
strequal.c removed the local variables for emacs and vim, use the new sample.emacs 2003-01-29 10:14:20 +00:00
strequal.h copyright year update in the source header 2003-01-16 21:08:12 +00:00
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 Prefix defines and symbols with CURL_ to reduce the risk of colliding with 2003-03-12 08:40:45 +00:00
telnet.h copyright year update in the source header 2003-01-16 21:08:12 +00:00
timeval.c removed the local variables for emacs and vim, use the new sample.emacs 2003-01-29 10:14:20 +00:00
timeval.h copyright year update in the source header 2003-01-16 21:08:12 +00:00
transfer.c No longer loop to read multiple times before returning back from the transfer 2003-02-26 12:42:25 +00:00
transfer.h copyright year update in the source header 2003-01-16 21:08:12 +00:00
url.c Use ssize_t instead of 'int' to make the 64 bit sparc compiler happier. 2003-03-11 18:58:21 +00:00
url.h copyright year update in the source header 2003-01-16 21:08:12 +00:00
urldata.h Fixes to bring back the the "Expect: 100-continue" functionality. If the 2003-02-24 16:53:53 +00:00
version.c removed the local variables for emacs and vim, use the new sample.emacs 2003-01-29 10:14:20 +00:00

README.memoryleak

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