nginx/src/event
Roman Arutyunyan 0e7702e066 QUIC: ngx_quic_buffer_t use-after-free protection.
Previously the last chain field of ngx_quic_buffer_t could still reference freed
chains and buffers after calling ngx_quic_free_buffer().  While normally an
ngx_quic_buffer_t object should not be used after freeing, resetting last_chain
field would prevent a potential use-after-free.
2024-05-28 17:19:21 +04:00
..
modules Events: fixed style and wrong error handling in the iocp module. 2022-09-07 00:43:51 +03:00
quic QUIC: ngx_quic_buffer_t use-after-free protection. 2024-05-28 17:19:21 +04:00
ngx_event.c QUIC: automatically add and never delete stream events. 2023-01-10 14:05:18 +04:00
ngx_event.h Merged with the default branch. 2022-01-25 23:42:48 +03:00
ngx_event_accept.c Events: fixed balancing between workers with EPOLLEXCLUSIVE. 2021-12-30 01:08:46 +03:00
ngx_event_acceptex.c Introduced the "keepalive_time" directive. 2021-04-08 00:15:48 +03:00
ngx_event_connect.c HTTP/2: made it possible to flush response headers (ticket #1743). 2022-02-03 01:44:38 +03:00
ngx_event_connect.h Modules compatibility: down flag in ngx_peer_connection_t. 2019-01-31 17:25:03 +03:00
ngx_event_connectex.c Style. 2023-01-28 05:20:23 +03:00
ngx_event_openssl.c SSL: fixed $ssl_curves allocation error handling. 2024-01-30 19:18:31 +04:00
ngx_event_openssl.h SSL: reasonable version for LibreSSL adjusted. 2023-12-25 21:15:48 +04:00
ngx_event_openssl_stapling.c SSL: reasonable version for LibreSSL adjusted. 2023-12-25 21:15:48 +04:00
ngx_event_pipe.c Upstream: fixed usage of closed sockets with filter finalization. 2024-01-30 03:20:10 +03:00
ngx_event_pipe.h Modules compatibility: compatibility with NGX_THREADS. 2016-10-10 18:44:17 +03:00
ngx_event_posted.c SSL: reworked posted next events again. 2019-12-27 19:43:01 +03:00
ngx_event_posted.h SSL: reworked posted next events again. 2019-12-27 19:43:01 +03:00
ngx_event_timer.c Core: added the ngx_rbtree_data() macro. 2021-06-21 09:42:43 +03:00
ngx_event_timer.h Cancelable timers are now preserved if there are other timers. 2017-03-07 18:51:15 +03:00
ngx_event_udp.c Common tree insert function for QUIC and UDP connections. 2023-05-14 12:30:11 +04:00
ngx_event_udp.h Common tree insert function for QUIC and UDP connections. 2023-05-14 12:30:11 +04:00