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

Daniel Stenberg 9a381be789 RELEASE-NOTES: synced 2 years ago
.circleci f03cc1b7a6 CI: build examples for additional code verification 2 years ago
.github c07aca3baa .github/workflows/mbedtls.yml: bump to mbedtls 3.1.0 2 years ago
.lift f67b4d37b7 lift: ignore is a deprecated config option, use ignoreRules 2 years ago
CMake 37b8a16fa7 cmake: prevent dev warning due to mismatched arg 2 years ago
docs 36411bf65a THANKS: add names from 7.81.0 release 2 years ago
include 2b3dd01b77 multi: handle errors returned from socket/timer callbacks 2 years ago
lib effd2bd7ba socks5: use appropriate ATYP for numerical IP address host names 2 years ago
m4 e9021838db m4/curl-compilers: tell clang -Wno-pointer-bool-conversion 2 years ago
packages b20b364764 mime: use percent-escaping for multipart form field and file names 2 years ago
plan9 ac0a88fd25 copyright: fix year ranges 3 years ago
projects 4e5a91b6aa docs: Fix typos 2 years ago
scripts e8541c0aae zuul: remove the mbedtls jobs 2 years ago
src ee2ca5826b tool_operate: warn if too many output arguments were found 2 years ago
tests 99c42919d0 test719-721: require "proxy" feature present to run 2 years ago
winbuild 86c9146209 winbuild/README.md: clarify GEN_PDB option 2 years ago
zuul.d e8541c0aae zuul: remove the mbedtls jobs 2 years ago
.azure-pipelines.yml f03cc1b7a6 CI: build examples for additional code verification 2 years ago
.cirrus.yml f03cc1b7a6 CI: build examples for additional code verification 2 years ago
.dcignore fc3cba22c7 .dcignore: ignore tests and docs directories 3 years ago
.dir-locals.el 4d2f800677 curl.se: new home 3 years ago
.gitattributes 70c4fad734 gitattributes: Set batch files to CRLF line endings on checkout 3 years ago
.gitignore bba83ed285 .gitignore: add directory containing the stats repo 3 years ago
.lgtm.yml 265b14d6b3 metalink: remove 2 years ago
.mailmap 771ca5d000 mailmap: add Yongkang Huang 2 years ago
CHANGES 4d2f800677 curl.se: new home 3 years ago
CMakeLists.txt 0969805e20 cmake: warn on use of the now deprecated symbols 2 years ago
COPYING 275c28e650 COPYING/configure: bump copyright year range 3 years ago
GIT-INFO dca60077c9 GIT-INFO: rephrase to adapt to s/buildconf/autoreconf 2 years ago
MacOSX-Framework 7759552b80 MacOSX-Framework: remove redundant ';' 2 years ago
Makefile.am ccb466fd36 misc: update copyright years 2 years ago
Makefile.dist 7bdec2a08b configure: provide --with-openssl, deprecate --with-ssl 3 years ago
README a28464ae77 docs: reduce/avoid English contractions 2 years ago
README.md 7c1ede7b69 README: label the link to the support document 2 years ago
RELEASE-NOTES 801bd5138c RELEASE-NOTES: synced 2 years ago
SECURITY.md 69d5d183de SECURITY.md: minor rephrase 4 years ago
acinclude.m4 18480f71be misc: fix a few issues on MidnightBSD 2 years ago
appveyor.yml 9108da2c26 cmake: private identifiers use CURL_ instead of CMAKE_ prefix 2 years ago
buildconf 8b69ac0c10 buildconf: exec autoreconf to avoid additional process 3 years ago
buildconf.bat 4d2f800677 curl.se: new home 3 years ago
configure.ac 9492d3382b configure: better diagnostics if hyper is built wrong 2 years ago
curl-config.in 4d2f800677 curl.se: new home 3 years ago
libcurl.pc.in 259c70a930 Revert "libcurl.pc: make it relocatable" 3 years ago
maketgz aceff6088c maketgz: redirect updatemanpages.pl output to /dev/null 2 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.

Those documents and more can be found in the docs/ directory.

CONTACT

If you have problems, questions, ideas or suggestions, please contact us
by posting to a suitable mailing list. See https://curl.se/mail/

All contributors to the project are listed in the THANKS document.

WEBSITE

Visit the curl website for the latest news and downloads:

https://curl.se/

GIT

To download the very latest source off the GIT server do this:

git clone https://github.com/curl/curl.git

(you will get a directory named curl created, filled with the source code)

SECURITY PROBLEMS

Report suspected security problems via our HackerOne page and not in public!

https://hackerone.com/curl

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.