summaryrefslogtreecommitdiffhomepage
path: root/src/event (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-01-28Style.Maxim Dounin1-2/+2
2023-02-22QUIC: OpenSSL compatibility layer.Roman Arutyunyan6-46/+766
2023-02-23QUIC: improved ssl_reject_handshake error logging.Sergey Kandaurov1-0/+8
2023-02-23QUIC: using ngx_ssl_handshake_log().Sergey Kandaurov3-9/+7
2023-02-23QUIC: moved "handshake failed" reason to send_alert.Sergey Kandaurov1-1/+1
2023-02-23QUIC: using NGX_QUIC_ERR_CRYPTO macro in ALPN checks.Sergey Kandaurov1-1/+1
2023-02-13QUIC: fixed indentation.Sergey Kandaurov2-3/+3
2023-01-31QUIC: fixed broken token in NEW_TOKEN (ticket #2446).Roman Arutyunyan4-8/+34
2023-01-31QUIC: ngx_quic_copy_buffer() function.Roman Arutyunyan3-21/+37
2023-01-18QUIC: defer setting the active flag for client stream events.Sergey Kandaurov1-18/+21
2023-01-10QUIC: relocated ngx_quic_init_streams() for 0-RTT.Roman Arutyunyan1-13/+9
2023-01-10QUIC: set stream error flag on reset.Roman Arutyunyan1-2/+12
2023-01-10QUIC: automatically add and never delete stream events.Roman Arutyunyan3-32/+9
2023-01-10HTTP/3: fixed $connection_time.Sergey Kandaurov1-0/+1
2023-01-02Merged with the default branch.Sergey Kandaurov2-2/+2
2022-12-16Style.BullerDu1-1/+1
2022-12-15Merged with the default branch.Sergey Kandaurov2-3/+13
2022-12-01SSL: fixed ngx_ssl_recv() to reset c->read->ready after errors.Maxim Dounin1-0/+5
2022-11-24SSL: fixed debug logging of SSL_sendfile() return value.Sergey Kandaurov1-1/+1
2022-11-23Fixed segfault when switching off master process during upgrade.Maxim Dounin1-1/+3
2022-11-23Disabled cloning of sockets without master process (ticket #2403).Maxim Dounin1-1/+4
2022-11-30QUIC: application init() callback.Roman Arutyunyan2-3/+21
2022-10-13SSL: removed cast not needed after 5ffd76a9ccf3.Sergey Kandaurov1-1/+1
2022-10-12SSL: workaround for session timeout handling with TLSv1.3.Maxim Dounin2-0/+48
2022-10-12SSL: optimized rotation of session ticket keys.Maxim Dounin2-19/+47
2022-10-12SSL: automatic rotation of session ticket keys.Maxim Dounin2-30/+160
2022-10-12SSL: shorter debug messages about session tickets.Maxim Dounin1-3/+3
2022-10-12SSL: renamed session ticket key functions and data index.Maxim Dounin2-16/+13
2022-10-12SSL: renamed session ticket key type.Maxim Dounin2-21/+21
2022-10-12SSL: style.Maxim Dounin1-0/+2
2022-10-12SSL: explicit clearing of expired sessions.Maxim Dounin1-0/+6
2022-10-12SSL: single allocation in session cache on 32-bit platforms.Maxim Dounin2-48/+25
2022-10-12SSL: explicit session id length checking.Maxim Dounin1-2/+8
2022-10-12SSL: updated comment about session sizes.Maxim Dounin1-6/+6
2022-10-12SSL: reduced logging of session cache failures (ticket #621).Maxim Dounin2-2/+8
2022-10-12SSL: disabled saving tickets to session cache.Maxim Dounin1-0/+17
2022-09-08SSL: silenced GCC warnings when building with BoringSSL.Sergey Kandaurov1-1/+1
2022-09-07Win32: fixed build on Windows with OpenSSL 3.0.x (ticket #2379).Maxim Dounin1-3/+3
2022-09-07SSL: fixed incorrect usage of #if instead of #ifdef.Maxim Dounin1-1/+1
2022-09-07Events: fixed style and wrong error handling in the iocp module.Maxim Dounin1-4/+3
2022-11-30QUIC: removed cancelable flag from QUIC and HTTP/3 events.Roman Arutyunyan1-4/+0
2022-10-19QUIC: idle mode for main connection.Roman Arutyunyan2-3/+19
2022-09-07QUIC: do not send MAX_STREAMS in shutdown state.Roman Arutyunyan1-8/+9
2022-08-22QUIC: defer stream removal until all its data is acked.Roman Arutyunyan3-23/+64
2022-11-29QUIC: reusable mode for main connection.Roman Arutyunyan3-52/+98
2022-09-07QUIC: post close event for connection close.Roman Arutyunyan2-23/+26
2022-08-22QUIC: made ngx_quic_finalize_connecion() more graceful.Roman Arutyunyan1-18/+14
2022-09-07QUIC: treat qc->error == -1 as a missing error.Roman Arutyunyan1-3/+3
2022-11-25QUIC: fixed computation of nonce with packet numbers beyond 2^32.Sergey Kandaurov1-4/+8
2022-11-23QUIC: fixed triggering stream read event (ticket #2409).Roman Arutyunyan1-1/+1