summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* mqtt: add support for username and passwordGealber Morales2021-06-1210-36/+579
* travis: remove the arm jobDaniel Stenberg2021-06-111-17/+0
* CI: add .circleci/config.ymlDaniel Stenberg2021-06-111-0/+51
* RELEASE-NOTES: syncedDaniel Stenberg2021-06-111-7/+61
* runtests: init $VERSION to avoid warnings when using -lDaniel Stenberg2021-06-111-1/+1
* openssl: don't remove session id entry in disassociateDaniel Stenberg2021-06-112-13/+7
* single_transfer: ignore blank --output-dirDaniel Stenberg2021-06-111-1/+1
* tests: update README about servers and port numbersDaniel Stenberg2021-06-111-11/+11
* conn_shutdown: if closed during CONNECT cleanup properlyDaniel Stenberg2021-06-113-11/+24
* sws: malloc request struct instead of using stackChristian Weisgerber2021-06-111-17/+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
* tests: update README.md with a missing single quoteyb9992021-06-101-1/+1
* GHA: run all tests for hyper tooDaniel Stenberg2021-06-101-1/+0
* tests/data/DISABLED: add tests not working with hyperDaniel Stenberg2021-06-101-0/+116
* runtests: also find the last test in Makefile.incDaniel Stenberg2021-06-101-1/+1
* test3010: work with hyper modeDaniel Stenberg2021-06-102-5/+5
* configure: disable RTSP when hyper is selectedDaniel Stenberg2021-06-102-100/+108
* test1594/1595/1596: fix to work in hyper modeDaniel Stenberg2021-06-104-5/+5
* test1438/1457: add HTTP keyword to make hyper mode workDaniel Stenberg2021-06-102-0/+2
* test1340/1341: adjusted for hyper modeDaniel Stenberg2021-06-102-4/+4
* test1218: adjusted for hyper modeDaniel Stenberg2021-06-101-1/+1
* test1216: adjusted for hyper modeDaniel Stenberg2021-06-101-1/+1
* test1230: adjust to work in hyper modeDaniel Stenberg2021-06-101-2/+2
* c-hyper: abort CONNECT response reading early on non 2xx responsesDaniel Stenberg2021-06-104-10/+27
* test434: add HTTP keywordDaniel Stenberg2021-06-101-1/+1