summaryrefslogtreecommitdiffhomepage
path: root/src/event/quic (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-28QUIC: fixed build with NGX_QUIC_DEBUG_ALLOC enabled.Vladimir Homutov1-9/+6
2021-04-29QUIC: connection migration.Vladimir Homutov15-369/+1675
2021-04-19QUIC: renamed stream variables from sn to qs.Roman Arutyunyan2-99/+99
2021-04-19QUIC: renamed stream field from c to connection.Roman Arutyunyan3-41/+44
2021-04-16QUIC: fixed permitted packet types for PATH_RESPONSE.Sergey Kandaurov1-1/+1
2021-04-19QUIC: added missing checks for limits in stream frames parsing.Vladimir Homutov1-0/+8
2021-04-19QUIC: fixed parsing of unknown frame types.Vladimir Homutov2-0/+9
2021-04-15QUIC: avoid sending extra frames in case of error.Vladimir Homutov1-0/+4
2021-04-13QUIC: normalize header inclusion.Sergey Kandaurov7-14/+8
2021-04-13QUIC: ngx_quic_frames_stream_t made opaque.Sergey Kandaurov4-15/+23
2021-04-14QUIC: separate files for SSL library interfaces.Vladimir Homutov5-507/+529
2021-04-13QUIC: separate files for tokens related processing.Vladimir Homutov4-285/+315
2021-04-13QUIC: separate files for output and ack related processing.Vladimir Homutov6-1953/+2021
2021-04-13QUIC: separate files for stream related processing.Vladimir Homutov4-1285/+1317
2021-04-13QUIC: separate files for frames related processing.Vladimir Homutov4-912/+957
2021-04-13QUIC: separate files for connection id related processing.Vladimir Homutov4-530/+564
2021-04-14QUIC: headers cleanup.Vladimir Homutov6-53/+49
2021-04-09QUIC: separate function for connection ids initialization.Vladimir Homutov1-40/+62
2021-04-07QUIC: fixed ngx_quic_send_ack_range() function.Vladimir Homutov1-1/+6
2021-04-05QUIC: fixed debug message macro.Vladimir Homutov1-2/+2
2021-04-05QUIC: added error codes and messages from latest drafts.Vladimir Homutov2-1/+5
2021-04-07QUIC: fixed memory leak in ngx_hkdf_extract()/ngx_hkdf_expand().Sergey Kandaurov1-0/+4
2021-03-23QUIC: PATH_CHALLENGE frame creation.Vladimir Homutov1-0/+26
2021-03-31QUIC: distinct files for connection migration.Vladimir Homutov4-48/+92
2021-03-31QUIC: separate header for ngx_quic_connection_t.Vladimir Homutov2-161/+183
2021-04-02QUIC: simplified quic connection dispatching.Vladimir Homutov2-15/+17
2021-04-02UDP: extended datagram context.Vladimir Homutov1-1/+1
2021-03-11QUIC: do not copy input data.Roman Arutyunyan1-21/+6
2021-03-31QUIC: HKDF API compatibility with OpenSSL master branch.Sergey Kandaurov1-0/+2
2021-03-15QUIC: connection shutdown.Roman Arutyunyan2-6/+75
2021-03-16QUIC: bpf code regenerated.Vladimir Homutov1-11/+10
2021-03-15QUIC: fixed key extraction in bpf.Vladimir Homutov1-12/+12
2021-03-16QUIC: fixed expected TLS codepoint with final draft and BoringSSL.Sergey Kandaurov1-0/+4
2021-03-11QUIC: added error handling to ngx_hkdf_extract()/ngx_hkdf_expand().Vladimir Homutov1-16/+42
2021-02-19Updated the list of supported drafts.Sergey Kandaurov1-1/+0
2021-02-19QUIC: multiple versions support.Sergey Kandaurov4-20/+14
2021-02-18QUIC: removed support prior to draft-29.Sergey Kandaurov3-36/+4
2021-02-18QUIC: set idle timer when sending an ack-eliciting packet.Roman Arutyunyan1-5/+9
2021-02-17QUIC: added ability to reset a stream.Sergey Kandaurov3-0/+71
2021-02-15QUIC: fixed indentation.Sergey Kandaurov5-29/+28
2021-02-15QUIC: added check of client transport parameters.Vladimir Homutov1-36/+86
2021-02-08QUIC: updated list of transport parameters to be sent.Vladimir Homutov1-3/+22
2021-02-10QUIC: distinguish reserved transport parameters in logging.Vladimir Homutov1-1/+2
2021-02-12QUIC: send PING frames on PTO expiration.Roman Arutyunyan3-12/+95
2021-02-12QUIC: improved setting the lost timer.Roman Arutyunyan1-25/+85
2021-02-04QUIC: disabled non-immediate ACKs for Initial and Handshake.Roman Arutyunyan1-2/+5
2021-02-09QUIC: fixed logging ACK frames.Roman Arutyunyan1-1/+1
2021-02-08QUIC: the "quic_host_key" directive.Vladimir Homutov4-48/+71
2021-02-04QUIC: use server ack_delay_exponent when sending ack.Roman Arutyunyan1-1/+1
2021-02-03QUIC: removed redundant "app" flag from ngx_quic_close_frame_t.Sergey Kandaurov3-16/+15