• Home
Name Date Size #Lines LOC

..--

.github/03-May-2024-3419

CMake/03-May-2024-1,3921,210

docs/03-May-2024-57,02136,592

include/03-May-2024-5,3212,915

lib/03-May-2024-118,74875,979

m4/03-May-2024-12,17211,428

packages/03-May-2024-17,76015,461

projects/03-May-2024-48,69548,108

scripts/03-May-2024-354200

src/03-May-2024-18,05311,950

tests/03-May-2024-117,92195,600

winbuild/03-May-2024-909739

.dir-locals.elD03-May-2024280 117

.gitattributesD03-May-202473 65

.gitignoreD03-May-2024485 5352

.travis.ymlD03-May-2024499 2517

Android.mkD03-May-20242.7 KiB9554

CHANGESD03-May-2024313 85

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

CMakeLists.txtD03-May-202444.8 KiB1,1951,062

COPYINGD03-May-20241.1 KiB2317

CTestConfig.cmakeD03-May-2024524 1412

GIT-INFOD03-May-20242.2 KiB6846

MODULE_LICENSE_MITD03-May-20240

MacOSX-FrameworkD03-May-20245.5 KiB147105

Makefile.amD03-May-202422.7 KiB607505

Makefile.distD03-May-202417 KiB587447

NOTICED03-May-20241.1 KiB2317

READMED03-May-20241.6 KiB5032

README.mdD03-May-20241.7 KiB4731

README.versionD03-May-2024292 119

RELEASE-NOTESD03-May-20242 KiB5140

acinclude.m4D03-May-202484.3 KiB3,1993,037

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.7 KiB3,8963,455

curl-config.inD03-May-20244.7 KiB179126

libcurl.pc.inD03-May-20241.5 KiB4037

local-configure.patchD03-May-20241.5 KiB5848

maketgzD03-May-20245.3 KiB18990

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

README.version

1URL: https://curl.haxx.se/download/curl-7.50.1.tar.gz
2Version: 7.50.1
3Upstream commit: f2cb3a01192d36395d16acec6cdb93446ca6fd45
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