nginx-devel
Thread
Date
Earlier messages
Later messages
Messages by Date
2022/11/21
[nginx] SSI: handling of subrequests from other modules (ticket #1263).
Sergey Kandaurov
2022/11/21
[nginx] Added logging to PROXY protocol write buffer check.
Sergey Kandaurov
2022/11/21
Re: [PATCH] SSI: ensure context of main request exists for subrequest using SSI
Maxim Dounin
2022/11/21
Re: [PATCH] SSI: ensure context of main request exists for subrequest using SSI
Ciel via nginx-devel
2022/11/21
Re: [PATCH 3 of 4] QUIC: support for setting QUIC methods with LibreSSL
Sergey Kandaurov
2022/11/21
Re: [PATCH] SSI: ensure context of main request exists for subrequest using SSI
Sergey Kandaurov
2022/11/18
[njs] Fixed for(expr1; conditional syntax error handling.
Vadim Zhestikov via nginx-devel
2022/11/18
QUIC: fixed computation of nonce
Yu Zhu
2022/11/18
[PATCH] Process events posted by ngx_close_idle_connections() immediately
Roman Arutyunyan
2022/11/18
Re: [PATCH] Fixed segfault when switching off master process during upgrade
Maxim Dounin
2022/11/18
Re: [PATCH] Disabled cloning of sockets without master process (ticket #2403)
Maxim Dounin
2022/11/18
Re: [PATCH] Filtering duplicate addresses in listen (ticket #2400)
Maxim Dounin
2022/11/18
Re: [PATCH] Added logging to PROXY protocol write buffer check
Maxim Dounin
2022/11/17
[njs] Shell: added signal support in CLI.
Dmitry Volyntsev
2022/11/17
[njs] Version bump.
Dmitry Volyntsev
2022/11/17
Re: [PATCH] HTTP: add internal_redirect directive.
Maxim Dounin
2022/11/17
Re: Couldn't download old release of nginx-quic
Maxim Dounin
2022/11/17
Re: [PATCH 3 of 4] QUIC: support for setting QUIC methods with LibreSSL
Maxim Dounin
2022/11/17
[PATCH] HTTP: add internal_redirect directive.
Aleksei Bavshin via nginx-devel
2022/11/17
Couldn't download old release of nginx-quic
claire liu
2022/11/17
Re: Nginx - quic issue
claire liu
2022/11/17
Re: Nginx - quic issue
Sergey A. Osokin
2022/11/17
Nginx - quic issue
claire liu
2022/11/17
Re: [PATCH] Tests: clearing of pre-existing Content-Range headers
Sergey Kandaurov
2022/11/17
Re: [PATCH] Tests: proxy protocol v2 TLVs tests for stream module
Sergey Kandaurov
2022/11/16
[njs] Added tag 0.7.9 for changeset 5f705230a62c
Dmitry Volyntsev
2022/11/16
[njs] Version 0.7.9.
Dmitry Volyntsev
2022/11/16
[njs] Added a target to generate pkg-config file.
Dmitry Volyntsev
2022/11/16
[njs] Fixed for-in unwanted detection of arrow function.
Vadim Zhestikov via nginx-devel
2022/11/16
[njs] Fixed for-in rhs expression parsing error handling.
Vadim Zhestikov via nginx-devel
2022/11/15
[PATCH] Tests: proxy protocol v2 TLVs tests for stream module
Eugene Grebenschikov via nginx-devel
2022/11/15
Re: [PATCH] Tests: clearing of pre-existing Content-Range headers
Eugene Grebenschikov via nginx-devel
2022/11/15
[njs] Modules: fixed Fetch Response prototype reinitialization.
Dmitry Volyntsev
2022/11/15
Re: [PATCH 3 of 4] QUIC: support for setting QUIC methods with LibreSSL
Sergey Kandaurov
2022/11/14
Re: [PATCH] SSI: ensure context of main request exists for subrequest using SSI
Ciel via nginx-devel
2022/11/14
Re: [PATCH] SSI: ensure context of main request exists for subrequest using SSI
Maxim Dounin
2022/11/14
[njs] Masks definition corrected and made regularized.
Vadim Zhestikov via nginx-devel
2022/11/14
[njs] Fixed for-in loop with left and right hand side expressions.
Vadim Zhestikov via nginx-devel
2022/11/10
[njs] Fixed Array.prototype.splice(s, d) when d resizes "this" during eval.
Dmitry Volyntsev
2022/11/10
[njs] Improved njs_object_prop_define() for fast-arrays.
Dmitry Volyntsev
2022/11/10
[njs] Improved njs_value_property_i64_delete() for fast-arrays.
Dmitry Volyntsev
2022/11/10
[njs] Change: the default JS stack size is reduced to 64k.
Dmitry Volyntsev
2022/11/09
Re: [PATCH v2] Removed the casts within ngx_memcmp()
Maxim Dounin
2022/11/09
Re: [PATCH] Added logging to PROXY protocol write buffer check
Maxim Dounin
2022/11/08
Re: [PATCH] SSI: ensure context of main request exists for subrequest using SSI
Ciel via nginx-devel
2022/11/08
u_char vs char (was: [PATCH] Removed the unsafe ngx_memcmp() wrapper for memcmp(3))
Alejandro Colomar
2022/11/08
Re: [PATCH 2/2] Core: replaced unsafe uses of sizeof() by ngx_nitems().
Maxim Dounin
2022/11/08
[PATCH v2] Removed the casts within ngx_memcmp()
Alejandro Colomar
2022/11/08
Re: [PATCH] Removed the unsafe ngx_memcmp() wrapper for memcmp(3)
Alejandro Colomar
2022/11/08
Re: [PATCH] Added logging to PROXY protocol write buffer check
Roman Arutyunyan
2022/11/08
Re: [PATCH] Fixed PROXY protocol to use ngx_memcpy()/ngx_memcmp()
Alejandro Colomar
2022/11/08
Re: [PATCH] Removed the unsafe ngx_memcmp() wrapper for memcmp(3)
Maxim Dounin
2022/11/08
[PATCH] Fixed PROXY protocol to use ngx_memcpy()/ngx_memcmp()
Maxim Dounin
2022/11/08
[PATCH] Added logging to PROXY protocol write buffer check
Maxim Dounin
2022/11/07
Re: [PATCH] SSI: ensure context of main request exists for subrequest using SSI
Maxim Dounin
2022/11/07
[njs] Fixed %TypedArray%.prototype.set(s) when s element changes "this".
Dmitry Volyntsev
2022/11/07
[njs] Types: fixed description for fs.mkdir() and fs.rmdir() methods.
Dmitry Volyntsev
2022/11/07
[njs] Fixed default module loader.
Dmitry Volyntsev
2022/11/07
[njs] Fixed Array.prototype.fill() when start object changes "this".
Dmitry Volyntsev
2022/11/07
[njs] Fixed String.prototype.replace(re) if re.exec() returns non-flat array.
Vadim Zhestikov via nginx-devel
2022/11/07
[PATCH 2/2] Core: replaced unsafe uses of sizeof() by ngx_nitems().
Alejandro Colomar
2022/11/07
[PATCH 1/2] Core: added macro to calculate the length of an array.
Alejandro Colomar
2022/11/07
Re: ngx_log_error, ngx_slprintf signal safe
Sergey Brester via nginx-devel
2022/11/06
Re: [PATCH] Removed the unsafe ngx_memcmp() wrapper for memcmp(3)
Alejandro Colomar
2022/11/05
ngx_log_error, ngx_slprintf signal safe
Nikhil Singhal
2022/11/04
Re: [PATCH] Removed the unsafe ngx_memcmp() wrapper for memcmp(3)
Maxim Dounin
2022/11/04
Re: [PATCH] Removed the unsafe ngx_memcmp() wrapper for memcmp(3)
Alejandro Colomar
2022/11/04
[PATCH] Removed the unsafe ngx_memcmp() wrapper for memcmp(3)
Alejandro Colomar
2022/11/04
Re: [PATCH] Linux packages: added Ubuntu 22.10 "kinetic"
Sergey Budnevich
2022/11/04
Re: [PATCH] SSI: ensure context of main request exists for subrequest using SSI
Ciel via nginx-devel
2022/11/03
Re: [PATCH] SSI: ensure context of main request exists for subrequest using SSI
Maxim Dounin
2022/11/03
[nginx] Version bump.
Roman Arutyunyan
2022/11/03
[nginx] Increased maximum read PROXY protocol header size.
Roman Arutyunyan
2022/11/02
[PATCH] SSI: ensure context of main request exists for subrequest using SSI
Ciel via nginx-devel
2022/11/02
Re: [PATCH] Core: support for reading PROXY protocol v2 TLVs
Maxim Dounin
2022/11/02
Re: [PATCH] fix ngx_realpath() for win32
Maxim Dounin
2022/11/02
Re: [PATCH] Core: support for reading PROXY protocol v2 TLVs
Roman Arutyunyan
2022/11/01
Re: [PATCH] fix ngx_realpath() for win32
Won-Kyu Park
2022/11/01
Re: [PATCH] fix ngx_realpath() for win32
Maxim Dounin
2022/11/01
Re: [PATCH] Core: support for reading PROXY protocol v2 TLVs
Maxim Dounin
2022/11/01
[PATCH] fix ngx_realpath() for win32
Won-Kyu Park
2022/10/31
Re: [PATCH] Core: support for reading PROXY protocol v2 TLVs
Roman Arutyunyan
2022/10/29
[PATCH] Fixed segfault when switching off master process during upgrade
Maxim Dounin
2022/10/29
[PATCH] Disabled cloning of sockets without master process (ticket #2403)
Maxim Dounin
2022/10/29
[PATCH] Filtering duplicate addresses in listen (ticket #2400)
Maxim Dounin
2022/10/26
[njs] Fixed static analyzer issues.
Vadim Zhestikov via nginx-devel
2022/10/25
[njs] Refactored working with an object properties.
Dmitry Volyntsev
2022/10/25
[njs] Version bump.
Dmitry Volyntsev
2022/10/25
[njs] Computed goto support added to vmcode.
Vadim Zhestikov via nginx-devel
2022/10/25
[PATCH] Linux packages: added Ubuntu 22.10 "kinetic"
Konstantin Pavlov
2022/10/25
Re: [PATCH 10 of 10] QUIC: application init() callback
Roman Arutyunyan
2022/10/24
[njs] Added tag 0.7.8 for changeset 3308415d7de8
Dmitry Volyntsev
2022/10/24
[njs] Version 0.7.8.
Dmitry Volyntsev
2022/10/24
[njs] Fixed labeled empty statement.
Vadim Zhestikov via nginx-devel
2022/10/22
Re: [PATCH] Documented the $proxy_protocol_tlv_ variable
Roman Arutyunyan
2022/10/21
[njs] Fixed shell tests after changes in backtraces and function names.
Dmitry Volyntsev
2022/10/21
[njs] Added njs.memoryStats object.
Dmitry Volyntsev
2022/10/21
Re: [PATCH] Tests: clearing of pre-existing Content-Range headers
Maxim Dounin
2022/10/21
Re: Http2 idle connection and worker shutdown
Jojy Varghese via nginx-devel
2022/10/21
Re: [PATCH] Intel DLB(Dynamic Load Banlander) demo in NGINX
Maxim Dounin
2022/10/21
[PATCH] Tests: clearing of pre-existing Content-Range headers
Eugene Grebenschikov via nginx-devel
2022/10/21
[PATCH] Tests: variables for proxy protocol v2 TLVs
Eugene Grebenschikov via nginx-devel
2022/10/21
Re: [nginx] allowing auth_request to proxy TOO_MANY_REQUESTS
Anders Nicolaisen via nginx-devel
2022/10/20
[PATCH] Intel DLB(Dynamic Load Banlander) demo in NGINX
Meng, Fino
2022/10/20
Re: Http2 idle connection and worker shutdown
Maxim Dounin
2022/10/20
Re: Http2 idle connection and worker shutdown
Jojy Varghese via nginx-devel
2022/10/20
Re: [PATCH 3 of 4] QUIC: support for setting QUIC methods with LibreSSL
Maxim Dounin
2022/10/20
[njs] Fixed break label for if statement.
Vadim Zhestikov via nginx-devel
2022/10/20
Re: Http2 idle connection and worker shutdown
Maxim Dounin
2022/10/20
Http2 idle connection and worker shutdown
Jojy Varghese via nginx-devel
2022/10/20
Re: [PATCH 10 of 10] QUIC: application init() callback
Roman Arutyunyan
2022/10/20
Re: [PATCH 08 of 10] QUIC: idle mode for main connection
Roman Arutyunyan
2022/10/20
Re: [PATCH 07 of 10] HTTP/3: unified hq code with regular HTTP/3 code
Roman Arutyunyan
2022/10/20
Re: [PATCH 10 of 10] QUIC: application init() callback
Sergey Kandaurov
2022/10/20
Re: [PATCH 08 of 10] QUIC: idle mode for main connection
Sergey Kandaurov
2022/10/20
Re: [PATCH 07 of 10] HTTP/3: unified hq code with regular HTTP/3 code
Sergey Kandaurov
2022/10/19
[nginx] Mp4: disabled duplicate atoms.
Konstantin Pavlov
2022/10/19
[nginx] nginx-1.23.2-RELEASE
Konstantin Pavlov
2022/10/19
[nginx] Version bump.
Konstantin Pavlov
2022/10/19
[nginx] release-1.23.2 tag
Konstantin Pavlov
2022/10/19
[nginx] Mp4: disabled duplicate atoms.
Konstantin Pavlov
2022/10/19
[nginx] release-1.22.1 tag
Konstantin Pavlov
2022/10/19
[nginx] Updated OpenSSL used for win32 builds.
Konstantin Pavlov
2022/10/19
[nginx] nginx-1.22.1-RELEASE
Konstantin Pavlov
2022/10/19
[nginx] Updated OpenSSL used for win32 builds.
Konstantin Pavlov
2022/10/19
[PATCH] Documented the $proxy_protocol_tlv_ variable
Yaroslav Zhuravlev
2022/10/18
Re: [PATCH 2 of 4] QUIC: do not use SSL_set_quic_early_data_enabled() with LibreSSL
Roman Arutyunyan
2022/10/17
Re: nginx-1.23.2 changes draft
Sergey Kandaurov
2022/10/17
nginx-1.23.2 changes draft
Maxim Dounin
2022/10/17
Re: [PATCH 3 of 4] QUIC: support for setting QUIC methods with LibreSSL
Sergey Kandaurov
2022/10/17
Re: [PATCH 2 of 4] QUIC: do not use SSL_set_quic_early_data_enabled() with LibreSSL
Sergey Kandaurov
2022/10/17
Re: [PATCH 3 of 4] QUIC: support for setting QUIC methods with LibreSSL
Roman Arutyunyan
2022/10/17
Re: [PATCH] Documented behaviour of a single server in upstream with keepalive
Sergey Kandaurov
2022/10/17
Re: [PATCH] SSL: improved validation of ssl_session_cache and ssl_ocsp_cache
Sergey Kandaurov
2022/10/17
[nginx] SSL: improved validation of ssl_session_cache and ssl_ocsp_cache.
Sergey Kandaurov
2022/10/17
Re: [PATCH 2 of 4] QUIC: do not use SSL_set_quic_early_data_enabled() with LibreSSL
Roman Arutyunyan
2022/10/14
Re: [PATCH] SSL: improved validation of ssl_session_cache and ssl_ocsp_cache
Maxim Dounin
2022/10/14
Re: [PATCH] SSL: improved validation of ssl_session_cache and ssl_ocsp_cache
Sergey Kandaurov
2022/10/14
Re:reply
yang
2022/10/14
reply
X 山鹰
2022/10/14
Re: [PATCH] Documented automatic rotation of TLS session ticket keys
Sergey Kandaurov
2022/10/13
Re: [PATCH] SSL: improved validation of ssl_session_cache and ssl_ocsp_cache
Maxim Dounin
2022/10/13
Re: [PATCH] Documented automatic rotation of TLS session ticket keys
Yaroslav Zhuravlev
2022/10/13
[PATCH] SSL: improved validation of ssl_session_cache and ssl_ocsp_cache
Sergey Kandaurov
2022/10/13
[nginx] SSL: removed cast not needed after 5ffd76a9ccf3.
Sergey Kandaurov
2022/10/13
[nginx] SSL: renamed session ticket key functions and data index.
Sergey Kandaurov
2022/10/13
[nginx] SSL: workaround for session timeout handling with TLSv1.3.
Sergey Kandaurov
2022/10/13
[nginx] SSL: optimized rotation of session ticket keys.
Sergey Kandaurov
2022/10/13
[nginx] SSL: style.
Sergey Kandaurov
2022/10/13
[nginx] SSL: automatic rotation of session ticket keys.
Sergey Kandaurov
2022/10/13
[nginx] SSL: shorter debug messages about session tickets.
Sergey Kandaurov
2022/10/13
[nginx] SSL: reduced logging of session cache failures (ticket #621).
Sergey Kandaurov
2022/10/13
[nginx] SSL: renamed session ticket key type.
Sergey Kandaurov
2022/10/13
[nginx] SSL: single allocation in session cache on 32-bit platforms.
Sergey Kandaurov
2022/10/13
[nginx] SSL: explicit clearing of expired sessions.
Sergey Kandaurov
2022/10/13
[nginx] SSL: disabled saving tickets to session cache.
Sergey Kandaurov
2022/10/13
[nginx] SSL: explicit session id length checking.
Sergey Kandaurov
2022/10/13
[nginx] SSL: updated comment about session sizes.
Sergey Kandaurov
2022/10/12
Re: [PATCH 11 of 11] SSL: automatic rotation of session ticket keys
Maxim Dounin
2022/10/12
[nginx] Added type cast to ngx_proxy_protocol_parse_uint16().
Roman Arutyunyan
2022/10/12
[nginx] PROXY protocol v2 TLV variables.
Roman Arutyunyan
2022/10/12
Re: [PATCH] Tests: http resolver with ipv4/ipv6 parameters
Sergey Kandaurov
2022/10/12
Re: [PATCH 11 of 11] SSL: automatic rotation of session ticket keys
Sergey Kandaurov
2022/10/12
Re: [nginx] allowing auth_request to proxy TOO_MANY_REQUESTS
Maxim Dounin
2022/10/12
Re: [nginx] allowing auth_request to proxy TOO_MANY_REQUESTS
Anders Nicolaisen via nginx-devel
2022/10/11
Re: [PATCH] Core: support for reading PROXY protocol v2 TLVs
Maxim Dounin
2022/10/11
Re: [PATCH] Documented behaviour of a single server in upstream with keepalive
Yaroslav Zhuravlev
2022/10/11
Re: [nginx] allowing auth_request to proxy TOO_MANY_REQUESTS
Maxim Dounin
2022/10/11
[nginx] Log only the first line of user input on PROXY protocol v1 error.
Roman Arutyunyan
2022/10/11
Re: [PATCH] Core: support for reading PROXY protocol v2 TLVs
Roman Arutyunyan
2022/10/11
Re: [nginx] allowing auth_request to proxy TOO_MANY_REQUESTS
Anders Nicolaisen via nginx-devel
2022/10/11
[PATCH 4 of 4] QUIC: removed compatibility with older BoringSSL API
Sergey Kandaurov
2022/10/11
[PATCH 3 of 4] QUIC: support for setting QUIC methods with LibreSSL
Sergey Kandaurov
2022/10/11
[PATCH 1 of 4] QUIC: using native TLSv1.3 cipher suite constants
Sergey Kandaurov
2022/10/11
[PATCH 2 of 4] QUIC: do not use SSL_set_quic_early_data_enabled() with LibreSSL
Sergey Kandaurov
2022/10/11
[PATCH 0 of 4] quic libressl support #2
Sergey Kandaurov
2022/10/10
[njs] Enabled successful tests which were skipped previously.
Dmitry Volyntsev
2022/10/10
[njs] Refactored bound function calls according to the spec.
Dmitry Volyntsev
2022/10/10
Re: [PATCH] Core: support for reading PROXY protocol v2 TLVs
Maxim Dounin
2022/10/10
Re: [PATCH] Linux packages: key verification command adjusted
Konstantin Pavlov
2022/10/10
[PATCH] Linux packages: key verification command adjusted
Andrei Belov
2022/10/09
Re: [PATCH] Documented behaviour of a single server in upstream with keepalive
Maxim Dounin
2022/10/09
Re: [PATCH] fix weakness by logging of broken header by incorect proxy protocol (IDS/IPS/LOG-analysis)
Maxim Dounin
2022/10/08
Re: [PATCH 11 of 11] SSL: automatic rotation of session ticket keys
Maxim Dounin
2022/10/08
Re: [nginx] allowing auth_request to proxy TOO_MANY_REQUESTS
Maxim Dounin
2022/10/07
[nginx] allowing auth_request to proxy TOO_MANY_REQUESTS
Anders Nicolaisen via nginx-devel
2022/10/06
[njs] Fixed double declaration detection in modules.
Vadim Zhestikov via nginx-devel
2022/10/06
[PATCH 2 of 4] QUIC: do not use SSL_set_quic_early_data_enabled() with LibreSSL
Sergey Kandaurov
2022/10/06
[PATCH 1 of 4] QUIC: using native TLSv1.3 cipher suite constants
Sergey Kandaurov
2022/10/06
[PATCH 3 of 4] QUIC: support for setting QUIC methods with LibreSSL
Sergey Kandaurov
2022/10/06
[PATCH 4 of 4] QUIC: removed compatibility with older BoringSSL API
Sergey Kandaurov
2022/10/06
[PATCH 0 of 4] quic libressl support
Sergey Kandaurov
2022/10/06
[PATCH] Tests: http resolver with ipv4/ipv6 parameters
Eugene Grebenschikov via nginx-devel
2022/10/05
[PATCH] Tests: http resolver with ipv4/ipv6 parameters
Eugene Grebenschikov via nginx-devel
2022/10/05
Re: [nginx-tests] Tests: upstream certificates specified as an empty string.
Sergey Kandaurov
2022/10/05
Re: [PATCH] Tests: http resolver with ipv4/ipv6 parameters
Sergey Kandaurov
2022/10/04
Re: [PATCH] Documented behaviour of a single server in upstream with keepalive
Sergey Kandaurov
2022/10/04
[PATCH] Tests: http resolver with ipv4/ipv6 parameters
Eugene Grebenschikov via nginx-devel
2022/10/04
Re: [PATCH] Documented automatic rotation of TLS session ticket keys
Sergey Kandaurov
2022/10/03
[PATCH] Documented behaviour of a single server in upstream with keepalive
Yaroslav Zhuravlev
Earlier messages
Later messages