- Apr 19, 2014
-
-
Marc Hoersken authored
-
Marc Hoersken authored
-
Marc Hoersken authored
Follow up on b0e74254
-
- Apr 18, 2014
-
-
Marc Hoersken authored
-
Marc Hoersken authored
-
Marc Hoersken authored
-
Marc Hoersken authored
In case the first address in the tempaddr array is NULL, the code would previously dereference an unchecked null pointer.
-
Marc Hoersken authored
-
Marc Hoersken authored
I was tempted to change those to >= 0 until I saw that this is actually a for loop that terminates once i underflows.
-
Marc Hoersken authored
The FreeContextBuffer SAL declaration does not declare the pointer as optional, therefore it must not be NULL.
-
Marc Hoersken authored
-
Marc Hoersken authored
-
Marc Hoersken authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
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
-