summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* multi: do not switch off connect_only flag when closingDaniel Stenberg2021-06-241-1/+0
* http: make the haproxy support work with unix domain socketsDaniel Stenberg2021-06-241-24/+21
* quiche: use send() instead of sendto() to avoid macOS issueBachue Zhou2021-06-211-3/+2
* cmake: fix support for UnixSockets feature on Win32Li Xinwei2021-06-213-20/+16
* hostip: (macOS) free returned memory of SCDynamicStoreCopyProxiesGregory Muchka2021-06-211-11/+14
* vtls: fix warning due to function prototype mismatchJay Satiro2021-06-212-2/+2
* curl_multibyte: Remove local encoding fallbacksJay Satiro2021-06-211-22/+28
* curl_endian: remove the unused Curl_write64_le functionDaniel Stenberg2021-06-201-42/+0
* vtls: only store TIMER_APPCONNECT for non-proxy connectDaniel Stenberg2021-06-199-16/+20
* gnutls: set the preferred TLS versions in correct orderDaniel Stenberg2021-06-181-18/+13
* configure/cmake: remove checks for unused gethostbyaddr and gethostbyaddr_rGergely Nagy2021-06-1810-72/+0
* configure/cmake: remove checks for unused inet_ntoa and inet_ntoa_rGergely Nagy2021-06-181-1/+1
* configure/cmake: remove unused define HAVE_PERRORGergely Nagy2021-06-188-20/+0
* configure/cmake: remove unused define HAVE_FREEIFADDRSGergely Nagy2021-06-182-6/+0
* configure/cmake: remove unused define HAVE_FORKGergely Nagy2021-06-184-11/+0
* configure/cmake: remove unused define HAVE_FDOPENGergely Nagy2021-06-182-4/+0
* configure/cmake: remove checks for unused sgtty.hGergely Nagy2021-06-188-22/+0
* configure/cmake: remove remaining checks for rsa.hGergely Nagy2021-06-185-16/+0
* configure/cmake: remove remaining checks for err.hGergely Nagy2021-06-188-23/+0
* configure/cmake: remove remaining checks for crypto.hGergely Nagy2021-06-187-22/+0
* configure/cmake: remove checks for unused getservbyport_rGergely Nagy2021-06-182-18/+0
* libssh2: limit time a disconnect can take to 1 secondDaniel Stenberg2021-06-171-0/+7
* TLS: prevent shutdown loops to get stuckDaniel Stenberg2021-06-173-3/+6
* hyper: propagate errors back up from read callbacksDaniel Stenberg2021-06-171-3/+11
* idn: fix libidn2 with windows unicode buildsViktor Szakats2021-06-151-3/+11
* curl_url_set: reject spaces in URLs w/o CURLU_ALLOW_SPACEDaniel Stenberg2021-06-152-11/+12
* 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