You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Daniel Stenberg d8a35d745e cut off 2001 and put those changes in a separate file 22 years ago
docs moved lots to the new subdir 'libcurl' 22 years ago
include Wesley Laxton's CURLOPT_PREQUOTE work 22 years ago
lib Wesley Laxton's CURLOPT_PREQUOTE work 22 years ago
packages Added EPM stuff, thanks to Giuseppe Corbelli 22 years ago
perl Updated location information for Curl_easy 22 years ago
src Nico Baggus added more error codes to the VMS stuff. 22 years ago
tests memanalyze is now moved to the tests/ dir 22 years ago
CHANGES cut off 2001 and put those changes in a separate file 22 years ago
CHANGES.0 the changes from 1999 is now in CHANGES.1999 22 years ago
CHANGES.1999 moved the changes from 1999 into its own file 22 years ago
CHANGES.2000 the changelog from year 2000 22 years ago
CHANGES.2001 cut off 2001 and put those changes in a separate file 22 years ago
CVS-INFO added required software and Guido Neitzer's Mac OS X build instructions 22 years ago
LEGAL updated the copyright year range 22 years ago
MITX.txt removed the 'in documentation' part, as I've expressed in public before 22 years ago
MPL-1.1.txt new license files 23 years ago
Makefile.am no longer include the multi dir, the examples should be in the examples 22 years ago
Makefile.dist happy new year 22 years ago
README cool.haxx.se now only allows http downloads 22 years ago
acconfig.h in_addr_t added 22 years ago
acinclude.m4 Albert Chin: 22 years ago
build_vms.com new from Nico! 22 years ago
buildconf run automake last 22 years ago
config.guess libtool 1.4.2 generated 22 years ago
config.sub libtool 1.4.2 generated 22 years ago
configure.in added docs/libcurl/ 22 years ago
curl-config.in added support for --cc to output the compiler name. This makes it possible 22 years ago
curl-mode.el emacs lisp setup for hacking curl code 22 years ago
install-sh Initial revision 24 years ago
ltmain.sh A Kevin Roth patch. -- It's a post 1.4.2 patch that will become part of 22 years ago
maketgz generate bzip2 and zip files too 22 years ago
missing added the most recent one from automake 1.5, it complained on the former 22 years ago
mkinstalldirs Initial revision 24 years ago
reconf Sterling Hughes's fixes 22 years ago

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/
        Sweden    -- http://cool.haxx.se/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.