A command line tool and library for transferring data with URL syntax, supporting HTTP, HTTPS, FTP, FTPS, GOPHER, TFTP, SCP, SFTP, SMB, TELNET, DICT, LDAP, LDAPS, FILE, IMAP, SMTP, POP3, RTSP and RTMP. libcurl offers a myriad of powerful features
C Python M4 Perl DIGITAL Command Language CMake Other
Latest commit 129390a Jan 3, 2018 @jay jay openssl: fix memory leak of SSLKEYLOGFILE filename
- Free the copy of SSLKEYLOGFILE env returned by curl_getenv during ossl
  initialization.

Caught by ASAN.
Permalink
Failed to load latest commit information.
.github ISSUE_TEMPLATE: Add a comment not to file security issues on github Jul 11, 2017
CMake cmake: Export libcurl and curl targets to use by other cmake projects Oct 28, 2017
docs curl_version_info.3: call the argument 'age' Dec 29, 2017
include Revert "curl/system.h: fix compilation with gcc on AIX PPC and IA64 H… Jan 2, 2018
lib openssl: fix memory leak of SSLKEYLOGFILE filename Jan 3, 2018
m4 configure: use -Wno-varargs on clang 3.9[.X] debug builds Sep 8, 2017
packages auth: add support for RFC7616 - HTTP Digest access authentication Oct 28, 2017
projects build: Added Visual Studio 2017 project files Dec 22, 2017
scripts THANKS: added missing names Dec 12, 2017
src tool_getparam: Support size modifiers for --max-filesize Dec 26, 2017
tests test1554: improve the error handling Dec 30, 2017
winbuild Makefile.vc: Added our standard copyright header Dec 22, 2017
.dir-locals.el Add .dir-locals and set c-basic-offset to 2. Dec 23, 2015
.gitattributes .gitattributes: force shell scripts to LF Apr 17, 2017
.gitignore ossfuzz: Move to C++ for curl_fuzzer. Sep 2, 2017
.mailmap mailmap: added/clarified several names Dec 12, 2017
.travis.yml travis: use pip2 instead of pip Dec 2, 2017
CHANGES CHANGES: spell fix, use correct path to script Feb 7, 2017
CMakeLists.txt cmake: Add missing setmode check Nov 10, 2017
COPYING COPYING: update the generic copyright year range Jan 7, 2017
GIT-INFO CHANGES.0: removed Feb 7, 2017
MacOSX-Framework includes: remove curl/curlbuild.h and curl/curlrules.h Jun 14, 2017
Makefile.am build: Fixed incorrect script termination from commit ad1dc10 Dec 22, 2017
Makefile.dist VC: remove the makefile.vc6 build infra Jan 23, 2017
README URLs: follow GitHub project rename (also Travis CI) Feb 4, 2016
README.md README.md: fixed layout Nov 11, 2017
RELEASE-NOTES RELEASE-NOTES: synced with 3b9ea70 Dec 11, 2017
acinclude.m4 CURL_SIZEOF_LONG: removed, use only SIZEOF_LONG Aug 17, 2017
appveyor.yml appveyor: add a win32 build Oct 27, 2017
buildconf includes: remove curl/curlbuild.h and curl/curlrules.h Jun 14, 2017
buildconf.bat includes: remove curl/curlbuild.h and curl/curlrules.h Jun 14, 2017
configure.ac libssh: fix a syntax error in configure.ac Dec 12, 2017
curl-config.in curl-config: add --ssl-backends Dec 5, 2017
libcurl.pc.in URLs: change all http:// URLs to https:// Feb 2, 2016
maketgz maketgz: remove old *.dist files before making the tarball Aug 10, 2017

README.md

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.