Go to file
2002-12-03 12:34:43 +00:00
docs Jeff pointed out this flaw in the example 2002-12-03 12:34:43 +00:00
include Kjetil Jacobsen's patch that introduces CURLOPT_PRIVATE and CURLINFO_PRIVATE 2002-11-20 19:11:22 +00:00
lib Curl_GetFTPResponse() takes a different set of parameters and now return a 2002-12-03 10:25:31 +00:00
packages moved comments to first column and automake stopped complaining 2002-10-18 07:55:38 +00:00
perl dead code removal 2002-11-21 15:11:26 +00:00
src don't officially use -@ for --create-dirs, only use the long form 2002-12-03 11:12:18 +00:00
tests this fix seems to make the '305 306' test case combination to run ok finally! 2002-11-22 13:48:24 +00:00
.cvsignore
acconfig.h
acinclude.m4
build_vms.com
buildconf
CHANGES stuff done since the 7.10.2 release 2002-11-29 08:29:21 +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
UPGRADE

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

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.