curl/docs
Daniel Stenberg 53e47ca947 KNOWN_BUG: The SOCKET type in Win64 is 64 bits
The SOCKET type in Win64 is 64 bits large (and thus so is curl_socket_t
on that platform), and long is only 32 bits. It makes it impossible for
curl_easy_getinfo() to return a socket properly with the
CURLINFO_LASTSOCKET option as for all other operating systems.
2010-07-30 23:08:17 +02:00
..
examples examples: add curl_multi_timeout 2010-07-14 00:32:53 +02:00
libcurl KNOWN_BUG: The SOCKET type in Win64 is 64 bits 2010-07-30 23:08:17 +02:00
.gitignore
BINDINGS
BUGS
CONTRIBUTE CONTRIBUTE: the git commit message line length is 72 columns 2010-06-26 23:17:02 +02:00
curl-config.1
curl.1
DISTRO-DILEMMA
FAQ Added PolarSSL to the docs 2010-07-26 16:38:29 -07:00
FEATURES Added PolarSSL to the docs 2010-07-26 16:38:29 -07:00
HISTORY
index.html
INSTALL Added PolarSSL to the docs 2010-07-26 16:38:29 -07:00
INSTALL.cmake
INSTALL.devcpp
INTERNALS
KNOWN_BUGS KNOWN_BUG: The SOCKET type in Win64 is 64 bits 2010-07-30 23:08:17 +02:00
LICENSE-MIXING
Makefile.am
MANUAL
README.cmake
README.netware
README.win32
RESOURCES
SSLCERTS
THANKS
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.