Daniel Stenberg 07dc741e18 mention default port number 15 lat temu
..
examples 79a91b8168 make this example not only replace an internal header but also add a totally 16 lat temu
libcurl 07dc741e18 mention default port number 15 lat temu
.cvsignore b6dac2b484 ignore .ps and .pdf files too 22 lat temu
BINDINGS be3a78f583 The C++ binding home was changed 15 lat temu
BUGS dca3564cfb minor addition, re-count of the number of lines of code 17 lat temu
CONTRIBUTE af29dcbafb I check the code right now and while() and if() are in majority over while () 17 lat temu
DISTRO-DILEMMA 02c17651bf updated with recent info and cut out some of the more speculating parts and 18 lat temu
FAQ 07d46886df Anthony Bryan's letter=>symbol fixes 15 lat temu
FEATURES 54967d2a3a Thomas J. Moore provided a patch that introduces Kerberos5 support in 17 lat temu
HISTORY 4ee27b4594 filled in SONAME number bump info, after some CVS digging 16 lat temu
INSTALL 8b66981ce0 - I renamed everything in the windows builds files that used the name 'curllib' 15 lat temu
INSTALL.devcpp 19479ea021 Internal time differences now use monotonic time source if available. 16 lat temu
INTERNALS 6929d9355f let's try to maintain compatibility with NSS 3.11.x 16 lat temu
KNOWN_BUGS b1233c7e4d #45. libcurl built to support ipv6 uses getaddrinfo() to resolve host names. 15 lat temu
LICENSE-MIXING f6e892b1b6 Added a libssh2 section. 17 lat temu
MANUAL 07d46886df Anthony Bryan's letter=>symbol fixes 15 lat temu
Makefile.am 80f481a5f7 Tom Kyer's DevCpp-Mingw Install & Compilation guide 19 lat temu
README.netware dfc85b7291 added line where to find compile instructions. 20 lat temu
README.win32 f2f7c18245 Peteris Krumins pointed out some MingW32 related build issues. 17 lat temu
RESOURCES cc09e31acf turned this into a list of documents/standards curl adheres to 21 lat temu
SSLCERTS fb23b85770 - We're no longer providing a very old ca-bundle in the curl tarball. You can 16 lat temu
THANKS 3ed66094e8 17 new contributors from the 7.19.3 release 16 lat temu
TODO 9a4c887c4a Added support for Digest and NTLM authentication using GnuTLS. 15 lat temu
TheArtOfHttpScripting 6f53cf9cc6 s/you you/you/ thanks to hexo6 at wp.pl 16 lat temu
VERSIONS f518a5e231 updated 19 lat temu
curl-config.1 d5bfec70af - Anthony Bryan provided a set of patches that cleaned up manual language, 16 lat temu
curl.1 11f3690201 clarified the FTP passive/active mode options somewhat 15 lat temu
index.html 98c70b73f2 added doctype tag to get HTML compliant 20 lat temu

README.netware

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

README.netware

Read the README file first.

Curl has been successfully compiled with gcc / nlmconv on different flavours
of Linux as well as with the official Metrowerks CodeWarrior compiler.
While not being the main development target, a continously growing share of
curl users are NetWare-based, specially also consuming the lib from PHP.

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.