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 285e998fae Sterling Hughes's fixes 22 years ago
docs 3.11 How do I POST with a different Content-Type? 22 years ago
include 7.8-pre1 commit 22 years ago
java changed wording to make it more obvious I don't continuously work on this. 22 years ago
lib curl_ => Curl_ 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 filled in 23 years ago
src fixed the -# to write to the same as --stderr is set to 22 years ago
tests fixes 22 years ago
CHANGES major: curl_general_init/cleanup 22 years ago
CHANGES.0 Changes from 1999 and earlier 23 years ago
CVS-INFO we rqeuire autoconf 2.50 now 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 libcurl.5 replaces LIBCURL as main libcurl overview document 22 years ago
acconfig.h cleanup commit for new autoconf+automake+libtool versions 22 years ago
buildconf Sterling Hughes's fixes 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 Added Solaris 'pkgadd' building support to packages collection and autoconf/automake files 22 years ago
curl-config.in added 'curl-config --vernum' for hardcore hex version output 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 .

     (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.