summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a demo of what an enhanced help system for curl might look likedfandrich/helpDan Fandrich2020-05-101-0/+2626
* appveyor: update comments to be clear about toolchainMarc Hoersken2020-05-091-2/+2
* TODO: update regarding missing Schannel featuresMarc Hoersken2020-05-091-20/+12
* checksrc: close the .checksrc file handle when done readingDaniel Stenberg2020-05-081-0/+1
* RELEASE-NOTES: syncedDaniel Stenberg2020-05-082-10/+19
* CURLOPT_SSL_OPTIONS: add *_NATIVE_CA to use Windows CA store (with openssl)Gilles Vollant2020-05-089-19/+203
* TODO: native IDN support on macOSDaniel Stenberg2020-05-081-0/+9
* urlapi: accept :: as a valid IPv6 addressDaniel Stenberg2020-05-082-1/+10
* THANKS-filter: Peter WangDaniel Stenberg2020-05-081-0/+1
* *_sspi: fix bad uses of CURLE_NOT_BUILT_INPeter Wang2020-05-083-6/+12
* docs/HTTP3: add qlog to the quiche build instructionDaniel Stenberg2020-05-071-1/+1
* ngtcp2: introduce qlog supportDaniel Stenberg2020-05-076-41/+157
* ntlm_sspi: fix bad use of CURLE_NOT_BUILT_INDaniel Stenberg2020-05-071-3/+5
* runtests: show elapsed test time with higher precision (ms)Daniel Stenberg2020-05-071-1/+1
* RELEASE-NOTES: syncedDaniel Stenberg2020-05-071-3/+28
* http2: simplify and clean up trailer handlingDaniel Stenberg2020-05-073-44/+12
* appveyor: disable test 1139 instead of ignoring itMarc Hoersken2020-05-071-8/+8
* appveyor: disable flaky test 1501 and ignore broken 1056Marc Hoersken2020-05-071-10/+10
* test613.pl: make tests 613 and 614 work with OpenSSH for WindowsMarc Hoersken2020-05-063-7/+17
* runtests: set +x mode againDaniel Stenberg2020-05-061-0/+0
* libssh2: convert over to use dynbufDaniel Stenberg2020-05-052-78/+56
* travis: add "qlog" as feature in the quiche buildDaniel Stenberg2020-05-051-1/+1
* quiche: enable qlog outputDaniel Stenberg2020-05-053-2/+44
* urldata.h: remove #define HEADERSIZE, not used anymoreDaniel Stenberg2020-05-041-4/+0
* ngtcp2: convert to dynbufDaniel Stenberg2020-05-044-90/+23
* connect: make happy eyeballs work for QUIC (again)Daniel Stenberg2020-05-041-1/+9
* connect: add two asserts to clue code analyzers in a littleDaniel Stenberg2020-05-041-0/+2
* http_proxy: ported to use dynbuf instead of a static size bufferDaniel Stenberg2020-05-044-73/+60
* dynbuf: introduce internal generic dynamic buffer functionsDaniel Stenberg2020-05-0427-862/+881
* runtests: remove sleep callsDaniel Stenberg2020-05-031-19/+0
* asyn-*: remove support for never-used NULL entry pointersDaniel Stenberg2020-05-032-18/+18
* doc: Rename VERSIONS to VERSIONS.md as it already has Markdown syntaxEmil Engler2020-05-023-2/+2
* asyn-thread: fix cppcheck warningJay Satiro2020-05-021-2/+4
* select: fix overflow protection in Curl_socket_checkJay Satiro2020-05-021-3/+10
* sockfilt: make select_ws stop waiting on exit signal eventMarc Hoersken2020-05-021-2/+12
* tests/server/util.[ch]: add exit event to stop waiting on WindowsMarc Hoersken2020-05-022-0/+24
* tests/server/util.c: fix thread handle not being closedMarc Hoersken2020-05-021-2/+9
* tests/server/util.c: use raise instead of calling signal handlerMarc Hoersken2020-05-021-2/+2
* tests: add support for SSH server variant specific transfer pathsMarc Hoersken2020-05-0251-49/+61
* RELEASE-NOTES: syncedDaniel Stenberg2020-05-021-4/+25
* libssh2: set the expected total size in SCP upload initDaniel Stenberg2020-05-021-1/+3
* runtests: make the logmsg from the ssh server only show in verboseDaniel Stenberg2020-05-021-1/+1
* tests: make test 1248 + 1249 use %NOLISTENPORTDaniel Stenberg2020-05-022-2/+2
* examples: remove asiohiper.cppDaniel Stenberg2020-05-022-498/+2
* doc: add missing closing parenthesis in CURLINFO_SSL_VERIFYRESULT.3Emil Engler2020-05-021-1/+1
* KNOWN_BUGS: Remove "curl --upload-file . hang if delay in STDIN"Emil Engler2020-05-021-11/+2
* cirrus: disable SFTP and SCP testsDaniel Stenberg2020-04-301-3/+3
* runtests: fix typo in the existence of disabled tests checkerEmil Engler2020-04-301-1/+1
* test75: Remove precheck testDan Fandrich2020-04-303-40/+1
* tests: Stop referring to server ports when they're not usedDan Fandrich2020-04-3025-25/+25