summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* connect: return CURLE_OPERATION_TIMEDOUT for errno == ETIMEDOUTDaniel Stenberg2019-10-041-0/+8
* ngtcp2: adapt to API changeDaniel Stenberg2019-10-041-7/+7
* cookies: change argument type for Curl_flush_cookiesDaniel Stenberg2019-10-034-4/+4
* http2: move state-init from creation to pre-transferDaniel Stenberg2019-10-033-2/+2
* urlapi: fix use-after-free bugDaniel Stenberg2019-10-031-35/+36
* cookie: avoid harmless use after freePaul Dreik2019-10-031-0/+1
* ESNI: initial build/setupNiall2019-10-021-0/+3
* redirect: when following redirects to an absolute URL, URL encode itDaniel Stenberg2019-10-021-1/+2
* urlapi: fix URL encoding when setting a full URLDaniel Stenberg2019-10-021-1/+16
* CURLMOPT_MAX_CONCURRENT_STREAMS: new setoptKunal Ekawde2019-10-024-1/+24
* chunked-encoding: stop hiding the CURLE_BAD_CONTENT_ENCODING errorDaniel Stenberg2019-10-025-24/+39
* checksrc: fix uninitialized variable warningMarcel Raad2019-10-011-1/+1
* urlapi: fix unused variable warningMarcel Raad2019-10-011-0/+2
* lib: silence conversion warningsMarcel Raad2019-10-012-2/+2
* altsvc: accept quoted ma and persist valuesDaniel Stenberg2019-09-301-1/+11
* quiche: update HTTP/3 config creation to new APIlucas2019-09-291-1/+1
* cookies: using a share with cookies shouldn't enable the cookie engineDaniel Stenberg2019-09-283-2/+7
* setopt: handle ALTSVC set to NULLDaniel Stenberg2019-09-271-1/+2
* FTP: url-decode path before evaluationZenju2019-09-272-170/+124
* vtls: Fix comment typo about macosx-version-min compiler flagjulian2019-09-271-1/+1
* quiche: don't close connection at end of stream!Daniel Stenberg2019-09-261-3/+1
* quiche: set 'drain' when returning without having drained the queuesDaniel Stenberg2019-09-261-4/+7
* Revert "FTP: url-decode path before evaluation"Daniel Stenberg2019-09-262-124/+172
* FTP: url-decode path before evaluationZenju2019-09-262-172/+124
* openssl: use strerror on SSL_ERROR_SYSCALLDaniel Stenberg2019-09-261-2/+8
* url: don't set appconnect time for non-ssl/non-ssh connectionsJay Satiro2019-09-262-1/+4
* ngtcp2: remove fprintf() callsDaniel Stenberg2019-09-251-23/+17
* url: fix the NULL hostname compiler warning caseJay Satiro2019-09-251-6/+2
* altsvc: correct the #ifdef for the ngtcp2 backendDaniel Stenberg2019-09-251-2/+2
* altsvc: save h3 as h3-23Daniel Stenberg2019-09-251-1/+1
* urlapi: question mark within fragment is still fragmentDaniel Stenberg2019-09-241-4/+4
* os400: getpeername() and getsockname() return ebcdic AF_UNIX sockaddr,Patrick Monnerat2019-09-241-1/+5
* strcase: fix raw lowercasing the letter XLucas Pardue2019-09-241-1/+1
* http2: Expression 'stream->stream_id != - 1' is always trueDaniel Stenberg2019-09-231-11/+8
* http2: A value is being subtracted from the unsigned variableDaniel Stenberg2019-09-231-1/+2
* libssh: part of conditional expression is always true: !resultDaniel Stenberg2019-09-231-1/+1
* libssh: part of conditional expression is always trueDaniel Stenberg2019-09-231-1/+1
* libssh: The expression is excessive or contains a misprintDaniel Stenberg2019-09-231-1/+1
* quiche: The expression must be surrounded by parenthesesDaniel Stenberg2019-09-231-1/+1
* vauth: The parameter 'status' must be surrounded by parenthesesDaniel Stenberg2019-09-231-1/+1
* doh: allow only http and https in debug modePaul Dreik2019-09-231-0/+3
* doh: return early if there is no time leftPaul Dreik2019-09-231-1/+4
* http: lowercase headernames for HTTP/2 and HTTP/3Barry Pollard2019-09-235-3/+95
* vtls: fix narrowing conversion warningsMarcel Raad2019-09-239-19/+20
* openssl: fix compiler warning with LibreSSLMarcel Raad2019-09-221-1/+1
* socks: Fix destination host shown on SOCKS5 errorJay Satiro2019-09-211-44/+20
* altsvc: both backends run h3-23 nowDaniel Stenberg2019-09-211-1/+1
* 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
* FTP: FTPFILE_NOCWD: avoid redundant CWDsZenju2019-09-212-59/+62