summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* defines: avoid underscore-prefixed definesbagder/no-underscore-definesDaniel Stenberg2019-08-2213-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
* ngtcp2: add missing nghttp3_conn_add_write_offset callTatsuhiro Tsujikawa2019-08-151-0/+9
* ngtcp2: deal with stream closeTatsuhiro Tsujikawa2019-08-151-1/+10
* ngtcp2: Consume QUIC STREAM data properlyTatsuhiro Tsujikawa2019-08-151-8/+13
* ngtcp2: don't reinitialize SSL on RetryTatsuhiro Tsujikawa2019-08-151-1/+0
* multi: getsock improvements for QUIC connectingDaniel Stenberg2019-08-141-1/+7
* connect: connections are persistent by default for HTTP/3Daniel Stenberg2019-08-141-0/+3
* quiche: happy eyeballsDaniel Stenberg2019-08-141-31/+42
* ngtcp2: do QUIC connections happy-eyeballs friendlyDaniel Stenberg2019-08-146-230/+262
* curl_version: bump string buffer size to 250Daniel Stenberg2019-08-141-1/+1
* CURLOPT_ALTSVC.3: use a "" file name to not load from a fileDaniel Stenberg2019-08-141-0/+2
* vauth: Use CURLE_AUTH_ERROR for auth function errorsJay Satiro2019-08-1411-18/+62
* curl_version_info: make the quic_version a constDaniel Stenberg2019-08-132-2/+2
* examples: add http3.c, altsvc.c and http3-present.cDaniel Stenberg2019-08-134-1/+159
* nss: use TLSv1.3 as default if supportedPeter Wu2019-08-131-10/+6
* quic.h: remove unused protoDaniel Stenberg2019-08-131-6/+0
* curl_version_info.3: mentioned ALTSVC and HTTP3Daniel Stenberg2019-08-131-45/+49
* lib/quic.c: unused - removedDaniel Stenberg2019-08-132-39/+1
* CURLOPT_ALTSVC_CTRL.3: remove CURLALTSVC_ALTUSEDDaniel Stenberg2019-08-131-5/+2
* docs/HTTP3: simplify quiche build instructionJunho Choi2019-08-121-6/+2
* altsvc: make it use h3-22 with ngtcp2 as wellDaniel Stenberg2019-08-121-2/+2
* ngtcp2: initial h3 request workDaniel Stenberg2019-08-122-24/+116