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

Daniel Stenberg ec122c4c83 TODO: two possible name resolver improvements 6 years ago
.github 274983b774 ISSUE_TEMPLATE: Add a comment not to file security issues on github 7 years ago
CMake 1cb4f5d6e8 cmake: Export libcurl and curl targets to use by other cmake projects 7 years ago
docs ec122c4c83 TODO: two possible name resolver improvements 6 years ago
include 89f6804734 system.h: Additionally check __LONG_MAX__ for defining curl_off_t 6 years ago
lib a5e6d6ebcb http2: don't close connection when single transfer is stopped 6 years ago
m4 f8548e84ad configure: use -Wno-varargs on clang 3.9[.X] debug builds 7 years ago
packages 3b548ffde9 setopt: reintroduce non-static Curl_vsetopt() for OS400 support 6 years ago
projects ad1dc10e61 build: Added Visual Studio 2017 project files 6 years ago
scripts d4e40f0690 scripts: allow all perl scripts to be run directly 6 years ago
src e4f86025d6 mail-rcpt.d: fix short-text description 6 years ago
tests 87ddeee59b test558: fix for multissl builds 6 years ago
winbuild a9b774a773 Makefile.vc: Added our standard copyright header 6 years ago
.dir-locals.el 04cb90948e Add .dir-locals and set c-basic-offset to 2. 9 years ago
.gitattributes a0576e2f36 .gitattributes: force shell scripts to LF 7 years ago
.gitignore 57001ce3bb ossfuzz: Move to C++ for curl_fuzzer. 7 years ago
.mailmap cc0cca1baf mailmap: added/clarified several names 7 years ago
.travis.yml 8eff32f0bf travis: use pip2 instead of pip 7 years ago
CHANGES 5aef498b8a CHANGES: spell fix, use correct path to script 7 years ago
CMakeLists.txt 908a9a6742 build: remove HAVE_LIMITS_H check 6 years ago
COPYING 14d07be37b COPYING: it's 2018! 6 years ago
GIT-INFO d3ab22f875 CHANGES.0: removed 7 years ago
MacOSX-Framework 73a2fcea0b includes: remove curl/curlbuild.h and curl/curlrules.h 7 years ago
Makefile.am b399b04902 build: Fixed incorrect script termination from commit ad1dc10e61 6 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 dab7debe2a README.md: fixed layout 7 years ago
RELEASE-NOTES 650b9c1d65 RELEASE-NOTES: synced with 6fa10c8fa 6 years ago
acinclude.m4 6b9bc5a4fe CURL_SIZEOF_LONG: removed, use only SIZEOF_LONG 7 years ago
appveyor.yml 9dfc541dd7 appveyor: add a win32 build 7 years ago
buildconf 73a2fcea0b includes: remove curl/curlbuild.h and curl/curlrules.h 7 years ago
buildconf.bat 73a2fcea0b includes: remove curl/curlbuild.h and curl/curlrules.h 7 years ago
configure.ac 0616dfa1e0 configure.ac: append extra linker flags instead of prepending them. 6 years ago
curl-config.in 0c65678e71 curl-config: add --ssl-backends 7 years ago
libcurl.pc.in 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
maketgz 4ebe24dfea maketgz: remove old *.dist files before making the tarball 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.