Go to file
2001-04-11 10:06:28 +00:00
docs Added CURLOPT_HEADERFUNCTION description 2001-04-10 07:38:59 +00:00
include Added new CURLOPT_HEADERFUNCTION callback for writing headers only 2001-04-10 06:49:32 +00:00
java minor updates, still crashes 2001-04-11 10:06:28 +00:00
lib oops, missed the shut-off non-blocking fix 2001-04-11 06:59:00 +00:00
packages Added README for releases 2001-03-16 13:09:21 +00:00
perl Georg Horn's and my fixes to make it compile with 7.7 2001-03-29 06:45:04 +00:00
php filled in 2001-03-16 13:30:56 +00:00
src 7.7.1 commit 2001-04-04 06:23:43 +00:00
tests match the new never-read-body when doing HEAD 2001-03-23 14:26:23 +00:00
acconfig.h Added socklen_t 2001-03-09 15:24:33 +00:00
acinclude.m4
CHANGES interfaces, windows non-blocking connect, progress meter fix and more 2001-04-11 06:51:43 +00:00
CHANGES.0 Changes from 1999 and earlier 2001-01-04 10:45:41 +00:00
config-win32.h Jörn added "#define socklen_t int" 2001-03-14 08:28:54 +00:00
config.guess
config.sub
configure.in Andrés García's problems on the mailing list made me realize that we can't 2001-03-22 08:51:24 +00:00
CVS-INFO new directories 2001-03-16 15:22:51 +00:00
install-sh
LEGAL
ltconfig
ltmain.sh
Makefile.am make should be $(MAKE) 2001-03-23 14:29:10 +00:00
Makefile.dist Jörn's win32-fix to make it work better 2001-03-15 12:34:40 +00:00
maketgz made it split the version number on - too to make 7.7-blabla make a better 2001-03-08 09:23:11 +00:00
memanalyze.pl bugfix 2001-02-20 13:58:56 +00:00
missing
MITX.txt
mkinstalldirs
MPL-1.1.txt
README
reconf

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

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