Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-05 | unicode NTLM SSPI: cleanup | Yang Tse | |
Reduce the number of #ifdef UNICODE directives used in source files. | |||
2012-06-27 | build: add our standard includes to curl_darwinssl.c and curl_multibyte.c | Yang Tse | |
2012-06-15 | SSPI related code: Unicode support for WinCE | Mark Salisbury | |
SSPI related code now compiles with ANSI and WCHAR versions of security methods (WinCE requires WCHAR versions of methods). Pulled UTF8 to WCHAR conversion methods out of idn_win32.c into their own file. curl_sasl.c - include curl_memory.h to use correct memory functions. getenv.c and telnet.c - WinCE compatibility fix With some committer adjustments |