Go to file
Dan Fandrich 9b033e1b8a Added .xml as one of the few common file extensions known by the multipart
form generator.  Made the extensions part of the MIME type struct to reduce
the size and run-time relocations necessary to build the table.
2008-11-14 19:22:40 +00:00
ares fix typo affecting inclusion of <arpa/inet.h> in configure 2008-11-14 15:26:27 +00:00
docs curl runs fine on Linux on Cell (PS3) 2008-11-13 23:19:01 +00:00
hiper
include and we are now on the 7.19.3 road 2008-11-13 13:24:00 +00:00
lib Added .xml as one of the few common file extensions known by the multipart 2008-11-14 19:22:40 +00:00
m4 fix typo affecting inclusion of <arpa/inet.h> in configure 2008-11-14 15:26:27 +00:00
packages Refactor configure script detection of functions used to set sockets into 2008-11-13 18:56:55 +00:00
perl
src check for NULL returns from strdup() - reported by Jim Meyering 2008-11-14 16:42:05 +00:00
tests Shortened some FTP responses to allow the timeout to be reduced by a second 2008-11-13 01:45:59 +00:00
.cvsignore
acinclude.m4 Refactor configure script detection of functions used to set sockets into 2008-11-13 18:56:55 +00:00
buildconf
buildconf.bat
CHANGES Added .xml as one of the few common file extensions known by the multipart 2008-11-14 19:22:40 +00:00
CHANGES.0
configure.ac Refactor configure script detection of functions used to set sockets into 2008-11-13 18:56:55 +00:00
COPYING
curl-config.in
curl-style.el
CVS-INFO
install-sh
libcurl.pc.in
Makefile.am
Makefile.dist
maketgz
missing
mkinstalldirs
README
reconf
RELEASE-NOTES and we are now on the 7.19.3 road 2008-11-13 13:24:00 +00:00
sample.emacs
TODO-RELEASE two more things for 7.19.3 2008-11-13 10:46:10 +00:00
vc6curl.dsw

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

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/

CVS

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

   cvs -d :pserver:anonymous@cool.haxx.se:/cvsroot/curl login

  (just press enter when asked for password)

   cvs -d :pserver:anonymous@cool.haxx.se:/cvsroot/curl co curl

  (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.