summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* RELEASE-NOTES: syncedcurl-7_82_0Daniel Stenberg2022-03-051-3/+13
* THANKS: updates from the 7.82.0 release notesDaniel Stenberg2022-03-051-1/+40
* misc: update copyright year rangesDaniel Stenberg2022-03-0510-10/+10
* unit1610: init SSL library before calling SHA256 functionsJay Satiro2022-03-051-2/+4
* examples/curlx: support building with OpenSSL 1.1.0+Jay Satiro2022-03-021-4/+9
* h2h3: fix typoJay Satiro2022-03-011-1/+1
* CURLOPT_XFERINFOFUNCTION.3: fix example struct assignmentFarzin2022-02-271-1/+1
* azure-pipelines: add a build on Windows with libsshDaniel Stenberg2022-02-261-0/+7
* runtests: make 'oldlibssh' be before 0.9.5Daniel Stenberg2022-02-261-2/+2
* libssh: fix include files and defines use for Windows buildsDaniel Stenberg2022-02-261-10/+10
* RELEASE-NOTES: syncedDaniel Stenberg2022-02-261-9/+34
* winbuild: add parameter WITH_SSHillusory-dream2022-02-263-2/+42
* configure: change output for cross-compiled alt-svc supportDaniel Stenberg2022-02-261-1/+1
* gha: add a macOS CI job with libsshDaniel Stenberg2022-02-251-0/+4
* TODO: remove "Bring back libssh tests on Travis"Daniel Stenberg2022-02-251-8/+0
* TODO: remove "better persistency for HTTP/1.0"Daniel Stenberg2022-02-251-6/+0
* TODO: remove "Option to ignore private IP"Daniel Stenberg2022-02-251-7/+0
* TODO: remove "hardcode the "localhost" addresses"Daniel Stenberg2022-02-251-13/+0
* TODO: 1.24 was a dupe of 1.1Daniel Stenberg2022-02-251-7/+4
* TODO: remove "Typesafe curl_easy_setopt()"Daniel Stenberg2022-02-251-18/+0
* KNOWN_BUGS: remove "Uploading HTTP/3 files gets interrupted"Daniel Stenberg2022-02-251-5/+0
* KNOWN_BUGS: remove "HTTP/3 multipart POST with quiche fails"Daniel Stenberg2022-02-251-5/+0
* quiche: remove two leftover debug infof() outputsDaniel Stenberg2022-02-251-2/+0
* ngtcp2: Reset dynbuf when it is fully drainedTatsuhiro Tsujikawa2022-02-242-5/+2
* hostip: avoid unused parameter error in Curl_resolv_checkStewart Gebbie2022-02-241-1/+2
* http2: move two infof calls to debug-h2-onlyDaniel Stenberg2022-02-241-6/+4
* quiche: fix upload for bigger content-lengthJean-Philippe Menil2022-02-242-6/+4
* CURLOPT_PROGRESSFUNCTION.3: fix example struct assignmentFarzin2022-02-231-1/+1
* OS400/README: clarify compilation stepsRob Boeckermann2022-02-221-2/+2
* OS400: fix typos in rpg include fileRob Boeckermann2022-02-221-5/+5
* vtls: fix socket check conditionsMAntoniak2022-02-221-2/+4
* libssh2: don't typecast socket to int for libssh2_session_handshakeDaniel Stenberg2022-02-211-2/+4
* RELEASE-NOTES: fix typo and make one desc shorterDaniel Stenberg2022-02-211-2/+2
* RELEASE-NOTES: syncedDaniel Stenberg2022-02-211-12/+48
* CURLOPT_XFERINFOFUNCTION.3: fix typo in exampleDaniel Stenberg2022-02-211-2/+2
* README: disable linkchecks for the sponsor linksDaniel Stenberg2022-02-211-1/+1
* openssl: check if sessionid flag is enabled before retrieving sessionJay Satiro2022-02-211-13/+15
* multi: allow user callbacks to call curl_multi_assignJay Satiro2022-02-212-3/+2
* ssl: reduce allocated space for ssl backend when FTP is disabledMAntoniak2022-02-2113-35/+267
* checkprefix: remove strlen callsMAntoniak2022-02-212-4/+4
* curl.h: fix typo1337vt2022-02-201-1/+1
* sectransp: mark a 3DES cipher as weakJan Venekamp2022-02-201-1/+1
* bearssl: fix EXC_BAD_ACCESS on incomplete CA certJan Venekamp2022-02-201-11/+14
* bearssl: fix connect error on expired cert and no verifyJan Venekamp2022-02-201-6/+37
* bearssl: fix session resumption (session id)Jan Venekamp2022-02-201-1/+1
* openssl: fix build for version < 1.1.0MAntoniak2022-02-181-0/+1
* schannel: move the algIds array out of schannel.hJoel Depooter2022-02-182-5/+5
* configure.ac: use user-specified gssapi dir when using pkg-configAlejandro R. SedeƱo2022-02-171-2/+31
* os400: Add link to QADRT devkit to README.OS400Kevin Adler2022-02-171-0/+2
* os400: Add function wrapper for system commandKevin Adler2022-02-172-2/+8