aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-03opts: made stand-alone man-pages for several multi optionsDaniel Stenberg
2014-11-03Curl_single_getsock: fix hold/pause sock handlingCarlo Wood
2014-11-03cmake: fix struct sockaddr_storage checkPeter Wu
2014-11-03cmake: clean OtherTests, fixing -WerrorPeter Wu
2014-11-03cmake: fix gethostby{addr,name}_r in CurlTestsPeter Wu
2014-11-03cmake: drop _BSD_SOURCE macro usagePeter Wu
2014-11-02RELEASE-NOTES: Synced with d71ea7c01eSteve Holme
2014-11-02build: Added WinIDN build configuration optionsSteve Holme
2014-11-02build: Added WinIDN build configuration optionsSteve Holme
2014-11-02build: Fixed the pre-processor separator in Visual Studio project filesSteve Holme
2014-11-02build: Added optional specific version generation of VC project filesSteve Holme
2014-11-02build-openssl.bat: Fix x64 release buildJay Satiro
2014-11-02CURLOPT_XOAUTH2_BEARER.3: Corrected the OAuth version numberSteve Holme
2014-11-02CURLOPT_SASL_IR.3: Added supported mechanism informationSteve Holme
2014-11-02opts: Use common wording for MAIL related namesSteve Holme
2014-11-02opts: Use common wording for TLS user/password option namesSteve Holme
2014-11-02CURLOPT_MAXCONNECTS.3: Reworked the description to be less confusingSteve Holme
2014-11-02RELEASE-NOTES: removed obsolete entry; fixed entry.Guenter Knauf
2014-11-02RELEASE-NOTES: Synced with e7da67f5d3Steve Holme
2014-11-02docs: Added mention of Kerberos for CURL_VERSION_SSPISteve Holme
2014-11-02CURL_VERSION_KERBEROS4: Mark as deprecatedSteve Holme
2014-11-02sasl: Fixed Kerberos V5 inclusion when CURL_DISABLE_CRYPTO_AUTH is usedSteve Holme
2014-11-02openssl: Use 'CURLcode result'Steve Holme
2014-11-01resume: consider a resume from [content-length] to be OKDaniel Stenberg
2014-11-01openssl: Use 'CURLcode result'Steve Holme
2014-11-01openssl: Use 'CURLcode result'Steve Holme
2014-11-01ftplistparser: We prefer 'CURLcode result'Steve Holme
2014-10-31opts: Use common wording for user/password option namesSteve Holme
2014-10-31CURLOPT_CONNECT_ONLY.3: Removed "This option is implemented for..." textSteve Holme
2014-10-31CURLOPT_GSSAPI_DELEGATION.3: Use GSS-API rather than GSSAPISteve Holme
2014-10-31CURLOPT_CONNECT_ONLY.3: Fixed incomplete protocol listSteve Holme
2014-10-30code cleanup: Use 'CURLcode result'Steve Holme
2014-10-30curl_easy_setopt.3: Fixed lots of typosSteve Holme
2014-10-30curl_easy_setopt.3: Moved CURLOPT_DIRLISTONLY into PROTOCOL OPTIONSSteve Holme
2014-10-30build: added Watcom support to build with WinSSL.Guenter Knauf
2014-10-30CURLOPT_PINNEDPUBLICKEY.3: added detailsDaniel Stenberg
2014-10-30CURLOPT_CUSTOMREQUEST.3: Fixed incomplete protocol listSteve Holme
2014-10-30CURLOPT_DIRLISTONLY.3: Added information about the usage in POP3Steve Holme
2014-10-29openssl: enable NPN separately from ALPNDaniel Stenberg
2014-10-29configure.ac: remove checks for OpenSSL NPN/ALPN funcs againDaniel Stenberg
2014-10-29opts: added some "SEE ALSO" referencesDaniel Stenberg
2014-10-29RELEASE-NOTES: Synced with 32913182dcSteve Holme
2014-10-29vtls.c: Fixed compilation warningSteve Holme
2014-10-29sspi: Return CURLE_LOGIN_DENIED on AcquireCredentialsHandle() failureSteve Holme
2014-10-29sasl_sspi: Allow DIGEST-MD5 to use current windows credentialsSteve Holme
2014-10-29transfer: drop the code handling the ssl_connect_retry flagKamil Dudka
2014-10-29nss: drop the code for libcurl-level downgrade to SSLv3Kamil Dudka
2014-10-29openssl: fix a line length warningKamil Dudka
2014-10-29Added NetWare support to build with nghttp2.Guenter Knauf
2014-10-29Fixed error message since we require ALPN support.Guenter Knauf