Age | Commit message (Expand) | Author |
2020-05-07 | runtests: show elapsed test time with higher precision (ms) | Daniel Stenberg |
2020-05-07 | RELEASE-NOTES: synced | Daniel Stenberg |
2020-05-07 | http2: simplify and clean up trailer handling | Daniel Stenberg |
2020-05-07 | appveyor: disable test 1139 instead of ignoring it | Marc Hoersken |
2020-05-07 | appveyor: disable flaky test 1501 and ignore broken 1056 | Marc Hoersken |
2020-05-06 | test613.pl: make tests 613 and 614 work with OpenSSH for Windows | Marc Hoersken |
2020-05-06 | runtests: set +x mode again | Daniel Stenberg |
2020-05-05 | libssh2: convert over to use dynbuf | Daniel Stenberg |
2020-05-05 | travis: add "qlog" as feature in the quiche build | Daniel Stenberg |
2020-05-05 | quiche: enable qlog output | Daniel Stenberg |
2020-05-04 | urldata.h: remove #define HEADERSIZE, not used anymore | Daniel Stenberg |
2020-05-04 | ngtcp2: convert to dynbuf | Daniel Stenberg |
2020-05-04 | connect: make happy eyeballs work for QUIC (again) | Daniel Stenberg |
2020-05-04 | connect: add two asserts to clue code analyzers in a little | Daniel Stenberg |
2020-05-04 | http_proxy: ported to use dynbuf instead of a static size buffer | Daniel Stenberg |
2020-05-04 | dynbuf: introduce internal generic dynamic buffer functions | Daniel Stenberg |
2020-05-03 | runtests: remove sleep calls | Daniel Stenberg |
2020-05-03 | asyn-*: remove support for never-used NULL entry pointers | Daniel Stenberg |
2020-05-02 | doc: Rename VERSIONS to VERSIONS.md as it already has Markdown syntax | Emil Engler |
2020-05-02 | asyn-thread: fix cppcheck warning | Jay Satiro |
2020-05-02 | select: fix overflow protection in Curl_socket_check | Jay Satiro |
2020-05-02 | sockfilt: make select_ws stop waiting on exit signal event | Marc Hoersken |
2020-05-02 | tests/server/util.[ch]: add exit event to stop waiting on Windows | Marc Hoersken |
2020-05-02 | tests/server/util.c: fix thread handle not being closed | Marc Hoersken |
2020-05-02 | tests/server/util.c: use raise instead of calling signal handler | Marc Hoersken |
2020-05-02 | tests: add support for SSH server variant specific transfer paths | Marc Hoersken |
2020-05-02 | RELEASE-NOTES: synced | Daniel Stenberg |
2020-05-02 | libssh2: set the expected total size in SCP upload init | Daniel Stenberg |
2020-05-02 | runtests: make the logmsg from the ssh server only show in verbose | Daniel Stenberg |
2020-05-02 | tests: make test 1248 + 1249 use %NOLISTENPORT | Daniel Stenberg |
2020-05-02 | examples: remove asiohiper.cpp | Daniel Stenberg |
2020-05-02 | doc: add missing closing parenthesis in CURLINFO_SSL_VERIFYRESULT.3 | Emil Engler |
2020-05-02 | KNOWN_BUGS: Remove "curl --upload-file . hang if delay in STDIN" | Emil Engler |
2020-04-30 | cirrus: disable SFTP and SCP tests | Daniel Stenberg |
2020-04-30 | runtests: fix typo in the existence of disabled tests checker | Emil Engler |
2020-04-30 | test75: Remove precheck test | Dan Fandrich |
2020-04-30 | tests: Stop referring to server ports when they're not used | Dan Fandrich |
2020-04-30 | GnuTLS: Backend support for CURLINFO_SSL_VERIFYRESULT | Emil Engler |
2020-04-30 | conncache: various concept cleanups | Daniel Stenberg |
2020-04-30 | tests: tests: run stunnel for HTTPS and FTPS on dynamic ports | Daniel Stenberg |
2020-04-30 | tests: pick a random port number for SSH | Daniel Stenberg |
2020-04-30 | libtest/cmake: Remove commented code | Rikard Falkeborn |
2020-04-29 | schannel: source code reindent | Daniel Stenberg |
2020-04-29 | test1177: look for curl.h in source directory | Kamil Dudka |
2020-04-29 | tests: look for preprocessed tests in build directory | Kamil Dudka |
2020-04-29 | RELEASE-NOTES: synced | Daniel Stenberg |
2020-04-29 | RELEASE-NOTES: 7.70.0 | Daniel Stenberg |
2020-04-29 | THANKS: synced with the 7.70.0 release | Daniel Stenberg |
2020-04-28 | headers: copyright range fix | Daniel Stenberg |
2020-04-28 | doh: Constify some input pointers | Rikard Falkeborn |