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

Daniel Stenberg f85e932b28 KNOWN_BUGS: remove "Multi perform hangs waiting for threaded resolver" 1 năm trước cách đây
.circleci 2ca0530a4d CI: skip make, do make install at once for dependencies 1 năm trước cách đây
.github 4c61a8e8f4 GHA: NSS use clang instead of clang-9 1 năm trước cách đây
.lift ad9bc5976d copyright: make repository REUSE compliant 2 năm trước cách đây
.reuse 8b9c5bef9b packaging: remove traces of deleted files 1 năm trước cách đây
CMake 14d5589032 OtherTests.cmake: check for cross-compile, not for toolchain 1 năm trước cách đây
LICENSES 5357686fdf examples/curlx.c: remove 1 năm trước cách đây
docs f85e932b28 KNOWN_BUGS: remove "Multi perform hangs waiting for threaded resolver" 1 năm trước cách đây
include dbd74baf78 include/curl/curl.h: bump the deprecated requirements to gcc 6.1 1 năm trước cách đây
lib ea557cfa27 lib/optiontable.pl: adapt to CURLOPTDEPRECATED() 1 năm trước cách đây
m4 42aa4e1a70 curl-openssl.m4: do not add $prefix/include/openssl to CPPFLAGS 1 năm trước cách đây
packages 8b9c5bef9b packaging: remove traces of deleted files 1 năm trước cách đây
plan9 ad9bc5976d copyright: make repository REUSE compliant 2 năm trước cách đây
projects 39538fcc4e headers: add endif comments 1 năm trước cách đây
scripts 709aefc7ca scripts/delta: adapt to curl.h changes for the opt counter 1 năm trước cách đây
src 975efec61b tool_operate: override the numeric locale and set "C" by force 1 năm trước cách đây
tests 3075fdccdd test1276: verify lib/optiontable.pl 1 năm trước cách đây
winbuild b51560b9ff winidn: drop WANT_IDN_PROTOTYPES 1 năm trước cách đây
zuul.d 4484270afc misc: typo and grammar fixes 1 năm trước cách đây
.azure-pipelines.yml fb11e45f9c test972: verify the output without using external tool 1 năm trước cách đây
.cirrus.yml 65bdd6baec CI/cirrus: remove superfluous double-quotes and sudo 1 năm trước cách đây
.dcignore ad9bc5976d copyright: make repository REUSE compliant 2 năm trước cách đây
.dir-locals.el ad9bc5976d copyright: make repository REUSE compliant 2 năm trước cách đây
.git-blame-ignore-revs e8e66126aa git: ignore large commit making the curl REUSE compliant 2 năm trước cách đây
.gitattributes ad9bc5976d copyright: make repository REUSE compliant 2 năm trước cách đây
.gitignore ad9bc5976d copyright: make repository REUSE compliant 2 năm trước cách đây
.lgtm.yml ad9bc5976d copyright: make repository REUSE compliant 2 năm trước cách đây
.mailmap f9618ffe40 mailmap: unify Stefan Eissing 1 năm trước cách đây
CHANGES 4d2f800677 curl.se: new home 3 năm trước cách đây
CMakeLists.txt 55807e6c05 tls: backends use connection filters for IO, enabling HTTPS-proxy 1 năm trước cách đây
COPYING 0409192b1f COPYING: bump copyright year range 2 năm trước cách đây
GIT-INFO dca60077c9 GIT-INFO: rephrase to adapt to s/buildconf/autoreconf 2 năm trước cách đây
MacOSX-Framework c3a6165307 scripts: use `grep -E` instead of `egrep` 1 năm trước cách đây
Makefile.am ad9bc5976d copyright: make repository REUSE compliant 2 năm trước cách đây
Makefile.dist a8861b6ccd Makefile.mk: portable Makefile.m32 1 năm trước cách đây
README 75670e4573 docs: minor grammar fixes 1 năm trước cách đây
README.md 7399fa5b05 README.md: remove badges and xmas-tree garnish 1 năm trước cách đây
RELEASE-NOTES e3302eb5bb RELEASE-NOTES: synced 1 năm trước cách đây
SECURITY.md fd1ce3d4b0 docs: spellfixes 1 năm trước cách đây
acinclude.m4 eb33ccd533 functypes: provide the recv and send arg and return types 1 năm trước cách đây
appveyor.yml 9f3d3bfb71 CI: report AppVeyor build status for each job 1 năm trước cách đây
buildconf ad9bc5976d copyright: make repository REUSE compliant 2 năm trước cách đây
buildconf.bat 10f8fe3683 buildconf.bat: update copyright year range 2 năm trước cách đây
configure.ac 55807e6c05 tls: backends use connection filters for IO, enabling HTTPS-proxy 1 năm trước cách đây
curl-config.in 3adc9f3f93 curl-config: quote directories with potential space 1 năm trước cách đây
libcurl.pc.in ad9bc5976d copyright: make repository REUSE compliant 2 năm trước cách đây
maketgz 43232b5992 maketgz: set the right version in lib/libcurl.plist 1 năm trước cách đây
mlc_config.json cdb9b09793 mlc: curl.zuul.vexxhost.dev is reachable again 2 năm trước cách đây

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 latest source code 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.