Age | Commit message (Expand) | Author |
2020-04-19 | mime: properly check Content-Type even if it has parameters | Patrick Monnerat |
2020-04-19 | tests/FILEFORMAT: converted to markdown and extended | Daniel Stenberg |
2020-04-18 | test1245: make it work with dynamic FTP server port | Daniel Stenberg |
2020-04-18 | test1055: make it work with dynamic FTP port | Daniel Stenberg |
2020-04-18 | test1028: make it run on dynamic FTP server port | Daniel Stenberg |
2020-04-18 | tests: move pingpong server to dynamic listening port | Daniel Stenberg |
2020-04-18 | test1056: work with dynamic HTTP ipv6 port | Daniel Stenberg |
2020-04-18 | test1448: work with dynamic HTTP server port | Daniel Stenberg |
2020-04-18 | tests: introduce preprocessed test cases | Daniel Stenberg |
2020-04-18 | tests: make 2006-2010 handle different port number lengths | Daniel Stenberg |
2020-04-18 | tests: run the sws server on "any port" | Daniel Stenberg |
2020-04-18 | sockfilt: tidy variable naming and data structure in select_ws | Marc Hoersken |
2020-04-16 | mqttd: s/errno/SOCKERRNO | Daniel Stenberg |
2020-04-15 | copyright: bump the copyright year range | Daniel Stenberg |
2020-04-14 | test2043: use revoked.badssl.com instead of revoked.grc.com | Marc Hoersken |
2020-04-14 | sockfilt: fix broken pipe on Windows to be ready in select_ws | Marc Hoersken |
2020-04-14 | tests: add four MQTT tests 1190 - 1193 | Daniel Stenberg |
2020-04-14 | tests: add the mqtt test server mqttd | Daniel Stenberg |
2020-04-14 | tests: support hex encoded data and mqtt server | Daniel Stenberg |
2020-04-13 | test1908: avoid using fixed port number in test data | Daniel Stenberg |
2020-04-12 | tests/server: add hidden window to gracefully handle WM_CLOSE | Marc Hoersken |
2020-04-12 | tests/server: add CTRL event handler for Win32 consoles | Marc Hoersken |
2020-04-12 | tests/server: move all signal handling routines to util.[ch] | Marc Hoersken |
2020-04-11 | tests/server/util.c: use curl_off_t instead of long for pid | Marc Hoersken |
2020-04-11 | tests: use Cygwin/msys PIDs for stunnel and sshd on Windows | Marc Hoersken |
2020-04-11 | tests: add Windows compatible pidwait like pidkill and pidterm | Marc Hoersken |
2020-04-11 | tests: fix conflict between Cygwin/msys and Windows PIDs | Marc Hoersken |
2020-04-11 | test1148: tolerate progress updates better (again) | Jay Satiro |
2020-04-10 | sshserver.pl: use cached Win32 environment check variable | Marc Hoersken |
2020-04-09 | server/resolve: remove AI_CANONNAME to make macos tell the truth | Daniel Stenberg |
2020-04-09 | runtests: fix warning about using an undefined variable | Daniel Stenberg |
2020-04-08 | runtests: provide nicer errormsg when protocol "dump" file is empty | Daniel Stenberg |
2020-04-08 | tests: verify split initial HTTP requests with CURL_SMALLREQSEND | Daniel Stenberg |
2020-04-07 | tests/README: update the port numbers list | Daniel Stenberg |
2020-04-06 | cleanup: correct copyright year range on a few files | Daniel Stenberg |
2020-04-05 | lib670: use the same Win32 API check as all other lib tests | Marc Hoersken |
2020-04-05 | appveyor: show failed tests in log even if test is ignored | Marc Hoersken |
2020-04-05 | test1566: verify --etag-compare that gets a 304 back | Daniel Stenberg |
2020-04-05 | curl: allow both --etag-compare and --etag-save with same file name | Kwon-Young Choi |
2020-04-03 | sockfilt: remove redundancy in timeout handling | Marc Hoersken |
2020-04-03 | sockfilt: fix handling of ready closed sockets on Windows | Marc Hoersken |
2020-04-03 | sockfilt: fix race-condition of waiting threads and event handling | Marc Hoersken |
2020-04-02 | runtests.pl: log host OS as detected by Perl environment | Marc Hoersken |
2020-04-02 | ftpserver.pl: log before and after data connection is closed | Marc Hoersken |
2020-03-31 | build: fixed build for systems with select() in unistd.h | Harry Sintonen |
2020-03-30 | cleanup: insert newline after if() conditions | Daniel Stenberg |
2020-03-29 | dist: add tests/version-scan.pl to tarball | Daniel Stenberg |
2020-03-29 | test1177: verify that all the CURL_VERSION_ bits are documented | Daniel Stenberg |
2020-03-27 | writeout_json: Fix data type issues | Michael Kaufmann |
2020-03-26 | sockfilt: add logmsg output to select_ws_wait_thread on Windows | Marc Hoersken |