aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-21schannel: Corrected copy/paste error in commit 8d17117683Steve Holme
2015-11-21schannel: Use GetVersionEx() when VerifyVersionInfo() isn't availableSteve Holme
2015-11-21examples: Fixed compilation warningsSteve Holme
2015-11-21Makefile.inc: Fixed test run errorSteve Holme
2015-11-20TODO: remove duplicated titleDaniel Stenberg
2015-11-20TODO: added two more libcurl ideasDaniel Stenberg
2015-11-20tests: Re-enabled tests 889 and 890 following POP3 fixSteve Holme
2015-11-20pop3: Differentiate between success and continuation responsesSteve Holme
2015-11-20pop3: Added clarity on some server response codesSteve Holme
2015-11-20build: Fix theoretical infinite loopsDaniel Shahaf
2015-11-19curl.h: s/#defien/#define/Patrick Monnerat
2015-11-19os400: synchronize ILE/RPG header filePatrick Monnerat
2015-11-19os400: Provide options for libssh2 use in compile scripts. Adjust README.Patrick Monnerat
2015-11-19zsh completion: Preserve single quotes in outputdanielsh@apache.org
2015-11-18FAQ: Grammar changesMaxGiting
2015-11-17http2: http_done: don't free already-freed push headersDaniel Stenberg
2015-11-16getconnectinfo: Don't call recv(2) if socket == -1Anders Bakken
2015-11-16CURLMOPT_PUSHFUNCTION.3: *_byname() returns only the first headerDaniel Stenberg
2015-11-16http2: minor comment typoDaniel Stenberg
2015-11-15sasl; fix checksrc warningsDaniel Stenberg
2015-11-15RELEASE-NOTES: Adjusted for the recent OAuth 2.0 activitySteve Holme
2015-11-15tests: Disabled 889 and 890 until we support POP3 continuation responsesSteve Holme
2015-11-15tests: Corrected typos from commit ba4d8f7ebaSteve Holme
2015-11-15tests: Added OAUTHBEARER failure response testsSteve Holme
2015-11-15oauth2: Support OAUTHBEARER failures sent as continuation responsesSteve Holme
2015-11-15RELEASE-NOTES: synced with 808a17ee675Daniel Stenberg
2015-11-14tests: Renamed existing OAuth 2.0 (XOAUTH) testsSteve Holme
2015-11-14tests: Added OAuth 2.0 (OAUTHBEARER) testsSteve Holme
2015-11-14oauth2: Added support for OAUTHBEARER SASL mechanism to IMAP, POP3 and SNMPSteve Holme
2015-11-13RELEASE-NOTES: recounted curl_easy_setopt() optionsDaniel Stenberg
2015-11-13typecheck-gcc.h: add missing slist-using optionsDaniel Stenberg
2015-11-13typecheck-gcc.h: added CURLOPT_CLOSESOCKETDATADaniel Stenberg
2015-11-13openssl: Free modules on cleanupSebastian Pohlschmidt
2015-11-13symbols-in-versions: Added new CURLOPTTYPE_STRINGPOINT aliasSteve Holme
2015-11-13curl: mark two more options strings for --libcurl outputDaniel Stenberg
2015-11-13typecheck-gcc.h: add some missing string typesDaniel Stenberg
2015-11-13curl.h: introducing the STRINGPOINT aliasDaniel Stenberg
2015-11-13cleanup: general removal of TODO (and similar) commentsDaniel Stenberg
2015-11-13ftplistparser: remove empty functionDaniel Stenberg
2015-11-13openssl: remove #if check for 0.9.7 for ENGINE_load_private_keyDaniel Stenberg
2015-11-13openssl: all supported versions have X509_STORE_set_flagsDaniel Stenberg
2015-11-13openssl: remove 0.9.3 checkDaniel Stenberg
2015-11-13openssl: remove #ifdefs for < 0.9.5 supportDaniel Stenberg
2015-11-13lib/vtls/openssl: remove unused traces of yassl ifdefsDaniel Stenberg
2015-11-12unit1603: Demote hash mismatch failure to a warningdfandrich
2015-11-12unit1603: Added unit tests for hash functionsdfandrich
2015-11-12unit1602: Fixed failure in torture testdfandrich
2015-11-12sasl: Re-introduced XOAUTH2 in the default enabled authentication mechanismSteve Holme
2015-11-12sasl_sspi: fix identity memory leak in digest authenticationStefan Bühler
2015-11-12sasl_sspi: fixed unicode build for digest authenticationStefan Bühler