• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H03-May-2022-316260

.muse/H03-May-2022-96

CMake/H03-May-2022-2,3452,072

docs/H03-May-2022-77,38451,148

include/H03-May-2022-5,2652,657

lib/H03-May-2022-142,72396,221

m4/H03-May-2022-12,83312,079

packages/H03-May-2022-17,05114,946

plan9/H03-May-2022-297206

projects/H03-May-2022-55,07154,382

scripts/H03-May-2022-2,0451,220

src/H03-May-2022-21,07014,741

tests/H03-May-2022-156,608126,596

winbuild/H03-May-2022-1,123900

.azure-pipelines.ymlH A D09-Dec-20209 KiB202187

.cirrus.ymlH A D09-Dec-20203.2 KiB7268

.dcignoreH A D09-Dec-202034 43

.dir-locals.elH A D09-Dec-20201.3 KiB327

.gitattributesH A D09-Dec-2020129 98

.gitignoreH A D09-Dec-2020594 6160

.lgtm.ymlH A D09-Dec-20201.4 KiB3231

.mailmapH A D09-Dec-20203.7 KiB7675

.travis.ymlH A D09-Dec-202010.9 KiB427416

CHANGESH A D09-Dec-2020317 85

COPYINGH A D09-Dec-20201.1 KiB2317

GIT-INFOH A D09-Dec-20201.3 KiB4530

MacOSX-FrameworkH A D09-Dec-20206.1 KiB15996

Makefile.amH A D09-Dec-202028.6 KiB746645

Makefile.distH A D09-Dec-20202.8 KiB11669

READMEH A D09-Dec-20201.6 KiB5634

README.mdH A D09-Dec-20205 KiB8560

RELEASE-NOTESH A D09-Dec-202011 KiB249236

SECURITY.mdH A D09-Dec-2020370 116

acinclude.m4H A D09-Dec-202065.7 KiB2,5832,434

appveyor.ymlH A D09-Dec-202010.8 KiB319311

buildconfH A D09-Dec-2020124 52

buildconf.batH A D09-Dec-20207.5 KiB318274

configure.acH A D09-Dec-2020153.9 KiB5,2764,680

curl-config.inH A D09-Dec-20205.2 KiB195139

libcurl.pc.inH A D09-Dec-20201.5 KiB4037

maketgzH A D09-Dec-20205.9 KiB218108

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 very latest source off the GIT server do this:
40
41    git clone https://github.com/curl/curl.git
42
43  (you'll 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![curl logo](https://curl.se/logo/curl-logo.svg)
2
3[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/63/badge)](https://bestpractices.coreinfrastructure.org/projects/63)
4[![Coverity passed](https://scan.coverity.com/projects/curl/badge.svg)](https://scan.coverity.com/projects/curl)
5[![Travis-CI Build Status](https://travis-ci.org/curl/curl.svg?branch=master)](https://travis-ci.org/curl/curl)
6[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/l1vv31029huhf4g4?svg=true)](https://ci.appveyor.com/project/curlorg/curl)
7[![Azure DevOps Build Status](https://dev.azure.com/daniel0244/curl/_apis/build/status/curl.curl?branchName=master)](https://dev.azure.com/daniel0244/curl/_build/latest?definitionId=1&branchName=master)
8[![Cirrus Build Status](https://api.cirrus-ci.com/github/curl/curl.svg?branch=master)](https://cirrus-ci.com/github/curl/curl)
9[![Backers on Open Collective](https://opencollective.com/curl/backers/badge.svg)](#backers)
10[![Sponsors on Open Collective](https://opencollective.com/curl/sponsors/badge.svg)](#sponsors)
11[![Language Grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/curl/curl.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/curl/curl/context:cpp)
12[![Codacy Badge](https://api.codacy.com/project/badge/Grade/d11483a0cc5c4ebd9da4ff9f7cd56690)](https://www.codacy.com/app/curl/curl?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=curl/curl&amp;utm_campaign=Badge_Grade)
13[![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/curl.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:curl)
14
15Curl is a command-line tool for transferring data specified with URL
16syntax. Find out how to use curl by reading [the curl.1 man
17page](https://curl.se/docs/manpage.html) or [the MANUAL
18document](https://curl.se/docs/manual.html). Find out how to install Curl
19by reading [the INSTALL document](https://curl.se/docs/install.html).
20
21libcurl is the library curl is using to do its job. It is readily available to
22be used by your software. Read [the libcurl.3 man
23page](https://curl.se/libcurl/c/libcurl.html) to learn how!
24
25You can find answers to the most frequent questions we get in [the FAQ
26document](https://curl.se/docs/faq.html).
27
28Study [the COPYING file](https://curl.se/docs/copyright.html) for
29distribution terms.
30
31## Contact
32
33If you have problems, questions, ideas or suggestions, please contact us by
34posting to a suitable [mailing list](https://curl.se/mail/).
35
36All contributors to the project are listed in [the THANKS
37document](https://curl.se/docs/thanks.html).
38
39## Website
40
41Visit the [curl website](https://curl.se/) for the latest news and
42downloads.
43
44## Git
45
46To download the very latest source from the Git server do this:
47
48    git clone https://github.com/curl/curl.git
49
50(you'll get a directory named curl created, filled with the source code)
51
52## Security problems
53
54Report suspected security problems via [our HackerOne
55page](https://hackerone.com/curl) and not in public!
56
57## Notice
58
59Curl contains pieces of source code that is Copyright (c) 1998, 1999 Kungliga
60Tekniska Högskolan. This notice is included here to comply with the
61distribution terms.
62
63## Backers
64
65Thank you to all our backers! �� [[Become a backer](https://opencollective.com/curl#backer)]
66
67<a href="https://opencollective.com/curl#backers" target="_blank"><img src="https://opencollective.com/curl/backers.svg?width=890"></a>
68
69## Sponsors
70
71Support this project by becoming a sponsor. Your logo will show up here with a
72link to your website. [[Become a
73sponsor](https://opencollective.com/curl#sponsor)]
74
75<a href="https://opencollective.com/curl/sponsor/0/website" target="_blank"><img src="https://opencollective.com/curl/sponsor/0/avatar.svg"></a>
76<a href="https://opencollective.com/curl/sponsor/1/website" target="_blank"><img src="https://opencollective.com/curl/sponsor/1/avatar.svg"></a>
77<a href="https://opencollective.com/curl/sponsor/2/website" target="_blank"><img src="https://opencollective.com/curl/sponsor/2/avatar.svg"></a>
78<a href="https://opencollective.com/curl/sponsor/3/website" target="_blank"><img src="https://opencollective.com/curl/sponsor/3/avatar.svg"></a>
79<a href="https://opencollective.com/curl/sponsor/4/website" target="_blank"><img src="https://opencollective.com/curl/sponsor/4/avatar.svg"></a>
80<a href="https://opencollective.com/curl/sponsor/5/website" target="_blank"><img src="https://opencollective.com/curl/sponsor/5/avatar.svg"></a>
81<a href="https://opencollective.com/curl/sponsor/6/website" target="_blank"><img src="https://opencollective.com/curl/sponsor/6/avatar.svg"></a>
82<a href="https://opencollective.com/curl/sponsor/7/website" target="_blank"><img src="https://opencollective.com/curl/sponsor/7/avatar.svg"></a>
83<a href="https://opencollective.com/curl/sponsor/8/website" target="_blank"><img src="https://opencollective.com/curl/sponsor/8/avatar.svg"></a>
84<a href="https://opencollective.com/curl/sponsor/9/website" target="_blank"><img src="https://opencollective.com/curl/sponsor/9/avatar.svg"></a>
85