History log of /curl/ (Results 8151 – 8175 of 33765)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
d7471c1318-Apr-2020 Patrick Monnerat

mime: properly check Content-Type even if it has parameters

New test 669 checks this fix is effective.

Fixes #5256
Closes #5258
Reported-by: thanhchungbtc on github

7e53974619-Apr-2020 Daniel Stenberg

tests/FILEFORMAT: converted to markdown and extended

Closes #5261

003a7b5218-Apr-2020 Daniel Stenberg

test1245: make it work with dynamic FTP server port

b1c7073a18-Apr-2020 Daniel Stenberg

test1055: make it work with dynamic FTP port

85e727d418-Apr-2020 Daniel Stenberg

test1028: make it run on dynamic FTP server port

7e359bcc18-Apr-2020 Daniel Stenberg

tests: move pingpong server to dynamic listening port

FTP, IMAP, POP3, SMTP and their IPv6 versions are now all on dynamic
ports

Test 842-845 are unfortunately a bit hard to mov

tests: move pingpong server to dynamic listening port

FTP, IMAP, POP3, SMTP and their IPv6 versions are now all on dynamic
ports

Test 842-845 are unfortunately a bit hard to move over to this concept
right now and require "default port" still...

show more ...

f99b007c17-Apr-2020 Daniel Stenberg

test1056: work with dynamic HTTP ipv6 port

721f24d617-Apr-2020 Daniel Stenberg

test1448: work with dynamic HTTP server port

d009bc2e17-Apr-2020 Daniel Stenberg

tests: introduce preprocessed test cases

The runtests script now always performs variable replacement on the
entire test source file before the test gets executed, and saves the
upda

tests: introduce preprocessed test cases

The runtests script now always performs variable replacement on the
entire test source file before the test gets executed, and saves the
updated version in a temporary file (log/test[num]) so that all test
case readers/servers can use that version (if present) and thus enjoy
the powers of test case variable substitution.

This is necessary to allow complete port number freedom.

Test 309 is updated to work with a non-fixed port number thanks to this.

show more ...

5e2f4a3316-Apr-2020 Daniel Stenberg

tests: make 2006-2010 handle different port number lengths

80d6515416-Apr-2020 Daniel Stenberg

tests: run the sws server on "any port"

Makes the test servers for HTTP and Gopher pop up on a currently unused
port and runtests adapts to that!

Closes #5247

e917492016-Apr-2020 Marc Hoersken

sockfilt: tidy variable naming and data structure in select_ws

This commit does not introduce any logical changes to the code.

Reviewed-by: Jay Satiro and Marcel Raad
Closes #52

sockfilt: tidy variable naming and data structure in select_ws

This commit does not introduce any logical changes to the code.

Reviewed-by: Jay Satiro and Marcel Raad
Closes #5238

show more ...

14bf7eb616-Apr-2020 Anderson Toshiyuki Sasaki

libssh: Use new ECDSA key types to check known hosts

From libssh 0.9.0, ssh_key_type() returns different key types for ECDSA
keys depending on the curve.

Signed-off-by: Anderson

libssh: Use new ECDSA key types to check known hosts

From libssh 0.9.0, ssh_key_type() returns different key types for ECDSA
keys depending on the curve.

Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
Fixes #5252
Closes #5253

show more ...

9c703ead03-Jan-2020 Marcel Raad

appveyor: add Unicode winbuild jobs

These are cheap as they don't build tests.

Closes https://github.com/curl/curl/pull/5063

de2126b115-Apr-2020 Daniel Stenberg

mqttd: s/errno/SOCKERRNO

To behave proper on Windows
Reported-by: Gisle Vanem
Bug: https://github.com/curl/curl/commit/5e855bbd18f84a02c951be7cac6188276818cdac#r38507132
Closes #

mqttd: s/errno/SOCKERRNO

To behave proper on Windows
Reported-by: Gisle Vanem
Bug: https://github.com/curl/curl/commit/5e855bbd18f84a02c951be7cac6188276818cdac#r38507132
Closes #5241

show more ...

c712009815-Apr-2020 Daniel Stenberg

buildconf: use find -execdir instead, remove -print and the ares files

Follow-up to 1e41bec96a6e

Suggested-by: Marc Hörsken

1e41bec908-Nov-2019 Alexander V. Tikhonov

buildconf: avoid using tempfile when removing files

Closes #5213

4cd239fb15-Apr-2020 Daniel Stenberg

copyright: bump the copyright year range

d147971614-Apr-2020 Daniel Stenberg

scripts/release-notes.pl: accept colon after the Fixes/Closes keywords

19ec94d914-Apr-2020 JP Mens

docs/MQTT: replace confusing 80 by 75

I was a bit surprised by the `80`: first thought: what's HTTP doing
here? ;)

Closes #5236

89f1e63913-Apr-2020 Brad King

cmake: Avoid MSVC C4273 warnings in send/recv checks

We use `check_c_source_compiles` to check possible send/recv signatures
by reproducing the forward declarations from system headers.

cmake: Avoid MSVC C4273 warnings in send/recv checks

We use `check_c_source_compiles` to check possible send/recv signatures
by reproducing the forward declarations from system headers. On Windows
the `winsock2.h` header adds dll linkage settings to its forward
declaration. If ours does not match the compiler warns:

warning C4273: 'recv': inconsistent dll linkage

Add `WINSOCK_API_LINKAGE` to our test signatures when it is defined so
that our linkage is consistent with that from `winsock2.h`.

Fixes #4764
Closes #5232

show more ...

42e1852811-Apr-2020 Jay Satiro

KNOWN_BUGS: Add entry 'Blocking socket operations'

- Add threaded resolver cleanup and GSSAPI for FTP to the TODO list of
known blocking operations.

- New known bugs entry 'Bl

KNOWN_BUGS: Add entry 'Blocking socket operations'

- Add threaded resolver cleanup and GSSAPI for FTP to the TODO list of
known blocking operations.

- New known bugs entry 'Blocking socket operations in non-blocking API'
that directs to the TODO's list of known blocking operations.

Ref: https://github.com/curl/curl/pull/5214#issuecomment-612488021

Reported-by: Marc Hoersken

Closes https://github.com/curl/curl/pull/5216

show more ...

a6f7b2f213-Apr-2020 Marc Hoersken

test2043: use revoked.badssl.com instead of revoked.grc.com

The certificate of revoked.grc.com has expired on 2020-04-13.

Reviewed-by: Jay Satiro

Closes #5233

8a2038a313-Apr-2020 Marc Hoersken

sockfilt: fix broken pipe on Windows to be ready in select_ws

Closes #5228

7bade50b14-Apr-2020 Daniel Stenberg

RELEASE-NOTES: synced

1...<<321322323324325326327328329330>>...1351