aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2019-09-18http: merge two "case" statementsMichael Kaufmann
2019-09-18FTP: remove trailing slash from path for LIST/MLSDZenju
2019-09-18mime: when disabled, avoid C99 macroDaniel Stenberg
2019-09-18url: cleanup dangling DOH request headers tooDaniel Stenberg
2019-09-16http2: relax verification of :authority in push promise requestsChristoph M. Becker
2019-09-16doh: clean up dangling DOH handles and memory on easy closeDaniel Stenberg
2019-09-16smb: check for full size message before reading message detailsDaniel Stenberg
2019-09-16quiche: persist connection detailsDaniel Stenberg
2019-09-16openssl: fix warning with boringssl and SSL_CTX_set_min_proto_versionDaniel Stenberg
2019-09-15doh: fix undefined behaviour and open up for gcc and clang optimizationPaul Dreik
2019-09-15doh: fix (harmless) buffer overrunPaul Dreik
2019-09-13FTP: allow "rubbish" prepended to the SIZE responseDaniel Stenberg
2019-09-13FTP: skip CWD to entry dir when target is absoluteZenju
2019-09-13parsedate: still provide the name arrays when disabledDaniel Stenberg
2019-09-13openssl: close_notify on the FTP data connection doesn't mean closureDaniel Stenberg
2019-09-12setopt: make it easier to add new enum valuesZenju
2019-09-12asyn-thread: s/AF_LOCAL/AF_UNIX for SolarisDaniel Stenberg
2019-09-11ldap: Stop using wide char version of ldapp_err2stringJay Satiro
2019-09-10urlapi: one colon is enough for the strspn() input (typo)Daniel Stenberg
2019-09-10urlapi: verify the IPv6 numerical addressDaniel Stenberg
2019-09-10openssl: use SSL_CTX_set_<min|max>_proto_version() when availableClément Notin
2019-09-10openssl: indent, re-organize and add commentsClément Notin
2019-09-10sspi: fix memory leaksmigueljcrum
2019-09-09Curl_fillreadbuffer: avoid double-free trailer buf on errorDaniel Stenberg
2019-09-09security:read_data fix bad realloc()Daniel Stenberg
2019-09-09tftp: Alloc maximum blksize, and use default unless OACK is receivedThomas Vegas
2019-09-09tftp: return error when packet is too small for optionsThomas Vegas
2019-09-03netrc: free 'home' on errorDaniel Stenberg
2019-09-03urldata: avoid 'generic', use dedicated pointersDaniel Stenberg