summaryrefslogtreecommitdiffhomepage
path: root/src/event/quic (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-27QUIC: renamed input handling functions.Roman Arutyunyan1-14/+15
2021-12-28QUIC: fixed format specifier after 6ccf3867959a.Roman Arutyunyan1-1/+1
2021-12-28QUIC: fixed config test with bpf (ticket #2292).Vladimir Homutov1-0/+8
2021-12-24QUIC: refactored buffer allocation, spliting and freeing.Roman Arutyunyan2-120/+167
2021-12-16QUIC: removed ngx_quic_copy_chain().Roman Arutyunyan2-61/+0
2021-12-16QUIC: renamed buffer-related functions.Roman Arutyunyan6-20/+20
2021-12-24QUIC: refactored ngx_quic_order_bufs() and ngx_quic_split_bufs().Roman Arutyunyan4-96/+117
2021-12-24QUIC: avoid excessive buffer allocations in stream output.Roman Arutyunyan5-15/+33
2021-12-27QUIC: got rid of excessive "qsock" argument in ngx_quic_output.c.Vladimir Homutov1-47/+28
2021-12-16QUIC: refactored ngx_quic_validate_path().Vladimir Homutov1-6/+3
2021-12-16QUIC: added missing check for backup path existence.Vladimir Homutov1-6/+15
2021-12-14QUIC: added path limiting function ngx_quic_path_limit().Roman Arutyunyan1-16/+24
2021-12-13QUIC: decoupled path state and limitation status.Vladimir Homutov5-6/+15
2021-12-13QUIC: improved path validation.Vladimir Homutov4-28/+15
2021-12-13QUIC: write and full stream shutdown support.Roman Arutyunyan1-56/+79
2021-12-10QUIC: simplified stream initialization.Roman Arutyunyan1-172/+62
2021-11-23QUIC: post stream events instead of calling their handlers.Roman Arutyunyan1-3/+3
2021-12-06QUIC: added missing frame initialization.Vladimir Homutov1-0/+4
2021-12-09QUIC: refactored ngx_quic_frame_sendto() function.Vladimir Homutov3-45/+29
2021-12-07QUIC: converted ngx_quic_keys_set_encryption_secret() to NGX codes.Sergey Kandaurov3-17/+27
2021-12-06QUIC: simplified configuration.Vladimir Homutov5-35/+87
2021-12-02QUIC: fixed using of retired connection id (ticket #2289).Vladimir Homutov1-4/+6
2021-12-02QUIC: logging of CRYPTO frame payload under NGX_QUIC_DEBUG_FRAMES.Sergey Kandaurov1-0/+14
2021-12-01QUIC: removed excessive check.Vladimir Homutov1-1/+1
2021-11-30QUIC: ngx_quic_send_alert() callback moved to its place.Sergey Kandaurov3-29/+28
2021-11-30QUIC: simplified ngx_quic_send_alert() callback.Sergey Kandaurov1-10/+4
2021-11-18QUIC: removed unnecessary closing of active/backup sockets.Vladimir Homutov1-6/+0
2021-11-29QUIC: fixed migration during NAT rebinding.Vladimir Homutov3-69/+31
2021-11-29QUIC: refactored multiple QUIC packets handling.Vladimir Homutov3-11/+10
2021-11-18QUIC: fixed handling of RETIRE_CONNECTION_ID frame.Vladimir Homutov3-30/+55
2021-11-18QUIC: additional checks for the RETIRE_CONNECTION_ID frame.Vladimir Homutov1-0/+33
2021-11-17QUIC: handle DATA_BLOCKED frame from client.Roman Arutyunyan3-15/+58
2021-11-17QUIC: update stream flow control credit on STREAM_DATA_BLOCKED.Roman Arutyunyan1-37/+44
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