curl/docs
2007-03-22 15:23:00 +00:00
..
examples Added cvs id. Use TOPDIR variable. Updated CSOURCES. 2007-03-17 17:58:45 +00:00
libcurl RECV is for download 2007-03-12 13:20:39 +00:00
.cvsignore
BINDINGS new ruby binding, new tclcurl release 2006-11-18 14:46:33 +00:00
BUGS
CONTRIBUTE elaborated somewhat in the license chapter 2005-10-28 07:22:45 +00:00
curl-config.1 curl-config got a --checkfor option 2006-05-02 22:48:22 +00:00
curl.1 clarify that -K files are expected to have one option per line 2007-02-28 10:30:57 +00:00
DISTRO-DILEMMA updated with recent info and cut out some of the more speculating parts and 2007-02-11 10:10:08 +00:00
FAQ Rob Crittenden added support for NSS (Network Security Service) for the 2007-02-12 22:32:37 +00:00
FEATURES Rob Crittenden added support for NSS (Network Security Service) for the 2007-02-12 22:32:37 +00:00
HISTORY recent action 2005-10-03 08:38:07 +00:00
index.html
INSTALL Rob Crittenden added support for NSS (Network Security Service) for the 2007-02-12 22:32:37 +00:00
INSTALL.devcpp Tom Kyer's DevCpp-Mingw Install & Compilation guide 2005-10-28 21:34:51 +00:00
INTERNALS
KNOWN_BUGS Updated the test harness to check for protocol support before running each 2007-03-09 21:01:39 +00:00
LICENSE-MIXING Rob Crittenden added support for NSS (Network Security Service) for the 2007-02-12 22:32:37 +00:00
Makefile.am Tom Kyer's DevCpp-Mingw Install & Compilation guide 2005-10-28 21:34:51 +00:00
MANUAL -z hasn't supported "yesterday" for quite some time... 2007-03-22 15:23:00 +00:00
README.netware
README.win32
RESOURCES
SSLCERTS
THANKS recent contributors 2007-01-28 09:59:11 +00:00
TheArtOfHttpScripting
TODO Rob Crittenden added support for NSS (Network Security Service) for the 2007-02-12 22:32:37 +00:00
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