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

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

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.