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

Guenter Knauf 1ba5712f88 MinGW makefile tweaks for running from sh. 12 rokov pred
CMake e63c9f8ff3 removed execute file permission 12 rokov pred
docs 1ba5712f88 MinGW makefile tweaks for running from sh. 12 rokov pred
include af0888aaf6 Revert: 634f7cfee40d4658 partially 12 rokov pred
lib 1ba5712f88 MinGW makefile tweaks for running from sh. 12 rokov pred
m4 60d5a16b99 curl-compilers.m4: remove -Wstrict-aliasing=3 from clang 12 rokov pred
packages e6b2eb78a2 build: add curl_schannel and curl_darwinssl files to other build systems 12 rokov pred
perl ed0364343d removed trailing whitespace 12 rokov pred
src 1ba5712f88 MinGW makefile tweaks for running from sh. 12 rokov pred
tests c75ece4442 cookies: change the URL in the cookie jar file header 12 rokov pred
winbuild 0fd5dda99d winbuild/MakefileBuild.vc: convert line endings to DOS style 12 rokov pred
.gitattributes d610519246 Add .gitattributes files to turn off CRLF translation for some files 14 rokov pred
.gitignore 32b4896107 Added files generated by mingw32, eclipse and VC. 12 rokov pred
Android.mk 591c29aa49 curl has been built on many Android versions 13 rokov pred
CHANGES a89d7997b7 CHANGES: move all contents from CHANGES to CHANGES.0 14 rokov pred
CHANGES.0 ed0364343d removed trailing whitespace 12 rokov pred
CMakeLists.txt 38ae6ec1a2 configure: NATIVE_WINDOWS no longer defined in config files 12 rokov pred
COPYING b9ac64c2cb Updated copyright year. 12 rokov pred
CTestConfig.cmake 6dd0277c22 ENH: move dashboard location 15 rokov pred
GIT-INFO 9599837e63 s/CVS/git 14 rokov pred
MacOSX-Framework 70a025f3df MacOSX-Framework: updates for Snowleopard 14 rokov pred
Makefile.am 7cc2e8b349 configure: add symbols versioning option 12 rokov pred
Makefile.dist e276802ff8 Changed some main makefile targets. 13 rokov pred
Makefile.msvc.names 8d569c7bb0 build: refactoring of msvc makefiles to allow overriding of library filenames. 13 rokov pred
README 1609685fc2 various changes of CVS to git 14 rokov pred
RELEASE-NOTES 07e3ea7f26 RELEASE-NOTES: link to more metalink info 12 rokov pred
TODO-RELEASE 696ddf6f0a release: cleaned up plans for this and coming release 12 rokov pred
acinclude.m4 38ae6ec1a2 configure: NATIVE_WINDOWS no longer defined in config files 12 rokov pred
buildconf 919c97fa65 curl tool: use configuration files from lib directory 12 rokov pred
buildconf.bat 6dba7608bf curl tool: use configuration files from lib directory - follow-up II 12 rokov pred
configure.ac 069b280f63 configure.ac: verify that libmetalink is new enough 12 rokov pred
curl-config.in a379a4c163 Fix libcurl.pc and curl-config generation for static MingW* cross builds 12 rokov pred
curl-style.el 2309b4e330 remove the CVSish $Id$ lines 14 rokov pred
install-sh a07bc79117 14 rokov pred
libcurl.pc.in a379a4c163 Fix libcurl.pc and curl-config generation for static MingW* cross builds 12 rokov pred
log2changes.pl d2fc8b4a5f log2changes.pl: fix the Version output 12 rokov pred
maketgz 919c97fa65 curl tool: use configuration files from lib directory 12 rokov pred
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. 15 rokov pred
mkinstalldirs 2309b4e330 remove the CVSish $Id$ lines 14 rokov pred
sample.emacs 2309b4e330 remove the CVSish $Id$ lines 14 rokov pred
vc6curl.dsw 619869c639 Renamed vc6 workspace and project files to avoid filename clash when used for conversion to later VS versions. 15 rokov pred

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.