CMake/Utilities/cmcurl
Brad King 425acc522f cmcurl: Use if(DEFINED) to simplify conditions
Replace old hacks of the form 'if("${VAR}" MATCHES "^${VAR}$")'
with the much simpler 'if(NOT DEFINED ${VAR})'.
2014-09-11 21:23:24 +02:00
..
CMake cmcurl: Use if(DEFINED) to simplify conditions 2014-09-11 21:23:24 +02:00
Platforms cmcurl: Backport curl bug 1192 fix (#14250) 2013-06-27 16:46:23 -04:00
Testing cmcurl: Fix resource leak reported by cppcheck 2013-07-15 10:20:00 -04:00
curl curl: Honor OPENSSL_NO_SSL2 2012-09-07 13:24:14 -04:00
CMakeLists.txt cmcurl: Use if(DEFINED) to simplify conditions 2014-09-11 21:23:24 +02:00
COPYING Install third-party utility copyright notices 2009-09-28 11:36:17 -04:00
amigaos.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
amigaos.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
arpa_telnet.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
base64.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
base64.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
ca-bundle.h ENH: Initial import 2005-06-24 09:02:17 -04:00
config.h.in cmcurl: Backport curl bug 1192 fix (#14250) 2013-06-27 16:46:23 -04:00
connect.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
connect.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
content_encoding.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
content_encoding.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
cookie.c cmcurl: Fix resource leak reported by cppcheck 2013-07-15 10:20:00 -04:00
cookie.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
curlx.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
dict.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
dict.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
easy.c Documentation: Fix a few typos (#11883) 2011-02-22 17:24:51 -05:00
easyif.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
escape.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
escape.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
file.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
file.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
formdata.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
formdata.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
ftp.c Fix spelling and typos (non-binary) 2013-05-07 08:39:19 -04:00
ftp.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
getenv.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
getinfo.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
getinfo.h ENH: Initial import 2005-06-24 09:02:17 -04:00
gtls.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
gtls.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
hash.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
hash.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
hostares.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
hostasyn.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
hostip.c cmcurl: Fix a build failure with the Cray compiler on Linux (#15026) 2014-07-17 09:43:05 -04:00
hostip.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
hostip4.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
hostip6.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
hostsyn.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
hostthre.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
http.c Fix spelling and typos (non-binary) 2013-05-07 08:39:19 -04:00
http.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
http_chunks.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
http_chunks.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
http_digest.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
http_digest.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
http_negotiate.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
http_negotiate.h ENH: Initial import 2005-06-24 09:02:17 -04:00
http_ntlm.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
http_ntlm.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
if2ip.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
if2ip.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
inet_ntoa_r.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
inet_ntop.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
inet_ntop.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
inet_pton.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
inet_pton.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
krb4.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
krb4.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
ldap.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
ldap.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
llist.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
llist.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
md5.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
md5.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
memdebug.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
memdebug.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
memory.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
mprintf.c cmcurl: Remove unused SIZEOF_LONG_DOUBLE 2009-12-17 15:15:53 -05:00
multi.c curl, bzip2: Suppress warnings by setting initial value 2013-10-08 09:16:33 -04:00
multiif.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
netrc.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
netrc.h ENH: Initial import 2005-06-24 09:02:17 -04:00
nwlib.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
parsedate.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
parsedate.h curl: Fix typo in header include guard 2013-10-08 09:16:27 -04:00
progress.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
progress.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
security.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
select.c Haiku: Remove outdated preprocessor checks 2013-10-08 09:55:55 -04:00
select.h ENH: add support for vs 2008 beta 2 2007-09-17 15:21:47 -04:00
sendf.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
sendf.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
setup.h Documentation: Fix a few typos (#11883) 2011-02-22 17:24:51 -05:00
setup_once.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
share.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
share.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
sockaddr.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
socks.c cmcurl: Backport curl bug 1192 fix (#14250) 2013-06-27 16:46:23 -04:00
socks.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
speedcheck.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
speedcheck.h ENH: Initial import 2005-06-24 09:02:17 -04:00
splay.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
splay.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
ssh.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
ssh.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
sslgen.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
sslgen.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
ssluse.c Fix spelling and typos (product names) 2013-05-07 08:42:20 -04:00
ssluse.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
strdup.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
strdup.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
strequal.c cmcurl: Backport curl bug 1192 fix (#14250) 2013-06-27 16:46:23 -04:00
strequal.h cmcurl: Backport curl bug 1192 fix (#14250) 2013-06-27 16:46:23 -04:00
strerror.c curl: Honor OPENSSL_NO_SSL2 2012-09-07 13:24:14 -04:00
strerror.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
strtok.c ENH: Initial import 2005-06-24 09:02:17 -04:00
strtok.h ENH: Initial import 2005-06-24 09:02:17 -04:00
strtoofft.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
strtoofft.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
telnet.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
telnet.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
tftp.c COMP: Remove some warnings 2007-03-18 16:18:50 -04:00
tftp.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
timeval.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
timeval.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
transfer.c COMP: Remove some warnings 2007-03-18 16:18:50 -04:00
transfer.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
url.c Fix spelling errors reported by Lintian. 2010-07-13 09:41:37 -04:00
url.h ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00
urldata.h Fix spelling and typos (non-binary) 2013-05-07 08:39:19 -04:00
version.c ENH: Update Curl to 7.16.1 2007-03-15 15:22:15 -04:00