• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

cmdline-opts/H03-May-2022-4,7674,004

examples/H03-May-2022-18,72210,331

libcurl/H03-May-2022-36,77723,947

.gitignoreH A D18-Sep-201829 54

ALTSVC.mdH A D08-Jan-20201.1 KiB4026

BINDINGS.mdH A D06-Nov-20195.4 KiB12869

BUG-BOUNTY.mdH A D17-Jun-20194.2 KiB10774

BUGSH A D17-Jun-201912.6 KiB303221

CHECKSRC.mdH A D03-Apr-20195.8 KiB163102

CIPHERS.mdH A D01-Oct-201910.5 KiB517452

CODE_OF_CONDUCT.mdH A D18-Sep-20181.6 KiB3325

CODE_STYLE.mdH A D17-Jun-20197.3 KiB247178

CONTRIBUTE.mdH A D03-Apr-201911.2 KiB268193

CURL-DISABLE.mdH A D08-Jan-20201.7 KiB11156

DEPRECATE.mdH A D01-Oct-20191.5 KiB3727

ESNI.mdH A D08-Jan-20204.7 KiB14091

EXPERIMENTAL.mdH A D01-Oct-2019838 2317

FAQH A D08-Jan-202065.5 KiB1,5591,115

FEATURESH A D03-Apr-20195.9 KiB205181

GOVERNANCE.mdH A D03-Apr-20195.3 KiB14598

HELP-US.mdH A D18-Sep-20183.1 KiB7153

HISTORY.mdH A D08-Jan-202010.3 KiB360235

HTTP-COOKIES.mdH A D08-Jan-20204.4 KiB11478

HTTP2.mdH A D03-Apr-20194.8 KiB12895

HTTP3.mdH A D08-Jan-20202.9 KiB11678

INSTALLH A D18-Sep-2018315 107

INSTALL.cmakeH A D03-Apr-20193.7 KiB9173

INSTALL.mdH A D08-Jan-202020 KiB511392

INTERNALS.mdH A D01-Oct-201942.8 KiB1,101839

KNOWN_BUGSH A D08-Jan-202028.1 KiB763525

LICENSE-MIXING.mdH A D08-Jan-20204.7 KiB12991

MAIL-ETIQUETTEH A D18-Sep-201811.7 KiB286208

MANUAL.mdH A D08-Jan-202036.1 KiB1,012659

Makefile.amH A D08-Jan-20204.8 KiB12577

PARALLEL-TRANSFERS.mdH A D08-Jan-20202 KiB5941

README.cmakeH A D12-Sep-2018678 1713

README.mdH A D03-Apr-2019511 139

README.netwareH A D03-Apr-20191,001 2517

README.win32H A D03-Apr-2019864 2416

RELEASE-PROCEDURE.mdH A D08-Jan-20202.7 KiB9965

RESOURCESH A D18-Sep-20182.3 KiB8648

ROADMAP.mdH A D01-Oct-20191.7 KiB5739

SECURITY-PROCESS.mdH A D17-Jun-20195.4 KiB13395

SSL-PROBLEMS.mdH A D17-Jun-20193.4 KiB8861

SSLCERTS.mdH A D18-Sep-20188.1 KiB174137

THANKSH A D08-Jan-202030.2 KiB2,0952,092

THANKS-filterH A D06-Nov-20193.5 KiB102101

TODOH A D08-Jan-202041.2 KiB1,164792

TheArtOfHttpScriptingH A D03-Apr-201928.5 KiB759534

VERSIONSH A D18-Sep-20182.3 KiB5741

curl-config.1H A D18-Sep-20184.3 KiB10371

mk-ca-bundle.1H A D18-Sep-20184.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