354bc95d | 15-Dec-2020 |
Daniel Stenberg |
test1272: fix line ending Follow-up to f24784f9143 |
98b6aa14 | 15-Dec-2020 |
Daniel Stenberg |
URL-SYNTAX: add gophers details |
f24784f9 | 16-Nov-2020 |
Daniel Stenberg |
test1272: test gophers |
48b85c46 | 16-Nov-2020 |
Daniel Stenberg |
runtests: add support for gophers, gopher over TLS |
a1f06f32 | 15-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 ...
|
be8c94da | 15-Dec-2020 |
Daniel Stenberg |
TODO: Package curl for Windows in a signed installer Closes #5424 |
a259eee9 | 15-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 |
c4d88f89 | 14-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 |
bc7ecc71 | 15-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 ...
|
796c0688 | 14-Dec-2020 |
Daniel Stenberg |
quiche: remove fprintf() leftover |
9f85b986 | 14-Dec-2020 |
Jay Satiro |
KNOWN_BUGS: SHA-256 digest not supported in Windows SSPI builds Closes https://github.com/curl/curl/issues/6302 |
c5456591 | 13-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 ...
|
78af8b68 | 13-Dec-2020 |
Daniel Stenberg |
URL-SYNTAX: add default port numbers and IDNA details Closes #6316 |
7ba25779 | 12-Dec-2020 |
Daniel Stenberg |
URL-SYNTAX: mention how FILE:// access can access network on windows Closes #6314 |
b90c23d5 | 12-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 |
a0f0c714 | 11-Dec-2020 |
Daniel Stenberg |
CURLOPT_URL.3: remove scheme specific details ... that are now found in URL-SYNTAX.md Closes #6307 |
2a264d49 | 12-Dec-2020 |
Dan Fandrich |
docs: Fix some typos [skip ci] |
c29db030 | 12-Dec-2020 |
Daniel Stenberg |
URL-SYNTAX: mention all supported schemes Closes #6311 |
940d4149 | 11-Dec-2020 |
Douglas R. Reno |
URL-SYNTAX.md: minor language improvements Closes #6308 |
ea0916d4 | 07-Dec-2020 |
Daniel Stenberg |
docs/URL-SYNTAX: the URL syntax curl accepts and works with Closes #6285 |
52534440 | 07-Dec-2020 |
0xflotus <0xflotus@gmail.com> |
docs: enable syntax highlighting in several docs files ... for better readability Closes #6286 |
eddae974 | 11-Dec-2020 |
Daniel Stenberg |
test1564/1565: require the 'wakeup' feature to run Fixes #6299 Fixes #6300 Closes #6301 |
34bb59a8 | 11-Dec-2020 |
Daniel Stenberg |
runtests: add 'wakeup' as a feature |
769a4687 | 11-Dec-2020 |
Daniel Stenberg |
tests/server/disabled: add "wakeup" To allow the test suite to know if wakeup support is disabled in the build. |
6cd066f6 | 10-Dec-2020 |
Daniel Stenberg |
lib1564/5: verify that curl_multi_wakeup returns OK |