• Home
Name Date Size #Lines LOC

..--

CMake/07-Sep-2024-2,4492,158

customized/07-Sep-2024-4,406752

docs/07-Sep-2024-101,39172,256

include/07-Sep-2024-7,2264,189

lib/07-Sep-2024-167,902118,042

m4/07-Sep-2024-21,14419,467

packages/07-Sep-2024-19,87017,420

plan9/07-Sep-2024-311216

projects/07-Sep-2024-27,05226,545

scripts/07-Sep-2024-3,6982,743

src/07-Sep-2024-36,71730,215

tests/07-Sep-2024-206,163167,142

winbuild/07-Sep-2024-1,258998

.gitattributesD07-Sep-2024304 1513

.gitignoreD07-Sep-202432 54

BUILD.gnD07-Sep-202415.8 KiB660617

CHANGESD07-Sep-2024299.6 KiB10,6976,783

CMakeLists.txtD07-Sep-202462 KiB1,7551,549

COPYINGD07-Sep-20241.1 KiB2317

MacOSX-FrameworkD07-Sep-20246.1 KiB16196

MakefileD07-Sep-20241.8 KiB7234

Makefile.amD07-Sep-202419.7 KiB536440

Makefile.inD07-Sep-202466.1 KiB2,0861,824

OAT.xmlD07-Sep-20247.6 KiB12370

READMED07-Sep-20241.6 KiB5634

README.OpenSourceD07-Sep-2024496 1211

RELEASE-NOTESD07-Sep-202416.6 KiB366351

acinclude.m4D07-Sep-202442.1 KiB1,6641,546

aclocal.m4D07-Sep-202444.9 KiB1,2531,140

appveyor.shD07-Sep-20245.6 KiB161120

buildconfD07-Sep-2024218 92

buildconf.batD07-Sep-20247.8 KiB320276

bundle.jsonD07-Sep-20241.8 KiB6362

cacert.pemD07-Sep-2024203.2 KiB3,2333,101

compileD07-Sep-20247.2 KiB349259

config.guessD07-Sep-202448.3 KiB1,7551,528

config.subD07-Sep-202434.6 KiB1,8911,704

configureD07-Sep-20241.3 MiB48,77540,820

configure.acD07-Sep-2024144.3 KiB4,9724,464

curl-config.inD07-Sep-20245.2 KiB197139

curl.mapD07-Sep-20242.4 KiB9796

curl.yamlD07-Sep-202475 54

depcompD07-Sep-202423 KiB792502

install-shD07-Sep-202415 KiB542352

libcurl.defD07-Sep-20241.6 KiB9594

libcurl.pc.inD07-Sep-20241.5 KiB4239

ltmain.shD07-Sep-2024325.2 KiB11,4378,215

maketgzD07-Sep-20245.9 KiB221111

missingD07-Sep-20246.7 KiB216143

test-driverD07-Sep-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.OpenSource

1[
2    {
3    "Name": "curl",
4    "License": "Apache License V2.0",
5    "License File": "COPYING",
6    "Version Number": "8.6.0",
7    "Owner": "hanjing5@huawei.com",
8    "Upstream URL": "http://curl.haxx.se/",
9    "Description": "A command line tool and library for transferring data with URL syntax, supporting HTTP, HTTPS, FTP, FTPS, GOPHER, TFTP, SCP, SFTP, SMB, TELNET, DICT, LDAP, LDAPS, FILE, IMAP, SMTP, POP3, RTSP and RTMP. libcurl offers a myriad of powerful features."
10    }
11]
12