Go to file
Cris Bailiff c503930b8d Added Solaris 'pkgadd' building support to packages collection and autoconf/automake files 2001-05-30 04:31:32 +00:00
docs 3.11 How do I POST with a different Content-Type? 2001-05-29 14:02:20 +00:00
include 7.8-pre1 commit 2001-05-28 21:50:00 +00:00
java changed wording to make it more obvious I don't continuously work on this. 2001-05-11 14:07:58 +00:00
lib curl_ => Curl_ 2001-05-29 19:20:37 +00:00
packages Added Solaris 'pkgadd' building support to packages collection and autoconf/automake files 2001-05-30 04:31:32 +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 fixed the -# to write to the same as --stderr is set to 2001-05-29 18:30:47 +00:00
tests fixes 2001-05-28 21:49:45 +00:00
CHANGES major: curl_general_init/cleanup 2001-05-28 21:45:36 +00:00
CHANGES.0 Changes from 1999 and earlier 2001-01-04 10:45:41 +00:00
CVS-INFO we rqeuire autoconf 2.50 now 2001-05-29 19:14:46 +00:00
LEGAL dual-license fix 2001-01-03 09:29:33 +00:00
MITX.txt new license files 2001-01-04 10:31:55 +00:00
MPL-1.1.txt new license files 2001-01-04 10:31:55 +00:00
Makefile.am Added Solaris 'pkgadd' building support to packages collection and autoconf/automake files 2001-05-30 04:31:32 +00:00
Makefile.dist Jörn's win32-fix to make it work better 2001-03-15 12:34:40 +00:00
README libcurl.5 replaces LIBCURL as main libcurl overview document 2001-04-23 12:37:27 +00:00
acconfig.h cleanup commit for new autoconf+automake+libtool versions 2001-05-22 18:16:24 +00:00
buildconf adjusted for automake 1.4+ 2001-05-29 19:17:19 +00:00
config-win32.h Jörn added "#define socklen_t int" 2001-03-14 08:28:54 +00:00
config.guess cleanup commit for new autoconf+automake+libtool versions 2001-05-22 18:16:24 +00:00
config.sub cleanup commit for new autoconf+automake+libtool versions 2001-05-22 18:16:24 +00:00
configure.in Added Solaris 'pkgadd' building support to packages collection and autoconf/automake files 2001-05-30 04:31:32 +00:00
curl-config.in added 'curl-config --vernum' for hardcore hex version output 2001-05-28 14:58:07 +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 cleanup commit for new autoconf+automake+libtool versions 2001-05-22 18:16:24 +00:00
maketgz 7.8-pre1 commit 2001-05-28 21:50:00 +00:00
memanalyze.pl added some verbose summary output stuff 2001-04-24 21:47:01 +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
  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.