• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..29-Mar-2016141

acinclude.m4H A D13-Aug-201387.9 KiB

aclocal.m4H A D13-Aug-201332.2 KiB

Android.mkH A D13-Aug-20134.1 KiB

buildconfH A D13-Aug-201312.7 KiB

CHANGESH A D13-Aug-2013170.6 KiB

CMake/H13-Aug-201311

CMakeLists.txtH A D13-Aug-201333.2 KiB

compileH A D13-Aug-20133.6 KiB

config.guessH A D13-Aug-201343.5 KiB

config.subH A D13-Aug-201334.4 KiB

configureH A D13-Aug-20131,015.9 KiB

configure.acH A D13-Aug-201388.6 KiB

COPYINGH A D13-Aug-20131 KiB

curl-config.inH A D13-Aug-20134 KiB

curl-style.elH A D13-Aug-20131.8 KiB

ddns-start.shH A D22-Apr-20162.4 KiB

depcompH A D13-Aug-201315.6 KiB

docs/H22-Apr-201630

include/H22-Apr-20166

install-shH A D13-Aug-20135.4 KiB

lib/H22-Apr-2016239

libcurl.pc.inH A D13-Aug-20131.5 KiB

ltmain.shH A D13-Aug-2013276.3 KiB

m4/H13-Aug-201315

MacOSX-FrameworkH A D13-Aug-20135 KiB

Makefile.amH A D13-Aug-20134.9 KiB

Makefile.inH A D13-Aug-201329.3 KiB

Makefile.msvc.namesH A D13-Aug-20132.8 KiB

maketgzH A D13-Aug-20135.3 KiB

missingH A D13-Aug-20138.7 KiB

mkinstalldirsH A D13-Aug-2013683

packages/H22-Apr-201616

READMEH A D13-Aug-20131.6 KiB

RELEASE-NOTESH A D13-Aug-20131.8 KiB

sample.emacsH A D13-Aug-20131.9 KiB

src/H22-Apr-201646

tests/H22-Apr-201631

vc6curl.dswH A D13-Aug-2013832

winbuild/H13-Aug-20136

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 for the latest news and downloads:
34
35        http://curl.haxx.se/
36
37GIT
38
39  To download the very latest source off the GIT server do this:
40
41    git clone git://github.com/bagder/curl.git
42
43  (you'll get a directory named curl created, filled with the source code)
44
45NOTICE
46
47  Curl contains pieces of source code that is Copyright (c) 1998, 1999
48  Kungliga Tekniska H�gskolan. This notice is included here to comply with the
49  distribution terms.
50