Go to file
2017-10-19 18:37:19 +01:00
.github
CMake cmake: disable tests and man generation if perl/nroff not found 2017-10-02 01:32:36 -04:00
docs setopt: avoid integer overflows when setting millsecond values 2017-10-16 09:23:19 +02:00
include curlver.h: next expected release is 7.57.0 2017-10-08 17:28:07 +02:00
lib mime: limit bas64-encoded lines length to 76 characters 2017-10-19 18:33:27 +01:00
m4 configure: use -Wno-varargs on clang 3.9[.X] debug builds 2017-09-08 23:16:16 +02:00
packages
projects build-openssl.bat: Warn OpenSSL 1.1.0 not yet supported 2017-10-04 01:04:43 -04:00
scripts
src makefile.m32: allow to override gcc, ar and ranlib 2017-10-15 19:42:32 +00:00
tests test652: curl_mime_data + base64 encoder with large contents 2017-10-19 18:37:19 +01:00
winbuild winbuild/BUILD.WINDOWS.txt: mention WITH_NGHTTP2 2017-10-12 13:54:00 +02:00
.dir-locals.el
.gitattributes
.gitignore ossfuzz: Move to C++ for curl_fuzzer. 2017-09-02 11:07:55 +02:00
.mailmap
.travis.yml fuzzer: move to using external curl-fuzzer 2017-10-04 15:33:36 +02:00
acinclude.m4
appveyor.yml
buildconf
buildconf.bat
CHANGES
CMakeLists.txt openssl: enable PKCS12 support for !BoringSSL 2017-10-09 11:29:53 +02:00
configure.ac configure: remove the C++ compiler check 2017-10-14 17:30:42 +02:00
COPYING
curl-config.in
GIT-INFO
libcurl.pc.in
MacOSX-Framework
Makefile.am fuzzer: move to using external curl-fuzzer 2017-10-04 15:33:36 +02:00
Makefile.dist
maketgz
README
README.md
RELEASE-NOTES RELEASE-NOTES: synced with f121575c0 2017-10-16 11:07:30 +02:00

curl logo CII Best Practices Coverity passed Build Status Coverage Status

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.

All contributors to the project are listed in the THANKS document.

Website

Visit the curl web site for the latest news and downloads.

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.