Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-14 | vauth: Use CURLE_AUTH_ERROR for auth function errors | Jay Satiro | |
- Add new error code CURLE_AUTH_ERROR. Prior to this change auth function errors were signaled by CURLE_OUT_OF_MEMORY and CURLE_RECV_ERROR, and neither one was technically correct. Ref: https://github.com/curl/curl/pull/3848 Co-authored-by: Dominik Hölzl Closes https://github.com/curl/curl/pull/3864 | |||
2018-09-06 | ssl: deprecate CURLE_SSL_CACERT in favour of a unified error code | Han Han | |
Long live CURLE_PEER_FAILED_VERIFICATION | |||
2018-02-15 | TODO fixed: Detect when called from within callbacks | Björn Stenberg | |
Closes #2302 | |||
2017-06-05 | test1538: added "verbose logs" keyword | Dan Fandrich | |
These error messages are not displayed with --disable-verbose | |||
2017-06-02 | test1538: verify the libcurl strerror API calls | Daniel Stenberg | |