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

Yang Tse 54879d7763 há 14 anos atrás
CMake fb08218a04 BUG: curl did not build with cmake with VS 2005 for two reasons, ws2tcpip.h requires winsock2.h to be included before it with that compiler, and wldap32 is not available with the default install of the compiler, so disable ldap support if that is not found há 15 anos atrás
ares 15ddc1f134 - Tommie Gannert pointed out a silly bug in ares_process_fd() since it didn't há 14 anos atrás
docs da23b16ad8 mention SOCKS related problems in the curl(1) man page há 14 anos atrás
include 49ba75af26 há 14 anos atrás
lib 46de140aca há 14 anos atrás
m4 6418c0588d há 14 anos atrás
packages ddab9bd2ec há 14 anos atrás
perl 67a83c1b34 David Shaw finally removed all traces of Gopher and we are now officially há 18 anos atrás
src 4d19ebe738 há 14 anos atrás
tests 54879d7763 há 14 anos atrás
.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. há 15 anos atrás
Android.mk e3049e98d8 Provide instructions on creating curl_config.h há 14 anos atrás
CHANGES 49ba75af26 há 14 anos atrás
CHANGES.0 662727ca3e Moved 7.19.2 and older entries from CHANGES to CHANGES.0 (the latter is not há 15 anos atrás
CMakeLists.txt b4dcbbfabd ENH: fix build with ssl há 15 anos atrás
COPYING 4d50ca4e21 bump year há 15 anos atrás
CTestConfig.cmake 6dd0277c22 ENH: move dashboard location há 15 anos atrás
CVS-INFO c66943bd89 Updated some out-of-date information. há 16 anos atrás
MacOSX-Framework eed4a13b3b Daniel Johnson improved the MacOSX-Framework shell script to now perform all há 15 anos atrás
Makefile.am 6bf9d56485 fix the find command line há 14 anos atrás
Makefile.dist 405e18571e - David Byron modified Makefile.dist vc8 and vc9 targets in order to allow há 14 anos atrás
README 3440e8d208 don't use the mirrors anymore há 16 anos atrás
RELEASE-NOTES 49ba75af26 há 14 anos atrás
TODO-RELEASE 77a17a21d1 "260 - IMAP, POP3 and SMTP support" done! há 14 anos atrás
acinclude.m4 383bf1e476 - Suppressed side effect of OpenSSL configure checks, which prevented NSS from há 14 anos atrás
buildconf a2ddb0a61b há 14 anos atrás
buildconf.bat efec05d581 Ensure that buildconf.bat does nothing unless it is used with a CVS checkout. há 15 anos atrás
configure.ac 22ed0f5059 minor fixes for --enable-ares configure option há 14 anos atrás
curl-config.in f7f76e17c3 Added '--configure' option to curl-config to display original configure arguments when curl was built há 14 anos atrás
curl-style.el 9137e717b0 Use build-time configured curl_socklen_t instead of socklen_t há 15 anos atrás
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. há 15 anos atrás
install-sh ae1912cb0d Initial revision há 24 anos atrás
libcurl.pc.in 4c8adc8fee - Marc Kleine-Budde fixed: curl saved the LDFLAGS set during configure into há 14 anos atrás
maketgz 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. há 15 anos atrás
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. há 15 anos atrás
mkinstalldirs ff812ccdc9 Make mkinstalldirs ignore umask, for consistency with the rest of the há 16 anos atrás
sample.emacs 4677778f85 Remove empty line used to force CVS to update the $Id date string format há 15 anos atrás
vc6curl.dsw 619869c639 Renamed vc6 workspace and project files to avoid filename clash when used for conversion to later VS versions. há 15 anos atrás

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.