History log of /curl/.mailmap (Results 1 – 25 of 63)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 49573bc1 09-Apr-2024 Daniel Stenberg

.mailmap: update Gisle's preferred email


# bc5502a7 21-Sep-2023 Daniel Stenberg

mailmap: unify Michael Osipov under a single email


# 50e56325 31-Jul-2023 Daniel Stenberg

mailmap: add Derzsi Dániel


# bc642cb3 20-Jul-2023 Brad Harder

websocket: rename arguments/variables to match docs

Pedantry/semantic-alignment between functions, docs, comments with
respect to websocket protocol code; No functional change intended.

websocket: rename arguments/variables to match docs

Pedantry/semantic-alignment between functions, docs, comments with
respect to websocket protocol code; No functional change intended.

* "totalsize", "framesize" becomes "fragsize" (we deal in frame fragments).

* "sendflags" becomes "flags"

* use canonical CURL *handle

Closes #11493

show more ...


# 6c6306f3 21-Mar-2023 dengjfzh on github

rtsp: skip malformed RTSP interleaved frame data

Some IP cameras send malformed RTSP interleaved frames sometimes, which
can cause curl_easy_perform return 1 (CURLE_UNSUPPORTED_PROTOCOL)

rtsp: skip malformed RTSP interleaved frame data

Some IP cameras send malformed RTSP interleaved frames sometimes, which
can cause curl_easy_perform return 1 (CURLE_UNSUPPORTED_PROTOCOL). This
change attempts to skip clearly incorrect RTSP interleaving frame data.

Closes #10808

show more ...


# 2537808d 03-Feb-2023 Daniel Stenberg

mailmap: Thomas1664 on github


# cbaa80ae 06-Dec-2022 Daniel Stenberg

mailmap: Andy Alt


# 8fe33a96 05-Dec-2022 Michael Musset

libssh2: return error when ssh_hostkeyfunc returns error

return CURLE_PEER_FAILED_VERIFICATION if verification with the callback
return a result different than CURLKHMATCH_OK

Cl

libssh2: return error when ssh_hostkeyfunc returns error

return CURLE_PEER_FAILED_VERIFICATION if verification with the callback
return a result different than CURLKHMATCH_OK

Closes #10034

show more ...


# f9618ffe 07-Nov-2022 Daniel Stenberg

mailmap: unify Stefan Eissing


# e71a9b48 10-Oct-2022 bsergean on github

asyn-ares: set hint flags when calling ares_getaddrinfo

The hint flag is ARES_AI_NUMERICSERV, and it will save a call to
getservbyname or getservbyname_r to set it.

Closes #9694


# 29a6cf96 16-Sep-2022 Daniel Stenberg

mailmap: merge Philip Heiduck's two addresses into one


# 0f52dd5f 22-Apr-2021 zhanghu on xiaomi

formdata: fix warning: 'CURLformoption' is promoted to 'int'

curl/lib/formdata.c: In function 'FormAdd':
curl/lib/formdata.c:249:31: warning: 'CURLformoption' is promoted to 'int' when p

formdata: fix warning: 'CURLformoption' is promoted to 'int'

curl/lib/formdata.c: In function 'FormAdd':
curl/lib/formdata.c:249:31: warning: 'CURLformoption' is promoted to 'int' when passed through '...'
249 | option = va_arg(params, CURLformoption);
| ^
curl/lib/formdata.c:249:31: note: (so you should pass 'int' not 'CURLformoption' to 'va_arg')
curl/lib/formdata.c:249:31: note: if this code is reached, the program will abort

Closes #9484

show more ...


# c3a61653 12-Sep-2022 a1346054 on github <36859588+a1346054@users.noreply.github.com>

scripts: use `grep -E` instead of `egrep`

egrep is deprecated

Closes #9491


# 6ba30473 10-Aug-2022 Cering

connect: add quic connection information

Fixes #9286
Closes #9287


# dc8c859b 30-Jul-2022 opensignature

openssl: add details to "unable to set client certificate" error

from: "curl: (58) unable to set client certificate"

to: curl: (58) unable to set client certificate [error:0A00018F:

openssl: add details to "unable to set client certificate" error

from: "curl: (58) unable to set client certificate"

to: curl: (58) unable to set client certificate [error:0A00018F:SSL
routines::ee key too small]

Closes #9228

show more ...


# c7b322aa 07-Aug-2022 Futaura

configure: -pthread not available on AmigaOS 4.x

The most recent GCC builds for AmigaOS 4.x do not allow -pthread and
exit with an error. Instead, need to explictly specify -lpthread.

configure: -pthread not available on AmigaOS 4.x

The most recent GCC builds for AmigaOS 4.x do not allow -pthread and
exit with an error. Instead, need to explictly specify -lpthread.

Closes #9266

show more ...


# 0c47d879 26-Jul-2022 Daniel Stenberg

mailmap: add rzrymiak on github


# a8e02881 01-Jul-2022 Daniel Stenberg

.mailmap: additional edit

Follow-up to 861e2a8aca6c7 so that Evgeny appears with the same in git
logs even when using old email.


# 861e2a8a 30-Jun-2022 Evgeny Grin (Karlson2k)

.mailmap: updated


# 5ccddf64 13-Jun-2022 Daniel Stenberg

mailmap: Max Mehl


# 613bf277 05-May-2022 Philip H <47042125+pheiduck@users.noreply.github.com>

.mailmap: update

Closes #8800


# 62d58182 31-Mar-2022 MonkeybreadSoftware

strcase.h: add comment about the return code

Tool often we run into expecting this to work like strcmp, but it
returns 1 instead of 0 for match.

Closes #8658


# 94d4a065 02-Feb-2022 Daniel Stenberg

mailmap: Henrik Holst


# 9a8888c9 31-Jan-2022 Daniel Stenberg

mailmap: Jan-Piet Mens


# 2c7d6b9c 30-Jan-2022 Daniel Stenberg

mailmap: neutric on github


123