]> granicus.if.org Git - curl/commit
escape: avoid using curl_easy_unescape() internally
authorDaniel Stenberg <daniel@haxx.se>
Sat, 8 Oct 2016 09:21:38 +0000 (11:21 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 31 Oct 2016 07:46:35 +0000 (08:46 +0100)
commit46133aa536f7f5bf552b83369e3851b6f811299e
treec10a2320da0e6e4ef0027d8267c68fe1d706bce6
parent53e71e47d6b81650d26ec33a58d0dca24c7ffb2c
escape: avoid using curl_easy_unescape() internally

Since the internal Curl_urldecode() function has a better API.
lib/file.c
lib/ftp.c
lib/gopher.c
lib/ldap.c
lib/ssh.c
lib/tftp.c
lib/url.c