You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
rouzier 945df74101
CURLOPT_TCP_NODELAY.3: fix typo
5 years ago
.github ISSUE_TEMPLATE: Add a comment not to file security issues on github 6 years ago
CMake cmake: Export libcurl and curl targets to use by other cmake projects 5 years ago
docs CURLOPT_TCP_NODELAY.3: fix typo 5 years ago
include system.h: Additionally check __LONG_MAX__ for defining curl_off_t 5 years ago
lib smtp/pop3/imap_get_message: decrease the data length too... 5 years ago
m4 configure: use -Wno-varargs on clang 3.9[.X] debug builds 6 years ago
packages setopt: reintroduce non-static Curl_vsetopt() for OS400 support 5 years ago
projects build: Added Visual Studio 2017 project files 5 years ago
scripts scripts: allow all perl scripts to be run directly 5 years ago
src mail-rcpt.d: fix short-text description 5 years ago
tests mime: clone mime tree upon easy handle duplication. 5 years ago
winbuild Makefile.vc: Added our standard copyright header 5 years ago
.dir-locals.el Add .dir-locals and set c-basic-offset to 2. 7 years ago
.gitattributes .gitattributes: force shell scripts to LF 6 years ago
.gitignore ossfuzz: Move to C++ for curl_fuzzer. 6 years ago
.mailmap mailmap: added/clarified several names 5 years ago
.travis.yml travis: use pip2 instead of pip 5 years ago
CHANGES CHANGES: spell fix, use correct path to script 6 years ago
CMakeLists.txt build: remove HAVE_LIMITS_H check 5 years ago
COPYING COPYING: it's 2018! 5 years ago
GIT-INFO CHANGES.0: removed 6 years ago
MacOSX-Framework includes: remove curl/curlbuild.h and curl/curlrules.h 6 years ago
Makefile.am build: Fixed incorrect script termination from commit ad1dc10e61 5 years ago
Makefile.dist VC: remove the makefile.vc6 build infra 6 years ago
README URLs: follow GitHub project rename (also Travis CI) 7 years ago
README.md README.md: fixed layout 5 years ago
RELEASE-NOTES RELEASE-NOTES: synced with 6fa10c8fa 5 years ago
acinclude.m4 CURL_SIZEOF_LONG: removed, use only SIZEOF_LONG 6 years ago
appveyor.yml appveyor: add a win32 build 5 years ago
buildconf includes: remove curl/curlbuild.h and curl/curlrules.h 6 years ago
buildconf.bat includes: remove curl/curlbuild.h and curl/curlrules.h 6 years ago
configure.ac configure.ac: append extra linker flags instead of prepending them. 5 years ago
curl-config.in curl-config: add --ssl-backends 5 years ago
libcurl.pc.in URLs: change all http:// URLs to https:// 7 years ago
maketgz maketgz: remove old *.dist files before making the tarball 6 years ago

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.