NameDateSize

..10-Aug-20184 KiB

BINDINGS.md10-Aug-20184.8 KiB

BUGS10-Aug-201812.5 KiB

CHECKSRC.md10-Aug-20184.3 KiB

CIPHERS.md10-Aug-20188.4 KiB

CMakeLists.txt10-Aug-201885

cmdline-opts/10-Aug-201812 KiB

CODE_OF_CONDUCT.md10-Aug-20181.6 KiB

CODE_STYLE.md10-Aug-20187.1 KiB

CONTRIBUTE.md10-Aug-201811.1 KiB

curl-config.110-Aug-20184.3 KiB

curl.110-Aug-2018121.6 KiB

examples/10-Aug-20184 KiB

FAQ10-Aug-201865.4 KiB

FEATURES10-Aug-20186.1 KiB

HELP-US.md10-Aug-20183.1 KiB

HISTORY.md10-Aug-20189 KiB

HTTP-COOKIES.md10-Aug-20183.8 KiB

HTTP2.md10-Aug-20184.7 KiB

INSTALL10-Aug-2018315

INSTALL.cmake10-Aug-20183.7 KiB

INSTALL.md10-Aug-201819.3 KiB

INTERNALS.md10-Aug-201842.4 KiB

KNOWN_BUGS10-Aug-201822.4 KiB

libcurl/10-Aug-20184 KiB

LICENSE-MIXING.md10-Aug-20184.6 KiB

MAIL-ETIQUETTE10-Aug-201811.7 KiB

Makefile.am10-Aug-20183.1 KiB

MANUAL10-Aug-201839.1 KiB

mk-ca-bundle.110-Aug-20184.8 KiB

README.cmake10-Aug-2018678

README.md10-Aug-2018534

README.netware10-Aug-20181,003

README.win3210-Aug-2018866

RELEASE-PROCEDURE10-Aug-20182.5 KiB

RESOURCES10-Aug-20182.3 KiB

ROADMAP.md10-Aug-20181.2 KiB

SECURITY.md10-Aug-20185.1 KiB

SSL-PROBLEMS.md10-Aug-20183.4 KiB

SSLCERTS.md10-Aug-20188.1 KiB

THANKS10-Aug-201824.1 KiB

TheArtOfHttpScripting10-Aug-201828.5 KiB

TODO10-Aug-201842.5 KiB

VERSIONS10-Aug-20182.3 KiB

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

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