• Home
Name Date Size #Lines LOC

..--

CMake/06-May-2025-2,4272,136

customized/06-May-2025-4,406754

docs/06-May-2025-100,31871,994

include/06-May-2025-7,2964,224

lib/06-May-2025-173,403122,534

m4/06-May-2025-20,35718,685

packages/06-May-2025-19,89917,437

plan9/06-May-2025-311216

projects/06-May-2025-19,57419,086

scripts/06-May-2025-3,9302,928

src/06-May-2025-36,97130,437

tests/06-May-2025-211,429171,398

winbuild/06-May-2025-1,2721,011

.gitattributesD06-May-2025304 1513

.gitignoreD06-May-202532 54

BUILD.gnD06-May-202517 KiB710667

CHANGESD06-May-2025299.6 KiB10,6976,783

CMakeLists.txtD06-May-202566.5 KiB1,8901,672

COPYINGD06-May-20251.1 KiB2317

DockerfileD06-May-20251.7 KiB4234

MacOSX-FrameworkD06-May-20256.1 KiB16196

MakefileD06-May-20251.8 KiB7234

Makefile.amD06-May-20257.5 KiB232142

Makefile.inD06-May-202566.1 KiB2,0861,824

OAT.xmlD06-May-20257.6 KiB12370

READMED06-May-20251.6 KiB5634

README.OpenSourceD06-May-2025496 1211

RELEASE-NOTESD06-May-202522.8 KiB506491

acinclude.m4D06-May-202542.1 KiB1,6641,546

aclocal.m4D06-May-202544.9 KiB1,2531,140

appveyor.shD06-May-20255.3 KiB142103

buildconfD06-May-2025218 92

buildconf.batD06-May-20256.2 KiB266228

bundle.jsonD06-May-20252.1 KiB7170

cacert.pemD06-May-2025203.2 KiB3,2333,101

compileD06-May-20257.2 KiB349259

config.guessD06-May-202548.3 KiB1,7551,528

config.subD06-May-202534.6 KiB1,8911,704

configureD06-May-20251.3 MiB48,77540,820

configure.acD06-May-2025146.8 KiB5,0524,537

curl-config.inD06-May-20254.8 KiB194135

curl.mapD06-May-20252.4 KiB9998

curl.yamlD06-May-202575 54

curl_without_http3.mapD06-May-20252.1 KiB9999

depcompD06-May-202523 KiB792502

install-shD06-May-202515 KiB542352

libcurl.defD06-May-20251.6 KiB9695

libcurl.pc.inD06-May-20251.5 KiB4239

ltmain.shD06-May-2025325.2 KiB11,4378,215

maketgzD06-May-20256.3 KiB236130

missingD06-May-20256.7 KiB216143

renovate.jsonD06-May-20252.4 KiB8887

test-driverD06-May-20254.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.8.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