b1046439 | 19-Sep-2019 |
Daniel Stenberg |
urlapi: part of conditional expression is always true: (relurl[0] == '/') Fixes warning detected by PVS-Studio Fixes #4374 |
8f593f6d | 19-Sep-2019 |
Daniel Stenberg |
setopt: store CURLOPT_RTSP_SERVER_CSEQ correctly Fixes bug detected by PVS-Studio Fixes #4374 |
2ba62322 | 19-Sep-2019 |
Daniel Stenberg |
mime: make Curl_mime_duppart() assert if called without valid dst Fixes warning detected by PVS-Studio Fixes #4374 |
cc95dbd6 | 19-Sep-2019 |
Daniel Stenberg |
http_proxy: part of conditional expression is always true: !error Fixes warning detected by PVS-Studio Fixes #4374 |
d0390a53 | 19-Sep-2019 |
Daniel Stenberg |
imap: merged two case-branches performing the same action Fixes warning detected by PVS-Studio Fixes #4374 |
07c1af92 | 19-Sep-2019 |
Daniel Stenberg |
multi: value '2L' is assigned to a boolean Fixes warning detected by PVS-Studio Fixes #4374 |
2e68e5a0 | 19-Sep-2019 |
Daniel Stenberg |
easy: part of conditional expression is always true: !result Fixes warning detected by PVS-Studio Fixes #4374 |
0b90ec9b | 19-Sep-2019 |
Daniel Stenberg |
netrc: part of conditional expression is always true: !done Fixes warning detected by PVS-Studio Fixes #4374 |
317c97bd | 19-Sep-2019 |
Daniel Stenberg |
version: Expression 'left > 1' is always true Fixes warning detected by PVS-Studio Fixes #4374 |
389426e3 | 19-Sep-2019 |
Daniel Stenberg |
url: remove dead code Fixes warning detected by PVS-Studio Fixes #4374 |
3ab45650 | 19-Sep-2019 |
Daniel Stenberg |
url: part of expression is always true: (bundle->multiuse == 0) Fixes warning detected by PVS-Studio Fixes #4374 |
e3c41ebd | 19-Sep-2019 |
Daniel Stenberg |
ftp: the conditional expression is always true ... both !result and (ftp->transfer != FTPTRANSFER_BODY)! Fixes warning detected by PVS-Studio Fixes #4374 |
49f3117a | 19-Sep-2019 |
Daniel Stenberg |
ftp: Expression 'ftpc->wait_data_conn' is always false Fixes warning detected by PVS-Studio Fixes #4374 |
a50c3d7f | 19-Sep-2019 |
Daniel Stenberg |
ftp: Expression 'ftpc->wait_data_conn' is always true Fixes warning detected by PVS-Studio Fixes #4374 |
97c17e9f | 19-Sep-2019 |
Daniel Stenberg |
ftp: part of conditional expression is always true: !result Fixes warning detected by PVS-Studio Fixes #4374 |
69ea985d | 19-Sep-2019 |
Daniel Stenberg |
http: fix Expression 'http->postdata' is always false Fixes warning detected by PVS-Studio Fixes #4374 Reported-by: Valerii Zapodovnikov |
0d59addf | 19-Sep-2019 |
Niall O'Reilly |
doh: avoid truncating DNS QTYPE to lower octet Closes #4381 |
0a4ecbdf | 19-Sep-2019 |
Jens Finkhaeuser |
urlapi: CURLU_NO_AUTHORITY allows empty authority/host part CURLU_NO_AUTHORITY is intended for use with unknown schemes (i.e. not "file:///") to override cURL's default demand that an au
urlapi: CURLU_NO_AUTHORITY allows empty authority/host part CURLU_NO_AUTHORITY is intended for use with unknown schemes (i.e. not "file:///") to override cURL's default demand that an authority exists. Closes #4349
show more ...
|
346188f6 | 19-Sep-2019 |
Daniel Stenberg |
version: next release will be 7.67.0 |
2d55460e | 19-Sep-2019 |
Daniel Stenberg |
RELEASE-NOTES: synced |
3c5f9ba8 | 13-Sep-2019 |
Daniel Stenberg |
url: only reuse TLS connections with matching pinning If the requests have different CURLOPT_PINNEDPUBLICKEY strings set, the connection should not be reused. Bug: https://curl.
url: only reuse TLS connections with matching pinning If the requests have different CURLOPT_PINNEDPUBLICKEY strings set, the connection should not be reused. Bug: https://curl.haxx.se/mail/lib-2019-09/0061.html Reported-by: Sebastian Haglund Closes #4347
show more ...
|
fafad149 | 19-Sep-2019 |
Daniel Stenberg |
README: add OSS-Fuzz badge [skip ci] Closes #4380 |
2a240415 | 18-Sep-2019 |
Michael Kaufmann |
http: merge two "case" statements |
1c02a4e8 | 13-Sep-2019 |
Zenju |
FTP: remove trailing slash from path for LIST/MLSD Closes #4348 |
ac58c51b | 16-Sep-2019 |
Daniel Stenberg |
mime: when disabled, avoid C99 macro Closes #4368 |