Mirror of https://github.com/curl/curl.git

Daniel Stenberg e161bdc5be cut off 'curl_' from the strerror file names 20 vuotta sitten
ares da5c8a121f changed the long to int typecasts to see if icc 8.0 complains less on this 20 vuotta sitten
docs bb3d6e8552 tcp-nodelay patch by Joe Halpin 20 vuotta sitten
include bb3d6e8552 tcp-nodelay patch by Joe Halpin 20 vuotta sitten
lib e161bdc5be cut off 'curl_' from the strerror file names 20 vuotta sitten
packages 1a5f190e47 minor update by Kevin 20 vuotta sitten
perl 2e46f8d0a6 corrected the comment which wasn't correct 21 vuotta sitten
src bb3d6e8552 tcp-nodelay patch by Joe Halpin 20 vuotta sitten
tests f28389c87b Tor Arntsen fixed how this is invoked 20 vuotta sitten
.cvsignore 363bf3ba30 ignore more 21 vuotta sitten
CHANGES 6fb0012833 error messages and new test script 20 vuotta sitten
CHANGES.0 221ecd0a30 the changes from 1999 is now in CHANGES.1999 22 vuotta sitten
CHANGES.1999 560492707d moved the changes from 1999 into its own file 22 vuotta sitten
CHANGES.2000 c9d233d34a the changelog from year 2000 23 vuotta sitten
CHANGES.2001 d8a35d745e cut off 2001 and put those changes in a separate file 22 vuotta sitten
CHANGES.2002 cc4ff62681 Split out the changes from the year 2002 into a separate file, named 21 vuotta sitten
COPYING 296ccc35d2 updated year 20 vuotta sitten
CVS-INFO 4515d06465 David Byron's fixes to make the latest curl build fine under MSVC 6. 20 vuotta sitten
Makefile.am 4d86593f3c build_vms.com is removed from here 20 vuotta sitten
Makefile.dist 606715b2cd use tabs, not spaces! 20 vuotta sitten
README d29590f583 added the Estonian one, removed the cyberservers one since it is dead and 20 vuotta sitten
RELEASE-NOTES 9d1ce9c0df we are progressing 20 vuotta sitten
TODO-RELEASE 4aacf65678 vms fixes committed 20 vuotta sitten
acinclude.m4 7461592a16 strerror_r() detection changes: 20 vuotta sitten
buildconf 67fca4cb01 recognize and use ACLOCAL_FLAGS if set (Thomas Schwinge patch) 20 vuotta sitten
buildconf.bat b6a4ca9bc8 this works like buildconf + configure does on unixes 20 vuotta sitten
configure.ac 242be55771 added check for strerror_r() 20 vuotta sitten
curl-config.in 437afe0767 curl-config now shows asyncdns if built with ares enabled 20 vuotta sitten
curl-style.el 0e60a118d0 better comments, added some more variable types we use in the font-lock 20 vuotta sitten
install-sh ae1912cb0d Initial revision 24 vuotta sitten
maketgz 570033448c src/version.h was not properly made! 20 vuotta sitten
missing 1180ef4b31 added the most recent one from automake 1.5, it complained on the former 23 vuotta sitten
mkinstalldirs ae1912cb0d Initial revision 24 vuotta sitten
reconf 285e998fae Sterling Hughes's fixes 23 vuotta sitten
sample.emacs 53d71fab60 example showing how a .emacs using curl-style.el could look like, thanks 21 vuotta sitten
testcurl.sh 863473a856 remove ares/aclocal.m4 before cvs update to prevent bad conflicts 20 vuotta sitten

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 the library curl is using to do its job. It is readily
available to be used by your software. Read the libcurl.3 man page to
learn how!

You find answers to the most frequent questions we get in the FAQ document.

Study the COPYING file for distribution terms and similar.

CONTACT

If you have problems, questions, ideas or suggestions, please contact us
by posting to a suitable mailing list. See http://curl.haxx.se/mail/

Many major contributors to the project are listed in the THANKS document.

WEB SITE

Visit the curl web site or mirrors for the latest news:

Sweden -- http://curl.haxx.se/
Australia -- http://curl.planetmirror.com/
Estonia -- http://curl.dope-brothers.com/
Germany -- http://curl.mirror.at.stealer.net/
Russia -- http://curl.tsuren.net/
Thailand -- http://curl.siamu.ac.th/
US (CA) -- http://curl.mirror.redwire.net/

DOWNLOAD

The official download mirror sites are:

Australia -- http://curl.planetmirror.com/download/
Estonia -- http://curl.dope-brothers.com/download/
Germany -- ftp://ftp.fu-berlin.de/pub/unix/network/curl/
Hongkong -- http://www.execve.net/curl/
Russia -- http://curl.tsuren.net/download/
Sweden -- ftp://ftp.sunet.se/pub/www/utilities/curl/
Sweden -- http://cool.haxx.se/curl/
Thailand -- http://curl.siamu.ac.th/download/
US (CA) -- http://curl.mirror.redwire.net/download/

CVS

To download the very latest source off the CVS server do this:

cvs -d :pserver:cvsread@cvs.php.net:/repository login

(enter "phpfi" when asked for password)

cvs -d :pserver:cvsread@cvs.php.net:/repository co curl

(you'll get a directory named curl created, filled with the source code)

cvs -d :pserver:cvsread@cvs.php.net:/repository logout

(you're off the hook!)

NOTICE

Curl contains pieces of source code that is Copyright (c) 1998, 1999
Kungliga Tekniska Hgskolan. This notice is included here to comply with the
distribution terms.