xref: /curl/
Name Date Size #Lines LOC

..03-Nov-2024-

.circleci/H04-Nov-2024-

.github/H15-Oct-2024-

CMake/H14-Nov-2024-

LICENSES/H03-Jan-2023-

docs/H18-Nov-2024-

include/H01-Jul-2024-

lib/H17-Nov-2024-

m4/H14-Nov-2024-

packages/H28-Jul-2024-

plan9/H03-Jan-2023-

projects/H22-Aug-2024-

scripts/H13-Nov-2024-

src/H17-Nov-2024-

tests/H13-Nov-2024-

winbuild/H01-Nov-2024-

.dir-locals.elH A D03-Jan-20231.3 KiB347

.git-blame-ignore-revsH A D03-Jan-2023168 75

.gitattributesH A D02-Jul-2024331 1613

.gitignoreH A D19-Sep-2024735 6967

.mailmapH A D24-Oct-20245.6 KiB115114

CHANGES.mdH A D01-Aug-2024438 135

CMakeLists.txtH A DToday82.3 KiB2,3502,109

COPYINGH A D08-Jan-20241.1 KiB2317

DockerfileH A D16-Nov-20241.7 KiB4234

GIT-INFO.mdH A D08-Jul-2024922 3321

Makefile.amH A D01-Nov-20248 KiB253160

Makefile.distH A D06-Sep-20241.8 KiB7234

READMEH A D29-Sep-20221.6 KiB5634

README.mdH A D15-Oct-20242 KiB6939

RELEASE-NOTESH A D17-Nov-20244.5 KiB11598

REUSE.tomlH A D10-Oct-20241.6 KiB5854

SECURITY.mdH A D22-Aug-20241.2 KiB3017

acinclude.m4H A D14-Nov-202445.5 KiB1,6981,580

appveyor.shH A D31-Oct-20245.7 KiB160116

appveyor.ymlH A D31-Oct-20247.3 KiB223206

buildconfH A D03-Jan-2023218 92

buildconf.batH A D07-Mar-20246.2 KiB266228

configure.acH A D15-Nov-2024160.8 KiB5,5685,020

curl-config.inH A D14-Nov-20244.9 KiB196135

libcurl.pc.inH A D14-Nov-20241.5 KiB4239

renovate.jsonH A D23-Oct-20242.8 KiB101100

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 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