summaryrefslogtreecommitdiff
path: root/lib/vquic/ngtcp2.c
Commit message (Expand)AuthorAgeFilesLines
* ngtcp2: support latest QUIC TLS RFC9001Amaury Denoyelle2021-11-051-1/+1
* ngtcp2: specify the missing required callback functionsTatsuhiro Tsujikawa2021-11-011-2/+16
* ngtcp2: fix QUIC transport parameter versionJun-ya Kato2021-09-251-6/+5
* ngtcp2: fix build with ngtcp2 and nghttp3Tatsuhiro Tsujikawa2021-09-121-2/+6
* ngtcp2: adapt to new size defintions upstreamDaniel Stenberg2021-09-101-16/+3
* ngtcp2: stop buffering crypto dataTatsuhiro Tsujikawa2021-08-261-22/+1
* ngtcp2: remove the acked_crypto_offset struct field initDaniel Stenberg2021-08-161-1/+0
* ngtcp2: utilize crypto API functions to simplifyTatsuhiro Tsujikawa2021-08-101-57/+11
* ngtcp2: reset the oustanding send buffer again when drainedmegatronking2021-08-101-0/+6
* ngtcp2: replace deprecated functions with nghttp3_conn_shutdown_stream_readTatsuhiro Tsujikawa2021-08-091-2/+2
* ngtcp2: rework the return value handling of ngtcp2_conn_writev_streamTatsuhiro Tsujikawa2021-08-091-6/+14
* ngtcp2: compile with the latest ngtcp2 and nghttp3Tatsuhiro Tsujikawa2021-08-081-6/+22
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-9/+9
* version: turn version number functions into returning voidDaniel Stenberg2021-06-301-5/+4
* ngtcp2: disable TLSv1.3 compatible mode when using GnuTLSJun-ya Kato2021-06-081-1/+2
* h3: add 'attach' callback to protocol handlersDaniel Stenberg2021-05-191-0/+1
* ngtcp2: fix the cb_acked_stream_data_offset protoDaniel Stenberg2021-05-071-1/+1
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-221-12/+12
* ngtcp2: Use ALPN h3-29 for nowTatsuhiro Tsujikawa2021-04-131-4/+6
* ngtcp2+gnutls: clear credentials when freedDaniel Stenberg2021-04-071-1/+3
* ngtcp2: sync with recent API updatesDaniel Stenberg2021-03-221-2/+4
* ngtcp2: Fix build error due to change in ngtcp2_addr_initJun-ya Kato2021-03-101-4/+4
* ngtcp2: clarify calculation precedenceMarcel Raad2021-02-101-1/+1
* lib: remove redundant codeMarcel Raad2021-02-101-1/+0
* lib: reduce variable scopesMarcel Raad2021-02-101-2/+1
* ngtcp2: adapt to the new recv_datagram callbackDaniel Stenberg2021-02-091-1/+2
* lib: use int type for more port variablesJay Satiro2021-02-091-2/+2
* ngtcp2: Fix build error due to change in ngtcp2_settingsJay Satiro2021-02-021-8/+10
* ngtcp2: Fix http3 upload stallTatsuhiro Tsujikawa2021-01-261-55/+54
* ngtcp2: Fix stack buffer overflowTatsuhiro Tsujikawa2021-01-261-2/+3
* quic: remove conn->data useDaniel Stenberg2021-01-191-34/+24
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-42/+41
* failf: remove newline from formatting stringsDaniel Stenberg2020-12-251-10/+10
* ngtcp2: make it build it current master againDaniel Stenberg2020-12-101-3/+3
* ngtcp2: Fix build error due to symbol name changeJay Satiro2020-12-021-4/+4
* ngtcp2: use the minimal version of QUIC supported by ngtcp2Daiki Ueno2020-11-261-1/+1
* ngtcp2: advertise h3 ALPN unconditionallyDaiki Ueno2020-11-261-17/+5
* vquic/ngtcp2.h: define local_addr as sockaddr_storageDaiki Ueno2020-11-261-3/+4
* infof/failf calls: fix format specifiersRikard Falkeborn2020-11-241-2/+2
* urldata: remove 'void *protop' and create the union 'p'Daniel Stenberg2020-11-231-12/+12
* ngtcp2: adapt to recent nghttp3 updatesDaniel Stenberg2020-11-091-0/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* http3: fix two build errors, silence warningsViktor Szakats2020-10-161-3/+4
* ngtcp2: adapt to new NGTCP2_PROTO_VER_MAX defineDaniel Stenberg2020-09-251-8/+4
* Curl_handler: add 'family' to each protocolDaniel Stenberg2020-09-211-0/+1
* ngtcp2: adapt to the new pkt_info argumentsDaniel Stenberg2020-08-261-3/+5
* ngtcp2: adapt to error code renameDaniel Stenberg2020-08-051-1/+1
* ngtcp2: store address in sockaddr_storageDaniel Stenberg2020-07-271-2/+3
* ngtcp2: adjust to recent sockaddr updatesDaniel Stenberg2020-07-161-8/+6
* ngtcp2: update to modified qlog callback prototypeDaniel Stenberg2020-07-121-1/+3