Граф коммитов

58 Коммитов

Автор SHA1 Сообщение Дата
Daniel Stenberg 2537808d9e
mailmap: Thomas1664 on github 2023-02-03 10:04:34 +01:00
Daniel Stenberg cbaa80ae20
mailmap: Andy Alt 2022-12-06 23:23:13 +01:00
mickae1 8fe33a9661
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
2022-12-06 00:15:18 +01:00
Daniel Stenberg f9618ffe40
mailmap: unify Stefan Eissing 2022-11-07 12:24:07 +01:00
bsergean e71a9b488f
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
2022-10-11 08:23:33 +02:00
Daniel Stenberg 29a6cf968e
mailmap: merge Philip Heiduck's two addresses into one 2022-09-16 16:46:32 +02:00
zhanghu 0f52dd5fd5
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
2022-09-13 11:24:40 +02:00
a1346054 c3a6165307
scripts: use `grep -E` instead of `egrep`
egrep is deprecated

Closes #9491
2022-09-13 10:18:50 +02:00
Cering 6ba3047378
connect: add quic connection information
Fixes #9286
Closes #9287
2022-08-10 08:41:50 +02:00
opensignature dc8c859b0c
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
2022-08-08 09:49:38 +02:00
Futaura c7b322aac8
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
2022-08-08 09:07:37 +02:00
Daniel Stenberg 0c47d879ae
mailmap: add rzrymiak on github 2022-07-27 10:56:13 +02:00
Daniel Stenberg a8e02881ec
.mailmap: additional edit
Follow-up to 861e2a8aca so that Evgeny appears with the same in git
logs even when using old email.
2022-07-01 09:57:04 +02:00
Evgeny Grin (Karlson2k) 861e2a8aca
.mailmap: updated 2022-07-01 09:49:14 +02:00
Daniel Stenberg 5ccddf6439
mailmap: Max Mehl 2022-06-13 09:14:07 +02:00
Philip H 613bf27771
.mailmap: update
Closes #8800
2022-05-05 10:24:17 +02:00
MonkeybreadSoftware 62d5818242
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
2022-03-31 11:35:27 +02:00
Daniel Stenberg 94d4a065a9
mailmap: Henrik Holst 2022-02-02 13:03:38 +01:00
Daniel Stenberg 9a8888c94b
mailmap: Jan-Piet Mens 2022-01-31 09:39:48 +01:00
Daniel Stenberg 2c7d6b9cf0
mailmap: neutric on github 2022-01-30 11:55:49 +01:00
Daniel Stenberg e35637f193 mailmap: spellfix githuh => github 2022-01-25 12:05:06 +01:00
Daniel Stenberg 6e7ce9bbfb
mailmap: Xiaoke Wang 2022-01-07 09:59:41 +01:00
Daniel Stenberg 771ca5d000
mailmap: add Yongkang Huang
From #8141
2021-12-14 14:48:30 +01:00
Daniel Stenberg 09a8b83c2d
mailmap: Malik Idrees Hasan Khan 2021-10-21 09:44:46 +02:00
Abhinav Singh 8c6f126279
aws-sigv4: make signature work when post data is binary
User sets the post fields size for binary data.  Hence, we should not be
using strlen on it.

Added test 1937 and 1938 to verify.

Closes #7844
2021-10-15 08:46:23 +02:00
Daniel Stenberg 31692f17c9
mailmap: unify Max! 2021-09-27 17:22:00 +02:00
Daniel Stenberg 77c739909b
mailmap: add Gleb Ivanovsky 2021-08-21 16:38:06 +02:00
Daniel Stenberg 697970c1de
mailmap: fixup Michał Antoniak 2021-08-14 23:23:09 +02:00
Daniel Stenberg c0895f8e13
mailmap: add Tobias and Timur 2021-07-19 09:20:58 +02:00
Daniel Stenberg 62d91e0078
mailmap: Jon Rumsey 2021-02-05 08:46:11 +01:00
Daniel Gustafsson 3ba04d5d88 mailmap: Daniel Hwang
Add Daniel Hwang to the mailmap to cover the alternative spelling
Daniel Lee Hwang which was used in one commit.

Closes #6230
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
2020-11-20 11:05:46 +01:00
Daniel Stenberg 4c615eace7
mailmap: set Viktor Szakats's email 2020-10-28 11:10:54 +01:00
Daniel Stenberg eafe1eaff7
mailmap: fixups of some contributors 2020-10-14 07:50:16 +02:00
Daniel Stenberg ac91b0dd71
mailmap: Nicolas Sterchele 2020-06-12 13:41:52 +02:00
Daniel Stenberg 42ed22fea6
mailmap: Don J Olmstead 2020-06-04 23:53:44 +02:00
Daniel Stenberg 61504b5ef9
mailmap: James Fuller 2020-05-14 08:55:00 +02:00
Daniel Stenberg d973bdf881
mailmap: fixup a few author names/fields
Douglas Steinwand, Gökhan Şengün, Jessa Chandler, Julian Z and
Svyatoslav Mishyn
2020-03-27 12:24:49 +01:00
Daniel Stenberg 3370725192
RELEASE-NOTES: synced 2020-01-27 09:44:33 +01:00
Daniel Stenberg 5a1b0f4c5b
mailmap: fix Andrew Ishchuk 2019-12-11 09:59:32 +01:00
Daniel Stenberg b62038bfa6
mailmap: Mohammad Hasbini 2019-12-06 13:22:12 +01:00
Daniel Stenberg 763decc528
mailmap: Niall O'Reilly's name 2019-11-28 12:52:00 +01:00
Daniel Stenberg 7ef4e2e90a
mailmap: fixup Massimiliano Fantuzzi 2019-11-08 09:46:48 +01:00
Daniel Stenberg 666a22675d
mailmap: a Lucas fix 2019-09-30 11:42:32 +02:00
Daniel Stenberg 35116a8302
mailmap: added Kyohei Kadota 2019-08-02 07:56:07 +02:00
Daniel Stenberg cd8068ed4c
mailmap: added 4 more names
Evgeny Grin, Peter Pih, Anton Malov and Marquis de Muesli
2019-08-01 09:25:54 +02:00
Daniel Stenberg b2ebf7a621
mailmap: add Giorgos Oikonomou 2019-08-01 09:07:30 +02:00
Daniel Stenberg cb46b193f1
mailmap: Amit Katyal 2019-07-30 12:51:55 +02:00
Viktor Szakats f078361c0e URL and mailmap updates, remove an obsolete directory [ci skip]
Closes https://github.com/curl/curl/pull/3031
2018-09-22 07:58:32 +00:00
Daniel Stenberg 21b305dad3
mailmap: Daniel Jelinski 2018-07-31 17:22:44 +02:00
Daniel Stenberg 3af865cd01
mailmap: Max Savenkov 2018-05-28 07:45:51 +02:00