• Home
Name Date Size #Lines LOC

..--

cmdline-opts/03-May-2024-2,5052,086

examples/03-May-2024-15,6588,567

libcurl/03-May-2024-28,11817,646

.gitignoreD03-May-202413 32

BINDINGS.mdD03-May-20244.2 KiB10756

BUGSD03-May-20245.9 KiB147104

CHECKSRC.mdD03-May-20244.3 KiB12577

CODE_OF_CONDUCT.mdD03-May-20241.6 KiB3325

CODE_STYLE.mdD03-May-20247.1 KiB239178

CONTRIBUTE.mdD03-May-202410.2 KiB248176

FAQD03-May-202466.1 KiB1,5811,131

FEATURESD03-May-20246.1 KiB207183

HISTORY.mdD03-May-20248.7 KiB279186

HTTP-COOKIES.mdD03-May-20243.8 KiB10569

HTTP2.mdD03-May-20244.7 KiB12794

INSTALLD03-May-2024315 107

INSTALL.cmakeD03-May-20244.1 KiB10180

INSTALL.mdD03-May-202419.2 KiB514391

INTERNALS.mdD03-May-202442.6 KiB1,096829

KNOWN_BUGSD03-May-202423.7 KiB631444

LICENSE-MIXING.mdD03-May-20244.6 KiB12890

MAIL-ETIQUETTED03-May-202410.6 KiB265191

MANUALD03-May-202438 KiB1,039679

Makefile.amD03-May-20242 KiB6328

README.cmakeD03-May-2024678 1713

README.mdD03-May-2024534 139

README.netwareD03-May-20241 KiB2818

README.win32D03-May-2024888 2717

RELEASE-PROCEDURED03-May-20242.4 KiB9360

RESOURCESD03-May-20242.2 KiB8447

ROADMAP.mdD03-May-20244.4 KiB14398

SECURITY.mdD03-May-20245.1 KiB11787

SSL-PROBLEMS.mdD03-May-20243.4 KiB8861

SSLCERTS.mdD03-May-20247.7 KiB164129

THANKSD03-May-202420.8 KiB1,4741,471

THANKS-filterD03-May-20242.6 KiB7372

TODOD03-May-202443.2 KiB1,204837

TheArtOfHttpScriptingD03-May-202428.5 KiB759534

VERSIONSD03-May-20242.3 KiB5741

curl-config.1D03-May-20244.1 KiB9967

curl.1D03-May-2024108.4 KiB2,5152,172

index.htmlD03-May-2024600 2115

mk-ca-bundle.1D03-May-20244.8 KiB12091

README.cmake

1                                  _   _ ____  _
2                              ___| | | |  _ \| |
3                             / __| | | | |_) | |
4                            | (__| |_| |  _ <| |___
5                             \___|\___/|_| \_\_____|
6
7README.cmake
8  Read the README file first.
9
10  Curl contains CMake build files that provide a way to build Curl with the
11  CMake build tool (www.cmake.org). CMake is a cross platform meta build tool
12  that generates native makefiles and IDE project files. The CMake build
13  system can be used to build Curl on any of its supported platforms.
14
15  Read the INSTALL.cmake file for instructions on how to compile curl with
16  CMake.
17

README.md

1![curl logo](https://cdn.rawgit.com/curl/curl-www/master/logo/curl-logo.svg)
2
3# Documentation
4
5You'll find a mix of various documentation in this directory and
6subdirectories, using several different formats. Some of them are not ideally
7for reading directly in your browser.
8
9If you rather see the rendered version of the documentation, check out the
10curl web site's [documentation section](https://curl.haxx.se/docs/) for
11general curl stuff or the [libcurl section](https://curl.haxx.se/libcurl/) for
12libcurl related documentation.
13

README.netware

1                                  _   _ ____  _
2                              ___| | | |  _ \| |
3                             / __| | | | |_) | |
4                            | (__| |_| |  _ <| |___
5                             \___|\___/|_| \_\_____|
6
7README.netware
8
9  Read the README file first.
10
11  Curl has been successfully compiled with gcc / nlmconv on different flavours
12  of Linux as well as with the official Metrowerks CodeWarrior compiler.
13  While not being the main development target, a continuously growing share of
14  curl users are NetWare-based, specially also consuming the lib from PHP.
15
16  The unix-style man pages are tricky to read on windows, so therefore are all
17  those pages converted to HTML as well as pdf, and included in the release
18  archives.
19
20  The main curl.1 man page is also "built-in" in the command line tool. Use a
21  command line similar to this in order to extract a separate text file:
22
23        curl -M >manual.txt
24
25  Read the INSTALL file for instructions how to compile curl self.
26
27
28

README.win32

1                                  _   _ ____  _
2                              ___| | | |  _ \| |
3                             / __| | | | |_) | |
4                            | (__| |_| |  _ <| |___
5                             \___|\___/|_| \_\_____|
6
7README.win32
8
9  Read the README file first.
10
11  Curl has been compiled, built and run on all sorts of Windows and win32
12  systems. While not being the main develop target, a fair share of curl users
13  are win32-based.
14
15  The unix-style man pages are tricky to read on windows, so therefore are all
16  those pages converted to HTML as well as pdf, and included in the release
17  archives.
18
19  The main curl.1 man page is also "built-in" in the command line tool. Use a
20  command line similar to this in order to extract a separate text file:
21
22        curl -M >manual.txt
23
24  Read the INSTALL file for instructions how to compile curl self.
25
26
27