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

Daniel Stenberg 26ec93dd6a opts: fix option references missing (section) %!s(int64=8) %!d(string=hai) anos
.github 414055dc6d CONTRIBUTING.md: fix links %!s(int64=8) %!d(string=hai) anos
CMake 4af40b3646 URLs: change all http:// URLs to https:// %!s(int64=8) %!d(string=hai) anos
docs 26ec93dd6a opts: fix option references missing (section) %!s(int64=8) %!d(string=hai) anos
include cd8d236245 news: CURLOPT_CONNECT_TO and --connect-to %!s(int64=8) %!d(string=hai) anos
lib cd8d236245 news: CURLOPT_CONNECT_TO and --connect-to %!s(int64=8) %!d(string=hai) anos
m4 093f9cd38d URLs: Change more haxx.se URLs from http: to https: %!s(int64=8) %!d(string=hai) anos
packages 92c2a4c053 http2: Add handling stream level error %!s(int64=8) %!d(string=hai) anos
projects a3a8bba3ff checksrc.bat: Added support for the examples %!s(int64=8) %!d(string=hai) anos
scripts 5f835fb266 contributors.sh: make 79 the max column width (from 80) %!s(int64=8) %!d(string=hai) anos
src cd8d236245 news: CURLOPT_CONNECT_TO and --connect-to %!s(int64=8) %!d(string=hai) anos
tests cd8d236245 news: CURLOPT_CONNECT_TO and --connect-to %!s(int64=8) %!d(string=hai) anos
winbuild cd79e0329f Revert "winbuild: trying to set some files eol=crlf for git" %!s(int64=8) %!d(string=hai) anos
.dir-locals.el 04cb90948e Add .dir-locals and set c-basic-offset to 2. %!s(int64=9) %!d(string=hai) anos
.gitattributes dc470723b1 Tell git to not convert configure-related files. %!s(int64=12) %!d(string=hai) anos
.gitignore be0d4141af build: Install zsh completion %!s(int64=9) %!d(string=hai) anos
.travis.yml 1d89fd983a travis.yml: Add OS X testbot. %!s(int64=9) %!d(string=hai) anos
CHANGES 4af40b3646 URLs: change all http:// URLs to https:// %!s(int64=8) %!d(string=hai) anos
CHANGES.0 d49881cb19 URLs: change more http to https %!s(int64=8) %!d(string=hai) anos
CMakeLists.txt 4af40b3646 URLs: change all http:// URLs to https:// %!s(int64=8) %!d(string=hai) anos
COPYING 86d3d62f5a COPYING: clarify that Daniel is not the sole author %!s(int64=8) %!d(string=hai) anos
CTestConfig.cmake 6dd0277c22 ENH: move dashboard location %!s(int64=15) %!d(string=hai) anos
GIT-INFO ae2a2c9931 curl tool: renaming hugehelp files to tool_hugehelp %!s(int64=12) %!d(string=hai) anos
MacOSX-Framework ca20ca54b2 MacOSX-Framework: sdk regex fix for sdk 10.10 and later %!s(int64=9) %!d(string=hai) anos
Makefile.am 6afcf82857 build: include scripts/ in the dist %!s(int64=8) %!d(string=hai) anos
Makefile.dist 4af40b3646 URLs: change all http:// URLs to https:// %!s(int64=8) %!d(string=hai) anos
README 20dcd19501 URLs: follow GitHub project rename (also Travis CI) %!s(int64=8) %!d(string=hai) anos
README.md d42dbe6423 README.md: linkified %!s(int64=8) %!d(string=hai) anos
RELEASE-NOTES 635a76cf73 RELEASE-NOTES: Corrected last updated %!s(int64=8) %!d(string=hai) anos
acinclude.m4 ecf953432d configure: use cpp -P when needed %!s(int64=8) %!d(string=hai) anos
appveyor.yml 7a8a7ca7b0 AppVeyor: updated to handle OpenSSL/WinSSL builds %!s(int64=8) %!d(string=hai) anos
buildconf 4af40b3646 URLs: change all http:// URLs to https:// %!s(int64=8) %!d(string=hai) anos
buildconf.bat 50525f4f40 dist: ship buildconf.bat too %!s(int64=8) %!d(string=hai) anos
configure.ac 7921628714 wolfssl: Use ECC supported curves extension %!s(int64=8) %!d(string=hai) anos
curl-config.in 4af40b3646 URLs: change all http:// URLs to https:// %!s(int64=8) %!d(string=hai) anos
libcurl.pc.in 4af40b3646 URLs: change all http:// URLs to https:// %!s(int64=8) %!d(string=hai) anos
maketgz 1d7df9ed7a maketgz: add -j to make dist %!s(int64=8) %!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 https://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:

https://curl.haxx.se/

GIT

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

git clone https://github.com/curl/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 Högskolan. This notice is included here to comply with the
distribution terms.