Go to file
Daniel Stenberg fcb347d124 Added a httpreq field in the main struct so that there's one field to check
for what HTTP request that is being used. The old bit-style fields are still
in there as well.
2001-01-26 15:52:01 +00:00
docs Added Ingo Ralf Blum 2001-01-25 12:28:10 +00:00
include 7.6-pre4 2001-01-25 13:48:28 +00:00
lib Added a httpreq field in the main struct so that there's one field to check 2001-01-26 15:52:01 +00:00
packages removed FILES from the RPM 2001-01-08 23:35:45 +00:00
perl
src 7.6-pre4 2001-01-25 13:48:28 +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 Rick's and Jeff's stuff 2001-01-25 12:31:44 +00:00
CHANGES.0 Changes from 1999 and earlier 2001-01-04 10:45:41 +00:00
config-win32.h
config.guess
config.sub
configure.in make the configure script die if select() or socket() is missing 2001-01-25 12:28:46 +00:00
CVS-INFO Loic's fix that removes the % from the instructions in the bottom 2001-01-09 10:09:39 +00:00
install-sh
LEGAL
ltconfig
ltmain.sh
Makefile.am Additional "docs" about 'make rpms' added by Loic 2001-01-09 10:09:13 +00:00
Makefile.dist new header 2001-01-04 10:37:07 +00:00
maketgz adjusted to use 'make dist' when building the package 2001-01-08 12:57:38 +00:00
memanalyze.pl Made the complaint on free-twice errors a lot better 2001-01-19 12:20:30 +00:00
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.