summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* http2: Clarify 'Using HTTP2' verbose messageJay Satiro2021-06-151-1/+1
* rustls: remove native_roots fallbackJacob Hoffman-Andrews2021-06-141-9/+0
* netrc: skip 'macdef' definitionsDaniel Stenberg2021-06-131-4/+21
* multi: add scan-build-6 work-around in curl_multi_fdsetDaniel Stenberg2021-06-131-1/+6
* asyn-ares: remove check for 'data' in Curl_resolver_cancelDaniel Stenberg2021-06-131-1/+2
* url.c: remove two variable assigns that are never readDaniel Stenberg2021-06-131-2/+0
* mqtt: add support for username and passwordGealber Morales2021-06-121-30/+180
* openssl: don't remove session id entry in disassociateDaniel Stenberg2021-06-112-13/+7
* conn_shutdown: if closed during CONNECT cleanup properlyDaniel Stenberg2021-06-113-11/+24
* lib: don't compare fd to FD_SETSIZE when using pollMark Swaanenburg2021-06-111-0/+4
* doh: fix wrong DEBUGASSERT for doh private_datazhangxiuhua2021-06-101-1/+1
* configure: disable RTSP when hyper is selectedDaniel Stenberg2021-06-101-1/+1
* c-hyper: abort CONNECT response reading early on non 2xx responsesDaniel Stenberg2021-06-103-1/+10
* c-hyper: fix the uploaded field in progress callbacksDaniel Stenberg2021-06-101-0/+8
* ngtcp2: disable TLSv1.3 compatible mode when using GnuTLSJun-ya Kato2021-06-081-1/+2
* cookies: track expiration in jar to optimize removalsDaniel Gustafsson2021-06-082-1/+36
* c-hyper: support CURLINFO_STARTTRANSFER_TIMEDaniel Stenberg2021-06-071-0/+4
* c-hyper: support CURLOPT_HEADERDaniel Stenberg2021-06-071-2/+10
* http2_connisdead: handle trailing GOAWAY betterShikha Sharma2021-06-051-1/+3
* ares: always store IPv6 addresses firstDmitry Karpov2021-06-051-7/+21
* Revert "Revert "socketpair: fix potential hangs""Daniel Stenberg2021-06-051-9/+25
* schannel: move code out of SChannel_connect_step1Ebe Janchivdorj2021-06-041-322/+338
* warnless: simplify type size handlingdmitrykos2021-06-042-84/+31
* [Win32] Fix for USE_WATT32Gisle Vanem2021-06-041-1/+1
* url: bad CURLOPT_CONNECT_TO syntax now returns errorAlexis Vachette2021-06-041-6/+10
* test269: disable for hyperDaniel Stenberg2021-06-031-0/+4
* hostip: bad CURLOPT_RESOLVE syntax now returns errorAlexis Vachette2021-06-031-2/+2
* cookies: fix typo and expand commentDaniel Gustafsson2021-06-031-1/+2
* cookies: remove unused headerDaniel Gustafsson2021-06-031-1/+0
* Revert "socketpair: fix potential hangs"Daniel Stenberg2021-06-031-25/+9
* socketpair: fix potential hangsPaul Groke2021-06-031-9/+25
* CURLE_SETOPT_OPTION_SYNTAX: new error name for wrong setopt syntaxDaniel Stenberg2021-06-022-4/+4
* mqtt: detect illegal and too large file sizeHarry Sintonen2021-06-021-0/+10
* define: re-add CURL_DISABLE_NTLM and corresponding ifdefstheawless2021-06-022-17/+16
* hostip: fix 3 coverity complaintsDaniel Stenberg2021-06-011-3/+6
* c-hyper: fix NTLM on closed connection tested with test159Daniel Stenberg2021-06-012-2/+21
* conncache: lowercase the hash key for better matchDaniel Stenberg2021-06-011-0/+2
* mbedtls: make mbedtls_strerror always workDaniel Stenberg2021-06-011-30/+6
* vtls: exit addsessionid if no cache is initedDaniel Stenberg2021-06-011-2/+7
* Curl_ntlm_core_mk_nt_hash: fix OOM in error pathHarry Sintonen2021-06-011-9/+6
* ssl: read pending close notify alert before closing the connectionMichael Kaufmann2021-06-015-1/+28
* setopt: fix incorrect commentsLaurent Dufresne2021-06-011-4/+4
* mbedtls: add support for cert and key blob optionsLaurent Dufresne2021-06-011-12/+50
* http2: init recvbuf struct for pushed streamsDaniel Stenberg2021-05-311-0/+2
* Curl_ssl_getsessionid: fail if no session cache existsDaniel Stenberg2021-05-311-2/+3
* hostip: make 'localhost' return fixed valuesDaniel Stenberg2021-05-311-2/+73
* hsts: ignore numberical IP address hostsDaniel Stenberg2021-05-306-40/+32
* c-hyper: handle NULL from hyper_buf_copy()Daniel Stenberg2021-05-281-4/+13
* c-hyper: convert HYPERE_INVALID_PEER_MESSAGE to CURLE_UNSUPPORTED_PROTOCOLDaniel Stenberg2021-05-271-0/+2
* http_proxy: deal with non-200 CONNECT response with HyperDaniel Stenberg2021-05-271-3/+32