summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* urlapi: question mark within fragment is still fragmentbagder/urlapi-fragment-with-qDaniel Stenberg2019-09-241-4/+4
* os400: getpeername() and getsockname() return ebcdic AF_UNIX sockaddr,Patrick Monnerat2019-09-241-1/+5
* strcase: fix raw lowercasing the letter XLucas Pardue2019-09-241-1/+1
* http2: Expression 'stream->stream_id != - 1' is always trueDaniel Stenberg2019-09-231-11/+8
* http2: A value is being subtracted from the unsigned variableDaniel Stenberg2019-09-231-1/+2
* libssh: part of conditional expression is always true: !resultDaniel Stenberg2019-09-231-1/+1
* libssh: part of conditional expression is always trueDaniel Stenberg2019-09-231-1/+1
* libssh: The expression is excessive or contains a misprintDaniel Stenberg2019-09-231-1/+1
* quiche: The expression must be surrounded by parenthesesDaniel Stenberg2019-09-231-1/+1
* vauth: The parameter 'status' must be surrounded by parenthesesDaniel Stenberg2019-09-231-1/+1
* doh: allow only http and https in debug modePaul Dreik2019-09-231-0/+3
* doh: return early if there is no time leftPaul Dreik2019-09-231-1/+4
* http: lowercase headernames for HTTP/2 and HTTP/3Barry Pollard2019-09-235-3/+95
* vtls: fix narrowing conversion warningsMarcel Raad2019-09-239-19/+20
* openssl: fix compiler warning with LibreSSLMarcel Raad2019-09-221-1/+1
* socks: Fix destination host shown on SOCKS5 errorJay Satiro2019-09-211-44/+20
* altsvc: both backends run h3-23 nowDaniel Stenberg2019-09-211-1/+1
* http: fix warning on conversion from int to bitDaniel Stenberg2019-09-211-3/+4
* urldata: use 'bool' for the bit type on MSVC compilersDaniel Stenberg2019-09-211-193/+197
* FTP: FTPFILE_NOCWD: avoid redundant CWDsZenju2019-09-212-59/+62
* cookie: pass in the correct cookie amount to qsort()Daniel Stenberg2019-09-211-6/+6
* urlapi: avoid index underflow for short ipv6 hostnamesPaul Dreik2019-09-211-0/+2
* ngtcp2: compile with latest ngtcp2 + nghttp3 draft-23Tatsuhiro Tsujikawa2019-09-211-14/+13
* libssh2: part of conditional expression is always true: !resultDaniel Stenberg2019-09-201-1/+1
* urlapi: Expression 'storep' is always trueDaniel Stenberg2019-09-201-1/+2
* urlapi: 'scheme' is always trueDaniel Stenberg2019-09-201-16/+15
* urlapi: part of conditional expression is always true: (relurl[0] == '/')Daniel Stenberg2019-09-201-1/+1
* setopt: store CURLOPT_RTSP_SERVER_CSEQ correctlyDaniel Stenberg2019-09-201-1/+1
* mime: make Curl_mime_duppart() assert if called without valid dstDaniel Stenberg2019-09-201-6/+6
* http_proxy: part of conditional expression is always true: !errorDaniel Stenberg2019-09-201-1/+1
* imap: merged two case-branches performing the same actionDaniel Stenberg2019-09-201-4/+1
* multi: value '2L' is assigned to a booleanDaniel Stenberg2019-09-201-1/+1
* easy: part of conditional expression is always true: !resultDaniel Stenberg2019-09-201-3/+2
* netrc: part of conditional expression is always true: !doneDaniel Stenberg2019-09-201-1/+1
* version: Expression 'left > 1' is always trueDaniel Stenberg2019-09-201-7/+5
* url: remove dead codeDaniel Stenberg2019-09-201-7/+0
* url: part of expression is always true: (bundle->multiuse == 0)Daniel Stenberg2019-09-201-1/+1
* ftp: the conditional expression is always trueDaniel Stenberg2019-09-201-4/+2
* ftp: Expression 'ftpc->wait_data_conn' is always falseDaniel Stenberg2019-09-201-7/+2
* ftp: Expression 'ftpc->wait_data_conn' is always trueDaniel Stenberg2019-09-201-6/+5
* ftp: part of conditional expression is always true: !resultDaniel Stenberg2019-09-201-1/+1
* http: fix Expression 'http->postdata' is always falseDaniel Stenberg2019-09-201-2/+1
* doh: avoid truncating DNS QTYPE to lower octetNiall O'Reilly2019-09-191-2/+4
* urlapi: CURLU_NO_AUTHORITY allows empty authority/host partJens Finkhaeuser2019-09-191-11/+25
* url: only reuse TLS connections with matching pinningDaniel Stenberg2019-09-193-1/+9
* http: merge two "case" statementsMichael Kaufmann2019-09-181-3/+0
* FTP: remove trailing slash from path for LIST/MLSDZenju2019-09-181-8/+7
* mime: when disabled, avoid C99 macroDaniel Stenberg2019-09-182-3/+10
* url: cleanup dangling DOH request headers tooDaniel Stenberg2019-09-181-0/+1
* http2: relax verification of :authority in push promise requestsChristoph M. Becker2019-09-161-1/+3