• Home
Name Date Size #Lines LOC

..--

CMake/03-May-2024-1,6161,405

docs/03-May-2024-78,13752,263

include/03-May-2024-5,0082,527

lib/03-May-2024-138,75091,892

m4/03-May-2024-21,84620,221

packages/03-May-2024-17,59015,510

plan9/03-May-2024-297206

projects/03-May-2024-62,80661,805

scripts/03-May-2024-566303

src/03-May-2024-28,66822,444

tests/03-May-2024-164,458133,132

winbuild/03-May-2024-1,113898

.gitignoreD03-May-2024262 1917

Android.bpD03-May-20242.1 KiB9491

CHANGESD03-May-2024191 KiB7,1004,345

CMakeLists.txtD03-May-202449.2 KiB1,3641,203

COPYINGD03-May-20241.1 KiB2317

METADATAD03-May-2024387 1918

MODULE_LICENSE_MITD03-May-20240

MacOSX-FrameworkD03-May-20245.1 KiB13896

Makefile.amD03-May-202424.7 KiB660559

NOTICED03-May-20241.1 KiB2317

OWNERSD03-May-2024183 76

READMED03-May-20241.7 KiB5635

RELEASE-NOTESD03-May-202413.3 KiB283270

acinclude.m4D03-May-202465.4 KiB2,5732,424

aclocal.m4D03-May-202443.2 KiB1,1931,085

androidconfigureD03-May-20242.1 KiB9761

buildconfD03-May-202414.1 KiB449331

buildconf.batD03-May-20247.5 KiB318274

compileD03-May-20247.2 KiB349259

config.guessD03-May-202443.2 KiB1,4811,288

config.subD03-May-202435.3 KiB1,8021,661

configureD03-May-20241.2 MiB45,71837,853

configure.acD03-May-2024138.7 KiB4,7874,245

curl-config.inD03-May-20245.2 KiB195139

depcompD03-May-202423 KiB792502

install-shD03-May-202415 KiB519337

libcurl.pc.inD03-May-20241.5 KiB4037

local-configure.patchD03-May-20242.2 KiB8569

ltmain.shD03-May-2024319.4 KiB11,2508,044

maketgzD03-May-20245.9 KiB218108

missingD03-May-20246.7 KiB216143

post_update.shD03-May-2024240 114

test-driverD03-May-20244.5 KiB14987

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
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