aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-10-05ldap: fix OOM error on missing query stringNicolas
2019-10-05build: Remove unused HAVE_LIBSSL and HAVE_LIBCRYPTO definesPaul B. Omta
2019-10-04ngtcp2: adapt to API changeDaniel Stenberg
2019-10-03cookies: change argument type for Curl_flush_cookiesDaniel Stenberg
2019-10-03http2: move state-init from creation to pre-transferDaniel Stenberg
2019-10-03urlapi: fix use-after-free bugDaniel Stenberg
2019-10-03cookie: avoid harmless use after freePaul Dreik
2019-10-02ESNI: initial build/setupNiall
2019-10-02redirect: when following redirects to an absolute URL, URL encode itDaniel Stenberg
2019-10-02urlapi: fix URL encoding when setting a full URLDaniel Stenberg
2019-10-02CURLMOPT_MAX_CONCURRENT_STREAMS: new setoptKunal Ekawde
2019-10-02chunked-encoding: stop hiding the CURLE_BAD_CONTENT_ENCODING errorDaniel Stenberg
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-30altsvc: accept quoted ma and persist valuesDaniel Stenberg
2019-09-29quiche: update HTTP/3 config creation to new APIlucas
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-27FTP: url-decode path before evaluationZenju
2019-09-27vtls: Fix comment typo about macosx-version-min compiler flagjulian
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-26FTP: url-decode path before evaluationZenju
2019-09-26openssl: use strerror on SSL_ERROR_SYSCALLDaniel 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-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-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
2019-09-23http: lowercase headernames for HTTP/2 and HTTP/3Barry Pollard
2019-09-23vtls: fix narrowing conversion warningsMarcel Raad
2019-09-22openssl: fix compiler warning with LibreSSLMarcel Raad
2019-09-21socks: Fix destination host shown on SOCKS5 errorJay Satiro
2019-09-21altsvc: both backends run h3-23 nowDaniel Stenberg
2019-09-21http: fix warning on conversion from int to bitDaniel Stenberg
2019-09-21urldata: use 'bool' for the bit type on MSVC compilersDaniel Stenberg