• Home
Name Date Size #Lines LOC

..--

.github/03-May-2024-3419

CMake/03-May-2024-1,4761,283

docs/03-May-2024-60,42539,158

include/03-May-2024-5,4012,944

lib/03-May-2024-120,74477,481

m4/03-May-2024-12,19111,444

packages/03-May-2024-17,83915,540

projects/03-May-2024-48,68148,097

scripts/03-May-2024-354200

src/03-May-2024-18,36412,218

tests/03-May-2024-119,34396,737

winbuild/03-May-2024-966782

.dir-locals.elD03-May-2024280 117

.gitattributesD03-May-202473 65

.gitignoreD03-May-2024485 5352

.travis.ymlD03-May-2024496 2517

Android.bpD03-May-20246.5 KiB260257

CHANGESD03-May-2024313 85

CHANGES.0D03-May-2024772.2 KiB18,00313,835

CMakeLists.txtD03-May-202445 KiB1,2111,079

COPYINGD03-May-20241.1 KiB2317

CTestConfig.cmakeD03-May-2024524 1412

GIT-INFOD03-May-20241.6 KiB5435

MODULE_LICENSE_MITD03-May-20240

MacOSX-FrameworkD03-May-20245.5 KiB147105

Makefile.amD03-May-202422.8 KiB610507

Makefile.distD03-May-202417 KiB587447

NOTICED03-May-20241.1 KiB2317

READMED03-May-20241.6 KiB5032

README.mdD03-May-20241.8 KiB4832

README.versionD03-May-2024292 119

RELEASE-NOTESD03-May-20243.9 KiB9077

acinclude.m4D03-May-202485.3 KiB3,2463,076

androidconfigureD03-May-20241.5 KiB5644

appveyor.ymlD03-May-20241.7 KiB6662

buildconfD03-May-202414.1 KiB450332

buildconf.batD03-May-20248.3 KiB351303

configure.acD03-May-2024111.4 KiB3,8903,443

curl-config.inD03-May-20244.7 KiB179126

libcurl.pc.inD03-May-20241.5 KiB4037

local-configure.patchD03-May-20241.5 KiB5848

maketgzD03-May-20245.6 KiB206106

update_curl.shD03-May-20244.7 KiB175110

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 and similar. If you distribute
21  curl binaries or other binaries that involve libcurl, you might enjoy the
22  LICENSE-MIXING document.
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.haxx.se/mail/
28
29  All contributors to the project are listed in the THANKS document.
30
31WEB SITE
32
33  Visit the curl web site for the latest news and downloads:
34
35        https://curl.haxx.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
45NOTICE
46
47  Curl contains pieces of source code that is Copyright (c) 1998, 1999
48  Kungliga Tekniska Högskolan. This notice is included here to comply with the
49  distribution terms.
50

README.md

1![curl logo](https://cdn.rawgit.com/curl/curl-www/master/logo/curl-logo.svg)
2[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/63/badge)](https://bestpractices.coreinfrastructure.org/projects/63)
3
4Curl is a command-line tool for transferring data specified with URL
5syntax. Find out how to use curl by reading [the curl.1 man
6page](https://curl.haxx.se/docs/manpage.html) or [the MANUAL
7document](https://curl.haxx.se/docs/manual.html). Find out how to install Curl
8by reading [the INSTALL document](https://curl.haxx.se/docs/install.html).
9
10libcurl is the library curl is using to do its job. It is readily available to
11be used by your software. Read [the libcurl.3 man
12page](https://curl.haxx.se/libcurl/c/libcurl.html) to learn how!
13
14You find answers to the most frequent questions we get in [the FAQ
15document](https://curl.haxx.se/docs/faq.html).
16
17Study [the COPYING file](https://curl.haxx.se/docs/copyright.html) for
18distribution terms and similar. If you distribute curl binaries or other
19binaries that involve libcurl, you might enjoy [the LICENSE-MIXING
20document](https://curl.haxx.se/legal/licmix.html).
21
22## Contact
23
24If you have problems, questions, ideas or suggestions, please contact us by
25posting to a suitable [mailing list](https://curl.haxx.se/mail/).
26
27All contributors to the project are listed in [the THANKS
28document](https://curl.haxx.se/docs/thanks.html).
29
30## Website
31
32Visit the [curl web site](https://curl.haxx.se/) for the latest news and
33downloads.
34
35## Git
36
37To download the very latest source off the Git server do this:
38
39    git clone https://github.com/curl/curl.git
40
41(you'll get a directory named curl created, filled with the source code)
42
43## Notice
44
45Curl contains pieces of source code that is Copyright (c) 1998, 1999 Kungliga
46Tekniska Högskolan. This notice is included here to comply with the
47distribution terms.
48

README.version

1URL: https://curl.haxx.se/download/curl-7.54.1.tar.gz
2Version: 7.54.1
3Upstream commit: 54b636f14546d3fde9f9c67c3b32701d78563161
4License: MIT
5License File: NOTICE
6BugComponent: 31714
7Owners: deymo, enh
8
9Description:
10Curl is a command line tool for transferring data specified with URL syntax.
11