Go to file
2001-01-25 12:24:34 +00:00
docs Added Robert Weaver as contributor 2001-01-24 14:04:14 +00:00
include
lib modified the Curl_ConnectHTTPProxyTunnel proto 2001-01-25 12:24:34 +00:00
packages
perl
src Ingo Ralf Blum's cygwin fixes 2001-01-24 14:44:05 +00:00
tests the custom reply engine was not inited properly 2001-01-22 16:16:18 +00:00
acconfig.h Added simple IPv6 recognition support 2001-01-22 23:54:54 +00:00
acinclude.m4
CHANGES Ingo Ralf Blum's cygwin fixes 2001-01-24 14:44:05 +00:00
CHANGES.0
config-win32.h
config.guess
config.sub
configure.in Added simple IPv6 recognition support 2001-01-22 23:54:54 +00:00
CVS-INFO
install-sh
LEGAL
ltconfig
ltmain.sh
Makefile.am
Makefile.dist
maketgz
memanalyze.pl
missing
MITX.txt
mkinstalldirs
MPL-1.1.txt
README
reconf

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

README

  Curl is a command line tool for transfering data specified with URL
  syntax. Find out how to use Curl by reading the curl.1 man page or the
  MANUAL document. Find out how to install Curl by reading the INSTALL
  document.

  libcurl is a library that Curl is using to do its job. It is readily
  available to be used by your software. Read the LIBCURL document to
  find out how!

  You find answers to the most frequent questions we get in the FAQ document.

  Study the LEGAL file for distribution terms and similar.

  Always try the Curl web site for the latest news:

        http://curl.haxx.se

  The official download mirror sites are:

        Sweden    -- ftp://ftp.sunet.se/pub/www/utilities/curl/
        Germany   -- ftp://ftp.fu-berlin.de/pub/unix/network/curl/

  To download the very latest source off the CVS server do this:

        cvs -d :pserver:anonymous@cvs.curl.sourceforge.net:/cvsroot/curl login

     (just press enter when asked for password)

        cvs -d :pserver:anonymous@cvs.curl.sourceforge.net:/cvsroot/curl co .

     (now, you'll get all the latest sources downloaded into your current
     directory. Note that this does NOT create a directory named curl or
     anything)

        cvs -d :pserver:anonymous@cvs.curl.sourceforge.net:/cvsroot/curl logout
        
     (you're off the hook!)

  Curl contains pieces of source code that is Copyright (c) 1998, 1999
  Kungliga Tekniska Högskolan. This notice is included here to comply with the
  distribution terms.