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

Viktor Szakats c7b989e6d6 appveyor.sh: move/rebase patch from appveyor.yml 6 tháng trước cách đây
.circleci c349bd668c GHA/macos: improve, fix gcc/llvm, add new test matrix 4 tháng trước cách đây
.github 170c28805a ci: Update actions/upload-artifact digest to 89ef406 3 tháng trước cách đây
CMake 87aa4ebd82 cmake: detect `nghttp2` via `pkg-config`, enable by default 3 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 8a3740bc8e curl: support embedding a CA bundle 3 tháng trước cách đây
include a9f63b8e0e RELEASE-NOTES: synced 3 tháng trước cách đây
lib bb9c15e97a vtls: fix MSVC 'cast truncates constant value' warning 3 tháng trước cách đây
m4 b2696ac37a misc: cleanup after removing years from copyright 3 tháng trước cách đây
packages 8a9c22796b CHANGES: rename to CHANGES.md, no longer generated 3 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 8a3740bc8e curl: support embedding a CA bundle 3 tháng trước cách đây
scripts 86039e6e42 verify-release: shell script that verifies a release tarball 3 tháng trước cách đây
src 8a3740bc8e curl: support embedding a CA bundle 3 tháng trước cách đây
tests 7e515e6094 CI: enable parallel testing in CI builds 3 tháng trước cách đây
winbuild 6343034dd1 tidy-up: adjust casing of project names 4 tháng trước cách đây
.azure-pipelines.yml efce544418 GHA/non-native: improve, migrate x86_64 FreeBSD with tests from Cirrus CI 3 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 092c07d119 winbuild: MS-DOS batch tidy-ups 4 tháng trước cách đây
.gitignore 8a9c22796b CHANGES: rename to CHANGES.md, no longer generated 3 tháng trước cách đây
.mailmap d40bba3ff9 mailmap: dedupe an author showing up twice in shortlog -s 3 tháng trước cách đây
CHANGES.md 8a9c22796b CHANGES: rename to CHANGES.md, no longer generated 3 tháng trước cách đây
CMakeLists.txt 8a3740bc8e curl: support embedding a CA bundle 3 tháng trước cách đây
COPYING 57cc70e559 COPYING: update copyright year 10 tháng trước cách đây
Dockerfile d4eeb3dd6c Dockerfile: update debian:bookworm-slim to 39868a6 4 tháng trước cách đây
GIT-INFO.md 400717e4c0 GIT-INFO.md: remove version requirements 4 tháng trước cách đây
Makefile.am fab526c032 Makefile: remove 'scripts' duplicate from DIST_SUBDIRS 3 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 12774f4505 RELEASE-NOTES: synced 3 tháng trước cách đây
REUSE.toml 8a9c22796b CHANGES: rename to CHANGES.md, no longer generated 3 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 8a3740bc8e curl: support embedding a CA bundle 3 tháng trước cách đây
appveyor.sh c7b989e6d6 appveyor.sh: move/rebase patch from appveyor.yml 3 tháng trước cách đây
appveyor.yml efce544418 GHA/non-native: improve, migrate x86_64 FreeBSD with tests from Cirrus CI 3 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 8a3740bc8e curl: support embedding a CA bundle 3 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 404679d25f libcurl.pc: add `Cflags.private` 3 tháng trước cách đây
maketgz 754acd1a9d dist: fix reproducible build from release tarball 3 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.