Go to file
Daniel Stenberg ec7bccf671 more logging, now logs the full response too, basic support for dealing
with chunked transfer-encoding uploads added
2002-12-10 12:59:16 +00:00
docs Added a default headers section and also made some minor details more 2002-12-09 14:39:01 +00:00
include 7.10.3-pre2 2002-12-04 09:09:26 +00:00
lib A normal POST now provides data to the main transfer loop via the usual 2002-12-09 16:05:57 +00:00
packages moved comments to first column and automake stopped complaining 2002-10-18 07:55:38 +00:00
perl deal with spaces in name and value tags a lot better! 2002-12-05 12:54:08 +00:00
src better errno include and no extern 2002-12-05 19:39:17 +00:00
tests more logging, now logs the full response too, basic support for dealing 2002-12-10 12:59:16 +00:00
.cvsignore
acconfig.h
acinclude.m4
build_vms.com
buildconf
CHANGES 7.10.3-pre2 2002-12-04 09:09:26 +00:00
CHANGES.0
CHANGES.1999
CHANGES.2000
CHANGES.2001
config.guess
config.sub
configure.in bad use of AM_CONDITIONAL removed and now configure runs better when used 2002-11-28 13:29:42 +00:00
COPYING
curl-config.in Karol Pietrzak pointed out that simply including the include dir in --cflags 2002-11-20 19:04:34 +00:00
curl-mode.el
CVS-INFO Soren Spies filled in some info about Mac OS X 10.2 2002-10-31 13:25:03 +00:00
install-sh
LEGAL
ltmain.sh
Makefile.am include SSLCERTS and not UPGRADE. We leave UPGRADE a while in CVS, but it 2002-11-11 22:38:32 +00:00
Makefile.dist
maketgz generate and include PDF versions of the docs in the release archive 2002-10-14 07:39:49 +00:00
missing
MITX.txt
mkinstalldirs
MPL-1.1.txt
README execve.net is an official download mirror in HK 2002-11-27 11:59:52 +00:00
reconf
SSLCERTS changed header 2002-11-11 22:41:45 +00:00

                                  _   _ ____  _     
                              ___| | | |  _ \| |    
                             / __| | | | |_) | |    
                            | (__| |_| |  _ <| |___ 
                             \___|\___/|_| \_\_____|

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

  Visit the curl web site or mirrors for the latest news:

        http://curl.haxx.se/
        http://curl.sf.net/
        http://curl.planetmirror.com/

  The official download mirror sites are:

        Sweden    -- ftp://ftp.sunet.se/pub/www/utilities/curl/
        Sweden    -- http://cool.haxx.se/curl/
        Germany   -- ftp://ftp.fu-berlin.de/pub/unix/network/curl/
        Australia -- http://curl.planetmirror.com/download/
        US        -- http://curl.sourceforge.net/download/
        Hongkong  -- http://www.execve.net/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.