summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* examples/multi-app.c: call curl_multi_remove_handle as wellbagder/multi-appDaniel Stenberg2022-01-061-5/+7
* COPYING: bump copyright year rangeDaniel Stenberg2022-01-051-1/+1
* RELEASE-NOTES: syncedDaniel Stenberg2022-01-052-248/+19
* docs: fix mandoc -T lint formatting complaintsDaniel Stenberg2022-01-057-35/+32
* next.d. remove .fi/.nf as they are handled by gen.plDaniel Stenberg2022-01-051-2/+0
* gen.pl: terminate "example" sections betterDaniel Stenberg2022-01-051-1/+4
* curl-functions.m4: fix LIBRARY_PATH adjustment to avoid evalSatadru Pramanik2022-01-051-9/+14
* RELEASE-NOTES: syncedcurl-7_81_0Daniel Stenberg2022-01-051-5/+9
* THANKS: add names from 7.81.0 releaseDaniel Stenberg2022-01-051-0/+25
* curl_multi_init.3: fix the copyright year rangeDaniel Stenberg2022-01-051-1/+1
* test719-721: require "proxy" feature present to runDaniel Stenberg2022-01-053-0/+7
* test719: require ipv6 support to runDaniel Stenberg2022-01-041-0/+3
* test719-721: verify SOCKS detailsDaniel Stenberg2022-01-034-6/+71
* runtests: add verify/socks checkDaniel Stenberg2022-01-032-0/+15
* server/socksd: log atyp + address in a separate logDaniel Stenberg2022-01-031-0/+40
* socks5: use appropriate ATYP for numerical IP address host namesDaniel Stenberg2022-01-035-7/+143
* curl_multi_init.3: fix EXAMPLE formattingJay Satiro2022-01-031-7/+7
* RELEASE-NOTES: syncedDaniel Stenberg2022-01-031-8/+43
* libtest: avoid "assignment within conditional expression"Daniel Stenberg2022-01-033-10/+17
* ftp: disable warning 4706 in MSVCDaniel Stenberg2022-01-031-1/+6
* tool_operate: warn if too many output arguments were foundDaniel Stenberg2022-01-034-4/+72
* .github/workflows/mbedtls.yml: bump to mbedtls 3.1.0Daniel Stenberg2022-01-031-1/+1
* zuul: remove the mbedtls jobsDaniel Stenberg2022-01-032-47/+2
* github/workflows: add mbedtls and mbedtls-clangDaniel Stenberg2022-01-031-0/+50
* mbedtls: fix private member designations for v3.1.0Valentin Richter2022-01-031-4/+4
* cmake: prevent dev warning due to mismatched argValentin Richter2022-01-021-2/+2
* urlapi: if possible, shorten given numerical IPv6 addressesDaniel Stenberg2022-01-022-9/+22
* url: reduce ssl backend count for CURL_DISABLE_PROXY buildsMAntoniak2022-01-021-2/+11
* KNOWN_BUGS: "Trying local ports fails on Windows"Daniel Stenberg2022-01-011-0/+9
* misc: update copyright year rangeDaniel Stenberg2021-12-307-7/+7
* zuul: remove the wolfssl even moreDaniel Stenberg2021-12-301-17/+0
* examples/multi-single.c: remove WAITMS()Daniel Stenberg2021-12-301-9/+0
* gtls: add gnutls include for the session typeDaniel Stenberg2021-12-291-1/+1
* m4/curl-compilers: tell clang -Wno-pointer-bool-conversionDaniel Stenberg2021-12-291-0/+3
* http_proxy: don't close the socket (too early)Daniel Stenberg2021-12-292-2/+6
* ngtcp2: verify the server certificate for the gnutls caseDaniel Stenberg2021-12-283-17/+24
* ngtcp2: verify the server cert on connect (quictls)Daniel Stenberg2021-12-284-13/+84
* zuul: remove the wolfssl buildDaniel Stenberg2021-12-282-22/+0
* github workflow: add wolfsslDaniel Stenberg2021-12-281-0/+49
* zuul: fix quiche build pointing to wrong CargoNicolas Sterchele2021-12-271-1/+1
* checksrc: detect more kinds of NULL comparisons we avoidDaniel Stenberg2021-12-2736-87/+87
* RELEASE-NOTES: syncedDaniel Stenberg2021-12-271-7/+15
* mesalink: remove the BACKEND define kludgeDaniel Stenberg2021-12-261-43/+48
* schannel: remove the BACKEND define kludgeDaniel Stenberg2021-12-261-187/+198
* gtls: check return code for gnutls_alpn_set_protocolsDaniel Stenberg2021-12-261-1/+5
* README: label the link to the support documentStefan Huber2021-12-261-1/+1
* docs/HTTP3: describe how to setup a h3 reverse-proxy for testingDaniel Stenberg2021-12-231-3/+73
* libcurl-multi.3: "SOCKS proxy handshakes" are not blockingDaniel Stenberg2021-12-231-1/+0
* tests: Add test for CURLOPT_HTTP200ALIASESVladimir Panteleev2021-12-214-2/+112
* http: Fix CURLOPT_HTTP200ALIASESVladimir Panteleev2021-12-211-1/+1