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 221ecd0a30 the changes from 1999 is now in CHANGES.1999 22 years ago
docs rewrote 3.9 to be more generic with more languages: 22 years ago
include Götz Babin-Ebell's OpenSSL ENGINE patch 22 years ago
lib *cool* fix by Björn Stenberg, makes proxy transfers work better...! :-) 22 years ago
packages another Kevin Roth update 22 years ago
perl Updated location information for Curl_easy 22 years ago
src Götz Babin-Ebell's OpenSSL ENGINE patch 22 years ago
tests test case 126 added, this uses RETRWEIRDO that makes the FTP server send two 22 years ago
CHANGES recent fixes 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
CVS-INFO updated tool versions 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 added mac stuff 22 years ago
Makefile.dist SM's vc target updates 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 now sets a type for in_addr_t even if it isn't found in the #include files 22 years ago
build_vms.com Nico Baggus' updated for 7.9 22 years ago
buildconf run automake last 22 years ago
config-mac.h Eric's update 22 years ago
config-riscos.h config.h file for RISC OS compiles 22 years ago
config-vms.h geez, I'd ruined Nico's socklen_t define, corrected it now 22 years ago
config-win32.h added a in_addr_t #define 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 Götz Babin-Ebell's OpenSSL ENGINE patch 22 years ago
curl-config.in hm, --cflags should only show the flags a 3rd party program would need 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
memanalyze.pl supports the new ADDR prefix for getaddrinfo() and freeaddrinfo() tracing 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.