nginx-devel
Thread
Date
Earlier messages
Later messages
Messages by Thread
[njs] Improved memory footprint of RegExp.prototype.split().
Dmitry Volyntsev
[njs] Improved memory footprint of RegExp.prototype.replace().
Dmitry Volyntsev
[njs] Improved memory footprint of RegExp.prototype.test().
Dmitry Volyntsev
[PATCH] Auth basic: Cache credentials if auth_basic_user_file is static
Toshihito Kikuchi
Re: [PATCH] Auth basic: Cache credentials if auth_basic_user_file is static
Maxim Dounin
Re: [PATCH] Auth basic: Cache credentials if auth_basic_user_file is static
Toshihito Kikuchi
Fixed stucking cache status into UPDATING. #2162
u5h
[njs] FS: introduced fs.existsSync().
Dmitry Volyntsev
[njs] RegExp: improved memory footprint when match fails.
Dmitry Volyntsev
[njs] Stream: adjusted periodic timeout in tests.
Dmitry Volyntsev
[njs] Fetch: fixed HEAD response handling with large Content-Length.
Dmitry Volyntsev
Memory Leak Issue in Nginx PCRE2
上勾拳
Re: Memory Leak Issue in Nginx PCRE2
Maxim Dounin
Re: Memory Leak Issue in Nginx PCRE2
Sergey Kandaurov
Re: Memory Leak Issue in Nginx PCRE2
Maxim Dounin
Re: Memory Leak Issue in Nginx PCRE2
上勾拳
[PATCH] Updated OpenSSL and zlib versions
Yaroslav Zhuravlev
Re: [PATCH] Updated OpenSSL and zlib versions
Maxim Dounin
Re: [PATCH] Updated OpenSSL and zlib versions
Yaroslav Zhuravlev
[nginx] QUIC: handle callback errors in compat.
Roman Arutyunyan
NGINX status code based on *response* body
Muhammad Nuzaihan
Re: NGINX status code based on *response* body
Roman Arutyunyan
[PATCH] Expose Stream proxy module structures for module developers.
Andrey Kulikov
[PATCH] Expose HTTP proxy module structures for module developers.
Andrey Kulikov
[Proposal] Expose HTTP and Stream proxy modules structures for developers.
Andrey Kulikov
Re: [Proposal] Expose HTTP and Stream proxy modules structures for developers.
Roman Arutyunyan
Re: [Proposal] Expose HTTP and Stream proxy modules structures for developers.
stewart dunn
[njs] Modules: introduced console object.
Dmitry Volyntsev
[njs] Introduced API to work with external value pointers.
Dmitry Volyntsev
[njs] Modules: added debug log for vm cloning and destroying.
Dmitry Volyntsev
[PATCH] Linux packages: removed Ubuntu 22.10 'kinetic' due to EOL
Konstantin Pavlov
Re: [PATCH] Linux packages: removed Ubuntu 22.10 'kinetic' due to EOL
Maxim Dounin
[njs] Shell: introduced error, info and warn methods for console object.
Dmitry Volyntsev
[njs] Shell: simplified console.time()/timeEnd() pair.
Dmitry Volyntsev
[njs] Shell: improved shell_test.
Dmitry Volyntsev
[nginx] Modules compatibility: added QUIC to signature (ticket #2539).
Roman Arutyunyan
[nginx] HTTP/3: postponed session creation to init() callback.
Roman Arutyunyan
[nginx] QUIC: simplified setting close timer when closing connection.
Roman Arutyunyan
[nginx] QUIC: do not call shutdown() when handshake is in progress.
Roman Arutyunyan
[nginx] HTTP/3: moved variable initialization.
Roman Arutyunyan
[nginx] QUIC: "handshake_timeout" configuration parameter.
Roman Arutyunyan
Re: [nginx] QUIC: "handshake_timeout" configuration parameter.
Vladimir Homutov via nginx-devel
Re: [nginx] QUIC: "handshake_timeout" configuration parameter.
Roman Arutyunyan
Re: [nginx] QUIC: "handshake_timeout" configuration parameter.
Vladimir Homutov via nginx-devel
Re: [nginx] QUIC: "handshake_timeout" configuration parameter.
Roman Arutyunyan
[PATCH] QUIC openssl compat mode error handling
Vladimir Homutov via nginx-devel
Re: [PATCH] QUIC openssl compat mode error handling
Roman Arutyunyan
Re: [PATCH] QUIC openssl compat mode error handling
Vladimir Homutov via nginx-devel
Re: [PATCH] QUIC openssl compat mode error handling
Roman Arutyunyan
[PATCH] Improve performance when starting nginx with a lot of locations
Yusuke Nojima
Re: [PATCH] Improve performance when starting nginx with a lot of locations
Maxim Dounin
Re: [PATCH] Improve performance when starting nginx with a lot of locations
Yusuke Nojima
Re: [PATCH] Improve performance when starting nginx with a lot of locations
Илья Шипицин
Re: [PATCH] Improve performance when starting nginx with a lot of locations
Yusuke Nojima
Re: [PATCH] Improve performance when starting nginx with a lot of locations
Maxim Dounin
Re: [PATCH] Improve performance when starting nginx with a lot of locations
Yusuke Nojima
Re: [PATCH] Improve performance when starting nginx with a lot of locations
Sergey Kandaurov
Re: [PATCH] Improve performance when starting nginx with a lot of locations
Maxim Dounin
[PATCH] Mail: allow auth to the proxy without auth to the backend
Arnout Engelen
Re: [PATCH] Mail: allow auth to the proxy without auth to the backend
Maxim Dounin
Re: [PATCH] Mail: allow auth to the proxy without auth to the backend
Arnout Engelen
[njs] Added tag 0.8.1 for changeset a52b49f9afcf
Dmitry Volyntsev
[njs] Version 0.8.1.
Dmitry Volyntsev
[njs] Types: added TS description for items() introduced in f5428bc87159.
Dmitry Volyntsev
[njs] HTTP: avoid calling body filter when input chain is NULL.
Dmitry Volyntsev
[njs] Modules: improved debug log.
Dmitry Volyntsev
[njs] Fetch: renamed prefix http to fetch to avoid overlap with HTTP module.
Dmitry Volyntsev
[njs] Added flat hash overflow check.
Vadim Zhestikov via nginx-devel
[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
Earlier messages
Later messages