summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: added Watcom support to build with WinSSL.Guenter Knauf2014-10-301-0/+5
* CURLOPT_PINNEDPUBLICKEY.3: added detailsDaniel Stenberg2014-10-301-8/+22
* CURLOPT_CUSTOMREQUEST.3: Fixed incomplete protocol listSteve Holme2014-10-301-1/+1
* CURLOPT_DIRLISTONLY.3: Added information about the usage in POP3Steve Holme2014-10-301-8/+14
* openssl: enable NPN separately from ALPNDaniel Stenberg2014-10-291-5/+14
* configure.ac: remove checks for OpenSSL NPN/ALPN funcs againDaniel Stenberg2014-10-291-4/+1
* opts: added some "SEE ALSO" referencesDaniel Stenberg2014-10-292-0/+2
* RELEASE-NOTES: Synced with 32913182dcSteve Holme2014-10-291-2/+9
* vtls.c: Fixed compilation warningSteve Holme2014-10-291-1/+3
* sspi: Return CURLE_LOGIN_DENIED on AcquireCredentialsHandle() failureSteve Holme2014-10-292-3/+3
* sasl_sspi: Allow DIGEST-MD5 to use current windows credentialsSteve Holme2014-10-292-21/+23
* transfer: drop the code handling the ssl_connect_retry flagKamil Dudka2014-10-292-10/+4
* nss: drop the code for libcurl-level downgrade to SSLv3Kamil Dudka2014-10-291-49/+0
* openssl: fix a line length warningKamil Dudka2014-10-291-1/+2
* Added NetWare support to build with nghttp2.Guenter Knauf2014-10-292-0/+32
* Fixed error message since we require ALPN support.Guenter Knauf2014-10-291-1/+1
* Check for ALPN via OpenSSL version number.Guenter Knauf2014-10-291-10/+6
* sasl_sspi: Fixed typo in commentSteve Holme2014-10-281-1/+1
* code cleanup: We prefer 'CURLcode result'Steve Holme2014-10-284-33/+36
* TODO: consider supporting STATDaniel Stenberg2014-10-281-0/+9
* mk-ca-bundle: spell fix "version"Daniel Stenberg2014-10-281-1/+1
* HTTP: return larger than 3 digit response codes tooDaniel Stenberg2014-10-277-2/+307
* src/: remove version.h.dist from gitignoreDaniel Stenberg2014-10-261-1/+0
* ntlm: We prefer 'CURLcode result'Steve Holme2014-10-261-12/+13
* Cosmetics: lowercase non-special subroutine names.Guenter Knauf2014-10-261-15/+15
* RELEASE-NOTES: Synced with 07ac29a058Steve Holme2014-10-261-6/+20
* http_negotiate: We prefer 'CURLcode result'Steve Holme2014-10-261-11/+11
* http_negotiate: Fixed missing check for USE_SPNEGOSteve Holme2014-10-261-4/+5
* sspi: Synchronization of cleanup code between auth mechanismsSteve Holme2014-10-262-9/+19
* sspi: Renamed max token length variablesSteve Holme2014-10-263-12/+12
* sspi: Renamed expiry time stamp variablesSteve Holme2014-10-263-14/+14
* sspi: Only call CompleteAuthToken() when complete is neededSteve Holme2014-10-262-6/+6
* Added the "flaky" keyword to a number of testsDan Fandrich2014-10-266-0/+6
* ntlm: Return all errors from Curl_ntlm_core_mk_nt_hash()Steve Holme2014-10-261-6/+7
* ntlm: Return CURLcode from Curl_ntlm_core_mk_lm_hash()Steve Holme2014-10-263-8/+14
* ntlm: Use 'CURLcode result'Steve Holme2014-10-261-18/+19
* ntlm: Only define ntlm data structure when USE_NTLM is definedSteve Holme2014-10-254-12/+23
* ntlm: Changed handles to be dynamic like other SSPI handlesSteve Holme2014-10-252-19/+35
* ntlm: Renamed handle variables to match other SSPI structuresSteve Holme2014-10-252-12/+12
* ntlm: Renamed SSPI based input token variablesSteve Holme2014-10-252-7/+7
* ntlm: We prefer 'CURLcode result'Steve Holme2014-10-251-22/+21
* build: Added WinIDN build configuration optionsSteve Holme2014-10-2510-0/+2876
* darwinssl: detect possible future removal of SSLv3 from the frameworkNick Zitzmann2014-10-241-3/+16
* gskit.c: remove SSLv3 from SSL default.Patrick Monnerat2014-10-241-3/+7
* gskit.c: use 'CURLcode result'Patrick Monnerat2014-10-241-141/+143
* SSL: Remove SSLv3 from SSL default due to POODLE attackJay Satiro2014-10-246-55/+17
* pipelining: only output "is not blacklisted" in debug buildsDaniel Stenberg2014-10-241-1/+1
* *.3: add/extend "SEE ALSO" sectionsDaniel Stenberg2014-10-245-1/+11
* curl_easy_pause.3: minor wording editDaniel Stenberg2014-10-241-3/+2
* curl_getdate.3: provide a "SEE ALSO" sectionDaniel Stenberg2014-10-241-1/+4