curl/docs
2014-07-17 13:18:46 +02:00
..
examples Remove all traces of FBOpenSSL SPNEGO support 2014-07-16 17:26:08 +02:00
libcurl CURLOPT_UPLOAD: Corrected argument type 2014-07-10 22:30:43 +01:00
.gitignore
BINDINGS
BUGS
CONTRIBUTE
curl-config.1
curl.1 curl.1: minor language fix 2014-07-03 22:37:43 +02:00
DISTRO-DILEMMA
FAQ FAQ: expand the thread-safe section 2014-07-09 22:07:36 -05:00
FEATURES
HISTORY
HTTP-COOKIES
index.html
INSTALL INSTALL: Updated MSVC 6 caveats 2014-05-19 10:34:05 +01:00
INSTALL.cmake
INSTALL.devcpp
INTERNALS Curl_ossl_init: call OPENSSL_config for initing engines 2014-06-03 22:15:38 +02:00
KNOWN_BUGS KNOWN_BUGS: #83 was addressed with commit c50ce85918 2014-06-04 18:21:33 +00:00
LIBCURL-STRUCTS
LICENSE-MIXING Remove all traces of FBOpenSSL SPNEGO support 2014-07-16 17:26:08 +02:00
MAIL-ETIQUETTE
Makefile.am
MANUAL
mk-ca-bundle.1
README.cmake
README.netware
README.win32
RELEASE-PROCEDURE
RESOURCES
ROADMAP.md ROADMAP.md: make it markdown formatted 2014-06-19 14:16:14 +02:00
SECURITY
SSL-PROBLEMS
SSLCERTS
THANKS THANKS: added new contributors from 7.37.1 announcement 2014-07-17 13:18:46 +02:00
TheArtOfHttpScripting
TODO
VERSIONS

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

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.