summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ngtcp2: on h3 stream close, call expirebagder/ngtcp2-expire-on-closeDaniel Stenberg2019-08-281-1/+1
* ngtcp2: set flow control window to stream buffer sizeDaniel Stenberg2019-08-281-3/+4
* CURLOPT_HEADERFUNCTION.3: clarifyChristopher Head2019-08-281-1/+4
* CURLINFO docs: mention that in redirects times are addedDaniel Stenberg2019-08-2812-12/+37
* travis: enable ngtcp2 builds againDaniel Stenberg2019-08-281-15/+15
* HTTP3: switched openssl branch to useDaniel Stenberg2019-08-271-1/+1
* ngtcp2: Build with latest ngtcp2 and ngtcp2_crypto_opensslTatsuhiro Tsujikawa2019-08-276-1189/+218
* http2: when marked for closure and wanted to close == OKDaniel Stenberg2019-08-261-0/+5
* RELEASE-NOTES: syncedDaniel Stenberg2019-08-261-6/+26
* build-openssl: fix build with Visual Studio 2019Daniel Stenberg2019-08-261-1/+18
* vauth: return CURLE_AUTH_ERROR on gss_init_sec_context() failureKamil Dudka2019-08-263-3/+3
* KNOWN_BUGS: USE_UNIX_SOCKETS on WindowsDaniel Stenberg2019-08-261-0/+8
* quiche: send the HTTP body correctly on callback uploadsDaniel Stenberg2019-08-261-1/+10
* travis: disable ngtcp2 builds (temporarily)Daniel Stenberg2019-08-261-14/+14
* ngtcp2: add support for SSLKEYLOGFILEDaniel Stenberg2019-08-251-0/+18
* ngtcp2: improve h3 response receivingDaniel Stenberg2019-08-251-9/+26
* ngtcp2: use nghttp3_version()Daniel Stenberg2019-08-251-1/+2
* ngtcp2: sync with upstream API changesDaniel Stenberg2019-08-253-114/+80
* scp: fix directory name length used in memcpyKyle Abramowitz2019-08-241-1/+1
* http: the 'closed' struct field is used by both ngh2 and ngh3Daniel Stenberg2019-08-242-7/+1
* ngtcp2: accept upload via callbackDaniel Stenberg2019-08-235-19/+153
* defines: avoid underscore-prefixed definesDaniel Stenberg2019-08-2313-332/+332
* travis: add a build using ngtcp2 + nghttp3 (and a patched OpenSSL)Daniel Stenberg2019-08-221-0/+36
* travis: bump to using nghttp2 version 1.39.2Daniel Stenberg2019-08-211-5/+5
* docs/examples/curlx: fix errorsGisle Vanem2019-08-211-3/+3
* cleanup: remove DOT_CHAR completelyDaniel Stenberg2019-08-203-12/+2
* spnego_sspi: add typecast to fix build warningDaniel Stenberg2019-08-201-2/+2
* openssl: build warning free with boringsslDaniel Stenberg2019-08-202-6/+28
* curl: make --libcurl use CURL_HTTP_VERSION_3Daniel Stenberg2019-08-201-0/+1
* ngtcp2: make postfields-set posts workDaniel Stenberg2019-08-201-14/+33
* http: remove chunked-encoding and expect header use for HTTP/3Daniel Stenberg2019-08-201-4/+5
* configure: use pkg-config to detect quicheAlessandro Ghedini2019-08-203-36/+60
* CURLOPT_SSL_VERIFYHOST: treat the value 1 as 2Daniel Stenberg2019-08-203-30/+25
* curl: use .curlrc (with a dot) on Windows as wellDaniel Stenberg2019-08-202-52/+67
* netrc: make the code try ".netrc" on Windows as wellDaniel Stenberg2019-08-201-59/+87
* ngtcp2: use ngtcp2_version() to get the run-time versionDaniel Stenberg2019-08-201-1/+2
* ngtcp2: move the h3 initing to immediately after the rx keyDaniel Stenberg2019-08-201-6/+5
* quiche: register debug callback once and earlierAlessandro Ghedini2019-08-171-12/+18
* ssh: add a generic Curl_ssh_version function for SSH backendsDaniel Stenberg2019-08-174-26/+23
* base64: check for SSH, not specific SSH backendsDaniel Stenberg2019-08-171-2/+2
* vssh: move ssh init/cleanup functions into backend codeDaniel Stenberg2019-08-174-18/+41
* vssh: create directory for SSH backend codeDaniel Stenberg2019-08-174-3/+5
* TODO/ROADMAP: remove "refuse downgrade redirects" and HTTP/3Daniel Stenberg2019-08-162-18/+0
* RELEASE-NOTES: syncedDaniel Stenberg2019-08-161-12/+32
* travis: add a quiche buildDaniel Stenberg2019-08-161-2/+29
* http: fix use of credentials from URL when using HTTP proxyDaniel Stenberg2019-08-165-13/+117
* tests: Replace outdated test case numbering documentationMike Crowe2019-08-151-21/+6
* travis: reduce number of torture tests in 'coverage'Daniel Stenberg2019-08-151-1/+1
* configure: use -lquiche to link to quicheIgor Makarov2019-08-151-1/+1
* ngtcp2: provide the callbacks as a static structDaniel Stenberg2019-08-152-32/+33