curl/docs
2006-04-10 21:55:48 +00:00
..
examples new little example using the new conversion callbacks added in 7.15.4 2006-04-09 08:39:08 +00:00
libcurl adding the new man pages to the package 2006-04-10 21:55:48 +00:00
.cvsignore
BINDINGS
BUGS
CONTRIBUTE
curl-config.1 David Shaw finally removed all traces of Gopher and we are now officially 2006-01-16 22:14:37 +00:00
curl.1 David McCreedy added CURLINFO_FTP_ENTRY_PATH to export the FTP entry path 2006-03-21 22:30:03 +00:00
DISTRO-DILEMMA
FAQ David Shaw finally removed all traces of Gopher and we are now officially 2006-01-16 22:14:37 +00:00
FEATURES David Shaw finally removed all traces of Gopher and we are now officially 2006-01-16 22:14:37 +00:00
HISTORY
index.html
INSTALL David Shaw finally removed all traces of Gopher and we are now officially 2006-01-16 22:14:37 +00:00
INSTALL.devcpp Tom Kyer's DevCpp-Mingw Install & Compilation guide 2005-10-28 21:34:51 +00:00
INTERNALS
KNOWN_BUGS 33. Doing multi-pass HTTP authentication on a non-default port does not work. 2006-04-10 08:24:57 +00:00
LICENSE-MIXING corrected factual mistake about BSD license in the krb4.c code 2006-01-19 09:53:33 +00:00
Makefile.am Tom Kyer's DevCpp-Mingw Install & Compilation guide 2005-10-28 21:34:51 +00:00
MANUAL David Shaw finally removed all traces of Gopher and we are now officially 2006-01-16 22:14:37 +00:00
README.netware
README.win32
RESOURCES
SSLCERTS
THANKS 7.15.3 contributors 2006-03-20 22:24:02 +00:00
TheArtOfHttpScripting
TODO we should fix the system includes in the public headers to be based on checks 2006-01-28 13:14:38 +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