Go to file
2001-08-17 10:14:06 +00:00
docs Added -G 2001-08-16 13:40:22 +00:00
include - 2001-08-15 18:40:43 +00:00
java
lib modified to use the renamed kerberos functions with Curl_ prefix 2001-08-17 10:14:06 +00:00
packages
perl
php add entry for getbinarypageinvar.php 2001-05-31 12:33:38 +00:00
src SM's -G patch. There's some room for improvements still, as a command line 2001-08-15 07:22:32 +00:00
tests strip off user-agent before checking protocol 2001-08-09 11:58:56 +00:00
acconfig.h
build_vms.com script to build curl on VMS 2001-08-08 06:04:34 +00:00
buildconf
CHANGES CURL_GLOBAL_WIN32, config-vms.h, Borland makefile, -w %{http_code}, 2001-08-15 13:41:48 +00:00
CHANGES.0
CHANGES.2000 the changelog from year 2000 2001-06-20 07:50:22 +00:00
config-riscos.h config.h file for RISC OS compiles 2001-08-08 06:05:06 +00:00
config-vms.h geez, I'd ruined Nico's socklen_t define, corrected it now 2001-08-14 09:51:35 +00:00
config-win32.h
config.guess
config.sub
configure.in --enable-debug now sets the following CFLAGS: 2001-08-14 08:49:16 +00:00
curl-config.in hm, --cflags should only show the flags a 3rd party program would need 2001-08-16 13:09:20 +00:00
CVS-INFO Added note about src/hughelp.c and the new *.cvs file that can be used if 2001-06-06 09:39:07 +00:00
install-sh
LEGAL
ltconfig
ltmain.sh
Makefile.am added unfortunate but necessary special-purpose files for VMS and RISC OS 2001-08-08 07:46:44 +00:00
Makefile.dist
maketgz
memanalyze.pl
missing
MITX.txt Corrected the years in the copyright line 2001-08-15 18:38:56 +00:00
mkinstalldirs
MPL-1.1.txt
README corrected the CVS note about not creating a subdirectory... which it does now 2001-06-06 09:33:46 +00:00
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.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.