summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* tests: add urlapi unittestDaniel Gustafsson2018-12-112-2/+13
* urlapi: fix portnumber parsing for ipv6 zone indexDaniel Gustafsson2018-12-111-6/+20
* http: fix HTTP auth to include query in URIJay Satiro2018-12-111-4/+13
* http: don't set CURLINFO_CONDITION_UNMET for http status code 204Michael Kaufmann2018-12-111-7/+7
* ldap: fix LDAP URL parsing regressionsSamuel Surtees2018-12-111-5/+10
* (lib)curl.rc: fixup for minor bugsStefan Kanthak2018-12-101-6/+6
* cookies: expire "Max-Age=0" immediatelyDaniel Stenberg2018-12-091-1/+4
* Upon HTTP_1_1_REQUIRED, retry the request with HTTP/1.1Johannes Schindelin2018-12-083-0/+32
* openssl: fix unused variable compiler warning with old opensslBen Greear2018-12-071-0/+1
* NTLM: force the connection to HTTP/1.1Johannes Schindelin2018-12-071-0/+6
* curl_global_sslset(): id == -1 is not necessarily an errorJohannes Schindelin2018-12-071-1/+8
* doh: fix memory leak in OOM situationDaniel Stenberg2018-12-061-3/+4
* doh: make it work for h2-disabled builds tooDaniel Stenberg2018-12-051-26/+2
* openssl: do not use file BIOs if not requestedGergely Nagy2018-12-051-15/+13
* nss: Fix compatibility with nss versions 3.14 to 3.15Paul Howarth2018-12-051-1/+5
* nss: Improve info message when falling back SSL protocolPaul Howarth2018-12-051-2/+34
* nss: Fall back to latest supported SSL versionPaul Howarth2018-12-051-0/+9
* checksrc: add COPYRIGHTYEAR checkDaniel Gustafsson2018-12-032-5/+87
* connect: fix building for recent versions of MinixSevan Janiyan2018-11-291-1/+1
* doh: fix typo in infof callDaniel Gustafsson2018-11-261-1/+1
* curl_easy_perform: fix timeout handlingDaniel Stenberg2018-11-253-5/+30
* cookies: create the cookiejar even if no cookies to saveDaniel Stenberg2018-11-231-34/+28
* checksrc: ban snprintf use, add command line flag to override warnsDaniel Stenberg2018-11-231-0/+27
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-2351-402/+394
* host names: allow trailing dot in name resolve, then strip itTobias Hintze2018-11-222-28/+55
* openssl: support session resume with TLS 1.3Michael Kaufmann2018-11-211-42/+102
* ssl: fix compilation with OpenSSL 0.9.7Michael Kaufmann2018-11-211-2/+2
* openssl: disable TLS renegotiation with BoringSSLDaniel Stenberg2018-11-211-1/+8
* ares: remove fd from multi fd set when ares is about to close the fdRomain Fliedel2018-11-208-23/+45
* ntlm: Remove redundant ifdef USE_OPENSSLpkubaj2018-11-201-16/+6
* ssl: replace all internal uses of CURLE_SSL_CACERTHan Han2018-11-206-17/+17
* openssl: Remove SSLEAY leftoversDaniel Gustafsson2018-11-172-3/+1
* http_negotiate: do not close connection until negotiation is completedElia Tufarolo2018-11-162-1/+8
* pop3: only do APOP with a valid timestampDaniel Stenberg2018-11-161-2/+10
* openssl: do not log excess "TLS app data" lines for TLS 1.3Peter Wu2018-11-161-17/+11
* nss: remove version selecting dead codebagder/nss-max-tlsKamil Dudka2018-11-131-14/+1
* nss: set default max-tls to 1.3/1.2Daniel Stenberg2018-11-131-1/+5
* nss: fix fallthrough comment to fix picky compiler warningDaniel Stenberg2018-11-121-1/+1
* ftp: avoid two unsigned int overflows in FTP listing parserTim Rühsen2018-11-091-1/+1
* openssl: support BoringSSL TLS renegotiationJérémy Rocher2018-11-091-0/+4
* setopt: add CURLOPT_CURLUJim Fuller2018-11-094-6/+35
* winssl: be consistent in Schannel capitalizationDaniel Gustafsson2018-11-072-5/+4
* urlapi: only skip encoding the first '=' with APPENDQUERY setDaniel Stenberg2018-11-071-1/+6
* url: a short host name + port is not a schemeDaniel Stenberg2018-11-062-2/+4
* libcurl: stop reading from paused transfersSangamkar2018-11-061-0/+5
* curl_multibyte: fix a malloc overcalculationJay Satiro2018-11-061-6/+6
* netrc: don't ignore the login name specified with "--user"Michael Kaufmann2018-11-053-33/+35
* Revert "url: a short host name + port is not a scheme"Daniel Stenberg2018-11-051-1/+1
* infof: clearly indicate truncationDaniel Gustafsson2018-11-031-1/+12
* url: a short host name + port is not a schemeDaniel Stenberg2018-11-031-1/+1