summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* RELEASE-NOTES: Synced with d71ea7c01eSteve Holme2014-11-021-2/+4
* build: Added WinIDN build configuration optionsSteve Holme2014-11-024-3/+239
* build: Added WinIDN build configuration optionsSteve Holme2014-11-0211-50/+956
* build: Fixed the pre-processor separator in Visual Studio project filesSteve Holme2014-11-024-64/+64
* build: Added optional specific version generation of VC project filesSteve Holme2014-11-021-42/+125
* build-openssl.bat: Fix x64 release buildJay Satiro2014-11-021-1/+1
* CURLOPT_XOAUTH2_BEARER.3: Corrected the OAuth version numberSteve Holme2014-11-021-1/+1
* CURLOPT_SASL_IR.3: Added supported mechanism informationSteve Holme2014-11-021-2/+8
* opts: Use common wording for MAIL related namesSteve Holme2014-11-023-3/+3
* opts: Use common wording for TLS user/password option namesSteve Holme2014-11-024-4/+4
* CURLOPT_MAXCONNECTS.3: Reworked the description to be less confusingSteve Holme2014-11-022-8/+8
* RELEASE-NOTES: removed obsolete entry; fixed entry.Guenter Knauf2014-11-021-3/+2
* RELEASE-NOTES: Synced with e7da67f5d3Steve Holme2014-11-021-6/+11
* docs: Added mention of Kerberos for CURL_VERSION_SSPISteve Holme2014-11-021-3/+3
* CURL_VERSION_KERBEROS4: Mark as deprecatedSteve Holme2014-11-022-2/+3
* sasl: Fixed Kerberos V5 inclusion when CURL_DISABLE_CRYPTO_AUTH is usedSteve Holme2014-11-028-18/+27
* openssl: Use 'CURLcode result'Steve Holme2014-11-021-25/+26
* resume: consider a resume from [content-length] to be OKDaniel Stenberg2014-11-014-4/+106
* openssl: Use 'CURLcode result'Steve Holme2014-11-011-14/+20
* openssl: Use 'CURLcode result'Steve Holme2014-11-011-47/+40
* ftplistparser: We prefer 'CURLcode result'Steve Holme2014-11-011-20/+20
* opts: Use common wording for user/password option namesSteve Holme2014-10-315-5/+5
* CURLOPT_CONNECT_ONLY.3: Removed "This option is implemented for..." textSteve Holme2014-10-311-1/+1
* CURLOPT_GSSAPI_DELEGATION.3: Use GSS-API rather than GSSAPISteve Holme2014-10-311-1/+1
* CURLOPT_CONNECT_ONLY.3: Fixed incomplete protocol listSteve Holme2014-10-311-1/+1
* code cleanup: Use 'CURLcode result'Steve Holme2014-10-303-23/+23
* curl_easy_setopt.3: Fixed lots of typosSteve Holme2014-10-301-18/+18
* curl_easy_setopt.3: Moved CURLOPT_DIRLISTONLY into PROTOCOL OPTIONSSteve Holme2014-10-301-2/+2
* 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