gigaset_elements_bl26_opens.../src/opensource/curl
Harald Welte e6c0007580 cr16boot/curl: remove generated/compiled files from git index 2022-12-12 21:51:46 +01:00
..
CMake initial checkin 2022-12-11 22:58:24 +01:00
docs remove .deps (build results) from git index 2022-12-12 21:51:46 +01:00
include cr16boot/curl: remove generated/compiled files from git index 2022-12-12 21:51:46 +01:00
lib cr16boot/curl: remove generated/compiled files from git index 2022-12-12 21:51:46 +01:00
m4 initial checkin 2022-12-11 22:58:24 +01:00
packages initial checkin 2022-12-11 22:58:24 +01:00
src remove .deps (build results) from git index 2022-12-12 21:51:46 +01:00
tests remove .deps (build results) from git index 2022-12-12 21:51:46 +01:00
vs initial checkin 2022-12-11 22:58:24 +01:00
winbuild initial checkin 2022-12-11 22:58:24 +01:00
CHANGES initial checkin 2022-12-11 22:58:24 +01:00
CMakeLists.txt initial checkin 2022-12-11 22:58:24 +01:00
COPYING initial checkin 2022-12-11 22:58:24 +01:00
MacOSX-Framework initial checkin 2022-12-11 22:58:24 +01:00
Makefile.am initial checkin 2022-12-11 22:58:24 +01:00
Makefile.in initial checkin 2022-12-11 22:58:24 +01:00
README initial checkin 2022-12-11 22:58:24 +01:00
RELEASE-NOTES initial checkin 2022-12-11 22:58:24 +01:00
acinclude.m4 initial checkin 2022-12-11 22:58:24 +01:00
aclocal.m4 initial checkin 2022-12-11 22:58:24 +01:00
buildconf initial checkin 2022-12-11 22:58:24 +01:00
compile initial checkin 2022-12-11 22:58:24 +01:00
config.guess initial checkin 2022-12-11 22:58:24 +01:00
config.sub initial checkin 2022-12-11 22:58:24 +01:00
config_pc.sh initial checkin 2022-12-11 22:58:24 +01:00
config_sc1445x.sh initial checkin 2022-12-11 22:58:24 +01:00
configure initial checkin 2022-12-11 22:58:24 +01:00
configure.ac initial checkin 2022-12-11 22:58:24 +01:00
curl-config.in initial checkin 2022-12-11 22:58:24 +01:00
depcomp initial checkin 2022-12-11 22:58:24 +01:00
install-sh initial checkin 2022-12-11 22:58:24 +01:00
libcurl.pc.in initial checkin 2022-12-11 22:58:24 +01:00
ltmain.sh initial checkin 2022-12-11 22:58:24 +01:00
maketgz initial checkin 2022-12-11 22:58:24 +01:00
missing initial checkin 2022-12-11 22:58:24 +01:00
mkinstalldirs initial checkin 2022-12-11 22:58:24 +01:00

README

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

README

  Curl is a command line tool for transferring data specified with URL
  syntax. Find out how to use curl by reading the curl.1 man page or the
  MANUAL document. Find out how to install Curl by reading the INSTALL
  document.

  libcurl is the library curl is using to do its job. It is readily
  available to be used by your software. Read the libcurl.3 man page to
  learn how!

  You find answers to the most frequent questions we get in the FAQ document.

  Study the COPYING file for distribution terms and similar. If you distribute
  curl binaries or other binaries that involve libcurl, you might enjoy the
  LICENSE-MIXING document.

CONTACT

  If you have problems, questions, ideas or suggestions, please contact us
  by posting to a suitable mailing list. See http://curl.haxx.se/mail/

  All contributors to the project are listed in the THANKS document.

WEB SITE

  Visit the curl web site for the latest news and downloads:

        http://curl.haxx.se/

GIT

  To download the very latest source off the GIT server do this:

    git clone git://github.com/bagder/curl.git

  (you'll get a directory named curl created, filled with the source code)

NOTICE

  Curl contains pieces of source code that is Copyright (c) 1998, 1999
  Kungliga Tekniska Högskolan. This notice is included here to comply with the
  distribution terms.