History log of /curl/ (Results 5576 – 5600 of 33763)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
da15443d03-Feb-2022 Daniel Stenberg

TPF: drop support

There has been no TPF related changes done since September 2010 (commit
7e1a45e224e57) and since this is a platform that is relatively different
than many others (=

TPF: drop support

There has been no TPF related changes done since September 2010 (commit
7e1a45e224e57) and since this is a platform that is relatively different
than many others (== needs attention), I draw the conclusion that this
build is broken since a long time.

Closes #8378

show more ...

5ad5007e03-Feb-2022 Daniel Stenberg

scripts/delta: check the file delta for current branch

... also polish the output style a little bit

2cb0eaba01-Feb-2022 Fabian Keil

runtests.pl: tolerate test directories without Makefile.inc

Silences the following warnings when using a Makefile.inc-free
TESTDIR using the "-o" argument:

readline() on clos

runtests.pl: tolerate test directories without Makefile.inc

Silences the following warnings when using a Makefile.inc-free
TESTDIR using the "-o" argument:

readline() on closed filehandle D at ./runtests.pl line 592.
Use of uninitialized value $disttests in pattern match (m//) at
./runtests.pl line 3602.

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

show more ...

a121e8da03-Feb-2022 HenrikHolst

setopt: do bounds-check before strdup

Curl_setstropt() allocated memory for the string before checking if the
string was within bounds. The bounds check should be done first.

Cl

setopt: do bounds-check before strdup

Curl_setstropt() allocated memory for the string before checking if the
string was within bounds. The bounds check should be done first.

Closes #8377

show more ...

2cd6d7e428-Jan-2022 MAntoniak <47522782+MAntoniak@users.noreply.github.com>

mbedtls: enable use of mbedtls without filesystem functions support

Closes #8376

adc8471028-Jan-2022 Bernhard Walle

configure: support specification of a nghttp2 library path

This enables using --with-nghttp2=<dir> on systems without pkg-config.

Closes #8375

3cf926e102-Feb-2022 Daniel Stenberg

scripts/release-notes.pl: remove leftover debug output

bf74c4d602-Feb-2022 Daniel Stenberg

RELEASE-NOTES: synced

fcf5d55302-Feb-2022 Daniel Stenberg

scripts/release-notes.pl: fix number extraction for full URLs

90c4581331-Jan-2022 Leah Neukirchen

scripts/completion.pl: improve zsh completion

- Detect all spellings of <file>, <file name> etc as well as <path>.
- Only complete directories for <dir>.
- Complete URLs for <URL>.

scripts/completion.pl: improve zsh completion

- Detect all spellings of <file>, <file name> etc as well as <path>.
- Only complete directories for <dir>.
- Complete URLs for <URL>.
- Complete --request and --ftp-method.

Closes #8363

show more ...

9cc75eb724-Jan-2022 Davide Cassioli

configure: use correct CFLAGS for threaded resolver with xlC on AIX

Fixes #8276
Closes #8374

94d4a06502-Feb-2022 Daniel Stenberg

mailmap: Henrik Holst

7931287c01-Feb-2022 Jay Satiro

build: fix ngtcp2 crypto library detection

- Change library link check for ngtcp2_crypto_{gnutls,openssl} to
to use function ngtcp2_crypto_recv_client_initial_cb instead of
ngtcp

build: fix ngtcp2 crypto library detection

- Change library link check for ngtcp2_crypto_{gnutls,openssl} to
to use function ngtcp2_crypto_recv_client_initial_cb instead of
ngtcp2_crypto_ctx_initial.

The latter function is no longer external since two days ago in
ngtcp2/ngtcp2@533451f. curl HTTP/3 CI builds have been failing since
then because they would not link to the ngtcp2 crypto library.

Ref: https://github.com/ngtcp2/ngtcp2/pull/356

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

show more ...

9fe2a20b01-Feb-2022 HenrikHolst

urlapi: remove an unnecessary call to strlen

- Use strcpy instead of strlen+memcpy to copy the url path.

Ref: https://curl.se/mail/lib-2022-02/0006.html

Closes https://gith

urlapi: remove an unnecessary call to strlen

- Use strcpy instead of strlen+memcpy to copy the url path.

Ref: https://curl.se/mail/lib-2022-02/0006.html

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

show more ...

9d8f3ce601-Feb-2022 Daniel Stenberg

scripts/copyright.pl: fix for handling removed files better

1bf3643f31-Jan-2022 Daniel Stenberg

vxworks: drop support

No changes or fixes in vxworks related code since 2009 leads me to
believe that this doesn't work anymore.

Closes #8362

0d370ecb01-Feb-2022 Henrik Holst

base64: remove an unnecessary call to strlen

Closes #8369

32160cae21-Jan-2022 Daniel Stenberg

tool_getparam: initial --json support

Adds these test cases:

383 - simple single command line option
384 - reading it from stdin
385 - getting two --json options on comma

tool_getparam: initial --json support

Adds these test cases:

383 - simple single command line option
384 - reading it from stdin
385 - getting two --json options on command line
386 - --next works after --json

Closes #8314

show more ...

1ce1f0b501-Feb-2022 Bjarni Ingi Gislason

curl_getdate.3: remove pointless .PP line

mandoc: WARNING: skipping paragraph macro: PP empty

Reported-by: Samuel Henrique
Closes #8365

c6218f3731-Jan-2022 Sebastian Sterk

multi: grammar fix in comment

After 'must', the verb is used without 'to'. Correct: "must" or "have
to"

Closes #8368

5236ed0e31-Jan-2022 Daniel Stenberg

openldap: fix compiler warning when built without SSL support

openldap.c:841:52: error: unused parameter ‘data’ [-Werror=unused-parameter]

Closes #8367

7e30252e31-Jan-2022 Samuel Henrique

CURLSHOPT_LOCKFUNC.3: fix typo "relased" -> "released"

Found when packaging 7.81.0 for Debian.

Closes #8364

3b16575a31-Jan-2022 Daniel Stenberg

netware: remove support

There are no current users and no Netware related changes done in the
code for over 13 years is a clear sign this is abandoned.

Closes #8358

14dd692831-Jan-2022 Daniel Stenberg

CI: move two jobs from Zuul to Circle CI

- openssl-no-verbose
- openssl-no-proxy

Closes #8359

215325e231-Jan-2022 Daniel Stenberg

cirlceci: also run a c-ares job on arm with debug enabled

Closes #8357

1...<<221222223224225226227228229230>>...1351