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

renovate[bot] 93a28232d3 GHA: update github/codeql-action digest to b611370 4 tháng trước cách đây
.circleci 73a3602120 Add some basic versioning for some workflows to check whether this is detected properly 6 tháng trước cách đây
.github 93a28232d3 GHA: update github/codeql-action digest to b611370 4 tháng trước cách đây
.reuse d927ab0ae9 reuse: migrate standalone license file to dep5 6 tháng trước cách đây
CMake 1dec702c86 cmake: bring `curl-config.cmake` closer to `FindCURL` 5 tháng trước cách đây
LICENSES 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 năm trước cách đây
docs 6e95e3f7af RELEASE-PROCEDURE.md: update release date 4 tháng trước cách đây
include 02730befc1 urlapi: use a correct value for CURLU_NO_GUESS_SCHEME 5 tháng trước cách đây
lib 9feb85a1e3 vquic: fix UDP_GRO struct cmsghdr data type 4 tháng trước cách đây
m4 411af83010 quic: require at least OpenSSL 3.3 for QUIC 4 tháng trước cách đây
packages 2d5aea9c93 tidy-up: more whitespace 4 tháng trước cách đây
plan9 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 năm trước cách đây
projects 1ccdad64ef CI: add whitespace checker 4 tháng trước cách đây
scripts 4fab113d4e mk-ca-bundle.pl: delay 'curl -V' execution until it is needed 4 tháng trước cách đây
src 5c873da92a src/Makefile.am: remove SUBDIRS assignment 4 tháng trước cách đây
tests 185a05e943 ngtcp2+quictls: fix cert-status use 4 tháng trước cách đây
winbuild 1ccdad64ef CI: add whitespace checker 4 tháng trước cách đây
.azure-pipelines.yml 8f67e81735 CI: fix typo in job name 4 tháng trước cách đây
.cirrus.yml 5b35dea6ef CI: reduce memory request for FreeBSD builds 5 tháng trước cách đây
.dcignore 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 năm trước cách đây
.dir-locals.el 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 năm trước cách đây
.git-blame-ignore-revs 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 năm trước cách đây
.gitattributes 1ccdad64ef CI: add whitespace checker 4 tháng trước cách đây
.gitignore a362962b72 TLS: add support for ECH (Encrypted Client Hello) 7 tháng trước cách đây
.mailmap 49573bc187 .mailmap: update Gisle's preferred email 7 tháng trước cách đây
CHANGES 4d2f800677 curl.se: new home 4 năm trước cách đây
CMakeLists.txt 8d067e61b0 quic: openssl quic, cmake and doc version update to 3.3.0 4 tháng trước cách đây
COPYING 57cc70e559 COPYING: update copyright year 10 tháng trước cách đây
Dockerfile e9507bd8a1 Dockerfile: update debian:bookworm-slim to 84d83b2 5 tháng trước cách đây
GIT-INFO.md 1347cf255b GIT-INFO: convert to markdown 8 tháng trước cách đây
Makefile.am 41c03b4c98 Dockerfile: for release automation and reproducibility 7 tháng trước cách đây
Makefile.dist ba8752e556 Makefile.mk: drop Windows support 11 tháng trước cách đây
README 75670e4573 docs: minor grammar fixes 2 năm trước cách đây
README.md ce3dce9015 tidy-up: mostly whitespace nits 1 năm trước cách đây
RELEASE-NOTES ffe193c991 RELEASE-NOTES: synced 4 tháng trước cách đây
SECURITY.md 46d4ae5e11 SECURITY-PROCESS.md. call it vulnerability disclosure policy 1 năm trước cách đây
acinclude.m4 03e7dff8ff windows: delete redundant headers 11 tháng trước cách đây
appveyor.sh 92f42761d2 appveyor: dump build logs on failure in VS2008 jobs 5 tháng trước cách đây
appveyor.yml 59dc9f7e69 build: untangle `CURLDEBUG` and `DEBUGBUILD` macros 5 tháng trước cách đây
buildconf 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 năm trước cách đây
buildconf.bat aba98d2f1f buildconf.bat: remove outdated groff/nroff use 8 tháng trước cách đây
configure.ac 411af83010 quic: require at least OpenSSL 3.3 for QUIC 4 tháng trước cách đây
curl-config.in dada6736df curl-config: revert to backticks to support old target envs 5 tháng trước cách đây
libcurl.def 02beac6bb6 lib: add curl_multi_waitfds 7 tháng trước cách đây
libcurl.pc.in f057de5a1a libcurl.pc: add `Requires.private`, `Requires` for static linking 5 tháng trước cách đây
maketgz 6389ba87b8 projects: drop MSVC project files for recent versions 7 tháng trước cách đây
renovate.json a8174176b5 GHA: unify http3 workflows into one 5 tháng 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.