History log of /curl/ (Results 7251 – 7275 of 33763)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
354bc95d15-Dec-2020 Daniel Stenberg

test1272: fix line ending

Follow-up to f24784f9143

98b6aa1415-Dec-2020 Daniel Stenberg

URL-SYNTAX: add gophers details

f24784f916-Nov-2020 Daniel Stenberg

test1272: test gophers

48b85c4616-Nov-2020 Daniel Stenberg

runtests: add support for gophers, gopher over TLS

a1f06f3215-Nov-2020 parazyd

gopher: Implement secure gopher protocol.

This commit introduces a "gophers" handler inside the gopher protocol if
USE_SSL is defined. This protocol is no different than the usual gopher

gopher: Implement secure gopher protocol.

This commit introduces a "gophers" handler inside the gopher protocol if
USE_SSL is defined. This protocol is no different than the usual gopher
prococol, with the added TLS encapsulation upon connecting. The protocol
has been adopted in the gopher community, and many people have enabled
TLS in their gopher daemons like geomyidae(8), and clients, like clic(1)
and hurl(1).

I have not implemented test units for this protocol because my knowledge
of Perl is sub-par. However, for someone more knowledgeable it might be
fairly trivial, because the same test that tests the plain gopher
protocol can be used for "gophers" just by adding a TLS listener.

Signed-off-by: parazyd <parazyd@dyne.org>

Closes #6208

show more ...

be8c94da15-Dec-2020 Daniel Stenberg

TODO: Package curl for Windows in a signed installer

Closes #5424

a259eee915-Dec-2020 Daniel Stenberg

mqtt: deal with 0 byte reads correctly

OSS-Fuzz found it
Bug: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=28676

Closes #6327

c4d88f8914-Dec-2020 Daniel Stenberg

BUG-BOUNTY: minor language update

... and remove the wording about entries from before 2019 as the "within
12 months" is still there and covers that.

Closes #6318

bc7ecc7115-Dec-2020 Daniel Stenberg

tooĺ_writeout: fix the -w time output units

Fix regression from commit fc813f80e1bcac (#6248) that changed the unit
to microseconds instead of seconds with fractions

Reported-by

tooĺ_writeout: fix the -w time output units

Fix regression from commit fc813f80e1bcac (#6248) that changed the unit
to microseconds instead of seconds with fractions

Reported-by: 不确定
Fixes #6321
Closes #6322

show more ...

796c068814-Dec-2020 Daniel Stenberg

quiche: remove fprintf() leftover

9f85b98614-Dec-2020 Jay Satiro

KNOWN_BUGS: SHA-256 digest not supported in Windows SSPI builds

Closes https://github.com/curl/curl/issues/6302

c545659113-Dec-2020 Jay Satiro

digest_sspi: Show InitializeSecurityContext errors in verbose mode

The error is shown with infof rather than failf so that the user will
see the extended error message information only i

digest_sspi: Show InitializeSecurityContext errors in verbose mode

The error is shown with infof rather than failf so that the user will
see the extended error message information only in verbose mode, and
will still see the standard CURLE_AUTH_ERROR message. For example:

---

* schannel: InitializeSecurityContext failed: SEC_E_QOP_NOT_SUPPORTED
(0x8009030A) - The per-message Quality of Protection is not supported by
the security package
* multi_done
* Connection #1 to host 127.0.0.1 left intact
curl: (94) An authentication function returned an error

---

Ref: https://github.com/curl/curl/issues/6302

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

show more ...

78af8b6813-Dec-2020 Daniel Stenberg

URL-SYNTAX: add default port numbers and IDNA details

Closes #6316

7ba2577912-Dec-2020 Daniel Stenberg

URL-SYNTAX: mention how FILE:// access can access network on windows

Closes #6314

b90c23d512-Dec-2020 Jay Satiro

URL-SYNTAX: Document default SMTP port 25

Note that ports 25 and 587 are common ports for smtp, the former being
the default.

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

a0f0c71411-Dec-2020 Daniel Stenberg

CURLOPT_URL.3: remove scheme specific details

... that are now found in URL-SYNTAX.md

Closes #6307

2a264d4912-Dec-2020 Dan Fandrich

docs: Fix some typos

[skip ci]

c29db03012-Dec-2020 Daniel Stenberg

URL-SYNTAX: mention all supported schemes

Closes #6311

940d414911-Dec-2020 Douglas R. Reno

URL-SYNTAX.md: minor language improvements

Closes #6308

ea0916d407-Dec-2020 Daniel Stenberg

docs/URL-SYNTAX: the URL syntax curl accepts and works with

Closes #6285

5253444007-Dec-2020 0xflotus <0xflotus@gmail.com>

docs: enable syntax highlighting in several docs files

... for better readability

Closes #6286

eddae97411-Dec-2020 Daniel Stenberg

test1564/1565: require the 'wakeup' feature to run

Fixes #6299
Fixes #6300
Closes #6301

34bb59a811-Dec-2020 Daniel Stenberg

runtests: add 'wakeup' as a feature

769a468711-Dec-2020 Daniel Stenberg

tests/server/disabled: add "wakeup"

To allow the test suite to know if wakeup support is disabled in the
build.

6cd066f610-Dec-2020 Daniel Stenberg

lib1564/5: verify that curl_multi_wakeup returns OK

1...<<291292293294295296297298299300>>...1351