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

Viktor Szakats e233073f01 cmake: do not echo most inherited `LDFLAGS` to config files 6 days ago
.circleci 46bd595b77 ci: update dependency wolfSSL/wolfssh to v1.4.19 2 weeks ago
.github 7fbd066641 GHA/macos: enable ECH in wolfSSL jobs 3 days ago
CMake d511ec8b0a build: omit certain deps from `libcurl.pc` unless found via `pkg-config` 6 days ago
LICENSES 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 year ago
docs cb2ae6e8a8 curl_multi_socket_all.md: soften the deprecation warning 2 days ago
include bc34ebc87b curl.h: mark two error codes as obsolete 4 days ago
lib c56dee6850 multi: add clarifying comment for wakeup_write() 3 days ago
m4 c66964f280 configure: add FIXMEs for disabled pkg-config references 6 days ago
packages 04b9054a04 os400: Fix IBMi builds 1 week ago
plan9 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 year ago
projects 99ba50d9c4 misc: general C style cleanups 3 months ago
scripts 2ccd1c5889 cmakelint: fix to check root `CMakeLists.txt` 1 week ago
src bc34ebc87b curl.h: mark two error codes as obsolete 4 days ago
tests e9b9bbac22 netrc: address several netrc parser flaws 4 days ago
winbuild 97d69ec0da winbuild: drop `gen_resp_file.bat` 2 weeks ago
.dir-locals.el 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 year ago
.git-blame-ignore-revs 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 year ago
.gitattributes 092c07d119 winbuild: MS-DOS batch tidy-ups 4 months ago
.gitignore 50e2cb5894 build: `buildinfo.txt` improvements 2 months ago
.mailmap 0325e1b9b2 mprintf: treat `%o` as unsigned, add tests for `%o`, `%x`, `%X` 4 weeks ago
CHANGES.md 8a9c22796b CHANGES: rename to CHANGES.md, no longer generated 3 months ago
CMakeLists.txt e233073f01 cmake: do not echo most inherited `LDFLAGS` to config files 16 hours ago
COPYING 57cc70e559 COPYING: update copyright year 10 months ago
Dockerfile a826886509 CI: update dependencies 4 days ago
GIT-INFO.md 400717e4c0 GIT-INFO.md: remove version requirements 4 months ago
Makefile.am 97d69ec0da winbuild: drop `gen_resp_file.bat` 2 weeks ago
Makefile.dist 1ce626158a Makefile.dist: fix `ca-firefox` target 2 months ago
README 75670e4573 docs: minor grammar fixes 2 years ago
README.md 3040971d12 GHA: silence proselint warnings and an error 1 month ago
RELEASE-NOTES 9a90678c43 RELEASE-NOTES: synced 3 days ago
REUSE.toml 45b388fdc7 tests/server/util.c: remove use of strncpy 1 month ago
SECURITY.md 35034df1ca docs: Clarify OpenSSF Best Practices vs Scorecard 3 months ago
acinclude.m4 c66964f280 configure: add FIXMEs for disabled pkg-config references 6 days ago
appveyor.sh fb711b5098 build: fix clang-cl builds, add CI job 3 weeks ago
appveyor.yml fb711b5098 build: fix clang-cl builds, add CI job 3 weeks ago
buildconf 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 year ago
buildconf.bat aba98d2f1f buildconf.bat: remove outdated groff/nroff use 8 months ago
configure.ac cb7558af39 configure: replace `$#` shell syntax 6 days ago
curl-config.in e244d50064 configure: do not echo most inherited `LDFLAGS` to config files 1 week ago
libcurl.pc.in e244d50064 configure: do not echo most inherited `LDFLAGS` to config files 1 week ago
renovate.json 6b440704d8 GHA: drop "3" from openssl names and keys 4 weeks 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 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.