Name Date Size #Lines LOC

..--

.circleci/H25-Apr-2025-268207

.github/H25-Apr-2025-6,7925,612

CMake/H25-Apr-2025-3,4143,070

LICENSES/H25-Apr-2025-6442

docs/H25-Apr-2025-106,12377,095

include/H25-Apr-2025-5,7742,926

lib/H25-Apr-2025-173,593121,764

m4/H25-Apr-2025-19,80118,188

packages/H25-Apr-2025-18,56016,247

plan9/H25-Apr-2025-311216

projects/H25-Apr-2025-90,64589,585

scripts/H25-Apr-2025-6,8555,007

src/H25-Apr-2025-33,08926,591

tests/H25-Apr-2025-211,003169,899

winbuild/H25-Apr-2025-1,3071,036

.dir-locals.elH A D25-Apr-20251.3 KiB347

.git-blame-ignore-revsH A D25-Apr-2025168 75

.gitattributesH A D25-Apr-2025331 1613

.gitignoreH A D25-Apr-2025735 6967

.mailmapH A D25-Apr-20255.6 KiB115114

Android.bpH A D25-Apr-20253.4 KiB133128

CHANGES.mdH A D25-Apr-2025438 135

CMakeLists.txtH A D25-Apr-202580.6 KiB2,3142,075

COPYINGH A D25-Apr-20251.1 KiB2317

DockerfileH A D25-Apr-20251.7 KiB4234

GIT-INFO.mdH A D25-Apr-2025922 3321

METADATAH A D25-Apr-2025640 2422

MODULE_LICENSE_MITHD25-Apr-20250

Makefile.amH A D25-Apr-20258 KiB253160

Makefile.distH A D25-Apr-20251.8 KiB7234

OWNERSH A D25-Apr-202538 32

READMEH A D25-Apr-20251.6 KiB5634

README.mdH A D25-Apr-20252 KiB6939

RELEASE-NOTESH A D25-Apr-202526.4 KiB576559

REUSE.tomlH A D25-Apr-20251.6 KiB5854

SECURITY.mdH A D25-Apr-20251.2 KiB3017

acinclude.m4H A D25-Apr-202545.4 KiB1,6951,577

aclocal.m4H A D25-Apr-202544.8 KiB1,2521,139

appveyor.shH A D25-Apr-20255.7 KiB160116

appveyor.ymlH A D25-Apr-20257.3 KiB223169

buildconfH A D25-Apr-2025218 92

buildconf.batH A D25-Apr-20256.2 KiB266228

compileH A D25-Apr-20257.2 KiB349259

config.guessH A D25-Apr-202548.3 KiB1,7551,528

config.subH A D25-Apr-202534.6 KiB1,8911,704

configureH A D25-Apr-20251.3 MiB49,36841,385

configure.acH A D25-Apr-2025157.9 KiB5,4804,932

curl-config.inH A D25-Apr-20254.9 KiB196135

depcompH A D25-Apr-202523 KiB792502

install-shH A D25-Apr-202515 KiB542352

libcurl.pc.inH A D25-Apr-20251.5 KiB4239

local-configure.patchH A D25-Apr-20252.2 KiB8569

ltmain.shH A D25-Apr-2025325.2 KiB11,4378,215

missingH A D25-Apr-20256.7 KiB216143

post_update.shH A D25-Apr-20252.5 KiB10856

renovate.jsonH A D25-Apr-20252.8 KiB101100

test-driverH A D25-Apr-20254.8 KiB15489

README

1                                  _   _ ____  _
2                              ___| | | |  _ \| |
3                             / __| | | | |_) | |
4                            | (__| |_| |  _ <| |___
5                             \___|\___/|_| \_\_____|
6
7README
8
9  Curl is a command line tool for transferring data specified with URL
10  syntax. Find out how to use curl by reading the curl.1 man page or the
11  MANUAL document. Find out how to install Curl by reading the INSTALL
12  document.
13
14  libcurl is the library curl is using to do its job. It is readily
15  available to be used by your software. Read the libcurl.3 man page to
16  learn how.
17
18  You find answers to the most frequent questions we get in the FAQ document.
19
20  Study the COPYING file for distribution terms.
21
22  Those documents and more can be found in the docs/ directory.
23
24CONTACT
25
26  If you have problems, questions, ideas or suggestions, please contact us
27  by posting to a suitable mailing list. See https://curl.se/mail/
28
29  All contributors to the project are listed in the THANKS document.
30
31WEBSITE
32
33  Visit the curl website for the latest news and downloads:
34
35        https://curl.se/
36
37GIT
38
39  To download the latest source code off the GIT server, do this:
40
41    git clone https://github.com/curl/curl.git
42
43  (you will get a directory named curl created, filled with the source code)
44
45SECURITY PROBLEMS
46
47  Report suspected security problems via our HackerOne page and not in public.
48
49    https://hackerone.com/curl
50
51NOTICE
52
53  Curl contains pieces of source code that is Copyright (c) 1998, 1999
54  Kungliga Tekniska Högskolan. This notice is included here to comply with the
55  distribution terms.
56

README.md

1<!--
2Copyright (C) Daniel Stenberg, <[email protected]>, et al.
3
4SPDX-License-Identifier: curl
5-->
6
7# [![curl logo](https://curl.se/logo/curl-logo.svg)](https://curl.se/)
8
9Curl is a command-line tool for transferring data specified with URL syntax.
10Learn how to use curl by reading [the
11manpage](https://curl.se/docs/manpage.html) or [everything
12curl](https://everything.curl.dev/).
13
14Find out how to install curl by reading [the INSTALL
15document](https://curl.se/docs/install.html).
16
17libcurl is the library curl is using to do its job. It is readily available to
18be used by your software. Read [the libcurl
19manpage](https://curl.se/libcurl/c/libcurl.html) to learn how.
20
21## Open Source
22
23curl is Open Source and is distributed under an MIT-like
24[license](https://curl.se/docs/copyright.html).
25
26## Contact
27
28Contact us on a suitable [mailing list](https://curl.se/mail/) or
29use GitHub [issues](https://github.com/curl/curl/issues)/
30[pull requests](https://github.com/curl/curl/pulls)/
31[discussions](https://github.com/curl/curl/discussions).
32
33All contributors to the project are listed in [the THANKS
34document](https://curl.se/docs/thanks.html).
35
36## Commercial support
37
38For commercial support, maybe private and dedicated help with your problems or
39applications using (lib)curl visit [the support page](https://curl.se/support.html).
40
41## Website
42
43Visit the [curl website](https://curl.se/) for the latest news and downloads.
44
45## Source code
46
47Download the latest source from the Git server:
48
49    git clone https://github.com/curl/curl.git
50
51## Security problems
52
53Report suspected security problems via [our HackerOne
54page](https://hackerone.com/curl) and not in public.
55
56## Notice
57
58Curl contains pieces of source code that is Copyright (c) 1998, 1999 Kungliga
59Tekniska Högskolan. This notice is included here to comply with the
60distribution terms.
61
62## Backers
63
64Thank you to all our backers �� [Become a backer](https://opencollective.com/curl#section-contribute).
65
66## Sponsors
67
68Support this project by becoming a [sponsor](https://curl.se/sponsors.html).
69