mirror of
https://github.com/moparisthebest/curl
synced 2024-11-05 00:55:04 -05:00
a579d67064
(http://curl.haxx.se/bug/view.cgi?id=2154627) which pointed out that libcurl uses strcasecmp() in multiple places where it causes failures when the Turkish locale is used. This is because 'i' and 'I' isn't the same letter so strcasecmp() on those letters are different in Turkish than in English (or just about all other languages). I thus introduced a totally new internal function in libcurl (called Curl_ascii_equal) for doing case insentive comparisons for english-(ascii?) style strings that thus will make "file" and "FILE" match even if the Turkish locale is selected.
30 lines
740 B
Plaintext
30 lines
740 B
Plaintext
To be addressed before 7.19.1 (planned release: October/November 2008)
|
|
=============================
|
|
|
|
Awaiting feedback, updates or removal:
|
|
|
|
165 - "Problem with CURLOPT_RESUME_FROM and CURLOPT_APPEND" by Daniele Pinau,
|
|
recipe: http://curl.haxx.se/mail/lib-2008-08/0439.html
|
|
|
|
168 - curl_easy_pause bugs
|
|
|
|
173 - "Patch to use GSSAPI authentication for socks5 connection" by
|
|
Markus Moeller http://curl.haxx.se/mail/archive-2008-09/0053.html
|
|
|
|
178 - "[Patch] Disable multi API support"
|
|
|
|
182 - Make CURLINFO_LASTSOCKET accessible during perform
|
|
|
|
187 - Failing SFTP range tests cases 634 through 637
|
|
|
|
Patches pending commit:
|
|
|
|
183 - "libcurl issue with IPv6 and c-ares"
|
|
|
|
184 - coverity.com issues
|
|
|
|
185 - CURLOPT_PROXYUSER etc
|
|
|
|
188 -
|
|
|