Go to file
Kristiyan Tsaklev c95c92da75
curl: don't pass semicolons when parsing Content-Disposition
Test 1422 updated to verify.

Closes #1964
2017-10-09 10:37:27 +02:00
.github
CMake cmake: disable tests and man generation if perl/nroff not found 2017-10-02 01:32:36 -04:00
docs docs: clarify form/mime usage of non-regular data files. 2017-10-08 16:15:23 +01:00
include curlver.h: next expected release is 7.57.0 2017-10-08 17:28:07 +02:00
lib mime: properly unbind mime structure in curl_mime_free(). 2017-10-09 01:26:27 +01:00
m4 configure: use -Wno-varargs on clang 3.9[.X] debug builds 2017-09-08 23:16:16 +02:00
packages version: add the CURL_VERSION_MULTI_SSL feature flag 2017-08-28 22:56:49 +02:00
projects build-openssl.bat: Warn OpenSSL 1.1.0 not yet supported 2017-10-04 01:04:43 -04:00
scripts scripts/contri*sh: use "git log --use-mailmap" 2017-08-18 22:41:48 +02:00
src curl: don't pass semicolons when parsing Content-Disposition 2017-10-09 10:37:27 +02:00
tests curl: don't pass semicolons when parsing Content-Disposition 2017-10-09 10:37:27 +02:00
winbuild winbuild: fix embedded manifest option 2017-08-26 02:33:01 -04: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 cmake: disable tests and man generation if perl/nroff not found 2017-10-02 01:32:36 -04:00
configure.ac fuzzer: move to using external curl-fuzzer 2017-10-04 15:33:36 +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 a4c1c75da3 2017-10-08 17:29:37 +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.