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

klemens f7df67cff0 spelling fixes 7 anni fa
.github 7c847ab9d5 ISSUE_TEMPLATE: for bugs, ask questions on the mailing list 7 anni fa
CMake f7df67cff0 spelling fixes 7 anni fa
docs f7df67cff0 spelling fixes 7 anni fa
include f7df67cff0 spelling fixes 7 anni fa
lib f7df67cff0 spelling fixes 7 anni fa
m4 f7df67cff0 spelling fixes 7 anni fa
packages f7df67cff0 spelling fixes 7 anni fa
projects 14cd405d27 checksrc.bat: Ignore curl_config.h.in, curl_config.h 7 anni fa
scripts 698aae270b updatemanpages.pl: Update man pages to use current date and versions 7 anni fa
src f7df67cff0 spelling fixes 7 anni fa
tests f7df67cff0 spelling fixes 7 anni fa
winbuild db87bcfcf2 winbuild: add basic support for OpenSSL 1.1.x 7 anni fa
.dir-locals.el 04cb90948e Add .dir-locals and set c-basic-offset to 2. 8 anni fa
.gitattributes dc470723b1 Tell git to not convert configure-related files. 12 anni fa
.gitignore be0d4141af build: Install zsh completion 8 anni fa
.travis.yml 5091e18e89 travis: run tests-nonflaky instead of tests-full 7 anni fa
CHANGES 5aef498b8a CHANGES: spell fix, use correct path to script 7 anni fa
CMakeLists.txt 84a226a30b cmake: build manual pages (including curl.1) 7 anni fa
COPYING 7fc0e1dfc4 COPYING: update the generic copyright year range 7 anni fa
CTestConfig.cmake 6dd0277c22 ENH: move dashboard location 15 anni fa
GIT-INFO d3ab22f875 CHANGES.0: removed 7 anni fa
MacOSX-Framework ca20ca54b2 MacOSX-Framework: sdk regex fix for sdk 10.10 and later 9 anni fa
Makefile.am f7df67cff0 spelling fixes 7 anni fa
Makefile.dist 8611d985ee VC: remove the makefile.vc6 build infra 7 anni fa
README 20dcd19501 URLs: follow GitHub project rename (also Travis CI) 8 anni fa
README.md 1e54c5fb09 README.md: add coverity and travis badges 7 anni fa
RELEASE-NOTES 131e432bd5 RELEASE-NOTES: typo 7 anni fa
acinclude.m4 6724242cf1 configure: verify that compiler groks -Werror=partial-availability 8 anni fa
appveyor.yml 7c9cfd6c51 Appveyor: Updates for options - CURL_STATICLIB/BUILD_TESTING 8 anni fa
buildconf 4af40b3646 URLs: change all http:// URLs to https:// 8 anni fa
buildconf.bat 50525f4f40 dist: ship buildconf.bat too 8 anni fa
configure.ac 6fc91f6d3a configure: fix --with-zlib when a path is specified 7 anni fa
curl-config.in 4af40b3646 URLs: change all http:// URLs to https:// 8 anni fa
libcurl.pc.in 4af40b3646 URLs: change all http:// URLs to https:// 8 anni fa
maketgz beff139d3d maketgz: Run updatemanpages.pl to update man pages 7 anni fa

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.