aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-03asyn-*: remove support for never-used NULL entry pointersDaniel Stenberg
2020-05-02doc: Rename VERSIONS to VERSIONS.md as it already has Markdown syntaxEmil Engler
2020-05-02asyn-thread: fix cppcheck warningJay Satiro
2020-05-02select: fix overflow protection in Curl_socket_checkJay Satiro
2020-05-02sockfilt: make select_ws stop waiting on exit signal eventMarc Hoersken
2020-05-02tests/server/util.[ch]: add exit event to stop waiting on WindowsMarc Hoersken
2020-05-02tests/server/util.c: fix thread handle not being closedMarc Hoersken
2020-05-02tests/server/util.c: use raise instead of calling signal handlerMarc Hoersken
2020-05-02tests: add support for SSH server variant specific transfer pathsMarc Hoersken
2020-05-02RELEASE-NOTES: syncedDaniel Stenberg
2020-05-02libssh2: set the expected total size in SCP upload initDaniel Stenberg
2020-05-02runtests: make the logmsg from the ssh server only show in verboseDaniel Stenberg
2020-05-02tests: make test 1248 + 1249 use %NOLISTENPORTDaniel Stenberg
2020-05-02examples: remove asiohiper.cppDaniel Stenberg
2020-05-02doc: add missing closing parenthesis in CURLINFO_SSL_VERIFYRESULT.3Emil Engler
2020-05-02KNOWN_BUGS: Remove "curl --upload-file . hang if delay in STDIN"Emil Engler
2020-04-30cirrus: disable SFTP and SCP testsDaniel Stenberg
2020-04-30runtests: fix typo in the existence of disabled tests checkerEmil Engler
2020-04-30test75: Remove precheck testDan Fandrich
2020-04-30tests: Stop referring to server ports when they're not usedDan Fandrich
2020-04-30GnuTLS: Backend support for CURLINFO_SSL_VERIFYRESULTEmil Engler
2020-04-30conncache: various concept cleanupsDaniel Stenberg
2020-04-30tests: tests: run stunnel for HTTPS and FTPS on dynamic portsDaniel Stenberg
2020-04-30tests: pick a random port number for SSHDaniel Stenberg
2020-04-30libtest/cmake: Remove commented codeRikard Falkeborn
2020-04-29schannel: source code reindentDaniel Stenberg
2020-04-29test1177: look for curl.h in source directoryKamil Dudka
2020-04-29tests: look for preprocessed tests in build directoryKamil Dudka
2020-04-29RELEASE-NOTES: syncedDaniel Stenberg
2020-04-29RELEASE-NOTES: 7.70.0Daniel Stenberg
2020-04-29THANKS: synced with the 7.70.0 releaseDaniel Stenberg
2020-04-28headers: copyright range fixDaniel Stenberg
2020-04-28doh: Constify some input pointersRikard Falkeborn
2020-04-27nss: check for PK11_CreateDigestContext() returning NULLDaniel Stenberg
2020-04-27travis: bump the wolfssl CI build to use 4.4.0Daniel Stenberg
2020-04-26copyright updates: adjust year rangesDaniel Stenberg
2020-04-26CI: do not include */ci branches in PR buildsMarc Hoersken
2020-04-25runtests: check for the disabled tests relative srcdirDaniel Stenberg
2020-04-25runtests: revert commenting out a line I did for debuggingDaniel Stenberg
2020-04-25smtp: set auth correctlyDaniel Stenberg
2020-04-25lib: clean up whitespaceMarcel Raad
2020-04-25libssh: avoid options override by configuration filesAnderson Toshiyuki Sasaki
2020-04-25runtests: when <killserver> mentions http, kill http/2 tooDaniel Stenberg
2020-04-25docs: fix two typosYuri Slobodyanyuk
2020-04-24tests/git: ignore mqttd and port filesEmil Engler
2020-04-24tests: make runtests check that disabled tests existsDaniel Stenberg
2020-04-24test1154: set a proper nameDaniel Stenberg
2020-04-23select: make Curl_socket_check take timediff_t timeoutDaniel Stenberg
2020-04-23libcurl-multi.3: added missing full stopi-ky
2020-04-22transfer: Switch PUT to GET/HEAD on 303 redirectJay Satiro