History log of /curl/ (Results 9001 – 9025 of 33767)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
b104643919-Sep-2019 Daniel Stenberg

urlapi: part of conditional expression is always true: (relurl[0] == '/')

Fixes warning detected by PVS-Studio
Fixes #4374

8f593f6d19-Sep-2019 Daniel Stenberg

setopt: store CURLOPT_RTSP_SERVER_CSEQ correctly

Fixes bug detected by PVS-Studio
Fixes #4374

2ba6232219-Sep-2019 Daniel Stenberg

mime: make Curl_mime_duppart() assert if called without valid dst

Fixes warning detected by PVS-Studio
Fixes #4374

cc95dbd619-Sep-2019 Daniel Stenberg

http_proxy: part of conditional expression is always true: !error

Fixes warning detected by PVS-Studio
Fixes #4374

d0390a5319-Sep-2019 Daniel Stenberg

imap: merged two case-branches performing the same action

Fixes warning detected by PVS-Studio
Fixes #4374

07c1af9219-Sep-2019 Daniel Stenberg

multi: value '2L' is assigned to a boolean

Fixes warning detected by PVS-Studio
Fixes #4374

2e68e5a019-Sep-2019 Daniel Stenberg

easy: part of conditional expression is always true: !result

Fixes warning detected by PVS-Studio
Fixes #4374

0b90ec9b19-Sep-2019 Daniel Stenberg

netrc: part of conditional expression is always true: !done

Fixes warning detected by PVS-Studio
Fixes #4374

317c97bd19-Sep-2019 Daniel Stenberg

version: Expression 'left > 1' is always true

Fixes warning detected by PVS-Studio
Fixes #4374

389426e319-Sep-2019 Daniel Stenberg

url: remove dead code

Fixes warning detected by PVS-Studio
Fixes #4374

3ab4565019-Sep-2019 Daniel Stenberg

url: part of expression is always true: (bundle->multiuse == 0)

Fixes warning detected by PVS-Studio
Fixes #4374

e3c41ebd19-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

49f3117a19-Sep-2019 Daniel Stenberg

ftp: Expression 'ftpc->wait_data_conn' is always false

Fixes warning detected by PVS-Studio
Fixes #4374

a50c3d7f19-Sep-2019 Daniel Stenberg

ftp: Expression 'ftpc->wait_data_conn' is always true

Fixes warning detected by PVS-Studio
Fixes #4374

97c17e9f19-Sep-2019 Daniel Stenberg

ftp: part of conditional expression is always true: !result

Fixes warning detected by PVS-Studio
Fixes #4374

69ea985d19-Sep-2019 Daniel Stenberg

http: fix Expression 'http->postdata' is always false

Fixes warning detected by PVS-Studio
Fixes #4374
Reported-by: Valerii Zapodovnikov

0d59addf19-Sep-2019 Niall O'Reilly

doh: avoid truncating DNS QTYPE to lower octet

Closes #4381

0a4ecbdf19-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 ...

346188f619-Sep-2019 Daniel Stenberg

version: next release will be 7.67.0

2d55460e19-Sep-2019 Daniel Stenberg

RELEASE-NOTES: synced

3c5f9ba813-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 ...

fafad14919-Sep-2019 Daniel Stenberg

README: add OSS-Fuzz badge [skip ci]

Closes #4380

2a24041518-Sep-2019 Michael Kaufmann

http: merge two "case" statements

1c02a4e813-Sep-2019 Zenju

FTP: remove trailing slash from path for LIST/MLSD

Closes #4348

ac58c51b16-Sep-2019 Daniel Stenberg

mime: when disabled, avoid C99 macro

Closes #4368

1...<<361362363364365366367368369370>>...1351