summaryrefslogtreecommitdiffhomepage
path: root/src/event (follow)
AgeCommit message (Expand)AuthorFilesLines
2026-03-24QUIC: improved error handling in OpenSSL compat layer.user.email1-2/+10
2026-03-24QUIC: worker-bound stateless reset tokens.Roman Arutyunyan1-2/+6
2026-03-24QUIC: Stateless Reset rate limiting.Sergey Kandaurov1-4/+61
2026-03-24QUIC: refactored ngx_quic_address_hash().Sergey Kandaurov3-4/+9
2026-03-24QUIC: moved ngx_quic_address_hash().Sergey Kandaurov3-49/+48
2026-03-24QUIC: limited size of generated Stateless Reset packets.Sergey Kandaurov1-2/+2
2026-03-24QUIC: adjusted minimum packet size to send Stateless Reset.Sergey Kandaurov1-1/+1
2025-12-23SSL: fixed "key values mismatch" with object cache inheritance.Sergey Kandaurov2-12/+63
2025-12-23Events: compatibility with NetBSD 10.0 in kqueue.Sergey Kandaurov1-2/+2
2025-12-23Configure: set NGX_KQUEUE_UDATA_T at compile time.Sergey Kandaurov1-0/+9
2025-12-23Events: fixed -Wzero-as-null-pointer-constant warnings in kqueue.Sergey Kandaurov1-2/+2
2025-12-23SSL: fixed testing OPENSSL_VERSION_NUMBER for OpenSSL 3.0+.Sergey Kandaurov2-2/+2
2025-12-23SSL: SSL_group_to_name() compatibility macro.Sergey Kandaurov2-12/+5
2025-12-23Use NULL instead of 0 for null pointer constant.Andrew Clayton2-2/+2
2025-12-23QUIC: do not block ACKs by congestion control.Sergey Kandaurov1-7/+17
2025-12-23SSL: fixed build with OPENSSL_NO_DH.Sergey Kandaurov2-0/+6
2025-12-23SSL: fixed build with OPENSSL_NO_DEPRECATED.Sergey Kandaurov1-0/+11
2025-04-23Fixed -Wunterminated-string-initialization with gcc15.Roman Arutyunyan1-5/+7
2025-04-15QUIC: dynamic packet threshold.Roman Arutyunyan1-9/+39
2025-04-15QUIC: optimized connection frame threshold.Roman Arutyunyan3-1/+6
2025-04-15QUIC: CUBIC congestion control.Roman Arutyunyan4-12/+185
2025-04-15QUIC: ignore congestion control when sending MTU probes.Roman Arutyunyan1-0/+1
2025-04-15QUIC: do not shrink congestion window after losing an MTU probe.Roman Arutyunyan3-0/+10
2025-04-15QUIC: do not increase underutilized congestion window.Roman Arutyunyan4-1/+37
2025-04-15QUIC: all-levels commit and revert functions.Roman Arutyunyan1-43/+53
2025-04-15QUIC: ngx_msec_t overflow protection.Roman Arutyunyan1-8/+14
2025-04-15QUIC: prevent spurious congestion control recovery mode.Roman Arutyunyan3-14/+44
2025-04-15QUIC: use path MTU in congestion window computations.Roman Arutyunyan3-8/+8
2025-04-15QUIC: graph-friendly congestion control logging.Roman Arutyunyan1-19/+25
2025-04-10SSL: external groups support in $ssl_curve and $ssl_curves.Sergey Kandaurov1-5/+30
2025-02-26SSL: raised limit for sessions stored in shared memory.Sergey Kandaurov1-1/+1
2025-02-26SSL: using static storage for NGX_SSL_MAX_SESSION_SIZE buffers.Sergey Kandaurov2-6/+10
2025-02-26SSL: style.Sergey Kandaurov1-1/+1
2025-01-28QUIC: added missing casts in iov_base assignments.Aleksei Bavshin1-2/+2
2025-01-23Upstream: fixed --with-compat build without SSL, broken by 454ad0e.Pavel Pautov1-1/+0
2025-01-17SSL: avoid using mismatched certificate/key cached pairs.Sergey Kandaurov3-5/+34
2025-01-17SSL: cache revalidation of file based dynamic certificates.Sergey Kandaurov1-2/+42
2025-01-17SSL: caching certificates and certificate keys with variables.Sergey Kandaurov3-34/+229
2025-01-17SSL: encrypted certificate keys are exempt from object cache.Sergey Kandaurov1-15/+38
2025-01-17SSL: object cache inheritance from the old configuration cycle.Sergey Kandaurov1-8/+99
2024-12-27QUIC: fixed accessing a released stream.Roman Arutyunyan1-5/+13
2024-12-26QUIC: ignore version negotiation packets.Roman Arutyunyan1-0/+5
2024-12-10QUIC: fixed client request timeout in 0-RTT scenarios.nandsky1-1/+1
2024-11-26QUIC: got rid of memory copy when initializing constant values.Sergey Kandaurov1-8/+9
2024-11-26QUIC: constified nonce parameter of crypto functions.Sergey Kandaurov2-7/+7
2024-11-25QUIC: prevented BIO leak in case of error.Roman Arutyunyan1-0/+1
2024-11-22SSL: a new macro to set default protocol versions.Sergey Kandaurov1-0/+7
2024-11-20Fixed missing double quote.Nathan Mentze1-1/+1
2024-11-19SSL: error message default in object caching API.Sergey Kandaurov1-0/+4
2024-10-08QUIC: prevent deleted stream frame retransmissions.nandsky1-7/+6