• Home
Name Date Size #Lines LOC

..--

CMake/03-May-2024-1,6001,392

docs/03-May-2024-76,38251,181

include/03-May-2024-4,9662,503

lib/03-May-2024-135,46989,240

m4/03-May-2024-21,50219,887

packages/03-May-2024-17,56215,483

projects/03-May-2024-62,54161,580

scripts/03-May-2024-566303

src/03-May-2024-27,50821,434

tests/03-May-2024-160,351129,860

winbuild/03-May-2024-1,051844

.gitignoreD03-May-2024262 1917

Android.bpD03-May-20242.1 KiB9491

CHANGESD03-May-2024233.3 KiB8,0135,111

CMakeLists.txtD03-May-202448.7 KiB1,3501,191

COPYINGD03-May-20241.1 KiB2317

METADATAD03-May-2024387 1918

MODULE_LICENSE_MITD03-May-20240

MacOSX-FrameworkD03-May-20245.1 KiB13896

Makefile.amD03-May-202424.4 KiB649549

NOTICED03-May-20241.1 KiB2317

OWNERSD03-May-2024199 87

READMED03-May-20241.6 KiB5032

RELEASE-NOTESD03-May-202412 KiB254240

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

aclocal.m4D03-May-202443.4 KiB1,2101,101

androidconfigureD03-May-20242.1 KiB9761

buildconfD03-May-202414.1 KiB449331

buildconf.batD03-May-20247.5 KiB318274

compileD03-May-20247.2 KiB348258

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

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

configureD03-May-20241.1 MiB44,14236,501

configure.acD03-May-2024129 KiB4,4513,942

curl-config.inD03-May-20245.2 KiB195139

depcompD03-May-202423 KiB792502

install-shD03-May-202414.8 KiB509329

libcurl.pc.inD03-May-20241.5 KiB4037

local-configure.patchD03-May-20242.2 KiB8569

ltmain.shD03-May-2024316.8 KiB11,1577,986

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