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

Yang Tse a07bc79117 vor 14 Jahren
CMake a07bc79117 vor 14 Jahren
ares 15ddc1f134 - Tommie Gannert pointed out a silly bug in ares_process_fd() since it didn't vor 15 Jahren
docs a07bc79117 vor 14 Jahren
include a07bc79117 vor 14 Jahren
lib a07bc79117 vor 14 Jahren
m4 6418c0588d vor 15 Jahren
packages a07bc79117 vor 14 Jahren
perl a07bc79117 vor 14 Jahren
src a07bc79117 vor 14 Jahren
tests a07bc79117 vor 14 Jahren
.cvsignore 18b3833f90 renamed generated config.h to curl_config.h in order to avoid clashes when libcurl is used with other projects which also have a config.h. vor 15 Jahren
Android.mk e3049e98d8 Provide instructions on creating curl_config.h vor 15 Jahren
CHANGES a07bc79117 vor 14 Jahren
CHANGES.0 a07bc79117 vor 14 Jahren
CMakeLists.txt b4dcbbfabd ENH: fix build with ssl vor 15 Jahren
COPYING 4d50ca4e21 bump year vor 16 Jahren
CTestConfig.cmake 6dd0277c22 ENH: move dashboard location vor 15 Jahren
CVS-INFO a07bc79117 vor 14 Jahren
MacOSX-Framework a07bc79117 vor 14 Jahren
Makefile.am 6bf9d56485 fix the find command line vor 15 Jahren
Makefile.dist 405e18571e - David Byron modified Makefile.dist vc8 and vc9 targets in order to allow vor 15 Jahren
README 3440e8d208 don't use the mirrors anymore vor 16 Jahren
RELEASE-NOTES b4ff6d3007 - Martin Hager reported and fixed a problem with a missing quote in libcurl.m4 vor 14 Jahren
TODO-RELEASE 77a17a21d1 "260 - IMAP, POP3 and SMTP support" done! vor 15 Jahren
acinclude.m4 a07bc79117 vor 14 Jahren
buildconf a2ddb0a61b vor 15 Jahren
buildconf.bat efec05d581 Ensure that buildconf.bat does nothing unless it is used with a CVS checkout. vor 15 Jahren
configure.ac 8044366134 vor 14 Jahren
curl-config.in f7f76e17c3 Added '--configure' option to curl-config to display original configure arguments when curl was built vor 15 Jahren
curl-style.el 9137e717b0 Use build-time configured curl_socklen_t instead of socklen_t vor 15 Jahren
diff-exclude f671d0513c renamed generated config.h to curl_config.h in order to avoid clashes when libcurl is used with other projects which also have a config.h. vor 15 Jahren
install-sh a07bc79117 vor 14 Jahren
libcurl.pc.in 4c8adc8fee - Marc Kleine-Budde fixed: curl saved the LDFLAGS set during configure into vor 15 Jahren
maketgz a07bc79117 vor 14 Jahren
missing f671d0513c renamed generated config.h to curl_config.h in order to avoid clashes when libcurl is used with other projects which also have a config.h. vor 15 Jahren
mkinstalldirs ff812ccdc9 Make mkinstalldirs ignore umask, for consistency with the rest of the vor 17 Jahren
sample.emacs 4677778f85 Remove empty line used to force CVS to update the $Id date string format vor 15 Jahren
vc6curl.dsw 619869c639 Renamed vc6 workspace and project files to avoid filename clash when used for conversion to later VS versions. vor 15 Jahren

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 for the latest news and downloads:

http://curl.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.