9d0d16d4 | 14-Dec-2021 |
Daniel Stenberg |
mbedtls: do a separate malloc for ca_info_blob Since the mbedTLS API requires the data to the null terminated. Follow-up to 456c53730d21b1fad0c7f72c1817 Fixes #8139 Clo
mbedtls: do a separate malloc for ca_info_blob Since the mbedTLS API requires the data to the null terminated. Follow-up to 456c53730d21b1fad0c7f72c1817 Fixes #8139 Closes #8145
show more ...
|
f03cc1b7 | 14-Dec-2021 |
Marc Hoersken |
CI: build examples for additional code verification Some CIs already build them, let's do it on more of them. Reviewed-by: Daniel Stenberg Follow up to #7690 and 77311f420a
CI: build examples for additional code verification Some CIs already build them, let's do it on more of them. Reviewed-by: Daniel Stenberg Follow up to #7690 and 77311f420a541a0de5b3014e0e40ff8b4205d4af Replaces #7591 Closes #7922
show more ...
|
77311f42 | 14-Dec-2021 |
Marc Hoersken |
docs/examples: workaround broken -Wno-pedantic-ms-format Avoid CURL_FORMAT_CURL_OFF_T by using unsigned long instead. Improve size_t to long conversion in imap-append.c example.
docs/examples: workaround broken -Wno-pedantic-ms-format Avoid CURL_FORMAT_CURL_OFF_T by using unsigned long instead. Improve size_t to long conversion in imap-append.c example. Ref: https://github.com/curl/curl/issues/6079 Ref: https://github.com/curl/curl/pull/6082 Assisted-by: Jay Satiro Reviewed-by: Daniel Stenberg Preparation of #7922
show more ...
|
52202691 | 13-Dec-2021 |
Marc Hoersken |
tests/data/test302[12]: fix MSYS2 path conversion of hostpubsha256 Ref: https://www.msys2.org/wiki/Porting/#filesystem-namespaces Reviewed-by: Marcel Raad Reviewed-by: Jay Satir
tests/data/test302[12]: fix MSYS2 path conversion of hostpubsha256 Ref: https://www.msys2.org/wiki/Porting/#filesystem-namespaces Reviewed-by: Marcel Raad Reviewed-by: Jay Satiro Fixes #8084 Closes #8138
show more ...
|
2300ad26 | 12-Dec-2021 |
Patrick Monnerat |
openldap: simplify ldif generation code and take care of zero-length values, avoiding conversion to base64 and/or trailing spaces. Closes #8136 |
e75bc3ae | 13-Dec-2021 |
Daniel Stenberg |
example/progressfunc: remove code for old libcurls 7.61.0 is over three years old now, remove all #ifdefs for handling ancient libcurl versions so that the example gets easier to read an
example/progressfunc: remove code for old libcurls 7.61.0 is over three years old now, remove all #ifdefs for handling ancient libcurl versions so that the example gets easier to read and understand Closes #8137
show more ...
|
d6ff35b5 | 10-Dec-2021 |
x2018 |
sha256/md5: return errors when init fails Closes #8133 |
da973165 | 11-Dec-2021 |
Daniel Stenberg |
TODO: 13.3 Defeat TLS fingerprinting Closes #8119 |
39a9de3c | 11-Dec-2021 |
Daniel Stenberg |
RELEASE-NOTES: synced |
b40e4c0d | 06-Dec-2021 |
Patrick Monnerat |
openldap: process search query response messages one by one Upon receiving large result sets, this reduces memory consumption and allows starting to output results while the transfer is
openldap: process search query response messages one by one Upon receiving large result sets, this reduces memory consumption and allows starting to output results while the transfer is still in progress. Closes #8101
show more ...
|
254f7bd7 | 10-Dec-2021 |
Daniel Stenberg |
hash: lazy-alloc the table in Curl_hash_add() This makes Curl_hash_init() infallible which saves error paths. Closes #8132 |
e43ad4b4 | 10-Dec-2021 |
Daniel Stenberg |
multi: cleanup the socket hash when destroying it Since each socket hash entry may themselves have a hash table in them, the destroying of the socket hash needs to make sure all the subh
multi: cleanup the socket hash when destroying it Since each socket hash entry may themselves have a hash table in them, the destroying of the socket hash needs to make sure all the subhashes are also correctly destroyed to avoid leaking memory. Fixes #8129 Closes #8131
show more ...
|
439aa502 | 10-Dec-2021 |
Daniel Stenberg |
test1156: fixup the stdout check for Windows It is not text mode. Follow-up to 6f73e68d182 Closes #8134 |
96c815c2 | 09-Dec-2021 |
Daniel Stenberg |
test1528: enable for hyper Closes #8128 |
b63bb77c | 09-Dec-2021 |
Daniel Stenberg |
test1527: enable for hyper Closes #8128 |
34f090a5 | 09-Dec-2021 |
Daniel Stenberg |
test1526: enable for hyper Closes #8128 |
8d0d5859 | 09-Dec-2021 |
Daniel Stenberg |
test1525: slightly tweaked for hyper Closes #8128 |
6f73e68d | 09-Dec-2021 |
Daniel Stenberg |
test1156: enable for hyper Minor reorg of the lib1156 code and it works fine for hyper. Closes #8127 |
fde1f1bf | 09-Dec-2021 |
Daniel Stenberg |
test661: enable for hyper Closes #8126 |
e30b2064 | 09-Dec-2021 |
Daniel Stenberg |
docs: fix proselint nits - remove a lot of exclamation marks - use consistent spaces (1, not 2) - use better words at some places Closes #8123 |
5a3775fa | 09-Dec-2021 |
RekGRpth |
BINDINGS.md: add cURL client for PostgreSQL Closes #8125 |
98ae5d8e | 09-Dec-2021 |
RekGRpth |
CURLSHOPT_USERDATA.3: fix copy-paste mistake Closes #8124 |
d6934d39 | 09-Dec-2021 |
Daniel Stenberg |
docs: fix minor nroff format nits Repairs test 1140 Follow-up to 436cdf82041 |
f6151dd9 | 09-Dec-2021 |
Daniel Stenberg |
docs/URL-SYNTAX.md: space is not fine in a given URL |
436cdf82 | 08-Dec-2021 |
Daniel Stenberg |
curl_multi_perform/socket_action.3: clarify what errors mean An error returned from one of these funtions mean that ALL still ongoing transfers are to be considered failed. Ref:
curl_multi_perform/socket_action.3: clarify what errors mean An error returned from one of these funtions mean that ALL still ongoing transfers are to be considered failed. Ref: #8114 Closes #8120
show more ...
|