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

Daniel Stenberg faeec840f3 checksrc: invoke script with -D to find .checksrc proper %!s(int64=3) %!d(string=hai) anos
.github 730dc48253 CI/macos: set minimum macOS version %!s(int64=3) %!d(string=hai) anos
CMake e13357b14b content_encoding: add zstd decoding support %!s(int64=4) %!d(string=hai) anos
docs faeec840f3 checksrc: invoke script with -D to find .checksrc proper %!s(int64=3) %!d(string=hai) anos
include d979cb9ed2 curl.h: update CURLINFO_LASTONE %!s(int64=3) %!d(string=hai) anos
lib 633c9478c9 connect: remove redundant message about connect failure %!s(int64=3) %!d(string=hai) anos
m4 ae5b6deb15 configure: allow disabling warnings %!s(int64=4) %!d(string=hai) anos
packages 8fa3f7809a windows: add unicode to feature list %!s(int64=4) %!d(string=hai) anos
plan9 9a8b3b3e13 copyright: fix out-of-date copyright ranges and missing headers %!s(int64=4) %!d(string=hai) anos
projects 7e7db5d2f9 projects: Add crypt32.lib to dependencies for all OpenSSL configs %!s(int64=4) %!d(string=hai) anos
scripts daab7b2be7 travis: add ppc64le and s390x builds %!s(int64=3) %!d(string=hai) anos
src 5f79891658 tool_cb_wrt: fix outfile mode flags for Windows %!s(int64=3) %!d(string=hai) anos
tests faeec840f3 checksrc: invoke script with -D to find .checksrc proper %!s(int64=3) %!d(string=hai) anos
winbuild a55c835e6b curl_multibyte: add to curlx %!s(int64=4) %!d(string=hai) anos
.azure-pipelines.yml 0fc1b8bfdd CI/azure: install libssh2 for use with msys2-based builds %!s(int64=3) %!d(string=hai) anos
.cirrus.yml 7670e9ef71 cirrus-ci: upgrade 11-STABLE to 11.4 %!s(int64=4) %!d(string=hai) anos
.dcignore fc3cba22c7 .dcignore: ignore tests and docs directories %!s(int64=4) %!d(string=hai) anos
.dir-locals.el 9a8b3b3e13 copyright: fix out-of-date copyright ranges and missing headers %!s(int64=4) %!d(string=hai) anos
.gitattributes 4db1874f88 .gitattributes: make tabs in indentation a visible error %!s(int64=5) %!d(string=hai) anos
.gitignore bba83ed285 .gitignore: add directory containing the stats repo %!s(int64=4) %!d(string=hai) anos
.lgtm.yml 9a8b3b3e13 copyright: fix out-of-date copyright ranges and missing headers %!s(int64=4) %!d(string=hai) anos
.mailmap ac91b0dd71 mailmap: Nicolas Sterchele %!s(int64=4) %!d(string=hai) anos
.travis.yml daab7b2be7 travis: add ppc64le and s390x builds %!s(int64=3) %!d(string=hai) anos
CHANGES 5aef498b8a CHANGES: spell fix, use correct path to script %!s(int64=7) %!d(string=hai) anos
CMakeLists.txt 13030d08ad CMake: fix test for warning suppressions %!s(int64=3) %!d(string=hai) anos
COPYING e24ea706fb COPYING: it's 2020! %!s(int64=4) %!d(string=hai) anos
GIT-INFO d3ab22f875 CHANGES.0: removed %!s(int64=7) %!d(string=hai) anos
MacOSX-Framework 9a8b3b3e13 copyright: fix out-of-date copyright ranges and missing headers %!s(int64=4) %!d(string=hai) anos
Makefile.am 5bfc874a35 CMake: add HTTP/3 support (ngtcp2+nghttp3, quiche) %!s(int64=4) %!d(string=hai) anos
Makefile.dist aca1aba0bd build: remove the Borland specific makefiles %!s(int64=6) %!d(string=hai) anos
README 872ea75acf README: mention that the docs is in docs/ %!s(int64=4) %!d(string=hai) anos
README.md 86ceb9b006 README.md: add Azure DevOps Pipelines build status badge %!s(int64=4) %!d(string=hai) anos
RELEASE-NOTES d8b8afe320 RELEASE-NOTES: synced %!s(int64=3) %!d(string=hai) anos
SECURITY.md 69d5d183de SECURITY.md: minor rephrase %!s(int64=4) %!d(string=hai) anos
acinclude.m4 7a71965e97 build: fixed build for systems with select() in unistd.h %!s(int64=4) %!d(string=hai) anos
appveyor.yml 35fa07c84b appveyor: collect libcurl.dll variants with prefix or suffix %!s(int64=4) %!d(string=hai) anos
buildconf a39ecb3fac buildconf: retire ares buildconf invocation %!s(int64=3) %!d(string=hai) anos
buildconf.bat d0319adb0c copyrights: update all copyright notices to 2019 on files changed this year %!s(int64=4) %!d(string=hai) anos
configure.ac 14e63c19a0 configure: cleanup wolfssl + pkg-config conflicts when cross compiling. %!s(int64=3) %!d(string=hai) anos
curl-config.in d75e6ce85a copyright: updated year ranges out of sync %!s(int64=4) %!d(string=hai) anos
libcurl.pc.in 98e5904165 libcurl.pc: Merge Libs.private into Libs for static-only builds %!s(int64=4) %!d(string=hai) anos
maketgz 676f4b742d maketgz: delete .bak files, fix indentation %!s(int64=6) %!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.

All of those documents and more can be found in the docs/ directory.

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)

SECURITY PROBLEMS

Report suspected security problems via our HackerOne page and not in public!

https://hackerone.com/curl

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.