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

Patrick Monnerat ad8c9a5807 os400: workaround an IBM ASCII run-time library bug 8 hours ago
.circleci c349bd668c GHA/macos: improve, fix gcc/llvm, add new test matrix 1 week ago
.github b0c1d1e133 GHA: bump github/codeql-action from 3.25.11 to 3.25.13 3 days ago
CMake 4c22d97be7 build: use `#error` instead of invalid syntax 1 week ago
LICENSES 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 year ago
docs 2a59c8d4ce RELEASE-PROCEDURE.md: restore next release date 2 days ago
include 517f454747 RELEASE-NOTES: synced 2 days ago
lib ad8c9a5807 os400: workaround an IBM ASCII run-time library bug 1 hour ago
m4 4c22d97be7 build: use `#error` instead of invalid syntax 1 week ago
packages ad8c9a5807 os400: workaround an IBM ASCII run-time library bug 1 hour ago
plan9 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 year ago
projects 6343034dd1 tidy-up: adjust casing of project names 2 weeks ago
scripts 5a488251f7 curldown: fixups 1 week ago
src 8193ca59e1 tool_cb_prg: output "flying saucers" with leading carriage return 4 days ago
tests 8c1d9378ac curldown: make 'added-in:' a mandatory header field 1 week ago
winbuild 6343034dd1 tidy-up: adjust casing of project names 2 weeks ago
.azure-pipelines.yml 8f67e81735 CI: fix typo in job name 4 weeks ago
.cirrus.yml 65f7fe5668 CI: bump FreeBSD Python packages 2 weeks ago
.dcignore 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 year 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 3 weeks ago
.gitignore a362962b72 TLS: add support for ECH (Encrypted Client Hello) 3 months ago
.mailmap 49573bc187 .mailmap: update Gisle's preferred email 3 months ago
CHANGES 4d2f800677 curl.se: new home 3 years ago
CMakeLists.txt d2ef6255f4 cmake: sync CA bundle/path detection with autotools 1 week ago
COPYING 57cc70e559 COPYING: update copyright year 6 months ago
Dockerfile d4eeb3dd6c Dockerfile: update debian:bookworm-slim to 39868a6 3 weeks ago
GIT-INFO.md 400717e4c0 GIT-INFO.md: remove version requirements 2 weeks ago
Makefile.am 092c07d119 winbuild: MS-DOS batch tidy-ups 3 weeks ago
Makefile.dist ba8752e556 Makefile.mk: drop Windows support 7 months ago
README 75670e4573 docs: minor grammar fixes 1 year ago
README.md ce3dce9015 tidy-up: mostly whitespace nits 11 months ago
RELEASE-NOTES 517f454747 RELEASE-NOTES: synced 2 days ago
REUSE.toml 612e571cd1 reuse: fix typo in comment 2 weeks ago
SECURITY.md 46d4ae5e11 SECURITY-PROCESS.md. call it vulnerability disclosure policy 10 months ago
acinclude.m4 d3595c74fa configure: CA bundle/path detection fixes 1 week ago
appveyor.sh e0fad6e86f CI: simplify running curl with DLLs 2 weeks ago
appveyor.yml 59dc9f7e69 build: untangle `CURLDEBUG` and `DEBUGBUILD` macros 1 month 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 4 months ago
configure.ac 6343034dd1 tidy-up: adjust casing of project names 2 weeks ago
curl-config.in dada6736df curl-config: revert to backticks to support old target envs 1 month ago
libcurl.def 02beac6bb6 lib: add curl_multi_waitfds 3 months ago
libcurl.pc.in f057de5a1a libcurl.pc: add `Requires.private`, `Requires` for static linking 1 month ago
maketgz 6389ba87b8 projects: drop MSVC project files for recent versions 3 months ago
renovate.json a8174176b5 GHA: unify http3 workflows into one 1 month 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.