summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* tests: Corrected typos from commit ba4d8f7ebaSteve Holme2015-11-152-2/+2
* tests: Added OAUTHBEARER failure response testsSteve Holme2015-11-157-3/+338
* oauth2: Support OAUTHBEARER failures sent as continuation responsesSteve Holme2015-11-152-2/+31
* RELEASE-NOTES: synced with 808a17ee675Daniel Stenberg2015-11-151-5/+22
* tests: Renamed existing OAuth 2.0 (XOAUTH) testsSteve Holme2015-11-146-6/+6
* tests: Added OAuth 2.0 (OAUTHBEARER) testsSteve Holme2015-11-147-3/+345
* oauth2: Added support for OAUTHBEARER SASL mechanism to IMAP, POP3 and SNMPSteve Holme2015-11-142-21/+44
* RELEASE-NOTES: recounted curl_easy_setopt() optionsDaniel Stenberg2015-11-131-1/+1
* typecheck-gcc.h: add missing slist-using optionsDaniel Stenberg2015-11-131-4/+6
* typecheck-gcc.h: added CURLOPT_CLOSESOCKETDATADaniel Stenberg2015-11-131-10/+11
* openssl: Free modules on cleanupSebastian Pohlschmidt2015-11-131-0/+3
* symbols-in-versions: Added new CURLOPTTYPE_STRINGPOINT aliasSteve Holme2015-11-131-0/+1
* curl: mark two more options strings for --libcurl outputDaniel Stenberg2015-11-131-2/+2
* typecheck-gcc.h: add some missing string typesDaniel Stenberg2015-11-131-42/+49
* curl.h: introducing the STRINGPOINT aliasDaniel Stenberg2015-11-131-64/+69
* cleanup: general removal of TODO (and similar) commentsDaniel Stenberg2015-11-1319-97/+26
* ftplistparser: remove empty functionDaniel Stenberg2015-11-131-23/+5
* openssl: remove #if check for 0.9.7 for ENGINE_load_private_keyDaniel Stenberg2015-11-131-1/+1
* openssl: all supported versions have X509_STORE_set_flagsDaniel Stenberg2015-11-131-7/+0
* openssl: remove 0.9.3 checkDaniel Stenberg2015-11-131-3/+1
* openssl: remove #ifdefs for < 0.9.5 supportDaniel Stenberg2015-11-131-60/+29
* lib/vtls/openssl: remove unused traces of yassl ifdefsDaniel Stenberg2015-11-131-6/+0
* unit1603: Demote hash mismatch failure to a warningdfandrich2015-11-121-10/+9
* unit1603: Added unit tests for hash functionsdfandrich2015-11-126-6/+203
* unit1602: Fixed failure in torture testdfandrich2015-11-121-24/+23
* sasl: Re-introduced XOAUTH2 in the default enabled authentication mechanismSteve Holme2015-11-122-4/+2
* sasl_sspi: fix identity memory leak in digest authenticationStefan Bühler2015-11-121-0/+4
* sasl_sspi: fixed unicode build for digest authenticationStefan Bühler2015-11-121-1/+10
* oauth2: Re-factored OAuth 2.0 state variableSteve Holme2015-11-122-4/+4
* sasl: Don't choose OAuth 2.0 if mechanism not advertisedSteve Holme2015-11-121-1/+2
* runtests: more compact "System characteristics" outputDaniel Stenberg2015-11-121-64/+57
* runtests: rename conditional curl-features to $has_[name]Daniel Stenberg2015-11-121-12/+12
* oauth2: Introduced support for host and port detailsSteve Holme2015-11-111-5/+18
* curl_setup.h: Removed duplicate CURL_DISABLE_RTSP when HTTP_ONLY definedSteve Holme2015-11-111-3/+0
* cmake: Add missing feature macros in config header (Part 2)Steve Holme2015-11-111-0/+9
* cmake: Add missing feature macros in config headerDouglas Creager2015-11-101-0/+12
* BoringSSL: Work with stricter BIO_get_mem_data()Douglas Creager2015-11-101-2/+2
* http2: rectify the http2 version #if checkDaniel Stenberg2015-11-101-1/+1
* oauth2: Don't use XAUTH2 in OAuth 2.0 function nameSteve Holme2015-11-091-10/+10
* oauth2: Don't use XOAUTH2 in OAuth 2.0 variablesSteve Holme2015-11-098-13/+14
* oauth2: Use OAuth 2.0 rather than XOAUTH2 in commentsSteve Holme2015-11-094-4/+4
* imap: avoid freeing constant stringDaniel Stenberg2015-11-091-1/+1
* ROADMAP: remove two items already doneDaniel Stenberg2015-11-091-15/+1
* RELEASE-NOTES: synced with 2200bf62054Daniel Stenberg2015-11-091-3/+15
* acinclude: Remove check for 16-bit curl_off_tJay Satiro2015-11-091-15/+0
* tool: Fixed a memory leak on OOM introduced in 19cb0c4aDan Fandrich2015-11-081-1/+1
* imap: Don't check for continuation when executing a CUSTOMREQUESTJustin Ehlert2015-11-083-3/+54
* imap: checksrc: remove space after while before parenDaniel Stenberg2015-11-071-1/+1
* checksrc.whitelist: "missing space after close paren"Daniel Stenberg2015-11-071-0/+1
* opts: Corrected TLS protocols list to include POP3S rather than POP3Steve Holme2015-11-0719-33/+33