]> git.ipfire.org Git - thirdparty/curl.git/commit
strcasecompare: is the new name for strequal()
authorDaniel Stenberg <daniel@haxx.se>
Fri, 30 Sep 2016 15:15:05 +0000 (17:15 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 31 Oct 2016 07:46:35 +0000 (08:46 +0100)
commit502acba2af821391b85a2cd4ac7b91ad8e9d4180
treee219be1178db413bffd92033e965c1e1075c4702
parent1833a45dde4d27febfce42813699533b1ae993d1
strcasecompare: is the new name for strequal()

... to make it less likely that we forget that the function actually
does case insentive compares. Also replaced several invokes of the
function with a plain strcmp when case sensitivity is not an issue (like
comparing with "-").
36 files changed:
lib/Makefile.inc
lib/cookie.c
lib/curl_sasl.c
lib/curlx.h
lib/dict.c
lib/easy.c
lib/formdata.c
lib/ftp.c
lib/gopher.c
lib/http.c
lib/if2ip.c
lib/imap.c
lib/netrc.c
lib/pop3.c
lib/smtp.c
lib/socks.c
lib/ssh.c
lib/strcase.c [moved from lib/strequal.c with 89% similarity]
lib/strcase.h [moved from lib/strequal.h with 70% similarity]
lib/telnet.c
lib/transfer.c
lib/url.c
lib/vauth/cleartext.c
lib/vtls/openssl.c
lib/x509asn1.c
src/tool_cb_dbg.c
src/tool_getparam.c
src/tool_helpers.c
src/tool_operate.c
src/tool_operhlp.c
src/tool_writeout.c
tests/libtest/libauthretry.c
tests/server/Makefile.inc
tests/server/rtspd.c
tests/server/sws.c
tests/unit/unit1301.c