aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-01checksrc: fix uninitialized variable warningMarcel Raad
2019-10-01urlapi: fix unused variable warningMarcel Raad
2019-10-01lib: silence conversion warningsMarcel Raad
2019-09-30AppVeyor: add 32-bit MinGW-w64 buildMarcel Raad
2019-09-30AppVeyor: remove MSYS2_ARG_CONV_EXCL for winbuildMarcel Raad
2019-09-30git: add tests/server/disabled to .gitignoreEmil Engler
2019-09-30altsvc: accept quoted ma and persist valuesDaniel Stenberg
2019-09-30mailmap: a Lucas fixDaniel Stenberg
2019-09-29quiche: update HTTP/3 config creation to new APIlucas
2019-09-29BINDINGS: PureBasic, Net::Curl for perl and NimDaniel Stenberg
2019-09-29BINDINGS: Kapito is an Erlang library, basically a bindingDaniel Stenberg
2019-09-29BINDINGS: added clj-curlDaniel Stenberg
2019-09-28docs: disambiguate CURLUPART_HOST is for host name (ie no port)Jay Satiro
2019-09-28cookies: using a share with cookies shouldn't enable the cookie engineDaniel Stenberg
2019-09-27setopt: handle ALTSVC set to NULLDaniel Stenberg
2019-09-27RELEASE-NOTES: syncedDaniel Stenberg
2019-09-27INSTALL: add vcpkg installation instructionsgrdowns
2019-09-27FTP: add test for FTPFILE_NOCWD: Avoid redundant CWDsZenju
2019-09-27FTP: url-decode path before evaluationZenju
2019-09-27tests: fix narrowing conversion warningsMarcel Raad
2019-09-27vtls: Fix comment typo about macosx-version-min compiler flagjulian
2019-09-26README: minor grammar fixYechiel Kalmenson
2019-09-26HTTP3: fix prefix parameter for ngtcp2 buildSpezifant
2019-09-26quiche: don't close connection at end of stream!Daniel Stenberg
2019-09-26quiche: set 'drain' when returning without having drained the queuesDaniel Stenberg
2019-09-26Revert "FTP: url-decode path before evaluation"Daniel Stenberg
2019-09-26HTTP3: merged and simplified the two 'running' sectionsDaniel Stenberg
2019-09-26HTTP3: show an --alt-svc using example tooDaniel Stenberg
2019-09-26FTP: url-decode path before evaluationZenju
2019-09-26openssl: use strerror on SSL_ERROR_SYSCALLDaniel Stenberg
2019-09-26HTTP3: update quic.aiortc.org + add link to server listDaniel Stenberg
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-25travis: move the go install to linux-onlyJay 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-24HTTP3.md: move -p for mkdir, remove -j for makeAlex Samorukov
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