• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

CHANGESH A D18-Jul-201098.6 KiB2,3011,797

COPYINGH A D18-Jul-20101 KiB2216

Makefile.amH A D18-Jul-2010201 84

Makefile.inH A D18-Jul-20109.6 KiB367298

READMEH A D18-Jul-20101.8 KiB5535

RELEASE-NOTESH A D18-Jul-20102.7 KiB6954

curl.hH A D18-Jul-201063.9 KiB1,765813

curlbuild.hH A D18-Jul-201017.9 KiB503352

curlrules.hH A D18-Jul-20107.3 KiB21768

curlver.hH A D18-Jul-20102.7 KiB7110

easy.hH A D18-Jul-20103.4 KiB10420

mprintf.hH A D18-Jul-20102.8 KiB8351

multi.hH A D18-Jul-201012.7 KiB347106

stdcheaders.hH A D18-Jul-20101.4 KiB358

typecheck-gcc.hH A D18-Jul-201032.2 KiB547392

types.hH A D18-Jul-201015 20

README

1                                  _   _ ____  _
2                              ___| | | |  _ \| |
3                             / __| | | | |_) | |
4                            | (__| |_| |  _ <| |___
5                             \___|\___/|_| \_\_____|
6
7README
8
9  Curl is a command line tool for transferring data specified with URL
10  syntax. Find out how to use curl by reading the curl.1 man page or the
11  MANUAL document. Find out how to install Curl by reading the INSTALL
12  document.
13
14  libcurl is the library curl is using to do its job. It is readily
15  available to be used by your software. Read the libcurl.3 man page to
16  learn how!
17
18  You find answers to the most frequent questions we get in the FAQ document.
19
20  Study the COPYING file for distribution terms and similar. If you distribute
21  curl binaries or other binaries that involve libcurl, you might enjoy the
22  LICENSE-MIXING document.
23
24CONTACT
25
26  If you have problems, questions, ideas or suggestions, please contact us
27  by posting to a suitable mailing list. See http://curl.haxx.se/mail/
28
29  All contributors to the project are listed in the THANKS document.
30
31WEB SITE
32
33  Visit the curl web site or mirrors for the latest news and downloads:
34
35        Sweden       http://curl.haxx.se/
36        Mirrors      http://curlm.haxx.se/
37
38CVS
39
40  To download the very latest source off the CVS server do this:
41
42   cvs -d :pserver:anonymous@cool.haxx.se:/cvsroot/curl login
43
44  (just press enter when asked for password)
45
46   cvs -d :pserver:anonymous@cool.haxx.se:/cvsroot/curl co curl
47
48  (you'll get a directory named curl created, filled with the source code)
49
50NOTICE
51
52  Curl contains pieces of source code that is Copyright (c) 1998, 1999
53  Kungliga Tekniska H�gskolan. This notice is included here to comply with the
54  distribution terms.
55