summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup mime: make Curl_mime_duppartbagder/pvs-studio-warningsDaniel Stenberg2019-09-191-4/+5
* tool_operate: removed unused variable 'done'Daniel Stenberg2019-09-191-2/+1
* tool_operate: Expression 'config->resume_from' is always trueDaniel Stenberg2019-09-191-2/+2
* tool_getparam: remove duplicate switch caseDaniel Stenberg2019-09-191-5/+1
* libssh2: part of conditional expression is always true: !resultDaniel Stenberg2019-09-191-1/+1
* urlapi: Expression 'storep' is always trueDaniel Stenberg2019-09-191-1/+2
* urlapi: 'scheme' is always trueDaniel Stenberg2019-09-191-16/+15
* urlapi: part of conditional expression is always true: (relurl[0] == '/')Daniel Stenberg2019-09-191-1/+1
* setopt: store CURLOPT_RTSP_SERVER_CSEQ correctlyDaniel Stenberg2019-09-191-1/+1
* mime: make Curl_mime_duppart() assert if called without valid dstDaniel Stenberg2019-09-191-7/+6
* http_proxy: part of conditional expression is always true: !errorDaniel Stenberg2019-09-191-1/+1
* imap: merged two case-branches performing the same actionDaniel Stenberg2019-09-191-4/+1
* multi: value '2L' is assigned to a booleanDaniel Stenberg2019-09-191-1/+1
* easy: part of conditional expression is always true: !result.Daniel Stenberg2019-09-191-3/+2
* netrc: part of conditional expression is always true: !done.Daniel Stenberg2019-09-191-1/+1
* version: Expression 'left > 1' is always true.Daniel Stenberg2019-09-191-7/+5
* url: remove dead codeDaniel Stenberg2019-09-191-7/+0
* url: part of conditional expression is always true: (bundle->multiuse == 0).Daniel Stenberg2019-09-191-1/+1
* ftp: the conditional expression is always trueDaniel Stenberg2019-09-191-4/+2
* ftp: Expression 'ftpc->wait_data_conn' is always false.Daniel Stenberg2019-09-191-7/+2
* ftp: Expression 'ftpc->wait_data_conn' is always true.Daniel Stenberg2019-09-191-6/+5
* ftp: part of conditional expression is always true: !result.Daniel Stenberg2019-09-191-1/+1
* http: fix Expression 'http->postdata' is always falseDaniel Stenberg2019-09-191-2/+1
* http: merge two "case" statementsMichael Kaufmann2019-09-181-3/+0
* FTP: remove trailing slash from path for LIST/MLSDZenju2019-09-185-13/+12
* 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
* doh: clean up dangling DOH handles and memory on easy closeDaniel Stenberg2019-09-162-5/+12
* unit1655: make it C90 compliantDaniel Stenberg2019-09-161-52/+55
* smb: check for full size message before reading message detailsDaniel Stenberg2019-09-161-1/+2
* quiche: persist connection detailsDaniel Stenberg2019-09-161-3/+3
* openssl: fix warning with boringssl and SSL_CTX_set_min_proto_versionDaniel Stenberg2019-09-161-4/+9
* doh: fix undefined behaviour and open up for gcc and clang optimizationPaul Dreik2019-09-151-2/+8
* doh: fix (harmless) buffer overrunPaul Dreik2019-09-157-5/+163
* docs: remove trailing ':' from section names in CURLOPT_TRAILER* manAlessandro Ghedini2019-09-152-13/+13
* docs: fix typo in CURLOPT_HTTP_VERSION manAlessandro Ghedini2019-09-151-1/+1
* CI: inintial github action jobDaniel Stenberg2019-09-141-0/+17
* appveyor: add a winbuildDaniel Stenberg2019-09-131-1/+14
* FTP: allow "rubbish" prepended to the SIZE responseDaniel Stenberg2019-09-134-3/+135
* FTP: skip CWD to entry dir when target is absoluteZenju2019-09-132-2/+3
* curl: fix memory leaked by parse_metalink()Kamil Dudka2019-09-133-1/+8
* parsedate: still provide the name arrays when disabledDaniel Stenberg2019-09-131-5/+9
* curl:file2string: load large files much fasterGilles Vollant2019-09-131-7/+24
* openssl: close_notify on the FTP data connection doesn't mean closureDaniel Stenberg2019-09-131-1/+4
* docs/HTTP3: fix `--with-ssl` ngtcp2 configure flagJimmy Gaussen2019-09-121-1/+1
* RELEASE-NOTES: syncedDaniel Stenberg2019-09-121-171/+16
* curlver: bump to 7.66.1Daniel Stenberg2019-09-121-3/+3
* setopt: make it easier to add new enum valuesZenju2019-09-121-7/+7
* asyn-thread: s/AF_LOCAL/AF_UNIX for SolarisDaniel Stenberg2019-09-121-2/+2