Daniel Stenberg 2788aa366c Jose Goncalves fixed my crappy spelling! 15 năm trước cách đây
..
examples f11969015a Avoid compiler warning about unused argument. 15 năm trước cách đây
libcurl 2788aa366c Jose Goncalves fixed my crappy spelling! 15 năm trước cách đây
.cvsignore b6dac2b484 ignore .ps and .pdf files too 22 năm trước cách đây
BINDINGS 4bc603a0cc the Eiffel binding 15 năm trước cách đây
BUGS dca3564cfb minor addition, re-count of the number of lines of code 17 năm trước cách đây
CONTRIBUTE af29dcbafb I check the code right now and while() and if() are in majority over while () 16 năm trước cách đây
DISTRO-DILEMMA 02c17651bf updated with recent info and cut out some of the more speculating parts and 17 năm trước cách đây
FAQ 2afb88e2ce 4.17 Non-functional connect timeouts 15 năm trước cách đây
FEATURES 54967d2a3a Thomas J. Moore provided a patch that introduces Kerberos5 support in 17 năm trước cách đây
HISTORY 4ee27b4594 filled in SONAME number bump info, after some CVS digging 15 năm trước cách đây
INSTALL 57c32b709d Add a link to "Potential Errors Passing CRT Objects Across DLL Boundaries" 15 năm trước cách đây
INSTALL.devcpp 19479ea021 Internal time differences now use monotonic time source if available. 16 năm trước cách đây
INTERNALS e08296f70c mention that cvs is needed for releases 15 năm trước cách đây
KNOWN_BUGS 6b95c4e358 - I was going to fix issue #59 in KNOWN_BUGS 15 năm trước cách đây
LICENSE-MIXING f6e892b1b6 Added a libssh2 section. 17 năm trước cách đây
MANUAL 07d46886df Anthony Bryan's letter=>symbol fixes 15 năm trước cách đây
Makefile.am 80f481a5f7 Tom Kyer's DevCpp-Mingw Install & Compilation guide 18 năm trước cách đây
README.netware dfc85b7291 added line where to find compile instructions. 20 năm trước cách đây
README.win32 f2f7c18245 Peteris Krumins pointed out some MingW32 related build issues. 17 năm trước cách đây
RESOURCES cc09e31acf turned this into a list of documents/standards curl adheres to 20 năm trước cách đây
SSLCERTS fb23b85770 - We're no longer providing a very old ca-bundle in the curl tarball. You can 16 năm trước cách đây
THANKS e84dbd28db 15 additional contributor from the 7.19.4 RELEASE-NOTES 15 năm trước cách đây
TODO 9a4c887c4a Added support for Digest and NTLM authentication using GnuTLS. 15 năm trước cách đây
TheArtOfHttpScripting 6f53cf9cc6 s/you you/you/ thanks to hexo6 at wp.pl 16 năm trước cách đây
VERSIONS f518a5e231 updated 19 năm trước cách đây
curl-config.1 d5bfec70af - Anthony Bryan provided a set of patches that cleaned up manual language, 15 năm trước cách đây
curl.1 70e2db51e1 - bug report #2779245 (http://curl.haxx.se/bug/view.cgi?id=2779245) by Rainer 15 năm trước cách đây
index.html 98c70b73f2 added doctype tag to get HTML compliant 20 năm trước cách đây

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.