Kamil Dudka da23b16ad8 mention SOCKS related problems in the curl(1) man page 14 yıl önce
..
examples a74e885bef Yun Fu pointed out a flaw in the loop that checks handles, and I indented 15 yıl önce
libcurl 55f1e787f3 We introduce a loop in lib/multi.c around all calls to multi_runsingle() and 15 yıl önce
.cvsignore b6dac2b484 ignore .ps and .pdf files too 22 yıl önce
BINDINGS 8a7231d7ae a binding for Falcon 15 yıl önce
BUGS dca3564cfb minor addition, re-count of the number of lines of code 17 yıl önce
CONTRIBUTE af29dcbafb I check the code right now and while() and if() are in majority over while () 17 yıl önce
DISTRO-DILEMMA 02c17651bf updated with recent info and cut out some of the more speculating parts and 18 yıl önce
FAQ b8012ea251 Joshua Kwan added paragraph 4.18 about file:// URLs on windows etc 15 yıl önce
FEATURES 54967d2a3a Thomas J. Moore provided a patch that introduces Kerberos5 support in 17 yıl önce
HISTORY 4ee27b4594 filled in SONAME number bump info, after some CVS digging 16 yıl önce
INSTALL f8b16e5ccb Updated minimum library sizes 15 yıl önce
INSTALL.cmake 15be673054 ENH: add some cmake docs and fix build with socklen_t 15 yıl önce
INSTALL.devcpp 19479ea021 Internal time differences now use monotonic time source if available. 16 yıl önce
INTERNALS 3f8d3e9c50 Update memory tracking/debugging reference 15 yıl önce
KNOWN_BUGS ccffed997e 15 yıl önce
LICENSE-MIXING f6e892b1b6 Added a libssh2 section. 17 yıl önce
MANUAL 07d46886df Anthony Bryan's letter=>symbol fixes 15 yıl önce
Makefile.am 4677778f85 Remove empty line used to force CVS to update the $Id date string format 15 yıl önce
README.cmake 15be673054 ENH: add some cmake docs and fix build with socklen_t 15 yıl önce
README.netware dfc85b7291 added line where to find compile instructions. 20 yıl önce
README.win32 f2f7c18245 Peteris Krumins pointed out some MingW32 related build issues. 17 yıl önce
RESOURCES cc09e31acf turned this into a list of documents/standards curl adheres to 21 yıl önce
SSLCERTS 14a3f4cd54 added section for libcurl builds with NSS SSL support. 15 yıl önce
THANKS fd903eb6be - Julien Chaffraix eliminated a duplicated initialization in singlesocket(). 15 yıl önce
TODO b0e2d47a3e "remove progress meter from libcurl" at next API break 15 yıl önce
TheArtOfHttpScripting 6f53cf9cc6 s/you you/you/ thanks to hexo6 at wp.pl 16 yıl önce
VERSIONS f518a5e231 updated 19 yıl önce
curl-config.1 f7f76e17c3 Added '--configure' option to curl-config to display original configure arguments when curl was built 15 yıl önce
curl.1 da23b16ad8 mention SOCKS related problems in the curl(1) man page 14 yıl önce
index.html 98c70b73f2 added doctype tag to get HTML compliant 20 yıl önce

README.cmake

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

README.cmake
Read the README file first.

Curl contains CMake build files that provide a way to build Curl with the
CMake build tool (www.cmake.org). CMake is a cross platform meta build tool
that generates native makefiles and IDE project files. The CMake build
system can be used to build Curl on any of its supported platforms.

Read the INSTALL.cmake file for instructions on how to compile curl with
CMake.