You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Daniel Stenberg c9d233d34a the changelog from year 2000 22 years ago
docs Added items we've discussed previously, and URLs to dev notes discussing 22 years ago
include 7.8 commit 22 years ago
java changed wording to make it more obvious I don't continuously work on this. 22 years ago
lib better treatment of truly aborted transfers 22 years ago
packages Added Solaris 'pkgadd' building support to packages collection and autoconf/automake files 22 years ago
perl Cris Bailiff's 1.1.5 changes: Add latest CURLOPT_ and CURLINFO_ constants to 22 years ago
php add entry for getbinarypageinvar.php 22 years ago
src 7.8 commit 22 years ago
tests made stdin testing work, also made 'nocheck=true' work when set on the 22 years ago
CHANGES ftp cut off transfer fix, configure --with-ssl fix 22 years ago
CHANGES.0 Changes from 1999 and earlier 23 years ago
CHANGES.2000 the changelog from year 2000 22 years ago
CVS-INFO Added note about src/hughelp.c and the new *.cvs file that can be used if 22 years ago
LEGAL dual-license fix 23 years ago
MITX.txt new license files 23 years ago
MPL-1.1.txt new license files 23 years ago
Makefile.am Added Solaris 'pkgadd' building support to packages collection and autoconf/automake files 22 years ago
Makefile.dist Jörn's win32-fix to make it work better 23 years ago
README corrected the CVS note about not creating a subdirectory... which it does now 22 years ago
acconfig.h cleanup commit for new autoconf+automake+libtool versions 22 years ago
buildconf made the automake line re-build from _all_ Makefile.am files in the source tree 22 years ago
config-win32.h Jörn added "#define socklen_t int" 23 years ago
config.guess cleanup commit for new autoconf+automake+libtool versions 22 years ago
config.sub cleanup commit for new autoconf+automake+libtool versions 22 years ago
configure.in when --with-ssl is used with a specified path, we use that path immediately 22 years ago
curl-config.in Add documentation for the --vernum attribute 22 years ago
install-sh Initial revision 24 years ago
ltconfig libtool stuff added 23 years ago
ltmain.sh cleanup commit for new autoconf+automake+libtool versions 22 years ago
maketgz 7.8-pre1 commit 22 years ago
memanalyze.pl added some verbose summary output stuff 22 years ago
missing Initial revision 24 years ago
mkinstalldirs Initial revision 24 years ago
reconf Sterling Hughes's fixes 22 years ago

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 curl 

  (you'll get a directory named curl created, filled with the source code)

    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.