sourcemod/extensions/curl/curl-src/docs
2013-03-17 22:23:20 +00:00
..
examples Updated cURL version. 2013-03-17 22:23:20 +00:00
libcurl Updated cURL version. 2013-03-17 22:23:20 +00:00
BINDINGS Updated cURL version. 2013-03-17 22:23:20 +00:00
BUGS Updated cURL version. 2013-03-17 22:23:20 +00:00
CONTRIBUTE Updated cURL version. 2013-03-17 22:23:20 +00:00
curl-config.1 Updated cURL version. 2013-03-17 22:23:20 +00:00
curl-config.html Updated cURL version. 2013-03-17 22:23:20 +00:00
curl-config.pdf Updated cURL version. 2013-03-17 22:23:20 +00:00
curl.1 Updated cURL version. 2013-03-17 22:23:20 +00:00
curl.html Updated cURL version. 2013-03-17 22:23:20 +00:00
curl.pdf Updated cURL version. 2013-03-17 22:23:20 +00:00
DISTRO-DILEMMA Updated cURL version. 2013-03-17 22:23:20 +00:00
FAQ Updated cURL version. 2013-03-17 22:23:20 +00:00
FEATURES Updated cURL version. 2013-03-17 22:23:20 +00:00
HISTORY Updated cURL version. 2013-03-17 22:23:20 +00:00
HTTP-COOKIES Updated cURL version. 2013-03-17 22:23:20 +00:00
index.html Imported libcurl source code. 2009-01-08 18:31:00 -05:00
INSTALL Updated cURL version. 2013-03-17 22:23:20 +00:00
INSTALL.devcpp Updated cURL version. 2013-03-17 22:23:20 +00:00
INTERNALS Updated cURL version. 2013-03-17 22:23:20 +00:00
KNOWN_BUGS Updated cURL version. 2013-03-17 22:23:20 +00:00
LICENSE-MIXING Updated cURL version. 2013-03-17 22:23:20 +00:00
MAIL-ETIQUETTE Updated cURL version. 2013-03-17 22:23:20 +00:00
Makefile.am Updated cURL version. 2013-03-17 22:23:20 +00:00
Makefile.in Updated cURL version. 2013-03-17 22:23:20 +00:00
MANUAL Updated cURL version. 2013-03-17 22:23:20 +00:00
mk-ca-bundle.1 Updated cURL version. 2013-03-17 22:23:20 +00:00
mk-ca-bundle.html Updated cURL version. 2013-03-17 22:23:20 +00:00
mk-ca-bundle.pdf Updated cURL version. 2013-03-17 22:23:20 +00:00
README.netware Updated cURL version. 2013-03-17 22:23:20 +00:00
README.win32 Updated cURL version. 2013-03-17 22:23:20 +00:00
RESOURCES Updated cURL version. 2013-03-17 22:23:20 +00:00
SSLCERTS Updated cURL version. 2013-03-17 22:23:20 +00:00
THANKS Updated cURL version. 2013-03-17 22:23:20 +00:00
TheArtOfHttpScripting Updated cURL version. 2013-03-17 22:23:20 +00:00
TODO Updated cURL version. 2013-03-17 22:23:20 +00:00
VERSIONS Updated cURL version. 2013-03-17 22:23:20 +00:00

                                  _   _ ____  _
                              ___| | | |  _ \| |
                             / __| | | | |_) | |
                            | (__| |_| |  _ <| |___
                             \___|\___/|_| \_\_____|

README.win32

  Read the README file first.

  Curl has been compiled, built and run on all sorts of Windows and win32
  systems. While not being the main develop target, a fair share of curl users
  are win32-based.

  The unix-style man pages are tricky to read on windows, so therefore are all
  those pages converted to HTML as well as pdf, and included in the release
  archives.

  The main curl.1 man page is also "built-in" in the command line tool. Use a
  command line similar to this in order to extract a separate text file:

        curl -M >manual.txt

  Read the INSTALL file for instructions how to compile curl self.