Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-02 | schannel.c: Small changes | Marc Hoersken | |
2015-05-02 | schannel.c: Improve code path and readability | Marc Hoersken | |
2015-05-02 | schannel.c: Improve error and return code handling upon aa99a63f03 | Marc Hoersken | |
2015-05-02 | schannel: fix regression in schannel_recv | Chris Araman | |
https://github.com/bagder/curl/issues/244 Commit 145c263 changed the behavior when Curl_read_plain returns CURLE_AGAIN. We now handle CURLE_AGAIN and SEC_I_CONTEXT_EXPIRED correctly. | |||
2015-05-01 | Bug born in changes made several days ago 9a91e80. | Marc Hoersken | |
Commit: https://github.com/bagder/curl/commit/926cb9f Reported-by: Ray Satiro | |||
2015-04-30 | schannel: Fix out of bounds array | Jay Satiro | |
Bug born in changes made several days ago 9a91e80. Bug: http://curl.haxx.se/mail/lib-2015-04/0199.html Reported-by: Brian Chrisman | |||
2015-04-26 | schannel.c: Fix typo introduced with 3447c973d0 | Marc Hoersken | |
2015-04-26 | schannel.c: Fix possible SEC_E_BUFFER_TOO_SMALL error | Marc Hoersken | |
Reported-by: Brian Chrisman | |||
2015-04-26 | schannel: re-indented file to follow curl style better | Daniel Stenberg | |
white space changes only | |||
2015-03-03 | vtls: use curl_printf.h all over | Daniel Stenberg | |
No need to use _MPRINTF_REPLACE internally. | |||
2015-02-07 | schannel: Removed curl_ prefix from source files | Steve Holme | |
Removed the curl_ prefix from the schannel source files as discussed with Marc and Daniel at FOSDEM. |