summaryrefslogtreecommitdiffhomepage
path: root/src/event/quic (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-11QUIC: reject streams which we could not create.Roman Arutyunyan2-4/+74
2021-11-12QUIC: stop processing new client streams at the closing state.Sergey Kandaurov1-2/+2
2021-11-11QUIC: fixed PATH_RESPONSE frame expansion.Vladimir Homutov1-3/+11
2021-11-10QUIC: removed ngx_quic_error_text() declaration.Vladimir Homutov1-2/+0
2021-11-09QUIC: fixed GSO packets count.Vladimir Homutov1-2/+4
2021-11-10QUIC: removed dead code.Vladimir Homutov2-39/+0
2021-11-08QUIC: converted client_tp_done to bitfield.Vladimir Homutov1-1/+1
2021-10-13QUIC: fixed removal of unused client IDs.Vladimir Homutov1-3/+6
2021-11-03QUIC: connections with wrong ALPN protocols are now rejected.Vladimir Homutov2-13/+13
2021-10-07QUIC: refactored packet creation.Vladimir Homutov4-74/+108
2021-10-07QUIC: removed unused argument in ngx_quic_create_short_header().Vladimir Homutov1-3/+3
2021-09-30QUIC: added function to initialize packet.Vladimir Homutov1-64/+56
2021-10-22QUIC: fixed processing of minimum packet size.Vladimir Homutov1-0/+4
2021-09-23QUIC: added shutdown support in stream proxy.Vladimir Homutov2-0/+51
2021-10-26QUIC: style.Sergey Kandaurov3-5/+1
2021-10-26QUIC: speeding up processing 0-RTT.Sergey Kandaurov1-2/+18
2021-10-26QUIC: refactored OCSP validation in preparation for 0-RTT support.Sergey Kandaurov3-13/+33
2021-10-19QUIC: switched to integer arithmetic in rtt calculations.Vladimir Homutov1-8/+17
2021-10-15QUIC: optimized ack range processing.Vladimir Homutov1-3/+7
2021-10-13QUIC: limited the total number of frames.Roman Arutyunyan2-3/+7
2021-10-13QUIC: traffic-based flood detection.Roman Arutyunyan2-5/+31
2021-10-12QUIC: attempt decrypt before checking for stateless reset.Martin Duke1-2/+5
2021-10-12QUIC: Check if CID has been used in stateless reset checkMartin Duke1-2/+5
2021-09-21QUIC: send RESET_STREAM in response to STOP_SENDING.Roman Arutyunyan1-5/+13
2021-09-22QUIC: reset stream only once.Roman Arutyunyan1-1/+6
2021-09-27QUIC: moved a variable initialization near to its use.Sergey Kandaurov1-2/+2
2021-09-27Configure: check for QUIC 0-RTT support at compile time.Ruslan Ermilov1-1/+1
2021-09-22QUIC: set NGX_TCP_NODELAY_DISABLED for fake stream connections.Sergey Kandaurov1-0/+1
2021-09-21QUIC: simplified stream fd initialization.Roman Arutyunyan1-2/+1
2021-09-09QUIC: separate event handling functions.Roman Arutyunyan2-0/+30
2021-09-09QUIC: removed Firefox workaround for trailing zeroes in datagrams.Sergey Kandaurov1-5/+0
2021-09-09QUIC: macro style.Ruslan Ermilov1-1/+1
2021-09-06QUIC: store QUIC connection fd in stream fake connection.Roman Arutyunyan1-0/+2
2021-09-03QUIC: fixed null pointer dereference in MAX_DATA handler.Mariano Di Martino1-1/+3
2021-08-24QUIC: Stateless Reset Token debug logging cleanup.Sergey Kandaurov1-2/+0
2021-08-24QUIC: removed duplicate logging of Stateless Reset Token.Sergey Kandaurov1-4/+0
2021-08-24QUIC: fixed dead store assignment.Sergey Kandaurov1-1/+0
2021-08-17QUIC: fixed format specifiers in ngx_quic_bpf module.Sergey Kandaurov1-6/+6
2021-08-05QUIC: asynchronous shutdown.Roman Arutyunyan2-1/+5
2021-08-04QUIC: client certificate validation with OCSP.Sergey Kandaurov6-14/+109
2021-07-29QUIC: limit in-flight bytes by congestion window.Roman Arutyunyan2-10/+27
2021-07-28QUIC: handle EAGAIN properly on UDP sockets.Vladimir Homutov5-55/+135
2021-07-28QUIC: eliminated stream type from ngx_quic_stream_frame_t.Roman Arutyunyan6-77/+50
2021-07-22QUIC: avoid processing 1-RTT with incomplete handshake in OpenSSL.Sergey Kandaurov1-0/+14
2021-07-20QUIC: the "quic_gso" directive.Vladimir Homutov2-2/+7
2021-07-15QUIC: added support for segmentation offloading.Vladimir Homutov1-10/+236
2021-07-05QUIC: fixed padding calculation.Vladimir Homutov1-0/+3
2021-06-30QUIC: consider max_ack_delay=16384 invalid.Roman Arutyunyan1-1/+1
2021-06-21QUIC: fixed double memzero of new frames in ngx_quic_alloc_frame().Sergey Kandaurov1-1/+1
2021-06-17QUIC: compact initial secrets table.Sergey Kandaurov1-32/+6