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

Dave Reisner 550e403f00 uniformly use AM_CPPFLAGS, avoid deprecated INCLUDES %!s(int64=12) %!d(string=hai) anos
CMake c1400f6f12 cmake: use standard findxxx modules for cmake v2.8+ %!s(int64=12) %!d(string=hai) anos
docs 550e403f00 uniformly use AM_CPPFLAGS, avoid deprecated INCLUDES %!s(int64=12) %!d(string=hai) anos
include ff32546d81 version-bump: towards 7.28.1! %!s(int64=12) %!d(string=hai) anos
lib 550e403f00 uniformly use AM_CPPFLAGS, avoid deprecated INCLUDES %!s(int64=12) %!d(string=hai) anos
m4 44154e0733 configure: remove the --enable/disable-nonblocking options %!s(int64=12) %!d(string=hai) anos
packages abb0da9193 Updated Symbian build files %!s(int64=12) %!d(string=hai) anos
perl ed0364343d removed trailing whitespace %!s(int64=12) %!d(string=hai) anos
src 550e403f00 uniformly use AM_CPPFLAGS, avoid deprecated INCLUDES %!s(int64=12) %!d(string=hai) anos
tests 550e403f00 uniformly use AM_CPPFLAGS, avoid deprecated INCLUDES %!s(int64=12) %!d(string=hai) anos
winbuild 7c0f201075 winbuild: Use machine type of development environment %!s(int64=12) %!d(string=hai) anos
.gitattributes dc470723b1 Tell git to not convert configure-related files. %!s(int64=12) %!d(string=hai) anos
.gitignore 6fb0ed88d6 Moved some patterns to subfolder's .gitignore. %!s(int64=12) %!d(string=hai) anos
Android.mk b6a141ea8a Updated build docs w.r.t. Android and binary sizes %!s(int64=12) %!d(string=hai) anos
CHANGES a89d7997b7 CHANGES: move all contents from CHANGES to CHANGES.0 %!s(int64=14) %!d(string=hai) anos
CHANGES.0 ed0364343d removed trailing whitespace %!s(int64=12) %!d(string=hai) anos
CMakeLists.txt 38ae6ec1a2 configure: NATIVE_WINDOWS no longer defined in config files %!s(int64=12) %!d(string=hai) anos
COPYING b9ac64c2cb Updated copyright year. %!s(int64=12) %!d(string=hai) anos
CTestConfig.cmake 6dd0277c22 ENH: move dashboard location %!s(int64=15) %!d(string=hai) anos
GIT-INFO 9599837e63 s/CVS/git %!s(int64=14) %!d(string=hai) anos
MacOSX-Framework 70a025f3df MacOSX-Framework: updates for Snowleopard %!s(int64=14) %!d(string=hai) anos
Makefile.am b0735f3165 make: make distclean work again %!s(int64=12) %!d(string=hai) anos
Makefile.dist e276802ff8 Changed some main makefile targets. %!s(int64=13) %!d(string=hai) anos
Makefile.msvc.names 8d569c7bb0 build: refactoring of msvc makefiles to allow overriding of library filenames. %!s(int64=13) %!d(string=hai) anos
README 1609685fc2 various changes of CVS to git %!s(int64=14) %!d(string=hai) anos
RELEASE-NOTES ff32546d81 version-bump: towards 7.28.1! %!s(int64=12) %!d(string=hai) anos
TODO-RELEASE 3644a35027 TODO-RELEASE: cleanup for 7.28.0 %!s(int64=12) %!d(string=hai) anos
acinclude.m4 38ae6ec1a2 configure: NATIVE_WINDOWS no longer defined in config files %!s(int64=12) %!d(string=hai) anos
buildconf 919c97fa65 curl tool: use configuration files from lib directory %!s(int64=12) %!d(string=hai) anos
buildconf.bat 6dba7608bf curl tool: use configuration files from lib directory - follow-up II %!s(int64=12) %!d(string=hai) anos
configure.ac f4b4365c19 configure: update the copyright years for the output %!s(int64=12) %!d(string=hai) anos
curl-config.in 382429e760 curl-config: parentheses fix %!s(int64=12) %!d(string=hai) anos
curl-style.el 2309b4e330 remove the CVSish $Id$ lines %!s(int64=14) %!d(string=hai) anos
install-sh a07bc79117 %!s(int64=14) %!d(string=hai) anos
libcurl.pc.in a379a4c163 Fix libcurl.pc and curl-config generation for static MingW* cross builds %!s(int64=12) %!d(string=hai) anos
log2changes.pl d2fc8b4a5f log2changes.pl: fix the Version output %!s(int64=12) %!d(string=hai) anos
maketgz 919c97fa65 curl tool: use configuration files from lib directory %!s(int64=12) %!d(string=hai) anos
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. %!s(int64=15) %!d(string=hai) anos
mkinstalldirs 2309b4e330 remove the CVSish $Id$ lines %!s(int64=14) %!d(string=hai) anos
sample.emacs 2309b4e330 remove the CVSish $Id$ lines %!s(int64=14) %!d(string=hai) anos
vc6curl.dsw 619869c639 Renamed vc6 workspace and project files to avoid filename clash when used for conversion to later VS versions. %!s(int64=15) %!d(string=hai) anos

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/

GIT

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

git clone git://github.com/bagder/curl.git

(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.