summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test677: IMAP CONNECT_ONLY, custom command and then exitDaniel Stenberg2021-06-246-3/+174
* 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
* curl.h: include sys/select.h for NuttX RTOSXiang Xiao2021-06-221-1/+1
* curl.h: remove the execution bitBin Meng2021-06-221-0/+0
* curl.h: <sys/select.h> is supported by VxWorks7Bin Lan2021-06-221-1/+2
* 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-215-26/+30
* hostip: (macOS) free returned memory of SCDynamicStoreCopyProxiesGregory Muchka2021-06-213-26/+30
* RELEASE-NOTES: syncedDaniel Stenberg2021-06-211-10/+39
* 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-1816-408/+5
* configure/cmake: remove checks for unused inet_ntoa and inet_ntoa_rGergely Nagy2021-06-187-212/+2
* configure/cmake: remove unused define HAVE_PERRORGergely Nagy2021-06-1810-22/+0
* configure: remove unused check for gai_strerrorGergely Nagy2021-06-182-97/+0
* configure/cmake: remove unused define HAVE_FREEIFADDRSGergely Nagy2021-06-185-92/+0
* configure/cmake: remove unused define HAVE_FORKGergely Nagy2021-06-185-12/+0
* configure/cmake: remove unused define HAVE_FDOPENGergely Nagy2021-06-182-4/+0
* configure/cmake: remove checks for unused sgtty.hGergely Nagy2021-06-1811-25/+0
* configure/cmake: remove remaining checks for rsa.hGergely Nagy2021-06-186-17/+0
* configure/cmake: remove remaining checks for err.hGergely Nagy2021-06-189-24/+0
* configure/cmake: remove remaining checks for crypto.hGergely Nagy2021-06-188-23/+0
* configure/cmake: remove checks for unused getservbyport_rGergely Nagy2021-06-185-195/+0
* --socks4[a]: clarify where the host name is resolvedDaniel Stenberg2021-06-172-2/+3
* libcurl-security.3: mention file descriptors and forksDaniel Stenberg2021-06-171-4/+13
* configure.ac: make non-executableAlex Xu (Hello71)2021-06-171-0/+0
* configure: do not strip out debug flagsDaniel Stenberg2021-06-171-69/+1
* 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-173-4/+13
* KNOWN_BUGS: Negotiate on Windows failsDaniel Stenberg2021-06-161-0/+10
* KNOWN_BUGS: renames instead of locking for atomic operationsDaniel Stenberg2021-06-161-0/+10
* zuul: add two missing CI jobsDaniel Stenberg2021-06-151-1/+2
* idn: fix libidn2 with windows unicode buildsViktor Szakats2021-06-152-4/+12
* curl_url_set: reject spaces in URLs w/o CURLU_ALLOW_SPACEDaniel Stenberg2021-06-158-19/+60
* RELEASE-NOTES: syncedDaniel Stenberg2021-06-152-14/+37
* docs: Remove outdated curl tool limitationJay Satiro2021-06-151-3/+2
* http2: Clarify 'Using HTTP2' verbose messageJay Satiro2021-06-151-1/+1
* winbuild/README: VC should be set to 6 'or larger'Daniel Stenberg2021-06-141-1/+1
* rustls: remove native_roots fallbackJacob Hoffman-Andrews2021-06-142-12/+0
* travis: remove jobs that have migrated to zuulAlbin Vass2021-06-141-336/+1
* CI: add jobs using ZuulMohammed Naser2021-06-145-0/+636
* netrc: skip 'macdef' definitionsDaniel Stenberg2021-06-133-5/+82
* 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