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

Gunter Knauf 5f5a28d20e added project header to lib resource file; fixed header copyright. 17 lat temu
ares 9ab7cda010 enabled build with libssh2; fixed copyright for new year.. 17 lat temu
docs dbdb7fa55a - Added the --libcurl [file] option to curl. Append this option to any 17 lat temu
hiper bac66ec26b as Jeff Pohlmeyer pointed out, first get the multi handle _then_ use it 18 lat temu
include d465199411 Correct error code for CCC/SSL shutdown failure 17 lat temu
lib 5f5a28d20e added project header to lib resource file; fixed header copyright. 17 lat temu
packages bcd8a3b240 Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILE 17 lat temu
perl 67a83c1b34 David Shaw finally removed all traces of Gopher and we are now officially 18 lat temu
src 5f5a28d20e added project header to lib resource file; fixed header copyright. 17 lat temu
tests abb4cdafe9 set proper lib extension for non-configure mingw32 builds on Win32. 17 lat temu
.cvsignore 5867eb2dd2 Bryan Henderson: added missing ignores 18 lat temu
CHANGES dbdb7fa55a - Added the --libcurl [file] option to curl. Append this option to any 17 lat temu
CHANGES.0 221ecd0a30 the changes from 1999 is now in CHANGES.1999 22 lat temu
CHANGES.1999 560492707d moved the changes from 1999 into its own file 22 lat temu
CHANGES.2000 c9d233d34a the changelog from year 2000 23 lat temu
CHANGES.2001 d8a35d745e cut off 2001 and put those changes in a separate file 22 lat temu
CHANGES.2002 cc4ff62681 Split out the changes from the year 2002 into a separate file, named 21 lat temu
CHANGES.2003 f94f06825c moved older changes to the CHANGES.2003 file 20 lat temu
CHANGES.2004 cb3fb371ea moved out the changes from 2004 to CHANGES.2004 19 lat temu
CHANGES.2005 83d8a6a450 forked off the changes from 2005 into its own file 18 lat temu
COPYING cb42855445 new year 17 lat temu
CVS-INFO d3c796f5b0 we haven't been using yacc/bison in a long time! 18 lat temu
Makefile.am 096675824f Applied Albert Chin's patch that makes the libcurl.pc pkgconfig file get 18 lat temu
Makefile.dist 5aefdd93cb added targets for libssh2 builds. 17 lat temu
README c2fee9894a the tool is named curl with lowercase c 18 lat temu
RELEASE-NOTES dbdb7fa55a - Added the --libcurl [file] option to curl. Append this option to any 17 lat temu
TODO-RELEASE 44ac2776ae Fixed a dangling pointer problem that prevented the http_proxy environment 17 lat temu
acinclude.m4 73226415fc Added a check in configure that verifies if <signal.h> is available, 17 lat temu
buildconf 772a985dc3 Update copyright year, since the file has been modified 17 lat temu
buildconf.bat f5e1beddf1 no more getdate.c to care about 20 lat temu
configure.ac b9af0d89d5 fix the libssh2 include path somewhat when --with-libssh2 is used and added 17 lat temu
curl-config.in 6ca627ae74 curl-config got a --checkfor option 18 lat temu
curl-style.el 39af394a1c removed tabs and trailing whitespace from source 19 lat temu
install-sh ae1912cb0d Initial revision 24 lat temu
libcurl.pc.in d86d14074d - Modified libcurl.pc.in to use Libs.private for the libs libcurl itself needs 17 lat temu
maketgz c410769588 make REALLY sure src/config.h.in is a copy of lib/config.h.in 18 lat temu
missing 1180ef4b31 added the most recent one from automake 1.5, it complained on the former 23 lat temu
mkinstalldirs ae1912cb0d Initial revision 24 lat temu
reconf 285e998fae Sterling Hughes's fixes 23 lat temu
sample.emacs 1fb74b4fa2 fixed spell, removed reference to a 'tools' subdir in the curl dir, as we 20 lat temu

README

_ _ ____ _
___| | | | _ \| |
/ __| | | | |_) | |
| (__| |_| | _ <| |___
\___|\___/|_| \_\_____|

README

Curl is a command line tool for transferring 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. If you distribute
curl binaries or other binaries that involve libcurl, you might enjoy the
LICENSE-MIXING document.

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/

All contributors to the project are listed in the THANKS document.

WEB SITE

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

Sweden http://curl.haxx.se/
Mirrors http://curlm.haxx.se/

CVS

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

cvs -d :pserver:anonymous@cool.haxx.se:/cvsroot/curl login

(just press enter when asked for password)

cvs -d :pserver:anonymous@cool.haxx.se:/cvsroot/curl co curl

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

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.