nginx-devel
Thread
Date
Earlier messages
Later messages
Messages by Thread
[njs] Modules: implemented items() method of a shared dictionary.
Dmitry Volyntsev
[njs] Tests: fixed incr() tests for a shared dictionary.
Dmitry Volyntsev
[PATCH 0 of 8] [quic] reusing crypto contexts, and more
Sergey Kandaurov
[PATCH 1 of 8] QUIC: split keys availability checks to read and write sides
Sergey Kandaurov
Re: [PATCH 1 of 8] QUIC: split keys availability checks to read and write sides
Roman Arutyunyan
[PATCH 2 of 8] QUIC: added check to prevent packet output with discarded keys
Sergey Kandaurov
Re: [PATCH 2 of 8] QUIC: added check to prevent packet output with discarded keys
Roman Arutyunyan
Re: [PATCH 2 of 8] QUIC: added check to prevent packet output with discarded keys
Sergey Kandaurov
[PATCH 3 of 8] QUIC: prevented output of ACK frame when discarding handshake keys
Sergey Kandaurov
[PATCH 4 of 8] QUIC: renamed protection functions
Sergey Kandaurov
Re: [PATCH 4 of 8] QUIC: renamed protection functions
Roman Arutyunyan
[PATCH 5 of 8] QUIC: reusing crypto contexts for packet protection
Sergey Kandaurov
Re: [PATCH 5 of 8] QUIC: reusing crypto contexts for packet protection
Roman Arutyunyan
Re: [PATCH 5 of 8] QUIC: reusing crypto contexts for packet protection
Sergey Kandaurov
Re: [PATCH 5 of 8] QUIC: reusing crypto contexts for packet protection
Sergey Kandaurov
Re: [PATCH 5 of 8] QUIC: reusing crypto contexts for packet protection
Sergey Kandaurov
[PATCH 6 of 8] QUIC: reusing crypto contexts for header protection
Sergey Kandaurov
Re: [PATCH 6 of 8] QUIC: reusing crypto contexts for header protection
Roman Arutyunyan
Re: [PATCH 6 of 8] QUIC: reusing crypto contexts for header protection
Sergey Kandaurov
[PATCH 7 of 8] QUIC: cleaned up now unused ngx_quic_ciphers() calls
Sergey Kandaurov
Re: [PATCH 7 of 8] QUIC: cleaned up now unused ngx_quic_ciphers() calls
Roman Arutyunyan
Re: [PATCH 7 of 8] QUIC: cleaned up now unused ngx_quic_ciphers() calls
Sergey Kandaurov
[PATCH 8 of 8] QUIC: explicitly zero out unused keying material
Sergey Kandaurov
Re: [PATCH 8 of 8] QUIC: explicitly zero out unused keying material
Roman Arutyunyan
Re: [PATCH 8 of 8] QUIC: explicitly zero out unused keying material
Sergey Kandaurov
[PATCH 00 of 11] [quic] reusing crypto contexts, and more #2
Sergey Kandaurov
[PATCH 01 of 11] QUIC: split keys availability checks to read and write sides
Sergey Kandaurov
[PATCH 03 of 11] QUIC: prevented generating ACK frames with discarded keys
Sergey Kandaurov
[PATCH 02 of 11] QUIC: added safety belt to prevent using discarded keys
Sergey Kandaurov
[PATCH 04 of 11] QUIC: renamed protection functions
Sergey Kandaurov
[PATCH 05 of 11] QUIC: reusing crypto contexts for packet protection
Sergey Kandaurov
[PATCH 06 of 11] QUIC: common code for crypto open and seal operations
Sergey Kandaurov
[PATCH 08 of 11] QUIC: cleaned up now unused ngx_quic_ciphers() calls
Sergey Kandaurov
[PATCH 07 of 11] QUIC: reusing crypto contexts for header protection
Sergey Kandaurov
[PATCH 09 of 11] QUIC: simplified ngx_quic_ciphers() API
Sergey Kandaurov
[PATCH 10 of 11] QUIC: removed key field from ngx_quic_secret_t
Sergey Kandaurov
[PATCH 11 of 11] QUIC: explicitly zero out unused keying material
Sergey Kandaurov
Re: [PATCH 00 of 11] [quic] reusing crypto contexts, and more #2
Roman Arutyunyan
[PATCH 0 of 2] QUIC module compatibility issues
Roman Arutyunyan
[PATCH 1 of 2] HTTP/3: eliminated v3_session field from ngx_http_connection_t
Roman Arutyunyan
[PATCH 2 of 2] Modules compatibility: added QUIC to signature (ticket #2539)
Roman Arutyunyan
[PATCH 0 of 3] QUIC module compatibility issues
Roman Arutyunyan
[PATCH 1 of 3] QUIC: "handshake_timeout" configuration parameter
Roman Arutyunyan
Re: [PATCH 1 of 3] QUIC: "handshake_timeout" configuration parameter
Sergey Kandaurov
Re: [PATCH 1 of 3] QUIC: "handshake_timeout" configuration parameter
Roman Arutyunyan
[PATCH 2 of 3] HTTP/3: eliminated v3_session field from ngx_http_connection_t
Roman Arutyunyan
Re: [PATCH 2 of 3] HTTP/3: eliminated v3_session field from ngx_http_connection_t
Sergey Kandaurov
Re: [PATCH 2 of 3] HTTP/3: eliminated v3_session field from ngx_http_connection_t
Roman Arutyunyan
[PATCH 3 of 3] Modules compatibility: added QUIC to signature (ticket #2539)
Roman Arutyunyan
Re: [PATCH 3 of 3] Modules compatibility: added QUIC to signature (ticket #2539)
Sergey Kandaurov
Re: [PATCH 3 of 3] Modules compatibility: added QUIC to signature (ticket #2539)
Roman Arutyunyan
[PATCH 0 of 6] QUIC module compatibility issues
Roman Arutyunyan
[PATCH 1 of 6] QUIC: "handshake_timeout" configuration parameter
Roman Arutyunyan
[PATCH 3 of 6] QUIC: call shutdown() callback only after handshake completion
Roman Arutyunyan
Re: [PATCH 3 of 6] QUIC: call shutdown() callback only after handshake completion
Sergey Kandaurov
Re: [PATCH 3 of 6] QUIC: call shutdown() callback only after handshake completion
Sergey Kandaurov
Re: [PATCH 3 of 6] QUIC: call shutdown() callback only after handshake completion
Roman Arutyunyan
Re: [PATCH 3 of 6] QUIC: call shutdown() callback only after handshake completion
Sergey Kandaurov
[PATCH 2 of 6] HTTP/3: moved variable initialization
Roman Arutyunyan
[PATCH 4 of 6] HTTP/3: postponed session creation to init() callback
Roman Arutyunyan
[PATCH 5 of 6] QUIC: simplified setting close timer when closing connection
Roman Arutyunyan
[PATCH 6 of 6] Modules compatibility: added QUIC to signature (ticket #2539)
Roman Arutyunyan
keep a reference of ngx_conneciton_t to the ngx_quic_path_t?
Yu Zhu
Re: keep a reference of ngx_conneciton_t to the ngx_quic_path_t?
Sergey Kandaurov
[njs] Shell: fixed file error message on CLI without interactive mode.
Dmitry Volyntsev
[njs] Modules: added a session object for js_periodic handler.
Dmitry Volyntsev
[njs] Modules: added worker_affinity parameter for js_periodic directive.
Dmitry Volyntsev
[PATCH] Allowed nesting arbitrary prefix "location" in regex "location"
Valentin V . Bartenev
Re: [PATCH] Allowed nesting arbitrary prefix "location" in regex "location"
Maxim Dounin
[nginx] QUIC: removed use of SSL_quic_read_level and SSL_quic_write_level.
Sergey Kandaurov
[nginx] QUIC: refined sending CONNECTION_CLOSE in various packet types.
Sergey Kandaurov
[nginx] Upstream: fixed handling of Status headers without reason-phrase.
Sergey Kandaurov
[PATCH] Minor docs fixes
Ryan Davis via nginx-devel
Re: [PATCH] Minor docs fixes
Ryan Davis via nginx-devel
Re: [PATCH] Minor docs fixes
Sergey A. Osokin
Re: [PATCH] Minor docs fixes
Yaroslav Zhuravlev
Re: [PATCH] Minor docs fixes
Ryan Davis via nginx-devel
Re: [PATCH] Minor docs fixes
Yaroslav Zhuravlev
[PATCH] Added info about the Unit 1.31.0 release
Artem Konev
Re: [PATCH] Added info about the Unit 1.31.0 release
Yaroslav Zhuravlev
[njs] Fixed typo introduced in c7d2a7846b0b.
Vadim Zhestikov via nginx-devel
[PATCH] QUIC: refined sending CONNECTION_CLOSE in various packet types
Sergey Kandaurov
Re: [PATCH] QUIC: refined sending CONNECTION_CLOSE in various packet types
Sergey Kandaurov
Re: [PATCH] QUIC: refined sending CONNECTION_CLOSE in various packet types
Roman Arutyunyan
Re: [PATCH] QUIC: refined sending CONNECTION_CLOSE in various packet types
Sergey Kandaurov
Re: [PATCH] QUIC: refined sending CONNECTION_CLOSE in various packet types
Roman Arutyunyan
[nginx] QUIC: ignore path validation socket error (ticket #2532).
Roman Arutyunyan
[PATCH] QUIC: removed use of SSL_quic_read_level and SSL_quic_write_level
Sergey Kandaurov
Re: [PATCH] QUIC: removed use of SSL_quic_read_level and SSL_quic_write_level
Roman Arutyunyan
[PATCH] QUIC: ignore path validation socket error (ticket #2532)
Roman Arutyunyan
Re: [PATCH] QUIC: ignore path validation socket error (ticket #2532)
Sergey Kandaurov
[njs] Fixed js_periodic handler stopping after graceful shutdown.
Dmitry Volyntsev
[njs] Modules: fixed size() and keys() methods of a shared dictionary.
Dmitry Volyntsev
[njs] Introduced flat hash.
Vadim Zhestikov via nginx-devel
[nginx] QUIC: use last client dcid to receive initial packets.
Roman Arutyunyan
[PATCH] Provided more details about ssl_protocol directive usage by
Sergey A . Osokin
Re: [PATCH] Provided more details about ssl_protocol directive usage by
Maxim Dounin
Re: [PATCH] Provided more details about ssl_protocol directive usage by
Sergey A. Osokin
Re: [PATCH] Provided more details about ssl_protocol directive usage by
Maxim Dounin
Re: [PATCH] Provided more details about ssl_protocol directive usage by
Sergey A. Osokin
Re: [PATCH] Provided more details about ssl_protocol directive usage by
Sergey A. Osokin
Re: [PATCH] Provided more details about ssl_protocol directive usage by
Maxim Dounin
[PATCH] QUIC: use client dcid rather than odcid to receive packets
Roman Arutyunyan
Re: [PATCH] QUIC: use client dcid rather than odcid to receive packets
Sergey Kandaurov
Re: [PATCH] QUIC: use client dcid rather than odcid to receive packets
Roman Arutyunyan
Re: [PATCH] QUIC: use client dcid rather than odcid to receive packets
Sergey Kandaurov
[PATCH 0 of 2] Limiting shutdown workers
Roman Arutyunyan
[PATCH 1 of 2] Added functions for starting and signaling a single worker
Roman Arutyunyan
[PATCH 2 of 2] Added "max_shutdown_workers" directive
Roman Arutyunyan
Re: [PATCH 2 of 2] Added "max_shutdown_workers" directive
Maxim Dounin
Connection Migration Issue
claire liu
Connection Migration Issue
claire liu
[nginx] QUIC: posted generating TLS Key Update next keys.
Sergey Kandaurov
[njs] Fixed building by GCC with -O3.
Vadim Zhestikov via nginx-devel
[PATCH] Tests: allow to run ssl_curve.t on BoringSSL
Sergey Kandaurov
Re: [PATCH] Tests: allow to run ssl_curve.t on BoringSSL
Maxim Dounin
Re: [PATCH] Tests: allow to run ssl_curve.t on BoringSSL
Sergey Kandaurov
[njs] Modules: introduced js_periodic directive.
Dmitry Volyntsev
[njs] HTTP: simplified events handling.
Dmitry Volyntsev
[njs] Fixed typos introduced in ff7eb3c4bf76.
Dmitry Volyntsev
[PATCH] QUIC: posted generating TLS Key Update next keys
Sergey Kandaurov
Re: [PATCH] QUIC: posted generating TLS Key Update next keys
Sergey Kandaurov
Re: [PATCH] QUIC: posted generating TLS Key Update next keys
Roman Arutyunyan
Re: [PATCH] QUIC: posted generating TLS Key Update next keys
Sergey Kandaurov
Re: [PATCH] QUIC: posted generating TLS Key Update next keys
Roman Arutyunyan
[nginx] release-1.25.2 tag
Konstantin Pavlov
[nginx] nginx-1.25.2-RELEASE
Konstantin Pavlov
nginx 1.25.2 changes draft
Maxim Dounin
Re: nginx 1.25.2 changes draft
Roman Arutyunyan
Re: nginx 1.25.2 changes draft
Sergey Kandaurov
Re: nginx 1.25.2 changes draft
Maxim Dounin
Re: nginx 1.25.2 changes draft
Sergey Kandaurov
Re: nginx 1.25.2 changes draft
Maxim Dounin
Re: nginx 1.25.2 changes draft
Sergey Kandaurov
Re: nginx 1.25.2 changes draft
Maxim Dounin
[nginx] QUIC: path MTU discovery.
Roman Arutyunyan
[nginx] QUIC: allowed ngx_quic_frame_sendto() to return NGX_AGAIN.
Roman Arutyunyan
[nginx] QUIC: removed explicit packet padding for certain frames.
Roman Arutyunyan
[nginx] QUIC: fixed probe-congestion deadlock.
Roman Arutyunyan
[nginx] QUIC: fixed PTO expiration condition.
Roman Arutyunyan
[nginx] QUIC: removed path->limited flag.
Roman Arutyunyan
[nginx] QUIC: avoid accessing freed frame.
Roman Arutyunyan
[nginx] QUIC: fixed congesion control in GSO mode.
Roman Arutyunyan
[nginx] QUIC: optimized ACK delay.
Roman Arutyunyan
[nginx] QUIC: always add ACK frame to the queue head.
Roman Arutyunyan
[nginx] SSL: avoid using OpenSSL config in build directory (ticket #2404).
Sergey Kandaurov
[nginx] SSL: provided "nginx" appname when loading OpenSSL configs.
Sergey Kandaurov
[PATCH 0 of 5] QUIC congestion control fixes
Roman Arutyunyan
[PATCH 1 of 5] QUIC: avoid accessing freed frame
Roman Arutyunyan
Re: [PATCH 1 of 5] QUIC: avoid accessing freed frame
Sergey Kandaurov
[PATCH 3 of 5] QUIC: fixed PTO expiration condition
Roman Arutyunyan
Re: [PATCH 3 of 5] QUIC: fixed PTO expiration condition
Sergey Kandaurov
[PATCH 2 of 5] QUIC: eliminated spurious recovery period
Roman Arutyunyan
Re: [PATCH 2 of 5] QUIC: eliminated spurious recovery period
Sergey Kandaurov
[PATCH 5 of 5] QUIC: ignore blocked status in congestion event handlers
Roman Arutyunyan
Re: [PATCH 5 of 5] QUIC: ignore blocked status in congestion event handlers
Sergey Kandaurov
[PATCH 4 of 5] QUIC: fixed probe-congestion deadlock
Roman Arutyunyan
Re: [PATCH 4 of 5] QUIC: fixed probe-congestion deadlock
Sergey Kandaurov
Re: [PATCH 4 of 5] QUIC: fixed probe-congestion deadlock
Roman Arutyunyan
Re: [PATCH 4 of 5] QUIC: fixed probe-congestion deadlock
Sergey Kandaurov
[PATCH 0 of 4] QUIC performance optimizations
Roman Arutyunyan
[PATCH 1 of 4] QUIC: optimized ACK delay
Roman Arutyunyan
Re: [PATCH 1 of 4] QUIC: optimized ACK delay
Sergey Kandaurov
[PATCH 2 of 4] QUIC: always add ACK frame to the queue head
Roman Arutyunyan
Re: [PATCH 2 of 4] QUIC: always add ACK frame to the queue head
Sergey Kandaurov
Re: [PATCH 2 of 4] QUIC: always add ACK frame to the queue head
Vladimir Homutov via nginx-devel
Re: [PATCH 2 of 4] QUIC: always add ACK frame to the queue head
Sergey Kandaurov
[PATCH 3 of 4] QUIC: fixed congesion control in GSO mode
Roman Arutyunyan
Re: [PATCH 3 of 4] QUIC: fixed congesion control in GSO mode
Sergey Kandaurov
[PATCH 4 of 4] QUIC: use sendmmsg() with GSO
Roman Arutyunyan
extension to server_name directive - include top-level directory in search
Chris Newton via nginx-devel
Re: extension to server_name directive - include top-level directory in search
Maxim Dounin
[nginx] Contrib: vim syntax, update core and 3rd party module directives.
Sergey Kandaurov
[PATCH 1 of 2] SSL: provided "nginx" appname when loading OpenSSL configs
Maxim Dounin
[PATCH 2 of 2] SSL: avoid using OpenSSL config in build directory (ticket #2404)
Maxim Dounin
Re: [PATCH 2 of 2] SSL: avoid using OpenSSL config in build directory (ticket #2404)
Sergey Kandaurov
Re: [PATCH 2 of 2] SSL: avoid using OpenSSL config in build directory (ticket #2404)
Maxim Dounin
Re: [PATCH 1 of 2] SSL: provided "nginx" appname when loading OpenSSL configs
Sergey Kandaurov
Re: [PATCH 1 of 2] SSL: provided "nginx" appname when loading OpenSSL configs
Maxim Dounin
Question about QUIC and Reload
Marcus Lima via nginx-devel
[PATCH 0 of 3] nginx.org usability enhancements
Liam Crilly via nginx-devel
[PATCH 1 of 3] CSS as file.
Liam Crilly via nginx-devel
[PATCH 2 of 3] Responsive menu.
Liam Crilly via nginx-devel
[PATCH 3 of 3] Stylesheet style changes.
Liam Crilly via nginx-devel
Re: [PATCH 3 of 3] Stylesheet style changes.
Maxim Dounin
Re: [PATCH 2 of 3] Responsive menu.
Maxim Dounin
Re: [PATCH 1 of 3] CSS as file.
Maxim Dounin
Re: [PATCH 1 of 3] CSS as file.
Liam Crilly via nginx-devel
[PATCH] Contrib: vim syntax, update core and 3rd party module directives.
Gena Makhomed
Re: [PATCH] Contrib: vim syntax, update core and 3rd party module directives.
Maxim Dounin
Re: [PATCH] Contrib: vim syntax, update core and 3rd party module directives.
Gena Makhomed
Re: [PATCH] Contrib: vim syntax, update core and 3rd party module directives.
Maxim Dounin
[PATCH] Contrib: vim syntax, update core and 3rd party module directives.
Gena Makhomed
Re: [PATCH] Contrib: vim syntax, update core and 3rd party module directives.
Maxim Dounin
[nginx] Core: fixed environment variables on exit.
Sergey Kandaurov
[PATCH] Added debug_random directive
J Carter
Re: [PATCH] Added debug_random directive
J Carter
Re: [PATCH] Added debug_random directive
J Carter
Re: [PATCH] Added debug_random directive
Roman Arutyunyan
Re: [PATCH] Added debug_random directive
J Carter
Earlier messages
Later messages