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

..16-Jun-20147

.linenoH A D03-Mar-20140

acinclude.m4H A D03-Mar-201487.9 KiB

aclocal.m4H A D03-Mar-201432.2 KiB

Android.mkH A D03-Mar-20144.2 KiB

buildconfH A D03-Mar-201413.2 KiB

CHANGESH A D03-Mar-2014154.2 KiB

CMake/H16-Jun-201411

CMakeLists.txtH A D03-Mar-201433.3 KiB

compileH A D03-Mar-20143.6 KiB

config.guessH A D03-Mar-201443.5 KiB

config.logH A D03-Mar-20141.8 MiB

config.statusH A D03-Mar-201474.5 KiB

config.subH A D03-Mar-201434.4 KiB

configureH A D03-Mar-20141 MiB

configure.acH A D03-Mar-201489.4 KiB

COPYINGH A D03-Mar-20141 KiB

curl-configH A D03-Mar-20144.9 KiB

curl-config.inH A D03-Mar-20144 KiB

curl-style.elH A D03-Mar-20141.8 KiB

depcompH A D03-Mar-201415.6 KiB

docs/H16-Jun-201432

include/H16-Jun-20147

install-shH A D03-Mar-20145.4 KiB

lib/H16-Jun-2014251

libcurl.pcH A D03-Mar-20141.5 KiB

libcurl.pc.inH A D03-Mar-20141.5 KiB

libtoolH A D03-Mar-2014286.4 KiB

ltmain.shH A D03-Mar-2014277 KiB

m4/H16-Jun-201415

MacOSX-FrameworkH A D03-Mar-20145 KiB

make.shH A D03-Mar-20141.4 KiB

MakefileH A D03-Mar-201429.5 KiB

Makefile.amH A D03-Mar-20144.9 KiB

Makefile.inH A D03-Mar-201429.3 KiB

Makefile.msvc.namesH A D03-Mar-20142.8 KiB

maketgzH A D03-Mar-20145.4 KiB

missingH A D03-Mar-20148.7 KiB

mkinstalldirsH A D03-Mar-2014683

packages/H16-Jun-201417

READMEH A D03-Mar-20141.6 KiB

RELEASE-NOTESH A D03-Mar-2014694

sample.emacsH A D03-Mar-20141.9 KiB

src/H16-Jun-2014108

tests/H16-Jun-201437

tmp.bak/H16-Jun-20146

vc6curl.dswH A D03-Mar-2014832

winbuild/H16-Jun-20146

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