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

Daniel Stenberg fc2e81c38b travis.yml: use --enable-werror on debug builds %!s(int64=7) %!d(string=hai) anos
.github ced57e9a95 .github/stale.yml: enable the stale bot %!s(int64=7) %!d(string=hai) anos
CMake f7df67cff0 spelling fixes %!s(int64=7) %!d(string=hai) anos
docs d24838d4da make: build the docs subdir only from within src %!s(int64=7) %!d(string=hai) anos
include 8924f58c37 CURLOPT_SOCKS5_AUTH: allowed methods for SOCKS5 proxy auth %!s(int64=7) %!d(string=hai) anos
lib f50124f566 timeval.c: Use long long constant type for timeval assignment %!s(int64=7) %!d(string=hai) anos
m4 e5d6aa8d61 curl-compilers.m4: fix unknown-warning-option on Apple clang %!s(int64=7) %!d(string=hai) anos
packages 73a2fcea0b includes: remove curl/curlbuild.h and curl/curlrules.h %!s(int64=7) %!d(string=hai) anos
projects 534056297f build-wolfssl: Sync config with wolfSSL 3.11 %!s(int64=7) %!d(string=hai) anos
scripts 191349eb75 updatemanpages.pl: error out on too old git version %!s(int64=7) %!d(string=hai) anos
src c1d1a3448f tool_sleep: typecast to avoid macos compiler warning %!s(int64=7) %!d(string=hai) anos
tests b3786f61dc url: make the original string get used on subsequent transfers %!s(int64=7) %!d(string=hai) anos
winbuild cd34ffa614 winbuild: fix boringssl build %!s(int64=7) %!d(string=hai) anos
.dir-locals.el 04cb90948e Add .dir-locals and set c-basic-offset to 2. %!s(int64=8) %!d(string=hai) anos
.gitattributes a0576e2f36 .gitattributes: force shell scripts to LF %!s(int64=7) %!d(string=hai) anos
.gitignore 15b7b85759 gitignore: ignore all vim swap files %!s(int64=7) %!d(string=hai) anos
.travis.yml fc2e81c38b travis.yml: use --enable-werror on debug builds %!s(int64=7) %!d(string=hai) anos
CHANGES 5aef498b8a CHANGES: spell fix, use correct path to script %!s(int64=7) %!d(string=hai) anos
CMakeLists.txt 4fc6ebe18a cmake: Added compatibility options for older Windows versions %!s(int64=7) %!d(string=hai) anos
COPYING 7fc0e1dfc4 COPYING: update the generic copyright year range %!s(int64=7) %!d(string=hai) anos
GIT-INFO d3ab22f875 CHANGES.0: removed %!s(int64=7) %!d(string=hai) anos
MacOSX-Framework 73a2fcea0b includes: remove curl/curlbuild.h and curl/curlrules.h %!s(int64=7) %!d(string=hai) anos
Makefile.am d24838d4da make: build the docs subdir only from within src %!s(int64=7) %!d(string=hai) anos
Makefile.dist 8611d985ee VC: remove the makefile.vc6 build infra %!s(int64=7) %!d(string=hai) anos
README 20dcd19501 URLs: follow GitHub project rename (also Travis CI) %!s(int64=8) %!d(string=hai) anos
README.md bacb909e13 README.md: show the coverall coverage on github %!s(int64=7) %!d(string=hai) anos
RELEASE-NOTES 2ed8bdd3c6 RELEASE-NOTES: synced with ce2c3ebda %!s(int64=7) %!d(string=hai) anos
acinclude.m4 73a2fcea0b includes: remove curl/curlbuild.h and curl/curlrules.h %!s(int64=7) %!d(string=hai) anos
appveyor.yml f541f7b94a ci: whitelist branches to avoid testing feature branches twice %!s(int64=7) %!d(string=hai) anos
buildconf 73a2fcea0b includes: remove curl/curlbuild.h and curl/curlrules.h %!s(int64=7) %!d(string=hai) anos
buildconf.bat 73a2fcea0b includes: remove curl/curlbuild.h and curl/curlrules.h %!s(int64=7) %!d(string=hai) anos
configure.ac 3a283968f4 configure: disable nghttp2 too if HTTP has been disabled %!s(int64=7) %!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 e76e452410 maketgz: switch to -6e for xz %!s(int64=7) %!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.