Go to file
2001-04-24 21:46:37 +00:00
docs minor rephrasing 2001-04-23 12:36:02 +00:00
include curl 7.7.2 2001-04-23 07:34:55 +00:00
java works! 2001-04-18 14:05:44 +00:00
lib include debugmem for memory leak detection 2001-04-24 21:41:29 +00:00
packages Added README for releases 2001-03-16 13:09:21 +00:00
perl Cris Bailiff's 1.1.5 changes: Add latest CURLOPT_ and CURLINFO_ constants to 2001-04-20 11:03:40 +00:00
php filled in 2001-03-16 13:30:56 +00:00
src curl 7.7.2 2001-04-23 07:34:55 +00:00
tests no name no test 2001-04-24 21:46:37 +00:00
acconfig.h
acinclude.m4 Albert Chin's patch posted to the mailing list 19 Apr 2001 2001-04-19 06:01:48 +00:00
CHANGES borland fixes, broken host: for persistent connections 2001-04-23 07:27:12 +00:00
CHANGES.0
config-win32.h
config.guess
config.sub
configure.in configure sets variables that curl-config uses to display what features 2001-04-18 09:28:55 +00:00
curl-config.in configure sets variables that curl-config uses to display what features 2001-04-18 09:28:55 +00:00
CVS-INFO updated with the Java stuff and so 2001-04-22 15:44:13 +00:00
install-sh
LEGAL
ltconfig
ltmain.sh
Makefile.am Added curl-config as a script that now gets installed 2001-04-17 12:33:02 +00:00
Makefile.dist
maketgz
memanalyze.pl
missing
MITX.txt
mkinstalldirs
MPL-1.1.txt
README libcurl.5 replaces LIBCURL as main libcurl overview document 2001-04-23 12:37:27 +00:00
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.5 man page 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.