summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* imap: fix compiler warningDaniel Stenberg2015-11-061-1/+1
* imap: Don't call imap_atom() when no mailbox specified in LIST commandSteve Holme2015-11-061-2/+2
* curl.1: remove the overlap --range exampleDaniel Stenberg2015-11-061-5/+2
* tftp tests: verify sent options tooDaniel Stenberg2015-11-0616-30/+111
* getinfo: CURLINFO_ACTIVESOCKET: fix bad socket valueJay Satiro2015-11-061-12/+1
* curl_ntlm_core: fix 2 curl_off_t constant overflows.Patrick Monnerat2015-11-051-2/+2
* os400: adjust specific code to support new options.Patrick Monnerat2015-11-052-7/+30
* rawstr: Speed up Curl_raw_toupper by 40%Lauri Kasanen2015-11-021-1/+7
* http redirects: %-encode bytes outside of ascii rangeDaniel Stenberg2015-11-023-19/+98
* RELEASE-NOTES: synced with cba5bc585410Daniel Stenberg2015-11-021-4/+15
* symbols-in-version: add all CURL_HTTPPOST_* symbolsDaniel Stenberg2015-11-021-0/+7
* formadd: support >2GB files on windowsDaniel Stenberg2015-11-027-35/+133
* curl.h: s/HTTPPOST_/CURL_HTTPOST_Daniel Stenberg2015-10-313-15/+27