Go to file
Daniel Stenberg 823785c53e new package related file 2000-10-31 09:50:22 +00:00
docs the verify cert stuff is now added! 2000-10-30 15:07:58 +00:00
include removed extra comma in the CURLINFO enum typedef 2000-10-30 23:17:06 +00:00
lib typecasted the localtime_r() return code to not make it not warn even if the 2000-10-30 11:54:27 +00:00
packages new package related file 2000-10-31 09:50:22 +00:00
perl removed generated files 2000-01-10 23:57:32 +00:00
src Kevin Roth's bugreport with config files containing '-v defaulturl' is now 2000-10-26 08:15:13 +00:00
CHANGES T. Bharath's ssl patch 2000-10-30 12:43:08 +00:00
FILES Added lib/libcurl.def for win32 DLL creations 2000-10-12 09:13:55 +00:00
LEGAL updated my email 2000-07-28 07:57:27 +00:00
MPL-1.0.txt Initial revision 1999-12-29 14:20:26 +00:00
Makefile.am big last-beta (?) cleanup commit 2000-07-31 22:42:34 +00:00
Makefile.dist haxx.nu => haxx.se 2000-06-20 15:31:26 +00:00
README Added curl.linuxworx.com.au as an "official" mirror 2000-09-15 13:22:27 +00:00
acconfig.h 7.3 commit 2000-09-28 10:26:44 +00:00
acinclude.m4 largefile.m4 was turned into acinclude.m4 2000-08-24 19:16:26 +00:00
aclocal.m4 7.2 cleanup commit 2000-08-30 11:54:57 +00:00
config-win32.h Added a define in the Mingw32 makefiles to allow parts of the config-win32 2000-06-14 14:28:45 +00:00
config.guess libtool adjustments 2000-07-26 09:28:29 +00:00
config.h.in 7.3 commit 2000-09-28 10:26:44 +00:00
config.sub libtool adjustments 2000-07-26 09:28:29 +00:00
configure.in Added sigaction check 2000-10-27 10:52:08 +00:00
curl-ssl.spec.in haxx.nu => haxx.se 2000-06-20 15:31:26 +00:00
curl.spec.in haxx.nu => haxx.se 2000-06-20 15:31:26 +00:00
install-sh Initial revision 1999-12-29 14:20:26 +00:00
ltconfig libtool stuff added 2000-07-29 12:12:34 +00:00
ltmain.sh libtool stuff added 2000-07-29 12:12:34 +00:00
maketgz the configure script dynamically gets the version from the include file now 2000-10-23 13:56:12 +00:00
memanalyze.pl just removed some example lines in the top comment 2000-10-12 09:13:22 +00:00
missing Initial revision 1999-12-29 14:20:26 +00:00
mkinstalldirs Initial revision 1999-12-29 14:20:26 +00:00
reconf 7.2 cleanup commit 2000-08-30 11:54:57 +00:00

README

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

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
  README.curl 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 README.libcurl document to
  find out how!

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

  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/
        Australia -- http://curl.linuxworx.com.au/

  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!)