summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-12-20mbedtls: follow-up VERIFYHOST fix from f097669248Daniel Stenberg
2018-12-19cookies: extend domain checks to non psl buildsDaniel Gustafsson
2018-12-19smb: fix incorrect path in request if connection reusedMatus Uzak
2018-12-17mbedtls: use VERIFYHOSTDaniel Stenberg
2018-12-17pingpong: change default response timeout to 120 secondsDaniel Stenberg
2018-12-17pingpong: ignore regular timeout in disconnect phaseDaniel Stenberg
2018-12-14http: Implement trailing headers for chunked transfersAyoub Boudhar
2018-12-14darwinssl: accept setting max-tls with default min-tlsDaniel Stenberg
2018-12-13gopher: fix memory leak from 9026083ddb2a9Daniel Stenberg
2018-12-13gopher: always include the entire gopher-path in requestLeonardo Taccari
2018-12-13urlapi: distinguish possibly empty queryLeonardo Taccari
2018-12-13cookies: leave secure cookies aloneDaniel Gustafsson
2018-12-12urlapi: Fix port parsing of eol colonDaniel Gustafsson
2018-12-12Curl_follow: extract the Location: header field unvalidatedDaniel Stenberg
2018-12-11multi: convert two timeout variables to timediff_tDaniel Stenberg
2018-12-11tests: add urlapi unittestDaniel Gustafsson
2018-12-11urlapi: fix portnumber parsing for ipv6 zone indexDaniel Gustafsson
2018-12-11http: fix HTTP auth to include query in URIJay Satiro
2018-12-11http: don't set CURLINFO_CONDITION_UNMET for http status code 204Michael Kaufmann
2018-12-11ldap: fix LDAP URL parsing regressionsSamuel Surtees
2018-12-10(lib)curl.rc: fixup for minor bugsStefan Kanthak
2018-12-09cookies: expire "Max-Age=0" immediatelyDaniel Stenberg
2018-12-08Upon HTTP_1_1_REQUIRED, retry the request with HTTP/1.1Johannes Schindelin
2018-12-07openssl: fix unused variable compiler warning with old opensslBen Greear
2018-12-07NTLM: force the connection to HTTP/1.1Johannes Schindelin
2018-12-07curl_global_sslset(): id == -1 is not necessarily an errorJohannes Schindelin
2018-12-06doh: fix memory leak in OOM situationDaniel Stenberg
2018-12-05doh: make it work for h2-disabled builds tooDaniel Stenberg
2018-12-05openssl: do not use file BIOs if not requestedGergely Nagy
2018-12-05nss: Fix compatibility with nss versions 3.14 to 3.15Paul Howarth
2018-12-05nss: Improve info message when falling back SSL protocolPaul Howarth
2018-12-05nss: Fall back to latest supported SSL versionPaul Howarth
2018-12-03checksrc: add COPYRIGHTYEAR checkDaniel Gustafsson
2018-11-29connect: fix building for recent versions of MinixSevan Janiyan
2018-11-26doh: fix typo in infof callDaniel Gustafsson
2018-11-25curl_easy_perform: fix timeout handlingDaniel Stenberg
2018-11-23cookies: create the cookiejar even if no cookies to saveDaniel Stenberg
2018-11-23checksrc: ban snprintf use, add command line flag to override warnsDaniel Stenberg
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-11-22host names: allow trailing dot in name resolve, then strip itTobias Hintze
2018-11-21openssl: support session resume with TLS 1.3Michael Kaufmann
2018-11-21ssl: fix compilation with OpenSSL 0.9.7Michael Kaufmann
2018-11-21openssl: disable TLS renegotiation with BoringSSLDaniel Stenberg
2018-11-20ares: remove fd from multi fd set when ares is about to close the fdRomain Fliedel
2018-11-20ntlm: Remove redundant ifdef USE_OPENSSLpkubaj
2018-11-20ssl: replace all internal uses of CURLE_SSL_CACERTHan Han
2018-11-17openssl: Remove SSLEAY leftoversDaniel Gustafsson
2018-11-16http_negotiate: do not close connection until negotiation is completedElia Tufarolo
2018-11-16pop3: only do APOP with a valid timestampDaniel Stenberg
2018-11-16openssl: do not log excess "TLS app data" lines for TLS 1.3Peter Wu