• Home
Name Date Size #Lines LOC

..--

cmdline-opts/03-May-2024-4,7273,971

examples/03-May-2024-18,51810,180

libcurl/03-May-2024-39,08025,860

ALTSVC.mdD03-May-20241.1 KiB4026

BINDINGS.mdD03-May-20245.4 KiB12869

BUG-BOUNTY.mdD03-May-20244.2 KiB10774

BUGSD03-May-202412.6 KiB303221

CHECKSRC.mdD03-May-20245.8 KiB163102

CIPHERS.mdD03-May-202410.5 KiB517452

CMakeLists.txtD03-May-202485 43

CODE_OF_CONDUCT.mdD03-May-20241.6 KiB3325

CODE_STYLE.mdD03-May-20247.3 KiB247178

CONTRIBUTE.mdD03-May-202411.2 KiB268193

DEPRECATE.mdD03-May-20241.5 KiB3727

ESNI.mdD03-May-20244.7 KiB14091

EXPERIMENTAL.mdD03-May-2024838 2317

FAQD03-May-202465.5 KiB1,5591,115

FEATURESD03-May-20245.9 KiB205181

GOVERNANCE.mdD03-May-20245.3 KiB14598

HELP-US.mdD03-May-20243.1 KiB7153

HISTORY.mdD03-May-202410.1 KiB347228

HTTP-COOKIES.mdD03-May-20244.4 KiB11478

HTTP2.mdD03-May-20244.8 KiB12895

HTTP3.mdD03-May-20242.9 KiB11678

INSTALLD03-May-2024315 107

INSTALL.cmakeD03-May-20243.7 KiB9173

INSTALL.mdD03-May-202418.2 KiB481369

INTERNALS.mdD03-May-202442.8 KiB1,101839

KNOWN_BUGSD03-May-202427.7 KiB749516

LICENSE-MIXING.mdD03-May-20244.5 KiB12488

MAIL-ETIQUETTED03-May-202411.7 KiB286208

Makefile.amD03-May-20244.8 KiB12476

PARALLEL-TRANSFERS.mdD03-May-20242 KiB5941

README.cmakeD03-May-2024678 1713

README.mdD03-May-2024511 139

README.netwareD03-May-20241,001 2517

README.win32D03-May-2024864 2416

RELEASE-PROCEDURE.mdD03-May-20242.7 KiB9965

RESOURCESD03-May-20242.3 KiB8648

ROADMAP.mdD03-May-20241.7 KiB5739

SECURITY-PROCESS.mdD03-May-20245.4 KiB13395

SSL-PROBLEMS.mdD03-May-20243.4 KiB8861

SSLCERTS.mdD03-May-20248.1 KiB174137

THANKSD03-May-202429.7 KiB2,0632,060

TODOD03-May-202440.6 KiB1,146781

TheArtOfHttpScriptingD03-May-202428.5 KiB759534

VERSIONSD03-May-20242.3 KiB5741

curl-config.1D03-May-20244.3 KiB10471

curl.1D03-May-2024133.1 KiB3,1272,553

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://curl.haxx.se/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 ideal
7for reading directly in your browser.
8
9If you'd 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, especially also consuming the lib from PHP.
15
16  The unix-style man pages are tricky to read on windows, so therefore all
17  those pages are also provided as web pages on the curl web site.
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 on how to compile curl self.
25

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 all
16  those pages are also provided as web pages on the curl web site.
17
18  The main curl.1 man page is also "built-in" in the command line tool. Use a
19  command line similar to this in order to extract a separate text file:
20
21        curl -M >manual.txt
22
23  Read the INSTALL file for instructions on how to compile curl self.
24