Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-07 | Moved Curl_strntoupper() to the rawstr.c file where the other raw string | Daniel Stenberg | |
functions are. | |||
2009-01-21 | Fixed a couple more locale-dependent toupper conversions, mainly for | Dan Fandrich | |
clarity. This does fix one problem that causes ;type=i FTP URLs to fail in the Turkish locale when CURLOPT_PROXY_TRANSFER_MODE is used (test case 561) Added tests 561 and 1092 through 1094 to test various combinations of ;type= and ;mode= URLs that could potentially fail in the Turkish locale. | |||
2008-10-23 | moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ | Daniel Stenberg | |
inclusion by the curl tool without colliding with the curl_strequal functions. |