curl/lib
2004-05-11 11:29:31 +00:00
..
.cvsignore
amigaos.c
amigaos.h
arpa_telnet.h
base64.c
base64.h
ca-bundle.crt
config-amigaos.h
config-mac.h
config-netware.h Günter Knauf's NetWare changes. 2004-03-17 12:46:42 +00:00
config-riscos.h
config-vms.h
config-win32.h make windows builds use the OS string "i386-pc-win32" instead of just "win32" 2004-03-10 08:14:22 +00:00
config.dj Gisle Vanem's djgpp/MS-DOS updates 2004-03-29 12:29:25 +00:00
connect.c Made host name and proxy name get stored in a 'struct hostname' and set 2004-04-27 13:56:23 +00:00
connect.h Use curl_socket_t instead of int for holding sockets. The typedefs and 2004-03-09 22:52:50 +00:00
content_encoding.c ignore the curl/types.h header file 2004-04-26 14:02:01 +00:00
content_encoding.h
cookie.c if a malloc fails, clear up the memory and return failure 2004-05-10 14:04:06 +00:00
cookie.h
curllib.dsw
curlx.h New header file that offers easy access to the curlx_ functions for an app. 2004-04-30 08:22:38 +00:00
dict.c Use curl_socket_t instead of int for holding sockets. The typedefs and 2004-03-09 22:52:50 +00:00
dict.h
easy.c curl_easy_duphandle() works again with ares enabled 2004-04-29 10:58:22 +00:00
escape.c size_t/int/long fixes 2004-03-08 08:38:29 +00:00
escape.h
file.c added comments 2004-04-26 07:11:39 +00:00
file.h
formdata.c Make this source code use our internal *printf(). 2004-05-11 11:29:02 +00:00
formdata.h Replaced Curl_FormReadOneLine with Curl_formpostheader as that is the only use 2004-04-23 10:37:52 +00:00
ftp.c Made host name and proxy name get stored in a 'struct hostname' and set 2004-04-27 13:56:23 +00:00
ftp.h removed Curl_ftp_quit() as it was turned into a static in ftp.c 2004-04-22 13:15:17 +00:00
getdate.c.cvs
getdate.h
getdate.y typecast the tolower() argument to an int to prevent compiler warning 2004-04-21 11:15:35 +00:00
getenv.c
getinfo.c dl and ulspeed are now curl_off_t so typecast them to double when we 2004-03-11 21:51:55 +00:00
getinfo.h
hash.c Curl_hash_add() was modified to clear up better in case of internal failure. 2004-05-10 09:17:50 +00:00
hash.h
hostares.c James Bursa changed two error message to use the display-name instead of the 2004-05-07 18:56:33 +00:00
hostasyn.c Major hostip.c cleanup and split into multiple files and easier #ifdef 2004-04-26 07:20:11 +00:00
hostip4.c Curl_ip2addr() now takes an in_addr_t argument instead to prevent compiler 2004-04-26 12:02:33 +00:00
hostip6.c corrected mistake 2004-04-26 15:11:56 +00:00
hostip.c improved the cleaning up of memory when we fail to resolve names due to 2004-05-04 13:40:30 +00:00
hostip.h Made defines instead of plain numbers for the Curl_resolv() return code to 2004-04-26 14:18:00 +00:00
hostsyn.c Major hostip.c cleanup and split into multiple files and easier #ifdef 2004-04-26 07:20:11 +00:00
hostthre.c outputed elsewhere already 2004-04-27 15:13:46 +00:00
http_chunks.c
http_chunks.h
http_digest.c Luca fixed the nc= in the digest line since it apparantly should not have 2004-05-10 08:09:15 +00:00
http_digest.h General HTTP authentication cleanup and fixes 2004-05-04 07:52:53 +00:00
http_negotiate.c Made host name and proxy name get stored in a 'struct hostname' and set 2004-04-27 13:56:23 +00:00
http_negotiate.h
http_ntlm.c General HTTP authentication cleanup and fixes 2004-05-04 07:52:53 +00:00
http_ntlm.h 'authdone' was added to the sessionhandle and thus was removed from the 2004-03-30 06:39:24 +00:00
http.c Moved the fetching of the list of matching cookies to make it easier to free 2004-05-10 14:22:20 +00:00
http.h General HTTP authentication cleanup and fixes 2004-05-04 07:52:53 +00:00
if2ip.c Gisle-fix: constified the 'interface' argument. 2004-05-05 13:42:23 +00:00
if2ip.h Gisle-fix: constified the 'interface' argument. 2004-05-05 13:42:23 +00:00
inet_ntoa_r.h
inet_ntop.c provide our own inet_ntoa_r() proto if the system has none on its own 2004-04-27 14:17:36 +00:00
inet_ntop.h Major hostip.c cleanup and split into multiple files and easier #ifdef 2004-04-26 07:20:11 +00:00
inet_pton.c
inet_pton.h
krb4.c the new way of accessing the host name 2004-04-28 20:34:04 +00:00
krb4.h
ldap.c unused variable removed 2004-05-06 07:22:32 +00:00
ldap.h
libcurl.def Gisle fix: curl_formparse is gone. 2004-05-05 13:42:05 +00:00
libcurl.framework.make
libcurl.imp Günter Knauf's NetWare changes. 2004-03-17 12:46:42 +00:00
libcurl.plist
libcurl.rc include the new curlver instead, since all this wants is the version info 2004-03-22 08:54:26 +00:00
llist.c make Curl_llist_insert_next() fail properly if malloc() fails 2004-05-10 08:57:37 +00:00
llist.h
Makefile.am new attempt at an improved DSP-file generation 2004-05-11 07:54:55 +00:00
makefile.amiga
Makefile.b32
Makefile.b32.resp
makefile.dj Gisle Vanem's djgpp/MS-DOS updates 2004-03-29 12:29:25 +00:00
Makefile.m32 Andrés García's updated mingw makefiles 2004-04-02 07:18:13 +00:00
Makefile.netware Günter Knauf's NetWare changes. 2004-03-17 12:46:42 +00:00
Makefile.riscos
Makefile.vc6 oops, .obj not .c! 2004-04-26 20:41:33 +00:00
md5.c
md5.h
memdebug.c Gisle fixed: don't reference 'mem' if it's NULL. 2004-05-05 13:41:54 +00:00
memdebug.h Major hostip.c cleanup and split into multiple files and easier #ifdef 2004-04-26 07:20:11 +00:00
memory.h *** empty log message *** 2004-05-11 11:29:31 +00:00
mprintf.c the aprintf() versions now return NULL if _any_ alloc along the way failed, 2004-05-10 10:50:43 +00:00
msvcproj.foot new attempt at an improved DSP-file generation 2004-05-11 07:54:55 +00:00
msvcproj.head new attempt at an improved DSP-file generation 2004-05-11 07:54:55 +00:00
multi.c Major hostip.c cleanup and split into multiple files and easier #ifdef 2004-04-26 07:20:11 +00:00
netrc.c curl_strequal() returns int, keep return variables in an int 2004-03-23 15:30:12 +00:00
netrc.h
nwlib.c Günter Knauf's update, mainly converted to plain old C comments. 2004-03-17 13:36:45 +00:00
progress.c hm, avoid division by zero more carefully with that new percentage math 2004-05-05 14:22:46 +00:00
progress.h Use more curl_off_t variables when doing the progress meter calculations and 2004-03-10 16:20:33 +00:00
README.ares up-to-date with reality 2004-04-06 07:59:11 +00:00
README.curlx updated with more and new info 2004-04-30 08:51:19 +00:00
README.encoding
README.memoryleak
security.c
security.h
sendf.c curl_slist_append() fixed to clear up properly if a memory function fails 2004-05-10 14:21:19 +00:00
sendf.h curl_socket_t mistakes cleanup 2004-03-10 16:01:47 +00:00
setup.h Major hostip.c cleanup and split into multiple files and easier #ifdef 2004-04-26 07:20:11 +00:00
share.c adjusted to the new dns cache function to hide more hostip internals 2004-03-30 13:02:31 +00:00
share.h
speedcheck.c
speedcheck.h
ssluse.c Gisle made the code use ERR_error_string_n() 2004-04-29 07:36:40 +00:00
ssluse.h curl_socket_t mistakes cleanup 2004-03-10 16:01:47 +00:00
strequal.c
strequal.h
strerror.c if no strerror_r prototype is found, we provide our own to prevent picky 2004-05-06 10:49:40 +00:00
strerror.h cut off 'curl_' from the strerror file names 2004-03-25 13:40:24 +00:00
strtok.c
strtok.h
strtoofft.c
strtoofft.h renamed the strtoofft() macro to curlx_strtoofft() to adjust to the curlx_* 2004-04-07 07:30:40 +00:00
telnet.c TommyTam made a patch to handle stdin redirection for win32. 2004-04-26 07:50:51 +00:00
telnet.h
timeval.c Dirk Manske increased the resolution for what the CURLINFO_*_TIME return. 2004-04-09 09:36:31 +00:00
timeval.h Dirk Manske increased the resolution for what the CURLINFO_*_TIME return. 2004-04-09 09:36:31 +00:00
transfer.c prevent warnings when using the gcc option -Wunreachable-code 2004-05-05 06:57:26 +00:00
transfer.h curl_socket_t mistakes cleanup 2004-03-10 16:01:47 +00:00
url.c We don't support any long protocol names so we can use a smaller buffer. 2004-05-07 18:46:28 +00:00
url.h Major hostip.c cleanup and split into multiple files and easier #ifdef 2004-04-26 07:20:11 +00:00
urldata.h We don't support any long protocol names so we can use a smaller buffer. 2004-05-07 18:46:28 +00:00
version.c removed the unused 'len' variable, made use of the ptr pointer even if no 2004-05-06 07:32:30 +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.