Age | Commit message (Expand) | Author |
2019-09-23 | libssh: part of conditional expression is always true: !result | Daniel Stenberg |
2019-09-23 | libssh: part of conditional expression is always true | Daniel Stenberg |
2019-09-23 | libssh: The expression is excessive or contains a misprint | Daniel Stenberg |
2019-09-23 | quiche: The expression must be surrounded by parentheses | Daniel Stenberg |
2019-09-23 | vauth: The parameter 'status' must be surrounded by parentheses | Daniel Stenberg |
2019-09-23 | doh: allow only http and https in debug mode | Paul Dreik |
2019-09-23 | doh: return early if there is no time left | Paul Dreik |
2019-09-23 | http: lowercase headernames for HTTP/2 and HTTP/3 | Barry Pollard |
2019-09-23 | vtls: fix narrowing conversion warnings | Marcel Raad |
2019-09-22 | openssl: fix compiler warning with LibreSSL | Marcel Raad |
2019-09-21 | socks: Fix destination host shown on SOCKS5 error | Jay Satiro |
2019-09-21 | altsvc: both backends run h3-23 now | Daniel Stenberg |
2019-09-21 | http: fix warning on conversion from int to bit | Daniel Stenberg |
2019-09-21 | urldata: use 'bool' for the bit type on MSVC compilers | Daniel Stenberg |
2019-09-21 | FTP: FTPFILE_NOCWD: avoid redundant CWDs | Zenju |
2019-09-21 | cookie: pass in the correct cookie amount to qsort() | Daniel Stenberg |
2019-09-21 | urlapi: avoid index underflow for short ipv6 hostnames | Paul Dreik |
2019-09-21 | ngtcp2: compile with latest ngtcp2 + nghttp3 draft-23 | Tatsuhiro Tsujikawa |
2019-09-20 | libssh2: part of conditional expression is always true: !result | Daniel Stenberg |
2019-09-20 | urlapi: Expression 'storep' is always true | Daniel Stenberg |
2019-09-20 | urlapi: 'scheme' is always true | Daniel Stenberg |
2019-09-20 | urlapi: part of conditional expression is always true: (relurl[0] == '/') | Daniel Stenberg |
2019-09-20 | setopt: store CURLOPT_RTSP_SERVER_CSEQ correctly | Daniel Stenberg |
2019-09-20 | mime: make Curl_mime_duppart() assert if called without valid dst | Daniel Stenberg |
2019-09-20 | http_proxy: part of conditional expression is always true: !error | Daniel Stenberg |
2019-09-20 | imap: merged two case-branches performing the same action | Daniel Stenberg |
2019-09-20 | multi: value '2L' is assigned to a boolean | Daniel Stenberg |
2019-09-20 | easy: part of conditional expression is always true: !result | Daniel Stenberg |
2019-09-20 | netrc: part of conditional expression is always true: !done | Daniel Stenberg |
2019-09-20 | version: Expression 'left > 1' is always true | Daniel Stenberg |
2019-09-20 | url: remove dead code | Daniel Stenberg |
2019-09-20 | url: part of expression is always true: (bundle->multiuse == 0) | Daniel Stenberg |
2019-09-20 | ftp: the conditional expression is always true | Daniel Stenberg |
2019-09-20 | ftp: Expression 'ftpc->wait_data_conn' is always false | Daniel Stenberg |
2019-09-20 | ftp: Expression 'ftpc->wait_data_conn' is always true | Daniel Stenberg |
2019-09-20 | ftp: part of conditional expression is always true: !result | Daniel Stenberg |
2019-09-20 | http: fix Expression 'http->postdata' is always false | Daniel Stenberg |
2019-09-19 | doh: avoid truncating DNS QTYPE to lower octet | Niall O'Reilly |
2019-09-19 | urlapi: CURLU_NO_AUTHORITY allows empty authority/host part | Jens Finkhaeuser |
2019-09-19 | url: only reuse TLS connections with matching pinning | Daniel Stenberg |
2019-09-18 | http: merge two "case" statements | Michael Kaufmann |
2019-09-18 | FTP: remove trailing slash from path for LIST/MLSD | Zenju |
2019-09-18 | mime: when disabled, avoid C99 macro | Daniel Stenberg |
2019-09-18 | url: cleanup dangling DOH request headers too | Daniel Stenberg |
2019-09-16 | http2: relax verification of :authority in push promise requests | Christoph M. Becker |
2019-09-16 | doh: clean up dangling DOH handles and memory on easy close | Daniel Stenberg |
2019-09-16 | smb: check for full size message before reading message details | Daniel Stenberg |
2019-09-16 | quiche: persist connection details | Daniel Stenberg |
2019-09-16 | openssl: fix warning with boringssl and SSL_CTX_set_min_proto_version | Daniel Stenberg |
2019-09-15 | doh: fix undefined behaviour and open up for gcc and clang optimization | Paul Dreik |