curl/lib
Gisle Vanem 7d3f5d7ac1 urldata.h: Removed engine_list.
ssluse.*: Added SSL_strerror(). Curl_SSL_engines_list() now returns a slist
which must be freed by caller.
2004-12-14 14:20:21 +00:00
..
.cvsignore
amigaos.c removed tabs and trailing whitespace from source 2004-10-06 07:50:18 +00:00
amigaos.h removed tabs and trailing whitespace from source 2004-10-06 07:50:18 +00:00
arpa_telnet.h
base64.c
base64.h killed trailing whitespace 2004-11-29 12:11:46 +00:00
ca-bundle.crt
config-amigaos.h Dan Fandrich: 2004-12-11 18:47:22 +00:00
config-mac.h removed tabs and trailing whitespace from source 2004-10-06 07:50:18 +00:00
config-riscos.h Dan Fandrich: 2004-12-11 18:47:22 +00:00
config-vms.h Dan Fandrich: 2004-12-11 18:47:22 +00:00
config-win32.h Replace MINGW32 with built-in __MINGW32__. 2004-12-06 14:43:04 +00:00
config-win32ce.h Replace MINGW32 with built-in __MINGW32__. 2004-12-06 14:43:04 +00:00
config.dj Dan Fandrich: 2004-12-11 18:47:22 +00:00
connect.c Set 'data->state.os_errno = error' in some places. 2004-12-13 17:52:55 +00:00
connect.h
content_encoding.c Dan Fandrich's fix for libz 1.1 and "extra field" usage in a gzip stream 2004-11-30 09:44:54 +00:00
content_encoding.h strip trailing whitespace 2004-08-16 13:24:01 +00:00
cookie.c Dan Fandrich added the --disable-cookies option to configure to build 2004-12-05 23:59:32 +00:00
cookie.h removed tabs and trailing whitespace from source 2004-10-06 07:50:18 +00:00
curllib.dsw
curlx.h
dict.c Dan Fandrich: make --disable-dict actually disable dict 2004-11-11 23:13:06 +00:00
dict.h
easy.c Dan Fandrich added the --disable-cookies option to configure to build 2004-12-05 23:59:32 +00:00
escape.c
escape.h
file.c Gisle's fix for resuming large file:// files on windows - slightly edited 2004-12-13 10:25:26 +00:00
file.h
formdata.c Paul Nolan fix to make libcurl build nicely on Windows CE 2004-11-02 10:12:22 +00:00
formdata.h
ftp.c modified to use the current error code name, not the obsolete one 2004-12-11 22:18:11 +00:00
ftp.h
getenv.c Paul Nolan fix to make libcurl build nicely on Windows CE 2004-11-02 10:12:22 +00:00
getinfo.c urldata.h: Removed engine_list. 2004-12-14 14:20:21 +00:00
getinfo.h
hash.c
hash.h
hostares.c removed tabs and trailing whitespace from source 2004-10-06 07:50:18 +00:00
hostasyn.c removed tabs and trailing whitespace from source 2004-10-06 07:50:18 +00:00
hostip4.c avoid warnings on systems with this member set const 2004-10-06 07:52:20 +00:00
hostip6.c removed tabs and trailing whitespace from source 2004-10-06 07:50:18 +00:00
hostip.c Dan Fandrich fix: eliminates some pedantic CodeWarrior compiler warnings and 2004-11-18 14:04:40 +00:00
hostip.h
hostsyn.c removed tabs and trailing whitespace from source 2004-10-06 07:50:18 +00:00
hostthre.c made the code fit within 80 cols 2004-11-25 16:49:14 +00:00
http_chunks.c
http_chunks.h
http_digest.c Dan Fandrich added the --disable-crypto-auth option to configure to allow 2004-11-12 09:18:14 +00:00
http_digest.h
http_negotiate.c
http_negotiate.h
http_ntlm.c Rene Bernhardt found and fixed a buffer overrun in the NTLM code, where 2004-12-07 23:09:41 +00:00
http_ntlm.h
http.c don't try the rewind if no http struct is allocated yet 2004-12-10 14:45:35 +00:00
http.h HTTP "auth done right". See lib/README.httpauth 2004-11-24 16:11:35 +00:00
if2ip.c Paul Nolan fix to make libcurl build nicely on Windows CE 2004-11-02 10:12:22 +00:00
if2ip.h
inet_ntoa_r.h
inet_ntop.c removed tabs and trailing whitespace from source 2004-10-06 07:50:18 +00:00
inet_ntop.h
inet_pton.c removed tabs and trailing whitespace from source 2004-10-06 07:50:18 +00:00
inet_pton.h
krb4.c Dan Fandrich added --disable-verbose 2004-11-11 16:34:24 +00:00
krb4.h
ldap.c Paul Nolan fix to make libcurl build nicely on Windows CE 2004-11-02 10:12:22 +00:00
ldap.h
libcurl.def
libcurl.framework.make Matt Veenstra: 2004-12-08 23:02:55 +00:00
libcurl.imp
libcurl.plist Matt Veenstra updated to 7.12.3. Starting now, we'll update the version number 2004-12-08 23:09:23 +00:00
libcurl.rc
llist.c
llist.h
Makefile.am Added README.httpauth to the dist 2004-11-16 14:24:54 +00:00
makefile.amiga Dan Fandrich: added some missing files. "I can't try them so they might still 2004-12-10 21:58:11 +00:00
Makefile.b32 Static lib is libcurl.lib and import lib libcurl_imp.lib. 2004-11-14 13:48:15 +00:00
makefile.dj
Makefile.inc David Phillips' FD_SETSIZE fix 2004-11-19 08:52:33 +00:00
Makefile.m32 Enable >2GB files for MingW. 2004-11-19 15:15:52 +00:00
Makefile.netware Dan Fandrich: 2004-12-11 18:47:22 +00:00
Makefile.riscos Dan Fandrich: added some missing files. "I can't try them so they might still 2004-12-10 21:58:11 +00:00
Makefile.vc6 add select.obj 2004-11-19 13:45:46 +00:00
md5.c Dan Fandrich added the --disable-crypto-auth option to configure to allow 2004-11-12 09:18:14 +00:00
md5.h
memdebug.c Set errno = ENOMEM on faild countcheck(). 2004-10-13 19:11:46 +00:00
memdebug.h Changes for removing libcurl.def file on Win32. 2004-11-09 14:00:56 +00:00
memory.h removed tabs and trailing whitespace from source 2004-10-06 07:50:18 +00:00
mprintf.c Un-do changes for WinCE; cdecl decoration is not needed. 2004-11-08 14:20:14 +00:00
msvcproj.foot
msvcproj.head
multi.c fix the return code for curl_multi_add_handle() 2004-08-31 06:04:43 +00:00
netrc.c removed tabs and trailing whitespace from source 2004-10-06 07:50:18 +00:00
netrc.h
nwlib.c
parsedate.c if gmtime() returns NULL, this returns -1 to bail out nicely 2004-11-29 08:10:10 +00:00
progress.c As reported in Mandrake's bug tracker bug 12289 2004-11-26 14:33:13 +00:00
progress.h clean up start time and t_startsingle use so that redirect_time works properly 2004-11-15 11:27:03 +00:00
README.ares
README.curlx
README.encoding
README.httpauth HTTP "auth done right". See lib/README.httpauth 2004-11-24 16:11:35 +00:00
README.memoryleak
security.c use curl_strnequal(), not strncasecmp() 2004-10-07 22:56:24 +00:00
security.h removed tabs and trailing whitespace from source 2004-10-06 07:50:18 +00:00
select.c Dan Fandrich fix to compile with libc5 2004-11-20 08:57:56 +00:00
select.h Suppress signed vs. unsigned warnings on Win32 2004-11-19 14:38:02 +00:00
sendf.c Fixed so that the final error message is sent to the verbose info "stream" 2004-12-06 23:04:30 +00:00
sendf.h Dan fixed the CURL_DISABLE_VERBOSE_STRINGS stuff for older gcc versions since 2004-11-13 21:57:33 +00:00
setup.h Dan Fandrich: 2004-12-11 18:47:22 +00:00
share.c Dan Fandrich added the --disable-cookies option to configure to build 2004-12-05 23:59:32 +00:00
share.h
speedcheck.c removed tabs and trailing whitespace from source 2004-10-06 07:50:18 +00:00
speedcheck.h
ssluse.c urldata.h: Removed engine_list. 2004-12-14 14:20:21 +00:00
ssluse.h urldata.h: Removed engine_list. 2004-12-14 14:20:21 +00:00
strequal.c removed tabs and trailing whitespace from source 2004-10-06 07:50:18 +00:00
strequal.h Changes for removing libcurl.def file on Win32. 2004-11-09 14:00:56 +00:00
strerror.c Added handling of CURLINFO_SSL_ENGINES; 2004-12-13 16:43:00 +00:00
strerror.h removed trailing whitespace 2004-10-11 17:26:24 +00:00
strtok.c
strtok.h
strtoofft.c Use LL suffix for long long constants if the compiler supports it, to prevent 2004-10-10 03:28:51 +00:00
strtoofft.h MSVC uses 'i64' suffix for 64-bit sizes. 2004-10-10 14:08:05 +00:00
telnet.c David Phillips' FD_SETSIZE fix 2004-11-19 08:52:33 +00:00
telnet.h
timeval.c
timeval.h delete trailing whitespace 2004-11-04 16:14:33 +00:00
transfer.c Dan Fandrich added the --disable-cookies option to configure to build 2004-12-05 23:59:32 +00:00
transfer.h HTTP "auth done right". See lib/README.httpauth 2004-11-24 16:11:35 +00:00
url.c Added handling of CURLINFO_SSL_ENGINES; 2004-12-13 16:43:00 +00:00
url.h
urldata.h urldata.h: Removed engine_list. 2004-12-14 14:20:21 +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.