- Apr 18, 2014
-
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
Added support for parsing query strings from the URL as defined by RFC-5092.
-
Steve Holme authored
-
Steve Holme authored
Should a command return untagged responses that contained no data then the imap_matchresp() function would not detect them as valid responses, as it wasn't taking the CRLF characters into account at the end of each line.
-
Steve Holme authored
Carrying on from commit 11025613 added VC11 project files which are capable of supporting side-by-side compilation, 32-bit and 64-bit builds as well as support for some of the third-party libraries curl uses.
-
- Apr 17, 2014
-
-
Steve Holme authored
-
Daniel Stenberg authored
-
- Apr 16, 2014
-
-
Steve Holme authored
-
Steve Holme authored
Carrying on from commit 11025613 added VC10 project files which are capable of supporting side-by-side compilation, 32-bit and 64-bit builds as well as support for some of the third-party libraries curl uses.
-
- Apr 14, 2014
-
-
Dan Fandrich authored
-
- Apr 09, 2014
-
-
Dan Fandrich authored
-
- Apr 08, 2014
-
-
Steve Holme authored
Carrying on from commit 11025613, added VC9 project files which are capable of supporting side-by-side compilation, 32-bit and 64-bit builds as well as support for some of the third-party libraries curl uses.
-
Steve Holme authored
Given that we presently support "auth" and not "auth-int" or "auth-conf" for native challenge-response messages, added client side validation of the quality-of-protection options from the server's challenge message.
-
Daniel Stenberg authored
... the recent MSVC project files added by Steve Holme
-
- Apr 06, 2014
-
-
Daniel Stenberg authored
Bug: http://curl.haxx.se/mail/lib-2014-04/0063.html Reported-by: Jeroen Koekkoek
-
Steve Holme authored
To avoid urldata.h being included from the header file or that the source file has the correct include order as highlighted by one of the auto builds recently.
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
warning: no previous prototype for 'Curl_sasl_create_digest_md5_message'
-
Steve Holme authored
-
Steve Holme authored
warning: 'sasl_digest_get_key_value' defined but not used
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
* Added comments to SSPI NTLM message generation * Added comments to native DIGEST-MD5 code * Removed redundant identity pointer
-
Steve Holme authored
When CURL_DISABLE_CRYPTO_AUTH is defined the DIGEST-MD5 code should not be included, regardless of whether USE__WINDOWS_SSPI is defined or not. This is indicated by the definition of USE_HTTP_NEGOTIATE and USE_NTLM in curl_setup.h.
-
Steve Holme authored
-
Steve Holme authored
-
- Apr 05, 2014
-
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Marc Hoersken authored
-
Steve Holme authored
* Added information regarding the February 2003 Platform SDK for VC6 * Updated the introduction to be similar to the IDE projects README
-
Tatsuhiro Tsujikawa authored
-
Steve Holme authored
Added a more thorough version of the VC8 project files that exist in the "vs" folder with the intention to add support for other versions of Visual Studio. These files support side-by-side compilation, 32-bit and 64-bit builds as well as support for some of the third-party libraries curl uses.
-
- Apr 04, 2014
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
And clarify for curl that --proxy-header now must be used for headers that are meant for a proxy, and they will not be included if the request is not for a proxy.
-