cURL with modifications to compile with VC2003
Go to file
snow flurry 15b9d8965d smb: use process.h instead of GetCurrentProcessId 2024-03-01 19:58:21 -08:00
CMake Import from curl-8.6.0.zip 2024-03-01 19:51:05 -08:00
docs Import from curl-8.6.0.zip 2024-03-01 19:51:05 -08:00
include Import from curl-8.6.0.zip 2024-03-01 19:51:05 -08:00
lib smb: use process.h instead of GetCurrentProcessId 2024-03-01 19:58:21 -08:00
m4 Import from curl-8.6.0.zip 2024-03-01 19:51:05 -08:00
packages Import from curl-8.6.0.zip 2024-03-01 19:51:05 -08:00
plan9 Import from curl-8.6.0.zip 2024-03-01 19:51:05 -08:00
projects Import from curl-8.6.0.zip 2024-03-01 19:51:05 -08:00
scripts Import from curl-8.6.0.zip 2024-03-01 19:51:05 -08:00
src Import from curl-8.6.0.zip 2024-03-01 19:51:05 -08:00
tests Import from curl-8.6.0.zip 2024-03-01 19:51:05 -08:00
winbuild changes for w2k 2024-03-01 19:57:27 -08:00
CHANGES Import from curl-8.6.0.zip 2024-03-01 19:51:05 -08:00
CMakeLists.txt Import from curl-8.6.0.zip 2024-03-01 19:51:05 -08:00
COPYING Import from curl-8.6.0.zip 2024-03-01 19:51:05 -08:00
MacOSX-Framework Import from curl-8.6.0.zip 2024-03-01 19:51:05 -08:00
Makefile Import from curl-8.6.0.zip 2024-03-01 19:51:05 -08:00
Makefile.am Import from curl-8.6.0.zip 2024-03-01 19:51:05 -08:00
Makefile.in Import from curl-8.6.0.zip 2024-03-01 19:51:05 -08:00
README Import from curl-8.6.0.zip 2024-03-01 19:51:05 -08:00
RELEASE-NOTES Import from curl-8.6.0.zip 2024-03-01 19:51:05 -08:00
acinclude.m4 Import from curl-8.6.0.zip 2024-03-01 19:51:05 -08:00
aclocal.m4 Import from curl-8.6.0.zip 2024-03-01 19:51:05 -08:00
buildconf Import from curl-8.6.0.zip 2024-03-01 19:51:05 -08:00
buildconf.bat Import from curl-8.6.0.zip 2024-03-01 19:51:05 -08:00
compile Import from curl-8.6.0.zip 2024-03-01 19:51:05 -08:00
config.guess Import from curl-8.6.0.zip 2024-03-01 19:51:05 -08:00
config.sub Import from curl-8.6.0.zip 2024-03-01 19:51:05 -08:00
configure Import from curl-8.6.0.zip 2024-03-01 19:51:05 -08:00
configure.ac Import from curl-8.6.0.zip 2024-03-01 19:51:05 -08:00
curl-config.in Import from curl-8.6.0.zip 2024-03-01 19:51:05 -08:00
depcomp Import from curl-8.6.0.zip 2024-03-01 19:51:05 -08:00
install-sh Import from curl-8.6.0.zip 2024-03-01 19:51:05 -08:00
libcurl.def Import from curl-8.6.0.zip 2024-03-01 19:51:05 -08:00
libcurl.pc.in Import from curl-8.6.0.zip 2024-03-01 19:51:05 -08:00
ltmain.sh Import from curl-8.6.0.zip 2024-03-01 19:51:05 -08:00
maketgz Import from curl-8.6.0.zip 2024-03-01 19:51:05 -08:00
missing Import from curl-8.6.0.zip 2024-03-01 19:51:05 -08: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.

  Those documents and more can be found in the docs/ directory.

CONTACT

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

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

WEBSITE

  Visit the curl website for the latest news and downloads:

        https://curl.se/

GIT

  To download the latest source code off the GIT server, do this:

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

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

SECURITY PROBLEMS

  Report suspected security problems via our HackerOne page and not in public.

    https://hackerone.com/curl

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.