Age | Commit message (Expand) | Author |
2014-10-31 | opts: Use common wording for user/password option names | Steve Holme |
2014-10-31 | CURLOPT_CONNECT_ONLY.3: Removed "This option is implemented for..." text | Steve Holme |
2014-10-31 | CURLOPT_GSSAPI_DELEGATION.3: Use GSS-API rather than GSSAPI | Steve Holme |
2014-10-31 | CURLOPT_CONNECT_ONLY.3: Fixed incomplete protocol list | Steve Holme |
2014-10-30 | code cleanup: Use 'CURLcode result' | Steve Holme |
2014-10-30 | curl_easy_setopt.3: Fixed lots of typos | Steve Holme |
2014-10-30 | curl_easy_setopt.3: Moved CURLOPT_DIRLISTONLY into PROTOCOL OPTIONS | Steve Holme |
2014-10-30 | build: added Watcom support to build with WinSSL. | Guenter Knauf |
2014-10-30 | CURLOPT_PINNEDPUBLICKEY.3: added details | Daniel Stenberg |
2014-10-30 | CURLOPT_CUSTOMREQUEST.3: Fixed incomplete protocol list | Steve Holme |
2014-10-30 | CURLOPT_DIRLISTONLY.3: Added information about the usage in POP3 | Steve Holme |
2014-10-29 | openssl: enable NPN separately from ALPN | Daniel Stenberg |
2014-10-29 | configure.ac: remove checks for OpenSSL NPN/ALPN funcs again | Daniel Stenberg |
2014-10-29 | opts: added some "SEE ALSO" references | Daniel Stenberg |
2014-10-29 | RELEASE-NOTES: Synced with 32913182dc | Steve Holme |
2014-10-29 | vtls.c: Fixed compilation warning | Steve Holme |
2014-10-29 | sspi: Return CURLE_LOGIN_DENIED on AcquireCredentialsHandle() failure | Steve Holme |
2014-10-29 | sasl_sspi: Allow DIGEST-MD5 to use current windows credentials | Steve Holme |
2014-10-29 | transfer: drop the code handling the ssl_connect_retry flag | Kamil Dudka |
2014-10-29 | nss: drop the code for libcurl-level downgrade to SSLv3 | Kamil Dudka |
2014-10-29 | openssl: fix a line length warning | Kamil Dudka |
2014-10-29 | Added NetWare support to build with nghttp2. | Guenter Knauf |
2014-10-29 | Fixed error message since we require ALPN support. | Guenter Knauf |
2014-10-29 | Check for ALPN via OpenSSL version number. | Guenter Knauf |
2014-10-28 | sasl_sspi: Fixed typo in comment | Steve Holme |
2014-10-28 | code cleanup: We prefer 'CURLcode result' | Steve Holme |
2014-10-28 | TODO: consider supporting STAT | Daniel Stenberg |
2014-10-28 | mk-ca-bundle: spell fix "version" | Daniel Stenberg |
2014-10-27 | HTTP: return larger than 3 digit response codes too | Daniel Stenberg |
2014-10-26 | src/: remove version.h.dist from gitignore | Daniel Stenberg |
2014-10-26 | ntlm: We prefer 'CURLcode result' | Steve Holme |
2014-10-26 | Cosmetics: lowercase non-special subroutine names. | Guenter Knauf |
2014-10-26 | RELEASE-NOTES: Synced with 07ac29a058 | Steve Holme |
2014-10-26 | http_negotiate: We prefer 'CURLcode result' | Steve Holme |
2014-10-26 | http_negotiate: Fixed missing check for USE_SPNEGO | Steve Holme |
2014-10-26 | sspi: Synchronization of cleanup code between auth mechanisms | Steve Holme |
2014-10-26 | sspi: Renamed max token length variables | Steve Holme |
2014-10-26 | sspi: Renamed expiry time stamp variables | Steve Holme |
2014-10-26 | sspi: Only call CompleteAuthToken() when complete is needed | Steve Holme |
2014-10-26 | Added the "flaky" keyword to a number of tests | Dan Fandrich |
2014-10-26 | ntlm: Return all errors from Curl_ntlm_core_mk_nt_hash() | Steve Holme |
2014-10-26 | ntlm: Return CURLcode from Curl_ntlm_core_mk_lm_hash() | Steve Holme |
2014-10-26 | ntlm: Use 'CURLcode result' | Steve Holme |
2014-10-25 | ntlm: Only define ntlm data structure when USE_NTLM is defined | Steve Holme |
2014-10-25 | ntlm: Changed handles to be dynamic like other SSPI handles | Steve Holme |
2014-10-25 | ntlm: Renamed handle variables to match other SSPI structures | Steve Holme |
2014-10-25 | ntlm: Renamed SSPI based input token variables | Steve Holme |
2014-10-25 | ntlm: We prefer 'CURLcode result' | Steve Holme |
2014-10-25 | build: Added WinIDN build configuration options | Steve Holme |
2014-10-24 | darwinssl: detect possible future removal of SSLv3 from the framework | Nick Zitzmann |