summaryrefslogtreecommitdiffhomepage
path: root/src/event/ngx_event_udp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-05-14Common tree insert function for QUIC and UDP connections.Roman Arutyunyan1-2/+4
2023-01-02Merged with the default branch.Sergey Kandaurov1-1/+1
2022-12-16Style.BullerDu1-1/+1
2022-04-20QUIC: separate UDP framework for QUIC.Roman Arutyunyan1-114/+59
2022-02-14Merged with the default branch.Sergey Kandaurov1-0/+2
2022-02-03HTTP/2: made it possible to flush response headers (ticket #1743).Maxim Dounin1-0/+2
2022-01-25Core: added function for local source address cmsg.Vladimir Homutov1-82/+10
2021-07-15Core: added separate function for local source address cmsg.Vladimir Homutov1-82/+10
2021-04-08Introduced the "keepalive_time" directive.Maxim Dounin1-0/+2
2021-04-16Merged with the default branch.Sergey Kandaurov1-0/+2
2021-04-02QUIC: simplified quic connection dispatching.Vladimir Homutov1-0/+7
2021-04-02UDP: extended datagram context.Vladimir Homutov1-28/+25
2021-03-30QUIC: fixed udp buffer initialization.Vladimir Homutov1-0/+2
2021-03-30QUIC: do not handle empty dcid.Roman Arutyunyan1-64/+31
2021-03-11QUIC: do not reallocate c->sockaddr.Roman Arutyunyan1-8/+10
2020-11-11QUIC: connection multiplexing per port.Roman Arutyunyan1-35/+108
2019-01-14Prevented scheduling events on a shared connection.Roman Arutyunyan1-0/+6
2018-11-12Stream: proxy_requests directive.Vladimir Homutov1-2/+13
2018-11-07Stream: fixed possible use of a freed connection.Vladimir Homutov1-1/+6
2018-06-04Stream: udp streams.Roman Arutyunyan1-0/+265
2018-06-01Events: moved ngx_recvmsg() to new file src/event/ngx_event_udp.c.Roman Arutyunyan1-0/+376