2a930217 | 10-Apr-2020 |
Marc Hoersken |
tests: add Windows compatible pidwait like pidkill and pidterm Related to #5188 |
3f60a9e9 | 05-Apr-2020 |
Marc Hoersken |
tests: fix conflict between Cygwin/msys and Windows PIDs Add 65536 to Windows PIDs to allow Windows specific treatment by having disjunct ranges for Cygwin/msys and Windows PIDs.
tests: fix conflict between Cygwin/msys and Windows PIDs Add 65536 to Windows PIDs to allow Windows specific treatment by having disjunct ranges for Cygwin/msys and Windows PIDs. See also: - https://cygwin.com/git/?p=newlib-cygwin.git;a=commit; ↵ h=b5e1003722cb14235c4f166be72c09acdffc62ea - https://cygwin.com/git/?p=newlib-cygwin.git;a=commit; ↵ h=448cf5aa4b429d5a9cebf92a0da4ab4b5b6d23fe Replaces #5178 Closes #5188
show more ...
|
6d13ef53 | 11-Apr-2020 |
Daniel Stenberg |
RELEASE-NOTES: synced |
20f28129 | 11-Apr-2020 |
Daniel Stenberg |
release-notes.pl: detect the start of the references in cleanup mode |
5afa07fa | 10-Apr-2020 |
Daniel Stenberg |
Revert "file: on Windows, refuse paths that start with \\" This reverts commit 1b71bc532bde8621fd3260843f8197182a467ff2. Reminded-by: Chris Roberts Bug: https://curl.haxx.se/mai
Revert "file: on Windows, refuse paths that start with \\" This reverts commit 1b71bc532bde8621fd3260843f8197182a467ff2. Reminded-by: Chris Roberts Bug: https://curl.haxx.se/mail/archive-2020-04/0013.html Closes #5215
show more ...
|
53f40708 | 07-Apr-2020 |
Jay Satiro |
lib: fix conversion warnings for SOCKET_WRITABLE/READABLE - If loss of data may occur converting a timediff_t to time_t and the time value is > TIME_T_MAX then treat it as TIME_T_MAX.
lib: fix conversion warnings for SOCKET_WRITABLE/READABLE - If loss of data may occur converting a timediff_t to time_t and the time value is > TIME_T_MAX then treat it as TIME_T_MAX. This is a follow-up to 8843678 which removed the (time_t) typecast from the macros so that conversion warnings could be identified. Closes https://github.com/curl/curl/pull/5199
show more ...
|
17c18fbc | 07-Apr-2020 |
Jay Satiro |
test1148: tolerate progress updates better (again) - Ignore intermediate progress updates. - Support locales that use a character other than period as decimal separator (eg 10
test1148: tolerate progress updates better (again) - Ignore intermediate progress updates. - Support locales that use a character other than period as decimal separator (eg 100,0%). test1148 checks that the progress finishes at 100% and has the right bar width. Prior to this change the test assumed that the only progress reported for such a quick transfer was 100%, however in rare instances (like in the CI where transfer time can slow considerably) there may be intermediate updates. For example, below is stderrlog1148 from a failed CI run with explicit \r and \n added (it is one line; broken up so that it's easier to understand). \r \r################################## 48.3% \r######################################################################## 100.0% \n Closes https://github.com/curl/curl/pull/5194
show more ...
|
8c92f7e8 | 05-Apr-2020 |
Marc Hoersken |
sshserver.pl: use cached Win32 environment check variable |
3e36af2c | 10-Apr-2020 |
Marc Hoersken |
appveyor: partially revert 3413a110 to keep build without proxy Ref: #5211 and #4526 Reported-by: Marcel Raad |
3413a110 | 09-Apr-2020 |
Marc Hoersken |
appveyor: ignore failing 'connect to non-listening proxy' tests Closes #5211 |
638b8558 | 09-Apr-2020 |
Marc Hoersken |
CI/macos: convert CRLF to LF and align indentation |
d4afa0fc | 09-Apr-2020 |
Daniel Stenberg |
url: allow non-HTTPS altsvc-matching for debug builds This is already partly supported but this part was missing. Reported-by: James Fuller Closes #5205 |
cb232b13 | 08-Apr-2020 |
Daniel Stenberg |
server/resolve: remove AI_CANONNAME to make macos tell the truth With this bit set, my mac successfully resolves "ip6-localhost" when in fact there is no such host known to my machine! T
server/resolve: remove AI_CANONNAME to make macos tell the truth With this bit set, my mac successfully resolves "ip6-localhost" when in fact there is no such host known to my machine! That in turn made test 241 wrongly execute and fail. Closes #5202
show more ...
|
07778542 | 08-Apr-2020 |
Daniel Stenberg |
runtests: fix warning about using an undefined variable Follow-up from 4d939ef6ceb2db1 |
3f704083 | 08-Apr-2020 |
Daniel Stenberg |
release-notes: fix the initial reference list output |
6435aaa7 | 08-Apr-2020 |
Daniel Stenberg |
github actions: run when pushed to master or */ci + PRs Avoid double-builds when using "local" branches for PRs. For both macos and fuzz jobs. Closes #5201 |
4d939ef6 | 08-Apr-2020 |
Daniel Stenberg |
runtests: provide nicer errormsg when protocol "dump" file is empty |
0fdf9651 | 15-Sep-2019 |
Gilles Vollant |
schannel: support .P12 or .PFX client certificates Used with curl command line option like this: --cert <filename>:<password> --cert-type p12 Closes #5193 |
741cb81d | 07-Apr-2020 |
Daniel Stenberg |
tests: verify split initial HTTP requests with CURL_SMALLREQSEND test1294: "split request" being when the entire request isn't sent in the first go, and the remainder is sent in the PERF
tests: verify split initial HTTP requests with CURL_SMALLREQSEND test1294: "split request" being when the entire request isn't sent in the first go, and the remainder is sent in the PERFORM state. A GET request is otherwise not sending anything during PERFORM. test1295: same kind of split but with POST Closes #5197
show more ...
|
0ef54abf | 07-Apr-2020 |
Daniel Stenberg |
http: don't consider upload done if the request isn't completely sent off Fixes #4919 Closes #5197 |
3e376059 | 07-Apr-2020 |
Daniel Stenberg |
http: allow Curl_add_buffer_send() to do a short first send by force In a debug build, settting the environment variable "CURL_SMALLREQSEND" will make the first HTTP request send not sen
http: allow Curl_add_buffer_send() to do a short first send by force In a debug build, settting the environment variable "CURL_SMALLREQSEND" will make the first HTTP request send not send more bytes than the set amount, thus ending up verifying that the logic for handling a split HTTP request send works correctly.
show more ...
|
0bcf975c | 07-Apr-2020 |
Daniel Stenberg |
connect: store connection info for QUIC connections Restores the --head functionality to the curl utility which extracts 'protocol' that is stored that way. Reported-by: James F
connect: store connection info for QUIC connections Restores the --head functionality to the curl utility which extracts 'protocol' that is stored that way. Reported-by: James Fuller Fixes #5196 Closes #5198
show more ...
|
860eaeba | 07-Apr-2020 |
Daniel Stenberg |
tests/README: update the port numbers list Since the pipelining server is long gone. Reported-by: James Fuller |
88436786 | 06-Apr-2020 |
Daniel Stenberg |
select: remove typecast from SOCKET_WRITABLE/READABLE macros So that they don't hide conversions-by-mistake Reviewed-by: Jay Satiro Closes #5190 |
946a71a1 | 06-Apr-2020 |
Daniel Stenberg |
CURLOPT_WRITEFUNCTION.3: add inline example and new see-also Closes #5192 |