summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Curl_read_plain: clean up ifdefs that break statementsFlavio Medeiros2015-11-301-2/+4
* http2: convert some verbose output into debug-only outputDaniel Stenberg2015-11-301-12/+12
* http2 push: add missing inits of new streamDaniel Stenberg2015-11-301-1/+7
* http2 push: set weight for new streamDaniel Stenberg2015-11-301-1/+3
* curl_setup.h: undef freeaddrinfo in c-ares block to fix buildDaniel Stenberg2015-11-281-0/+1
* nonblock: fix setting non-blocking mode for AmigaDaniel Stenberg2015-11-271-2/+2
* lib: Only define curl_dofreeaddrinfo if struct addrinfo is availableDan Fandrich2015-11-271-1/+2
* timecond: do not add if-modified-since without timeconditionDaniel Stenberg2015-11-251-7/+12
* done: make sure the final progress update is madeDaniel Stenberg2015-11-241-2/+7
* Revert "cleanup: general removal of TODO (and similar) comments"Daniel Stenberg2015-11-2417-23/+78
* 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
* 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
* 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
* http2: minor comment typoDaniel Stenberg2015-11-161-1/+1
* sasl; fix checksrc warningsDaniel Stenberg2015-11-151-4/+6
* oauth2: Support OAUTHBEARER failures sent as continuation responsesSteve Holme2015-11-152-2/+31
* oauth2: Added support for OAUTHBEARER SASL mechanism to IMAP, POP3 and SNMPSteve Holme2015-11-142-21/+44
* openssl: Free modules on cleanupSebastian Pohlschmidt2015-11-131-0/+3
* cleanup: general removal of TODO (and similar) commentsDaniel Stenberg2015-11-1317-78/+23
* 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: Added unit tests for hash functionsdfandrich2015-11-121-2/+21
* 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
* 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-093-7/+8
* oauth2: Use OAuth 2.0 rather than XOAUTH2 in commentsSteve Holme2015-11-092-2/+2
* imap: avoid freeing constant stringDaniel Stenberg2015-11-091-1/+1
* imap: Don't check for continuation when executing a CUSTOMREQUESTJustin Ehlert2015-11-081-2/+2
* 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
* imap: Quote other 'atom-specials' and not just the space characterSteve Holme2015-11-071-8/+18
* imap: Fixed double quote in LIST command when mailbox contains spacesSteve Holme2015-11-071-8/+8