aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-09-26url: don't set appconnect time for non-ssl/non-ssh connectionsJay Satiro
2019-09-25ngtcp2: remove fprintf() callsDaniel Stenberg
2019-09-25url: fix the NULL hostname compiler warning caseJay Satiro
2019-09-25altsvc: correct the #ifdef for the ngtcp2 backendDaniel Stenberg
2019-09-25altsvc: save h3 as h3-23Daniel Stenberg
2019-09-24urlapi: question mark within fragment is still fragmentDaniel Stenberg
2019-09-24os400: getpeername() and getsockname() return ebcdic AF_UNIX sockaddr,Patrick Monnerat
2019-09-24strcase: fix raw lowercasing the letter XLucas Pardue
2019-09-23http2: Expression 'stream->stream_id != - 1' is always trueDaniel Stenberg
2019-09-23http2: A value is being subtracted from the unsigned variableDaniel Stenberg
2019-09-23libssh: part of conditional expression is always true: !resultDaniel Stenberg
2019-09-23libssh: part of conditional expression is always trueDaniel Stenberg
2019-09-23libssh: The expression is excessive or contains a misprintDaniel Stenberg
2019-09-23quiche: The expression must be surrounded by parenthesesDaniel Stenberg
2019-09-23vauth: The parameter 'status' must be surrounded by parenthesesDaniel Stenberg
2019-09-23doh: allow only http and https in debug modePaul Dreik
2019-09-23doh: return early if there is no time leftPaul Dreik
2019-09-23http: lowercase headernames for HTTP/2 and HTTP/3Barry Pollard
2019-09-23vtls: fix narrowing conversion warningsMarcel Raad
2019-09-22openssl: fix compiler warning with LibreSSLMarcel Raad
2019-09-21socks: Fix destination host shown on SOCKS5 errorJay Satiro
2019-09-21altsvc: both backends run h3-23 nowDaniel Stenberg
2019-09-21http: fix warning on conversion from int to bitDaniel Stenberg
2019-09-21urldata: use 'bool' for the bit type on MSVC compilersDaniel Stenberg
2019-09-21FTP: FTPFILE_NOCWD: avoid redundant CWDsZenju
2019-09-21cookie: pass in the correct cookie amount to qsort()Daniel Stenberg
2019-09-21urlapi: avoid index underflow for short ipv6 hostnamesPaul Dreik
2019-09-21ngtcp2: compile with latest ngtcp2 + nghttp3 draft-23Tatsuhiro Tsujikawa
2019-09-20libssh2: part of conditional expression is always true: !resultDaniel Stenberg
2019-09-20urlapi: Expression 'storep' is always trueDaniel Stenberg
2019-09-20urlapi: 'scheme' is always trueDaniel Stenberg
2019-09-20urlapi: part of conditional expression is always true: (relurl[0] == '/')Daniel Stenberg
2019-09-20setopt: store CURLOPT_RTSP_SERVER_CSEQ correctlyDaniel Stenberg
2019-09-20mime: make Curl_mime_duppart() assert if called without valid dstDaniel Stenberg
2019-09-20http_proxy: part of conditional expression is always true: !errorDaniel Stenberg
2019-09-20imap: merged two case-branches performing the same actionDaniel Stenberg
2019-09-20multi: value '2L' is assigned to a booleanDaniel Stenberg
2019-09-20easy: part of conditional expression is always true: !resultDaniel Stenberg
2019-09-20netrc: part of conditional expression is always true: !doneDaniel Stenberg
2019-09-20version: Expression 'left > 1' is always trueDaniel Stenberg
2019-09-20url: remove dead codeDaniel Stenberg
2019-09-20url: part of expression is always true: (bundle->multiuse == 0)Daniel Stenberg
2019-09-20ftp: the conditional expression is always trueDaniel Stenberg
2019-09-20ftp: Expression 'ftpc->wait_data_conn' is always falseDaniel Stenberg
2019-09-20ftp: Expression 'ftpc->wait_data_conn' is always trueDaniel Stenberg
2019-09-20ftp: part of conditional expression is always true: !resultDaniel Stenberg
2019-09-20http: fix Expression 'http->postdata' is always falseDaniel Stenberg
2019-09-19doh: avoid truncating DNS QTYPE to lower octetNiall O'Reilly
2019-09-19urlapi: CURLU_NO_AUTHORITY allows empty authority/host partJens Finkhaeuser
2019-09-19url: only reuse TLS connections with matching pinningDaniel Stenberg