Go to file
Daniel Stenberg 94bf462473 up'ed the version-info 2001-08-28 08:58:27 +00:00
docs Georg Huettenegger's updates 2001-08-28 08:55:26 +00:00
include curl_formadd() adjustments by Georg Huettenegger 2001-08-28 08:55:59 +00:00
java changed wording to make it more obvious I don't continuously work on this. 2001-05-11 14:07:58 +00:00
lib up'ed the version-info 2001-08-28 08:58:27 +00:00
packages Added Solaris 'pkgadd' building support to packages collection and autoconf/automake files 2001-05-30 04:31:32 +00:00
perl Cris Bailiff's 1.1.5 changes: Add latest CURLOPT_ and CURLINFO_ constants to 2001-04-20 11:03:40 +00:00
php add entry for getbinarypageinvar.php 2001-05-31 12:33:38 +00:00
src Kevin Roth's comments about -G have been addressed: 2001-08-24 07:01:09 +00:00
tests cookies are stored in the reversed order now (which in turn means that 2001-08-24 10:18:14 +00:00
CHANGES Georg Huettenegger's fixes, man pages converted to HTML pages and included 2001-08-22 11:25:39 +00:00
CHANGES.0 Changes from 1999 and earlier 2001-01-04 10:45:41 +00:00
CHANGES.2000 the changelog from year 2000 2001-06-20 07:50:22 +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
LEGAL dual-license fix 2001-01-03 09:29:33 +00:00
MITX.txt Corrected the years in the copyright line 2001-08-15 18:38:56 +00:00
MPL-1.1.txt new license files 2001-01-04 10:31:55 +00:00
Makefile.am make html runs make html in the docs dir 2001-08-21 09:14:31 +00:00
Makefile.dist Jörn's win32-fix to make it work better 2001-03-15 12:34:40 +00:00
README libcurl.3 is the man page 2001-08-22 11:22:28 +00:00
acconfig.h cleanup commit for new autoconf+automake+libtool versions 2001-05-22 18:16:24 +00:00
acinclude.m4 Albert Chin's neat configure/package fixes 2001-08-20 07:10:28 +00:00
build_vms.com Nico's update: "modified the build procedure to restore to the right current 2001-08-23 10:56:48 +00:00
buildconf made the automake line re-build from _all_ Makefile.am files in the source tree 2001-05-30 10:29:39 +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 T. Bharath's patch. It is kind of dirty, as it #pragma aways a whole bunch 2001-08-24 07:43:24 +00:00
config.guess cleanup commit for new autoconf+automake+libtool versions 2001-05-22 18:16:24 +00:00
config.sub cleanup commit for new autoconf+automake+libtool versions 2001-05-22 18:16:24 +00:00
configure.in Troy Engel's fix for running configure without --with-ssl 2001-08-21 06:36:30 +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
install-sh Initial revision 1999-12-29 14:20:26 +00:00
ltmain.sh cleanup commit for new autoconf+automake+libtool versions 2001-05-22 18:16:24 +00:00
maketgz run 'make clean' before 'make dist' to make sure the HTML files are up-to-date 2001-08-21 09:16:43 +00:00
memanalyze.pl added some verbose summary output stuff 2001-04-24 21:47:01 +00:00
missing Initial revision 1999-12-29 14:20:26 +00:00
mkinstalldirs Initial revision 1999-12-29 14:20:26 +00:00
reconf Sterling Hughes's fixes 2001-05-30 07:59:47 +00:00

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

  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.