curl/lib
Daniel Stenberg 8a076d1dba Based on Augustus Saunders' comments and findings, the HTTP output auth
function was fixed to use the proper proxy authentication when multiple ones
were added as accepted. test 239 and test 243 were added to repeat the
problems and verify the fixes.
2005-03-28 22:19:31 +00:00
..
.cvsignore
amigaos.c
amigaos.h
arpa_telnet.h Make some more arrays of pointers const. 2004-12-20 18:23:43 +00:00
base64.c Fix for a base64 decode heap buffer overflow vulnerability. 2005-02-28 23:54:17 +00:00
base64.h Curl_base64_decode() now returns an allocated buffer 2005-02-22 12:10:30 +00:00
ca-bundle.crt
config-amigaos.h Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detects 2005-03-11 05:28:07 +00:00
config-mac.h Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detects 2005-03-11 05:28:07 +00:00
config-riscos.h Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detects 2005-03-11 05:28:07 +00:00
config-win32.h Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detects 2005-03-11 05:28:07 +00:00
config-win32ce.h Replace MINGW32 with built-in __MINGW32__. 2004-12-06 14:43:04 +00:00
config.dj Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detects 2005-03-11 05:28:07 +00:00
connect.c silence compiler warnings for mingw win32 builds --enable-debug 2005-03-14 15:43:23 +00:00
connect.h conn->ip_addr MUST NOT be used on re-used connections 2005-01-29 13:07:16 +00:00
content_encoding.c Fix for a bug report that compressed files that are exactly 64 KiB long 2005-02-07 19:12:37 +00:00
content_encoding.h
cookie.c Dave Dribin made it possible to set CURLOPT_COOKIEFILE to "" to activate 2005-03-04 00:26:50 +00:00
cookie.h
curllib.dsw
curlx.h
dict.c FTP code turned into state machine. Not completely yet, but a good start. 2005-02-09 13:06:40 +00:00
dict.h FTP code turned into state machine. Not completely yet, but a good start. 2005-02-09 13:06:40 +00:00
easy.c better error checking and SSL init by David Byron 2005-02-09 23:04:51 +00:00
easyif.h Renamed easy.h and multi.h to easyif.h and multiif.h to make sure they don't 2005-01-11 15:25:29 +00:00
escape.c
escape.h
file.c Removed all uses of strftime() since it uses the localised version of the 2005-02-11 00:03:49 +00:00
file.h FTP code turned into state machine. Not completely yet, but a good start. 2005-02-09 13:06:40 +00:00
formdata.c C ensures that static variables are initialized to 0 2004-12-22 20:12:15 +00:00
formdata.h
ftp.c Fixed ftp support with uClibc due to differing inet_ntoa_r() behaviour. 2005-03-15 21:00:46 +00:00
ftp.h FTP code turned into state machine. Not completely yet, but a good start. 2005-02-09 13:06:40 +00:00
getenv.c
getinfo.c Renamed a struct member to avoid conflict with a C++ reserved word. 2004-12-16 21:27:23 +00:00
getinfo.h
hash.c Use plain structs and not typedef'ed ones in the hash and linked-list code. 2005-01-25 00:06:29 +00:00
hash.h Use plain structs and not typedef'ed ones in the hash and linked-list code. 2005-01-25 00:06:29 +00:00
hostares.c FTP code turned into state machine. Not completely yet, but a good start. 2005-02-09 13:06:40 +00:00
hostasyn.c FTP code turned into state machine. Not completely yet, but a good start. 2005-02-09 13:06:40 +00:00
hostip4.c use Curl_inet_pton(), not inet_pton(). 2005-03-17 07:40:15 +00:00
hostip6.c include inet_pton.h 2005-03-17 19:12:15 +00:00
hostip.c FTP code turned into state machine. Not completely yet, but a good start. 2005-02-09 13:06:40 +00:00
hostip.h FTP code turned into state machine. Not completely yet, but a good start. 2005-02-09 13:06:40 +00:00
hostsyn.c FTP code turned into state machine. Not completely yet, but a good start. 2005-02-09 13:06:40 +00:00
hostthre.c removed a (fairly useless) debug output just to compile without warning 2005-03-20 12:46:11 +00:00
http_chunks.c killed trailing whitespace 2005-03-04 00:14:45 +00:00
http_chunks.h killed trailing whitespace 2005-03-04 00:24:52 +00:00
http_digest.c
http_digest.h
http_negotiate.c Fixed some compiler warnings. Fixed a low incidence memory leak in the test server. 2005-02-24 18:54:23 +00:00
http_negotiate.h
http_ntlm.c hushing up more warnings 2005-03-14 15:51:10 +00:00
http_ntlm.h Christopher R. Palmer made it possible to build libcurl with the 2005-03-10 23:15:29 +00:00
http.c Based on Augustus Saunders' comments and findings, the HTTP output auth 2005-03-28 22:19:31 +00:00
http.h FTP code turned into state machine. Not completely yet, but a good start. 2005-02-09 13:06:40 +00:00
if2ip.c Fixed some compiler warnings I should have noticed before. 2005-03-16 02:25:12 +00:00
if2ip.h silence compiler warnings for mingw win32 builds --enable-debug 2005-03-14 15:43:23 +00:00
inet_ntoa_r.h Fixed ftp support with uClibc due to differing inet_ntoa_r() behaviour. 2005-03-15 21:00:46 +00:00
inet_ntop.c Fixed some compiler warnings I should have noticed before. 2005-03-16 02:25:12 +00:00
inet_ntop.h Fixed some compiler warnings I should have noticed before. 2005-03-16 02:25:12 +00:00
inet_pton.c Renamed a variable to avoid conflict with a C++ reserved word. 2004-12-17 20:18:53 +00:00
inet_pton.h - Tru64 and some IRIX boxes seem to not like test 237 as it is. Their 2005-03-16 22:01:39 +00:00
krb4.c Removed security.h since it shadows an include file mingw needs when building 2005-03-14 00:00:45 +00:00
krb4.h Removed security.h since it shadows an include file mingw needs when building 2005-03-14 00:00:45 +00:00
ldap.c Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detects 2005-03-11 05:28:07 +00:00
ldap.h FTP code turned into state machine. Not completely yet, but a good start. 2005-02-09 13:06:40 +00:00
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 Use plain structs and not typedef'ed ones in the hash and linked-list code. 2005-01-25 00:06:29 +00:00
llist.h Use plain structs and not typedef'ed ones in the hash and linked-list code. 2005-01-25 00:06:29 +00:00
Makefile.am Removed references to config-vms.h from the makefiles. 2005-03-16 23:09:39 +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
makefile.dj getdate.c is gone. 2004-12-17 12:28:04 +00:00
Makefile.inc security.h is removed 2005-03-14 07:46:42 +00:00
Makefile.m32 OpenSSL updates; get CA_BUNDLE from env. Assume no 2004-12-19 11:52:31 +00:00
Makefile.netware Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detects 2005-03-11 05:28:07 +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 fix by Kyrre Kristiansen 2005-03-18 10:16:49 +00:00
Makefile.Watcom Added '-bd' option; target is a DLL. 2005-01-12 15:32:26 +00:00
md5.c Add 'const' to immutable arrays. 2004-12-15 01:38:25 +00:00
md5.h Add 'const' to immutable arrays. 2004-12-15 01:38:25 +00:00
memdebug.c
memdebug.h
memory.h
mprintf.c Add 'const' to immutable arrays. 2004-12-15 01:38:25 +00:00
msvcproj.foot
msvcproj.head
multi.c remove old printf() debug leftover 2005-03-08 22:21:59 +00:00
multiif.h FTP code turned into state machine. Not completely yet, but a good start. 2005-02-09 13:06:40 +00:00
netrc.c
netrc.h
nwlib.c
parsedate.c mktime() returns a time_t. time_t is often 32 bits, even on many architectures 2005-03-08 16:31:56 +00:00
parsedate.h Removed all uses of strftime() since it uses the localised version of the 2005-02-11 00:03:49 +00:00
progress.c
progress.h
README.ares
README.curlx
README.encoding
README.hostip Added README.hostip 2005-01-14 13:43:29 +00:00
README.httpauth
README.memoryleak
security.c Removed security.h since it shadows an include file mingw needs when building 2005-03-14 00:00:45 +00:00
select.c Fixed typo. 2005-03-22 01:24:27 +00:00
select.h
sendf.c Removed security.h since it shadows an include file mingw needs when building 2005-03-14 00:00:45 +00:00
sendf.h FTP code turned into state machine. Not completely yet, but a good start. 2005-02-09 13:06:40 +00:00
setup.h fix compiler warning 2005-03-19 00:44:55 +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 Use plain structs and not typedef'ed ones in the hash and linked-list code. 2005-01-25 00:06:29 +00:00
speedcheck.c
speedcheck.h
ssluse.c Reduced the length of data read from the random entropy file. 2005-03-04 22:36:56 +00:00
ssluse.h better error checking and SSL init by David Byron 2005-02-09 23:04:51 +00:00
strequal.c
strequal.h
strerror.c prevent compiler warning 2005-03-15 07:47:59 +00:00
strerror.h
strtok.c
strtok.h
strtoofft.c
strtoofft.h Watcom uses 'i64' suffix. 2004-12-17 18:33:09 +00:00
telnet.c nonsense change for(;;) => while(1) just to prevent gcc from warning on 2005-03-15 07:48:45 +00:00
telnet.h FTP code turned into state machine. Not completely yet, but a good start. 2005-02-09 13:06:40 +00:00
timeval.c <windows.h> required for Watcom. 2004-12-17 18:32:41 +00:00
timeval.h Watcom has 'struct timeval'. 2004-12-17 17:49:10 +00:00
transfer.c Christopher R. Palmer reported a problem with HTTP-POSTing using "anyauth" 2005-02-16 14:31:23 +00:00
transfer.h Rename Curl_pretransfersec() to *_second_connect() since it does not just 2005-02-14 09:30:40 +00:00
url.c Fixed ftp support with uClibc due to differing inet_ntoa_r() behaviour. 2005-03-15 21:00:46 +00:00
url.h FTP code turned into state machine. Not completely yet, but a good start. 2005-02-09 13:06:40 +00:00
urldata.h include security.h with lowercase s to work on cross-compiled mingw 2005-03-14 00:01:30 +00:00
version.c curl_version_info() returns the feature bit CURL_VERSION_SSPI 2005-03-11 15:10:36 +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.