summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* vauth: Use CURLE_AUTH_ERROR for auth function errorsJay Satiro2019-08-147-17/+55
* nss: use TLSv1.3 as default if supportedPeter Wu2019-08-131-10/+6
* quic.h: remove unused protoDaniel Stenberg2019-08-131-6/+0
* lib/quic.c: unused - removedDaniel Stenberg2019-08-132-39/+1
* 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
* curl_version_info: offer quic (and h3) library infoDaniel Stenberg2019-08-121-1/+10
* ngtcp2: send HTTP/3 request with nghttp3Tatsuhiro Tsujikawa2019-08-121-44/+221
* nghttp3: initial h3 template code addedDaniel Stenberg2019-08-122-1/+501
* nghttp3: required when ngtcp2 is used for QUICDaniel Stenberg2019-08-121-1/+1
* asyn-thread: issue CURL_POLL_REMOVE before closing socketEric Wong2019-08-111-5/+20
* ngtcp2: Send ALPN h3-22Tatsuhiro Tsujikawa2019-08-111-4/+5
* ngtcp2: use ngtcp2_settings_default and specify initial_tsTatsuhiro Tsujikawa2019-08-111-4/+2
* ngtcp2: make the QUIC handshake workTatsuhiro Tsujikawa2019-08-103-76/+267
* CURLOPT_H3: removedDaniel Stenberg2019-08-091-7/+0
* http3: make connection reuse workDaniel Stenberg2019-08-094-34/+82
* quiche: add SSLKEYLOGFILE supportDaniel Stenberg2019-08-091-0/+3
* alt-svc: add protocol version selection maskingDaniel Stenberg2019-08-083-60/+65
* http3: fix the HTTP/3 in the request, make alt-svc set right versionsDaniel Stenberg2019-08-082-39/+46
* alt-svc: send Alt-Used: in redirected requestsDaniel Stenberg2019-08-083-2/+16
* CURLOPT_HTTP_VERSION: seting this to 3 forces HTTP/3 use directlyDaniel Stenberg2019-08-083-6/+9
* CURLINFO_RETRY_AFTER: parse the Retry-After header valueDaniel Stenberg2019-08-073-3/+17
* curl.h: add CURL_HTTP_VERSION_3 to the version enumDaniel Stenberg2019-08-072-1/+4
* quiche: make use of the connection timeout API properlyDaniel Stenberg2019-08-072-0/+11
* quiche: make POSTFIELDS posts workDaniel Stenberg2019-08-071-14/+27
* quiche: improved error handling and memory cleanupsDaniel Stenberg2019-08-072-21/+49
* quiche: flush egress in h3_stream_recv() tooDaniel Stenberg2019-08-071-0/+4
* sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZIDSteve Holme2019-08-064-5/+24
* mesalink: implement client authenticationYiming Jing2019-08-061-13/+49
* curl_multi_poll: a sister to curl_multi_wait() that waits moreDaniel Stenberg2019-08-064-39/+32
* quiche:h3_stream_recv return 0 at end of streamDaniel Stenberg2019-08-061-4/+1
* altsvc: make quiche use h3-22 nowDaniel Stenberg2019-08-061-2/+2
* quiche: show the actual version numberDaniel Stenberg2019-08-061-1/+1
* quiche: first working HTTP/3 requestDaniel Stenberg2019-08-064-31/+89
* http09: disable HTTP/0.9 by default in both tool and libraryDaniel Stenberg2019-08-061-1/+1
* quiche: initial h3 request send/receiveDaniel Stenberg2019-08-053-24/+373
* lib/Makefile.am: make checksrc run in vquic tooDaniel Stenberg2019-08-051-1/+1
* altsvc: fix removal of expired cache entryDaniel Stenberg2019-08-051-0/+1
* md4: Use our own MD4 implementation when no crypto libraries are availableSteve Holme2019-08-043-43/+11
* md4: No need to include Curl_md4.h for each TLS librarySteve Holme2019-08-041-7/+1