summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* test599: adjusted to work in hyper modeDaniel Stenberg2021-06-102-3/+3
* c-hyper: fix the uploaded field in progress callbacksDaniel Stenberg2021-06-101-0/+8
* test566: adjust to work with hyper modeDaniel Stenberg2021-06-102-4/+4
* CURLOPT_WRITEFUNCTION.3: minor update of the exampleFawad Mirza2021-06-091-1/+1
* configure: rename get-easy-option configure option to get-easy-optionsBastian Krause2021-06-091-1/+1
* runtests: skip disabled tests unless -f is usedDaniel Stenberg2021-06-082-11/+15
* ngtcp2: disable TLSv1.3 compatible mode when using GnuTLSJun-ya Kato2021-06-081-1/+2
* test644: remove as duplicate of test 587Daniel Stenberg2021-06-083-65/+2
* RELEASE-NOTES: syncedDaniel Gustafsson2021-06-081-6/+37
* cookies: track expiration in jar to optimize removalsDaniel Gustafsson2021-06-082-1/+36
* GHA: add several libcurl tests to the hyper jobDaniel Stenberg2021-06-071-1/+1
* test500: adjust to work with hyper modeDaniel Stenberg2021-06-072-3/+3
* c-hyper: support CURLINFO_STARTTRANSFER_TIMEDaniel Stenberg2021-06-071-0/+4