summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* schannel: loop over the algos to pick the selected oneDaniel Stenberg2023-03-031-63/+68
* wildcard: remove files and move functions into ftplistparser.cDaniel Stenberg2023-03-036-146/+72
* ftp: allocate the wildcard struct on demandDaniel Stenberg2023-03-037-24/+33
* lib1560: test parsing URLs with ridiculously large fieldsDaniel Stenberg2023-03-032-14/+64
* urlapi: parse IPv6 literals without ENABLE_IPV6Brad Spencer2023-03-035-13/+32
* build: drop the use of XC_AMEND_DISTCLEANJan Engelhardt2023-03-032-171/+0
* test1470: test socks proxy using unix sockets and connect to httpsBalakrishnan Balasubramanian2023-03-032-1/+65
* test1960: verify CURL_SOCKOPT_ALREADY_CONNECTEDDaniel Stenberg2023-03-034-1/+212
* tests: rename tests/tests-httpd to tests/httpStefan Eissing2023-03-0230-22/+58
* socket: detect "dead" connections better, e.g. not fit for reuseStefan Eissing2023-03-022-20/+25
* lib: give source files cf-http.* better fitting namesStefan Eissing2023-03-025-5/+5
* http2: fix code indentStefan Eissing2023-03-021-11/+11
* cf-socket: if socket is already connected, return CURLE_OKShankar Jadhavar2023-03-011-0/+5
* DYNBUF.md: note Curl_dyn_add* calls Curl_dyn_free on failureJay Satiro2023-03-012-2/+9
* http2: fix upload busy loopStefan Eissing2023-03-015-46/+224
* sectransp: make read_cert() use a dynbuf when loadingDaniel Stenberg2023-03-011-26/+15
* transfer: limit Windows SO_SNDBUF updates to once a secondJay Satiro2023-03-012-1/+13
* RELEASE-NOTES: syncedDaniel Stenberg2023-02-281-9/+44
* http2: fix for http2-prior-knowledge when reusing connectionsStefan Eissing2023-02-283-1/+28
* cf-socket: fix handling of remote addr for accepted tcp socketsStefan Eissing2023-02-281-3/+35
* http: fix unix domain socket use in https connectsStefan Eissing2023-02-284-7/+138
* setopt: move the CURLOPT_CHUNK_DATA pointer to the set structDaniel Stenberg2023-02-285-9/+5
* quic/schannel: fix compiler warningsViktor Szakats2023-02-284-8/+14
* page-footer: add explanation for three missing exit codesDaniel Stenberg2023-02-281-0/+6
* rate.c: single URLs make no sense in --rate example積丹尼 Dan Jacobson2023-02-281-3/+3
* libcurl-errors.3: add the CURLHcode errors from curl_easy_header.3Daniel Stenberg2023-02-282-15/+19
* mqtt: on send error, return errorDaniel Stenberg2023-02-281-2/+3
* ws: keep the socket non-blockingDaniel Stenberg2023-02-281-7/+0
* hostip: avoid sscanf and extra buffer copiesDaniel Stenberg2023-02-274-44/+53
* PARALLEL-TRANSFERS.md: not "early days" for this anymoreDaniel Stenberg2023-02-271-9/+1
* easy: remove infof() debug leftover from curl_easy_recvDaniel Stenberg2023-02-271-1/+0
* idn: return error if the conversion ends up with a blank hostDaniel Stenberg2023-02-271-0/+5
* examples/http3.c: use CURL_HTTP_VERSION_3Daniel Stenberg2023-02-271-4/+2
* x509asn1.c: use correct format specifier for infof() callDaniel Stenberg2023-02-271-1/+1
* Revert "GHA: add Microsoft C++ Code Analysis"Daniel Stenberg2023-02-261-65/+0
* tests: test secure mail protocols with explicit SSL requestsPatrick Monnerat2023-02-255-1/+152
* tests: support for imaps/pop3s/smtps protocolsPatrick Monnerat2023-02-251-32/+38
* runtests: use a hash table for server port numbersPatrick Monnerat2023-02-251-170/+105
* INTERNALS.md: grammarandy59952023-02-251-1/+1
* RELEASE-NOTES: syncedDaniel Stenberg2023-02-251-4/+48
* .cirrus.yml: Bump to FreeBSD 13.2Philip H2023-02-251-2/+2
* ngtcp2-gnutls.yml: bump to gnutls 3.8.0Philip H2023-02-251-1/+1
* CI: update ngtcp2 and nghttp2 for pytestPhilip H2023-02-251-2/+2
* GHA: use same flags for Slackbuild as Slack packageandy59952023-02-251-2/+4
* rtsp: avoid sscanf for parsingDaniel Stenberg2023-02-241-5/+7
* http_proxy: parse the status line without sscanfDaniel Stenberg2023-02-241-5/+7
* telnet: error correctly for WS set to "x[num]"Daniel Stenberg2023-02-241-2/+2
* krb5: avoid sscanf for parsingDaniel Stenberg2023-02-241-4/+4
* misc: remove support for curl_off_t < 8 bytesDaniel Stenberg2023-02-2410-182/+17
* telnet: parse NEW_ENVIRON without sscanfDaniel Stenberg2023-02-241-12/+9