Gunter Knauf 5f5a28d20e added project header to lib resource file; fixed header copyright. hace 17 años
..
.cvsignore 2cea484428 ignore curllib.dsp hace 20 años
Makefile.Watcom 3ea8a4d220 Dmitriy Sergeyev provided a patch that made the SOCKS[45] code work better as hace 18 años
Makefile.am 5e0d9aea32 Support for FTP third party transfers is now dropped hace 18 años
Makefile.b32 56f0227c92 hace 19 años
Makefile.inc 2147284cad James Housley brought support for SCP transfers hace 17 años
Makefile.m32 83a43bea8a removed unused define. hace 17 años
Makefile.netware 36e3e6ed16 removed not used define. hace 17 años
Makefile.riscos 1c3766eb46 GnuTLS updates hace 19 años
Makefile.vc6 db24518a30 Fix misplaced runtime library specification for 'release-dll' target hace 17 años
README.ares db680edc26 Update the information about what c-ares version that's required. 1.3.1 had hace 17 años
README.curlx 26b8b3fc53 updated with more and new info hace 20 años
README.encoding 1e5f6cc1dc Fixed a lingering omission of gzip support. hace 18 años
README.hostip 4d1f3d3cd0 Added README.hostip hace 19 años
README.httpauth 3e1caa6185 HTTP "auth done right". See lib/README.httpauth hace 19 años
README.memoryleak b1db9dbb16 corrected how tests/memanalyze.pl is used hace 17 años
README.multi_socket 1be60dde7f updated to current status hace 17 años
README.pipelining e92e811a61 updated to reflect reality hace 17 años
amigaos.c bda1e9aeab Made the copyright year match the latest modification's year. hace 18 años
amigaos.h bda1e9aeab Made the copyright year match the latest modification's year. hace 18 años
arpa_telnet.h 80d301257c Make some more arrays of pointers const. hace 19 años
base64.c 359d500908 - David McCreedy made changes to allow base64 encoding/decoding to work on hace 17 años
base64.h 359d500908 - David McCreedy made changes to allow base64 encoding/decoding to work on hace 17 años
ca-bundle.crt 6164823921 Removed the "TC TrustCenter, Germany, Class 0 CA." certificate: hace 21 años
config-amigaos.h bcd8a3b240 Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILE hace 17 años
config-mac.h a46f55b9de Make sure RETSIGTYPE is properly defined hace 17 años
config-riscos.h bcd8a3b240 Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILE hace 17 años
config-tpf.h bcd8a3b240 Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILE hace 17 años
config-win32.h d6b0612882 better preprocessor check for recent MSVC versions hace 17 años
config-win32ce.h a46f55b9de Make sure RETSIGTYPE is properly defined hace 17 años
config.dos bcd8a3b240 Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILE hace 17 años
connect.c ebee2e323d - David McCreedy fixed a bad call to getsockname() that wrongly used a size_t hace 17 años
connect.h c4ad533300 Constify some arguments in Curl_connecthost() and singleipconnect(). hace 18 años
content_encoding.c cfdcae4bc7 Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPE hace 18 años
content_encoding.h cfdcae4bc7 Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPE hace 18 años
cookie.c 277df1c6b1 make Curl_cookie_clearall() survive getting called with a NULL pointer hace 17 años
cookie.h c7aae10300 Removed "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME_H" instead. hace 18 años
curllib.dsw c7aa095fac Hanno L. Kranzhoff fixed them hace 22 años
curlx.h 772a985dc3 Update copyright year, since the file has been modified hace 17 años
dict.c e150150d9f Remove redundant __CYGWIN__ symbol check hace 17 años
dict.h 6a2e21ec8c FTP code turned into state machine. Not completely yet, but a good start. hace 19 años
easy.c bd600fbebe curl_easy_duphandle() sets the magic number in the new handle hace 17 años
easyif.h 772a985dc3 Update copyright year, since the file has been modified hace 17 años
escape.c 44d84ac164 Avoid typecasting a signed char to an int when using is*() functions, as that hace 17 años
escape.h 5a4b43848a First commit of David McCreedy's EBCDIC and TPF changes. hace 18 años
file.c 385e612fa5 - Armel Asselin improved libcurl to behave a lot better when an easy handle hace 17 años
file.h 385e612fa5 - Armel Asselin improved libcurl to behave a lot better when an easy handle hace 17 años
formdata.c 0fb5a65a58 - David McCreedy provided libcurl changes for doing HTTP communication on hace 17 años
formdata.h 0fb5a65a58 - David McCreedy provided libcurl changes for doing HTTP communication on hace 17 años
ftp.c 5f9cbc4209 Only shut down SSL if the CCC command succeeded. hace 17 años
ftp.h 385e612fa5 - Armel Asselin improved libcurl to behave a lot better when an easy handle hace 17 años
getenv.c bda1e9aeab Made the copyright year match the latest modification's year. hace 18 años
getinfo.c 61a6992559 Curl_getinfo() now checks for a NULL SessionHandle pointer hace 17 años
getinfo.h 053f6c85ef updated year in the copyright string hace 20 años
gtls.c 4750e6f3c5 - Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option to hace 17 años
gtls.h 4750e6f3c5 - Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option to hace 17 años
hash.c f2a33eb372 Added a useful debug function within #if 0. The function makes it easy to hace 18 años
hash.h 043d70fcdf Use plain structs and not typedef'ed ones in the hash and linked-list code. hace 19 años
hostares.c 7a710b4970 Jeff helped me pinpoint that we didn't properly set the expire timer during hace 17 años
hostasyn.c 13616f8f96 Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H shall be defined if <malloc.h> header file must be included even when including <stdlib.h>. hace 18 años
hostip.c 77516822f6 Workaround for Cray UNICOS 9.0 to fix ftp. hace 18 años
hostip.h dc7c915553 Compilation fix hace 18 años
hostip4.c 772a985dc3 Update copyright year, since the file has been modified hace 17 años
hostip6.c e6ea8f1199 put back the correct logic, as the change dated July 11th 2006 added bad hace 18 años
hostsyn.c 13616f8f96 Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H shall be defined if <malloc.h> header file must be included even when including <stdlib.h>. hace 18 años
hostthre.c 930f9bd534 clear the struct size not the pointer size, pointed out in bug report hace 17 años
http.c 45bac25d90 bail out on strdup() errors hace 17 años
http.h 385e612fa5 - Armel Asselin improved libcurl to behave a lot better when an easy handle hace 17 años
http_chunks.c 8cade952bf David McCreedy fixed a flaw from his previous non-ascii HTTP patch hace 17 años
http_chunks.h 465e19dbe9 Adrian Schuur added trailer support in the chunked encoding stream. The hace 19 años
http_digest.c 0fb5a65a58 - David McCreedy provided libcurl changes for doing HTTP communication on hace 17 años
http_digest.h b7eeb6e67f Major overhaul introducing http pipelining support and shared connection hace 18 años
http_negotiate.c 359d500908 - David McCreedy made changes to allow base64 encoding/decoding to work on hace 17 años
http_negotiate.h 053f6c85ef updated year in the copyright string hace 20 años
http_ntlm.c 354c8dcd82 - David McCreedy did NTLM changes mainly for non-ASCII platforms: hace 17 años
http_ntlm.h cfff544d67 only enable NTLM if HTTP and NTLM is not disabled, and if NTLM is disabled hace 18 años
if2ip.c b2c378267b updated copyright year hace 17 años
if2ip.h b5c5f57613 build fix for Interix hace 18 años
inet_ntoa_r.h d1235ff058 provide the proper copyright texts for these hace 19 años
inet_ntop.c 5df4be1165 Check for USE_WINSOCK instead of WIN32 where the check was done hace 17 años
inet_ntop.h 01cbf08064 Yang Tse: fixes the use of Curl_inet_ntop and Curl_inet_pton with no hace 18 años
inet_pton.c 5df4be1165 Check for USE_WINSOCK instead of WIN32 where the check was done hace 17 años
inet_pton.h b222b2304e Yang Tse's changes to provide an inet_pton() proto for the platforms who hace 18 años
krb4.c 359d500908 - David McCreedy made changes to allow base64 encoding/decoding to work on hace 17 años
krb4.h be0d17e812 cleaned up Curl_write() and the sub functions it uses for various protocols. hace 17 años
ldap.c 359d500908 - David McCreedy made changes to allow base64 encoding/decoding to work on hace 17 años
ldap.h 6a2e21ec8c FTP code turned into state machine. Not completely yet, but a good start. hace 19 años
libcurl.def fd870e4e8a Yang Tse: msvc7+ has deprecated the 'DESCRIPTION' section in hace 18 años
libcurl.framework.make 4eb35406f4 Nir Soffer updated libcurl.framework.make: fix symlinks, should link to hace 17 años
libcurl.imp 343b882d80 there's an curl_easy_unescape too now hace 18 años
libcurl.plist 1be1d3cfb8 Matt Veenstra updated to 7.12.3. Starting now, we'll update the version number hace 19 años
libcurl.rc 5f5a28d20e added project header to lib resource file; fixed header copyright. hace 17 años
llist.c b2c378267b updated copyright year hace 17 años
llist.h 043d70fcdf Use plain structs and not typedef'ed ones in the hash and linked-list code. hace 19 años
makefile.amiga 16bbd13af7 Diego Casorran patches to make (lib)curl build fine on Amiga again hace 19 años
makefile.dj 4b1462ec65 Don't include zlib headers in dependency output. hace 18 años
md5.c 11bdba0007 corrected copyright year hace 19 años
md5.h 1ba47e7af9 Add 'const' to immutable arrays. hace 19 años
memdebug.c 1bcbe89802 Prevent multiple initialization of memdebug configuration variables. hace 17 años
memdebug.h 772a985dc3 Update copyright year, since the file has been modified hace 17 años
memory.h 39af394a1c removed tabs and trailing whitespace from source hace 20 años
mprintf.c 44d84ac164 Avoid typecasting a signed char to an int when using is*() functions, as that hace 17 años
msvcproj.foot 04e2520dbb new attempt at an improved DSP-file generation hace 20 años
msvcproj.head 64414df27e Use the more correct BUILDING_LIBCURL define instead of CURLLIB_EXPORTS. hace 19 años
multi.c 385e612fa5 - Armel Asselin improved libcurl to behave a lot better when an easy handle hace 17 años
multiif.h ae13c93b7d Reported in #1561470 (http://curl.haxx.se/bug/view.cgi?id=1561470), libcurl hace 18 años
netrc.c 11bdba0007 corrected copyright year hace 19 años
netrc.h 053f6c85ef updated year in the copyright string hace 20 años
nwlib.c ef1aa4e5e9 converted to UNIX format. hace 20 años
parsedate.c 17ae28e0fe Martin Skinner brought back bug report #1230118 to haunt us once again. hace 17 años
parsedate.h ab4086bc24 Updated the copyright year since changes have been this year. hace 19 años
progress.c 772a985dc3 Update copyright year, since the file has been modified hace 17 años
progress.h 5931d43a36 clean up start time and t_startsingle use so that redirect_time works properly hace 19 años
security.c be0d17e812 cleaned up Curl_write() and the sub functions it uses for various protocols. hace 17 años
select.c b7aaa4d907 Include <dos.h> for delay() on MSDOS. hace 17 años
select.h 1fa3a5cce9 Cory Nelson made libcurl use the WSAPoll() function if built for Windows hace 18 años
sendf.c 7b704e173c Supress "comparison between signed and unsigned" warning. hace 17 años
sendf.h 772a985dc3 Update copyright year, since the file has been modified hace 17 años
setup.h 96445f1b7d Introduce symbol USE_WINSOCK which will be defined when hace 17 años
setup_once.h 8d11767048 recv() doesn't take MSG_NOSIGNAL in its forth argument so let's not pass it. hace 17 años
share.c ac269a8f68 Dan Fandrich added the --disable-cookies option to configure to build hace 19 años
share.h 414c57d138 Added support for Salford-C under Win32 (scc). HAVE_MALLOC_H and hace 18 años
sockaddr.h d58790af17 oops * 2 hace 18 años
socks.c 8a7514de8a Compiler warning fix hace 17 años
socks.h 9cd928674f standard curl source code headers hace 18 años
speedcheck.c e3a61fba52 make the low_speed check set the expire timer so that it has a chance to work hace 17 años
speedcheck.h 053f6c85ef updated year in the copyright string hace 20 años
splay.c 0bb3ac7c31 Jari Sundell's minor cleanup, added comments and some extra error-checkings hace 18 años
splay.h 3b0a920fad don't use 'new' in the proto hace 18 años
ssh.c 9e1aef7183 very minor indent change hace 17 años
ssh.h 385e612fa5 - Armel Asselin improved libcurl to behave a lot better when an easy handle hace 17 años
sslgen.c 2b280bcc69 fix compiler warnings for SSL-disabled builds hace 17 años
sslgen.h 2b280bcc69 fix compiler warnings for SSL-disabled builds hace 17 años
ssluse.c 9e61c904ac Display crypto engine name correctly in debug message. hace 17 años
ssluse.h 4750e6f3c5 - Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option to hace 17 años
strdup.c f72c4e82fd Return NULL if argument is NULL. hace 18 años
strdup.h c6fc5a1a26 Moved strdup replacement from src/main.c into src/strdup.c so it's available hace 18 años
strequal.c 772a985dc3 Update copyright year, since the file has been modified hace 17 años
strequal.h 76c7c694c5 modified this year hace 19 años
strerror.c d465199411 Correct error code for CCC/SSL shutdown failure hace 17 años
strerror.h 84bf03b365 removed trailing whitespace hace 19 años
strtok.c 4d17d6876e Dan Fandrich's cleanup patch to make pedantic compiler options cause less hace 20 años
strtok.h 053f6c85ef updated year in the copyright string hace 20 años
strtoofft.c 44d84ac164 Avoid typecasting a signed char to an int when using is*() functions, as that hace 17 años
strtoofft.h c5297b9fd9 Watcom uses 'i64' suffix. hace 19 años
telnet.c 385e612fa5 - Armel Asselin improved libcurl to behave a lot better when an easy handle hace 17 años
telnet.h 385e612fa5 - Armel Asselin improved libcurl to behave a lot better when an easy handle hace 17 años
tftp.c 385e612fa5 - Armel Asselin improved libcurl to behave a lot better when an easy handle hace 17 años
tftp.h 385e612fa5 - Armel Asselin improved libcurl to behave a lot better when an easy handle hace 17 años
timeval.c bda1e9aeab Made the copyright year match the latest modification's year. hace 18 años
timeval.h 772a985dc3 Update copyright year, since the file has been modified hace 17 años
transfer.c 3239f059b8 moved the SSL pending function to the proper place and name hace 17 años
transfer.h 772a985dc3 Update copyright year, since the file has been modified hace 17 años
url.c 44ac2776ae Fixed a dangling pointer problem that prevented the http_proxy environment hace 17 años
url.h 385e612fa5 - Armel Asselin improved libcurl to behave a lot better when an easy handle hace 17 años
urldata.h 385e612fa5 - Armel Asselin improved libcurl to behave a lot better when an easy handle hace 17 años
vc8proj.foot 78a47826b2 Michael Jerris added magic that builds lib/curllib.vcproj automatically (for hace 18 años
vc8proj.head 78a47826b2 Michael Jerris added magic that builds lib/curllib.vcproj automatically (for hace 18 años
version.c a634f64400 James Housley did lots of work and introduced SFTP downloads. hace 17 años

README.ares

$Id$
_ _ ____ _
___| | | | _ \| |
/ __| | | | |_) | |
| (__| |_| | _ <| |___
\___|\___/|_| \_\_____|

How To Build libcurl to Use c-ares For Asynch Name Resolves
===========================================================

c-ares:
http://daniel.haxx.se/projects/c-ares/

NOTE
The latest libcurl version requires c-ares 1.3.2 or later to work
flawlessly.

Once upon the time libcurl built fine with the "original" ares. That is no
longer true. You need to use c-ares.

Build c-ares
============

1. unpack the c-ares archive
2. cd c-ares-dir
3. ./configure
4. make

Build libcurl to use c-ares in the curl source tree
===================================================

1. name the c-ares source directory 'ares' in the curl source directory
(if you have checked out the curl sources from CVS, you will already have
c-ares in a directory named ares).
2. ./configure --enable-ares
3. make

Build libcurl to use an installed c-ares
========================================

1. ./configure --enable-ares=/path/to/ares/install
2. make

c-ares and ipv6
===============

If the configure script enables IPv6 support you need to explicitly disable
that (--disable-ipv6) since c-ares isn't IPv6 compatible (yet).

c-ares on win32
===============
(description brought by Dominick Meglio)

First I compiled c-ares. I changed the default C runtime library to be the
single-threaded rather than the multi-threaded (this seems to be required to
prevent linking errors later on). Then I simply build the areslib project (the
other projects adig/ahost seem to fail under MSVC).

Next was libcurl. I opened lib/config-win32.h and I added a:
#define USE_ARES 1

Next thing I did was I added the path for the ares includes to the include
path, and the libares.lib to the libraries.

Lastly, I also changed libcurl to be single-threaded rather than
multi-threaded, again this was to prevent some duplicate symbol errors. I'm
not sure why I needed to change everything to single-threaded, but when I
didn't I got redefinition errors for several CRT functions (malloc, stricmp,
etc.)

I would have modified the MSVC++ project files, but I only have VC.NET and it
uses a different format than VC6.0 so I didn't want to go and change
everything and remove VC6.0 support from libcurl.