You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Daniel Stenberg fb1ce5fd5b tiny tool for outputting curl config variables 22 years ago
docs Added text about curl.haxx.se not being a good test target for people's 22 years ago
include Added new CURLOPT_HEADERFUNCTION callback for writing headers only 22 years ago
java now it works 22 years ago
lib use GMT for the conditional timed gets (reported by Phil Karn) 22 years ago
packages Added README for releases 22 years ago
perl Georg Horn's and my fixes to make it compile with 7.7 22 years ago
php filled in 22 years ago
src 7.7.1 commit 22 years ago
tests match the new never-read-body when doing HEAD 22 years ago
CHANGES interfaces, windows non-blocking connect, progress meter fix and more 22 years ago
CHANGES.0 Changes from 1999 and earlier 23 years ago
CVS-INFO new directories 22 years ago
LEGAL dual-license fix 23 years ago
MITX.txt new license files 23 years ago
MPL-1.1.txt new license files 23 years ago
Makefile.am make should be $(MAKE) 22 years ago
Makefile.dist Jörn's win32-fix to make it work better 22 years ago
README dual-license fix 23 years ago
acconfig.h Added socklen_t 22 years ago
acinclude.m4 largefile.m4 was turned into acinclude.m4 23 years ago
config-win32.h Jörn added "#define socklen_t int" 22 years ago
config.guess libtool adjustments 23 years ago
config.sub libtool adjustments 23 years ago
configure.in Andrés García's problems on the mailing list made me realize that we can't 22 years ago
curl-config.in tiny tool for outputting curl config variables 22 years ago
install-sh Initial revision 24 years ago
ltconfig libtool stuff added 23 years ago
ltmain.sh libtool stuff added 23 years ago
maketgz made it split the version number on - too to make 7.7-blabla make a better 22 years ago
memanalyze.pl bugfix 22 years ago
missing Initial revision 24 years ago
mkinstalldirs Initial revision 24 years ago
reconf 7.2 cleanup commit 23 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 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.