History log of /curl/ (Results 3701 – 3725 of 33760)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
90f5250c13-Mar-2023 Dan Fandrich

CI: add and adjust labeler match patterns

Allow cmdline tool alongside other labels.

2ffd787a22-Mar-2023 Kai Pastor

CMake: make config version 8 compatible with 7

Reviewed-by: Jakub Zakrzewski
Closes #10819

fe55a63c24-Mar-2023 Daniel Stenberg

RELEASE-NOTES: synced

Bumped version-in-progress to 8.1.0

d03c4dc122-Mar-2023 Daniel Stenberg

GHA: add a memory-sanitizer job

Closes #10815

6366a6f824-Mar-2023 Dan Fandrich

CI: fix brew retries on GHA

The fix in the previous commit was complete for Cirrus but accidentally
left off a part for GHA.

Follow-up to c2b7249d

c0b6195122-Mar-2023 Dan Fandrich

CI: skip Azure for more commits which change only GHA

4528690c22-Mar-2023 Daniel Stenberg

cmake: set SONAME for SunOS too

Provided-by: Brian Lund

Closes #10816

78f73f7923-Mar-2023 Stefan Eissing

ngtcp2: adjust config and code checks for ngtcp2 without nghttp3

- make configure show on HTTP3 feature that both ngtcp2 and nghttp3
are in play
- define ENABLE_QUIC only when USE_

ngtcp2: adjust config and code checks for ngtcp2 without nghttp3

- make configure show on HTTP3 feature that both ngtcp2 and nghttp3
are in play
- define ENABLE_QUIC only when USE_NGTCP2 and USE_NGHTTP3 are defined
- add USE_NGHTTP3 in the ngtcp2 implementation

Fixes #10793
Closes #10821

show more ...

5ddd5f2623-Mar-2023 Daniel Stenberg

data.d: emphasize no conversion

When asking curl to send a POST, curl does not encode or change the data.

Ref: #10820
Closes #10823

8963c25d23-Mar-2023 Daniel Stenberg

server/getpart: clear the buffer before load

Fixes msan warnings:

==54195==WARNING: MemorySanitizer: use-of-uninitialized-value
#0 0x55ece35e57cb in line_length /home/runner

server/getpart: clear the buffer before load

Fixes msan warnings:

==54195==WARNING: MemorySanitizer: use-of-uninitialized-value
#0 0x55ece35e57cb in line_length /home/runner/work/curl/curl/tests/server/getpart.c:111:25
#1 0x55ece35e3b83 in readline /home/runner/work/curl/curl/tests/server/getpart.c:164:24
#2 0x55ece35e0269 in getpart /home/runner/work/curl/curl/tests/server/getpart.c:347:18
#3 0x55ece36180b6 in parse_servercmd /home/runner/work/curl/curl/tests/server/sws.c:283:13

Closes #10822

show more ...

0c2fcb0f22-Mar-2023 Daniel Stenberg

ntlm: clear lm and nt response buffers before use

To avoid the risk of MemorySanitizer: use-of-uninitialized-value

Closes #10814

955e276922-Mar-2023 Daniel Stenberg

digest: clear target buffer

Closes #10814

0c94396419-Mar-2023 Douglas R. Reno

cmake: bring in the network library on Haiku.

When cross-compiling for Haiku, the networking library needs to be
brought in. Without this, an unknown type of "Error" is reported in
l

cmake: bring in the network library on Haiku.

When cross-compiling for Haiku, the networking library needs to be
brought in. Without this, an unknown type of "Error" is reported in
lib/curl_setup_once.h.

This is also needed when using CMake natively on Haiku to build libcurl.

Fixes #10296
Closes #10792

show more ...

70afa0d222-Mar-2023 Daniel Stenberg

runtests: die if curl version can be found

Closes #10813

5d1ecbcb22-Mar-2023 Stefan Eissing

multi: add handle asserts in DEBUG builds

For GOOD_EASY_HANDLE and GOOD_MULTI_HANDLE checks

- allow NULL pointers to "just" return an error as before
- fail hard on nun-NULL poi

multi: add handle asserts in DEBUG builds

For GOOD_EASY_HANDLE and GOOD_MULTI_HANDLE checks

- allow NULL pointers to "just" return an error as before
- fail hard on nun-NULL pointers that no longer show the MAGICs

Closes #10812

show more ...

8a83bda020-Mar-2023 Jon Rumsey

gskit: various compile errors in OS400

Various compile failures in gskit.c;

- pipe_ssloverssl() needs Curl_easy data parameter for
Curl_conn_cf_get_socket(cf, data)
- key_

gskit: various compile errors in OS400

Various compile failures in gskit.c;

- pipe_ssloverssl() needs Curl_easy data parameter for
Curl_conn_cf_get_socket(cf, data)
- key_passwd is in ssl_config, not conn_config
- close_on() has 2 parameters, not 4
- getsockopt() needs to call Curl_conn_cf_get_socket(), not
cxn->sock[FIRSTSOCKET]

Fixes #10799
Closes #10800

show more ...

c0a9f90520-Mar-2023 Daniel Stenberg

tool_operate: pass a long as CURLOPT_HEADEROPT argument

Closes #10798

caf92a5720-Mar-2023 Daniel Stenberg

GHA: run all linux test jobs with valgrind

Closes #10798

5bfe3dc321-Mar-2023 Daniel Stenberg

GHA-linux: add an address-sanitizer build

Closes #10810

b16d1fa820-Mar-2023 Daniel Stenberg

RELEASE-NOTES: synced

curl 8.0.1

c2df780a20-Mar-2023 Daniel Stenberg

Revert "multi: remove PENDING + MSGSENT handles from the main linked list"

This reverts commit f6d6f3ce01e377932f1ce7c24ee34d45a36950b8.

The commits caused issues in the 8.0.0 relea

Revert "multi: remove PENDING + MSGSENT handles from the main linked list"

This reverts commit f6d6f3ce01e377932f1ce7c24ee34d45a36950b8.

The commits caused issues in the 8.0.0 release. Needs a retake.

Reported-by: Kamil Dudka
Closes #10795

show more ...

a2f569c520-Mar-2023 Daniel Stenberg

include/curl/curlver.h: bump to 8.0.1

47ccaa4220-Mar-2023 Daniel Stenberg

RELEASE-NOTES: synced

The curl 8.0.0 release

370dcf0b20-Mar-2023 Daniel Stenberg

THANKS: from the 8.0.0 release

a51f90ec17-Mar-2023 Daniel Stenberg

scripts/delta: fix "ambiguous argument" when used in branches

1...<<141142143144145146147148149150>>...1351