#
0325e1b9 |
| 22-Oct-2024 |
Sinkevich Artem |
mprintf: treat `%o` as unsigned, add tests for `%o`, `%x`, `%X` `%x` and `%X` were already treated as unsigned, but `%o` was not, even though it was used with unsigned numbers.
mprintf: treat `%o` as unsigned, add tests for `%o`, `%x`, `%X` `%x` and `%X` were already treated as unsigned, but `%o` was not, even though it was used with unsigned numbers. Closes #15348
show more ...
|
#
98395155 |
| 30-Aug-2024 |
Daniel Stenberg |
mailmap: Aki Sakurai
|
#
fa37248d |
| 27-Aug-2024 |
Daniel Stenberg |
mailmap: add Moritz Buhl
|
#
d40bba3f |
| 30-Jul-2024 |
Daniel Stenberg |
mailmap: dedupe an author showing up twice in shortlog -s
|
#
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
|