• Home
Name Date Size #Lines LOC

..--

.circleci/03-May-2024-243184

.github/03-May-2024-2,9862,519

.lift/03-May-2024-169

.reuse/03-May-2024-9976

CMake/03-May-2024-2,2071,924

LICENSES/03-May-2024-6442

docs/03-May-2024-90,30461,733

include/03-May-2024-5,6792,876

lib/03-May-2024-157,406108,119

m4/03-May-2024-21,29219,583

packages/03-May-2024-17,16815,089

plan9/03-May-2024-311216

projects/03-May-2024-110,738109,654

scripts/03-May-2024-4,2082,925

src/03-May-2024-30,02023,982

tests/03-May-2024-185,133148,942

winbuild/03-May-2024-1,3001,035

.azure-pipelines.ymlD03-May-202412.2 KiB306240

.cirrus.ymlD03-May-202411.5 KiB258201

.dcignoreD03-May-2024127 86

.dir-locals.elD03-May-20241.3 KiB347

.git-blame-ignore-revsD03-May-2024168 75

.gitattributesD03-May-2024397 1916

.gitignoreD03-May-2024720 6966

.mailmapD03-May-20245.1 KiB106105

Android.bpD03-May-20243.5 KiB133128

Android.mkD03-May-2024148 50

CHANGESD03-May-2024317 85

CMakeLists.txtD03-May-202459.2 KiB1,6531,469

COPYINGD03-May-20241.1 KiB2317

GIT-INFOD03-May-20241.3 KiB4530

METADATAD03-May-2024645 2725

MODULE_LICENSE_MITD03-May-20240

MacOSX-FrameworkD03-May-20246.1 KiB16196

Makefile.amD03-May-202423.1 KiB614514

Makefile.distD03-May-20242.3 KiB9350

NOTICED03-May-20241.1 KiB2317

OWNERSD03-May-202438 32

READMED03-May-20241.6 KiB5634

README.mdD03-May-20242.1 KiB7039

RELEASE-NOTESD03-May-2024851 3421

SECURITY.mdD03-May-2024442 176

acinclude.m4D03-May-202449.1 KiB1,9421,806

aclocal.m4D03-May-202444.9 KiB1,2541,141

androidconfigureD03-May-20242.2 KiB9862

appveyor.ymlD03-May-202413.5 KiB365323

buildconfD03-May-2024218 92

buildconf.batD03-May-20247.8 KiB320276

compileD03-May-20247.2 KiB349259

config.guessD03-May-202448.3 KiB1,7551,528

config.subD03-May-202434.6 KiB1,8911,704

configureD03-May-20241.2 MiB48,51440,550

configure.acD03-May-2024136.1 KiB4,7354,247

curl-config.inD03-May-20245.2 KiB197139

depcompD03-May-202423 KiB792502

install-shD03-May-202415 KiB542352

libcurl.pc.inD03-May-20241.5 KiB4239

local-configure.patchD03-May-20242.2 KiB8569

ltmain.shD03-May-2024325.6 KiB11,4498,222

maketgzD03-May-20246 KiB226113

missingD03-May-20246.7 KiB216143

mlc_config.jsonD03-May-2024196 98

post_update.shD03-May-2024240 114

test-driverD03-May-20244.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, <daniel@haxx.se>, 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
10syntax. Find out how to use curl by reading [the curl.1 man
11page](https://curl.se/docs/manpage.html) or [the MANUAL
12document](https://curl.se/docs/manual.html). Find out how to install Curl
13by reading [the INSTALL document](https://curl.se/docs/install.html).
14
15libcurl is the library curl is using to do its job. It is readily available to
16be used by your software. Read [the libcurl.3 man
17page](https://curl.se/libcurl/c/libcurl.html) to learn how.
18
19You can find answers to the most frequent questions we get in [the FAQ
20document](https://curl.se/docs/faq.html).
21
22Study [the COPYING file](https://curl.se/docs/copyright.html) for
23distribution terms.
24
25## Contact
26
27If you have problems, questions, ideas or suggestions, please contact us by
28posting to a suitable [mailing list](https://curl.se/mail/).
29
30All contributors to the project are listed in [the THANKS
31document](https://curl.se/docs/thanks.html).
32
33## Commercial support
34
35For commercial support, maybe private and dedicated help with your problems or
36applications using (lib)curl visit [the support page](https://curl.se/support.html).
37
38## Website
39
40Visit the [curl website](https://curl.se/) for the latest news and
41downloads.
42
43## Git
44
45To download the latest source from the Git server, do this:
46
47    git clone https://github.com/curl/curl.git
48
49(you will get a directory named curl created, filled with the source code)
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#backer)]
65
66## Sponsors
67
68Support this project by becoming a [sponsor](https://curl.se/sponsors.html).
69
70