Age | Commit message (Expand) | Author |
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 |
2020-03-24 | copyright: fix out-of-date copyright ranges and missing headers | Daniel Stenberg |
2020-03-22 | getinfo: provide CURLINFO_HEADER_SIZE and CURLINFO_REQUEST_SIZE override | Daniel Stenberg |
2020-03-22 | test970: improve the test | Daniel Stenberg |
2020-03-20 | tests: add test 430, 431 and 432 to verify the --config fix | Daniel Stenberg |
2020-03-20 | test2100: fix static port instead of dynamic value being used | Marc Hoersken |
2020-03-20 | test970: fix static ip:port instead of dynamic values being used | Marc Hoersken |
2020-03-19 | tests: make Python-based servers compatible with Python 2 and 3 | Marc Hoersken |
2020-03-18 | schannel: add "best effort" revocation check option | Johannes Schindelin |
2020-03-17 | test 970: verify --write-out '%{json}' | Daniel Stenberg |
2020-03-17 | DISABLED: disable test 323 | Daniel Stenberg |
2020-03-15 | tests: fix verification of stdout in test 1452 due to newline | Marc Hoersken |
2020-03-15 | tests/README: add note about manually installing python-impacket | Marc Hoersken |
2020-03-15 | tests: remove python_dependencies for smbserver from our tree | Marc Hoersken |
2020-03-13 | server/getpart: make the "XML-parser" stricter | Daniel Stenberg |
2020-03-13 | impacket: some more Python 3 code compatibility updates | Marc Hoersken |
2020-03-13 | smbserver: pin Python version to 2 since we are not yet 3 compatible | Marc Hoersken |
2020-03-12 | cleanup: fix some text/comment typos | Viktor Szakats |
2020-03-12 | smbserver: fix Python version specific ConfigParser import | Marc Hoersken |
2020-03-11 | tests/data: Fix some XML formatting issues in test cases | Dan Fandrich |
2020-03-10 | test1129: fix invalid case of closing XML-tag and Content-Length | Marc Hoersken |
2020-03-10 | tests/data: fix static ip instead of dynamic value being used | Marc Hoersken |
2020-03-10 | tests/data: fix static ip:port instead of dynamic values being used | Marc Hoersken |
2020-03-10 | tests/server: fix missing use of exe_ext helper function | Marc Hoersken |
2020-03-10 | runtests: log minimal and maximal used port numbers | Marc Hoersken |
2020-03-09 | sftp: fix segfault regression introduced by #4747 | Jim Fuller |
2020-03-08 | silly web server: silent a compilation warning | Patrick Monnerat |
2020-03-08 | test 1560: avoid valgrind false positives | Patrick Monnerat |
2020-03-07 | lib1564: reduce number of mid-wait wakeup calls | Daniel Stenberg |
2020-03-07 | mime: fix the binary encoder to handle large data properly | Patrick Monnerat |
2020-03-07 | mime: do not perform more than one read in a row | Patrick Monnerat |
2020-03-07 | mime: latch last read callback status. | Patrick Monnerat |
2020-03-07 | runtests: fix missing use of exe_ext helper function | Marc Hoersken |
2020-03-07 | tests: use native Sleep function as fallback on Windows | Marc Hoersken |