summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* TODO: Added another 'multi-interface' ideaSteve Holme2015-11-211-0/+6
* smb.c: Fixed compilation warningsSteve Holme2015-11-211-3/+5
* schannel: Corrected copy/paste error in commit 8d17117683Steve Holme2015-11-211-6/+5
* schannel: Use GetVersionEx() when VerifyVersionInfo() isn't availableSteve Holme2015-11-211-5/+22
* examples: Fixed compilation warningsSteve Holme2015-11-215-2/+7
* Makefile.inc: Fixed test run errorSteve Holme2015-11-211-2/+2
* TODO: remove duplicated titleDaniel Stenberg2015-11-201-1/+0
* TODO: added two more libcurl ideasDaniel Stenberg2015-11-201-29/+54
* tests: Re-enabled tests 889 and 890 following POP3 fixSteve Holme2015-11-201-2/+0
* pop3: Differentiate between success and continuation responsesSteve Holme2015-11-201-4/+10
* pop3: Added clarity on some server response codesSteve Holme2015-11-201-2/+4
* build: Fix theoretical infinite loopsDaniel Shahaf2015-11-203-6/+6
* curl.h: s/#defien/#define/Patrick Monnerat2015-11-191-1/+1
* os400: synchronize ILE/RPG header filePatrick Monnerat2015-11-191-0/+2
* os400: Provide options for libssh2 use in compile scripts. Adjust README.Patrick Monnerat2015-11-193-6/+35
* zsh completion: Preserve single quotes in outputdanielsh@apache.org2015-11-191-1/+1
* FAQ: Grammar changesMaxGiting2015-11-181-4/+8
* http2: http_done: don't free already-freed push headersDaniel Stenberg2015-11-171-4/+7
* getconnectinfo: Don't call recv(2) if socket == -1Anders Bakken2015-11-161-2/+2
* CURLMOPT_PUSHFUNCTION.3: *_byname() returns only the first headerDaniel Stenberg2015-11-161-1/+2
* http2: minor comment typoDaniel Stenberg2015-11-161-1/+1
* sasl; fix checksrc warningsDaniel Stenberg2015-11-151-4/+6
* RELEASE-NOTES: Adjusted for the recent OAuth 2.0 activitySteve Holme2015-11-151-2/+2
* tests: Disabled 889 and 890 until we support POP3 continuation responsesSteve Holme2015-11-151-0/+2
* 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