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

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

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.