NameDateSize

..11-Jun-20184 KiB

.gitignore11-Jun-201813

BINDINGS.md11-Jun-20184.2 KiB

BUGS11-Jun-20185.9 KiB

CHECKSRC.md11-Jun-20184.3 KiB

cmdline-opts/11-Jun-20184 KiB

CODE_OF_CONDUCT.md11-Jun-20181.6 KiB

CODE_STYLE.md11-Jun-20187.1 KiB

CONTRIBUTE.md11-Jun-201810.2 KiB

curl-config.111-Jun-20184.1 KiB

curl.111-Jun-2018108.4 KiB

examples/11-Jun-20184 KiB

FAQ11-Jun-201866.1 KiB

FEATURES11-Jun-20186.1 KiB

HISTORY.md11-Jun-20188.7 KiB

HTTP-COOKIES.md11-Jun-20183.8 KiB

HTTP2.md11-Jun-20184.7 KiB

index.html11-Jun-2018600

INSTALL11-Jun-2018315

INSTALL.cmake11-Jun-20184.1 KiB

INSTALL.md11-Jun-201819.2 KiB

INTERNALS.md11-Jun-201842.6 KiB

KNOWN_BUGS11-Jun-201823.7 KiB

libcurl/11-Jun-20184 KiB

LICENSE-MIXING.md11-Jun-20184.6 KiB

MAIL-ETIQUETTE11-Jun-201810.6 KiB

Makefile.am11-Jun-20182 KiB

MANUAL11-Jun-201838 KiB

mk-ca-bundle.111-Jun-20184.8 KiB

README.cmake11-Jun-2018678

README.md11-Jun-2018534

README.netware11-Jun-20181 KiB

README.win3211-Jun-2018888

RELEASE-PROCEDURE11-Jun-20182.4 KiB

RESOURCES11-Jun-20182.2 KiB

ROADMAP.md11-Jun-20184.4 KiB

SECURITY.md11-Jun-20185.1 KiB

SSL-PROBLEMS.md11-Jun-20183.4 KiB

SSLCERTS.md11-Jun-20187.7 KiB

THANKS11-Jun-201820.8 KiB

THANKS-filter11-Jun-20182.6 KiB

TheArtOfHttpScripting11-Jun-201828.5 KiB

TODO11-Jun-201843.2 KiB

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