summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* curl: exit the create_transfers loop on errorsbagder/curl-exit-on-errorDaniel Stenberg2019-09-211-8/+5
* travis: enable ngtcp2 h3-23 buildsDaniel Stenberg2019-09-211-16/+16
* altsvc: both backends run h3-23 nowDaniel Stenberg2019-09-212-3/+3
* 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
* appveyor: upgrade VS2017 to VS2019Daniel Stenberg2019-09-211-8/+13
* 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
* THANKS-filter: deal with my typos 'Jat' => 'Jay'Daniel Stenberg2019-09-201-1/+1
* travis: use go masterDaniel Stenberg2019-09-201-2/+5
* tool_operate: removed unused variable 'done'Daniel Stenberg2019-09-201-2/+1
* tool_operate: Expression 'config->resume_from' is always trueDaniel Stenberg2019-09-201-2/+2
* tool_getparam: remove duplicate switch caseDaniel Stenberg2019-09-201-5/+1
* 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-195-11/+57
* version: next release will be 7.67.0Daniel Stenberg2019-09-192-5/+5
* RELEASE-NOTES: syncedDaniel Stenberg2019-09-191-6/+42
* url: only reuse TLS connections with matching pinningDaniel Stenberg2019-09-193-1/+9
* README: add OSS-Fuzz badge [skip ci]Daniel Stenberg2019-09-191-0/+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