nginx-devel
Thread
Date
Earlier messages
Later messages
Messages by Thread
HTTP/3: fixed build without NGX_PCRE (broken by 0f5fc7a320db).
Jiuzhou Cui
Re: HTTP/3: fixed build without NGX_PCRE (broken by 0f5fc7a320db).
Sergey Kandaurov
Re: [PATCH 2 of 2] SSL: SSL_sendfile() support with kernel TLS
Sergey Kandaurov
Re: [PATCH 2 of 2] SSL: SSL_sendfile() support with kernel TLS
Maxim Dounin
[patch] ngx_cpp_test module build issue cleanup
Vladimir Homutov via nginx-devel
Re: [patch] ngx_cpp_test module build issue cleanup
Sergey Kandaurov
Re: [patch] ngx_cpp_test module build issue cleanup
Vladimir Homutov via nginx-devel
Re: [patch] ngx_cpp_test module build issue cleanup
Maxim Dounin
Re: [patch] ngx_cpp_test module build issue cleanup
Vladimir Homutov via nginx-devel
Re: [patch] ngx_cpp_test module build issue cleanup
Maxim Dounin
[nginx] Process events posted by ngx_close_idle_connections() immediately.
Roman Arutyunyan
[nginx] Fixed PROXY protocol to use ngx_memcpy()/ngx_memcmp().
Sergey Kandaurov
[nginx] SSI: handling of subrequests from other modules (ticket #1263).
Sergey Kandaurov
[nginx] Added logging to PROXY protocol write buffer check.
Sergey Kandaurov
[njs] Fixed for(expr1; conditional syntax error handling.
Vadim Zhestikov via nginx-devel
QUIC: fixed computation of nonce
Yu Zhu
Re: QUIC: fixed computation of nonce
Sergey Kandaurov
Re: QUIC: fixed computation of nonce
Roman Arutyunyan
Re: QUIC: fixed computation of nonce
Sergey Kandaurov
[PATCH] Process events posted by ngx_close_idle_connections() immediately
Roman Arutyunyan
Re: [PATCH] Process events posted by ngx_close_idle_connections() immediately
Sergey Kandaurov
Re: [PATCH] Process events posted by ngx_close_idle_connections() immediately
Maxim Dounin
[njs] Shell: added signal support in CLI.
Dmitry Volyntsev
[PATCH] HTTP: add internal_redirect directive.
Aleksei Bavshin via nginx-devel
Re: [PATCH] HTTP: add internal_redirect directive.
Maxim Dounin
RE: [PATCH] HTTP: add internal_redirect directive.
Aleksei Bavshin via nginx-devel
Couldn't download old release of nginx-quic
claire liu
Re: Couldn't download old release of nginx-quic
Maxim Dounin
Nginx - quic issue
claire liu
Re: Nginx - quic issue
Sergey A. Osokin
Re: Nginx - quic issue
claire liu
[njs] Added tag 0.7.9 for changeset 5f705230a62c
Dmitry Volyntsev
[njs] Version 0.7.9.
Dmitry Volyntsev
[njs] Added a target to generate pkg-config file.
Dmitry Volyntsev
[njs] Fixed for-in unwanted detection of arrow function.
Vadim Zhestikov via nginx-devel
[njs] Fixed for-in rhs expression parsing error handling.
Vadim Zhestikov via nginx-devel
[PATCH] Tests: proxy protocol v2 TLVs tests for stream module
Eugene Grebenschikov via nginx-devel
Re: [PATCH] Tests: proxy protocol v2 TLVs tests for stream module
Sergey Kandaurov
[njs] Modules: fixed Fetch Response prototype reinitialization.
Dmitry Volyntsev
[njs] Masks definition corrected and made regularized.
Vadim Zhestikov via nginx-devel
[njs] Fixed for-in loop with left and right hand side expressions.
Vadim Zhestikov via nginx-devel
[njs] Fixed Array.prototype.splice(s, d) when d resizes "this" during eval.
Dmitry Volyntsev
[njs] Improved njs_object_prop_define() for fast-arrays.
Dmitry Volyntsev
[njs] Improved njs_value_property_i64_delete() for fast-arrays.
Dmitry Volyntsev
[njs] Change: the default JS stack size is reduced to 64k.
Dmitry Volyntsev
[PATCH] Fixed PROXY protocol to use ngx_memcpy()/ngx_memcmp()
Maxim Dounin
Re: [PATCH] Fixed PROXY protocol to use ngx_memcpy()/ngx_memcmp()
Alejandro Colomar
[PATCH] Added logging to PROXY protocol write buffer check
Maxim Dounin
Re: [PATCH] Added logging to PROXY protocol write buffer check
Roman Arutyunyan
Re: [PATCH] Added logging to PROXY protocol write buffer check
Maxim Dounin
Re: [PATCH] Added logging to PROXY protocol write buffer check
Maxim Dounin
Re: [PATCH] Added logging to PROXY protocol write buffer check
Sergey Kandaurov
[njs] Fixed %TypedArray%.prototype.set(s) when s element changes "this".
Dmitry Volyntsev
[njs] Types: fixed description for fs.mkdir() and fs.rmdir() methods.
Dmitry Volyntsev
[njs] Fixed default module loader.
Dmitry Volyntsev
[njs] Fixed Array.prototype.fill() when start object changes "this".
Dmitry Volyntsev
[njs] Fixed String.prototype.replace(re) if re.exec() returns non-flat array.
Vadim Zhestikov via nginx-devel
[PATCH 1/2] Core: added macro to calculate the length of an array.
Alejandro Colomar
[PATCH 2/2] Core: replaced unsafe uses of sizeof() by ngx_nitems().
Alejandro Colomar
Re: [PATCH 2/2] Core: replaced unsafe uses of sizeof() by ngx_nitems().
Maxim Dounin
ngx_log_error, ngx_slprintf signal safe
Nikhil Singhal
Re: ngx_log_error, ngx_slprintf signal safe
Sergey Brester via nginx-devel
[PATCH] Removed the unsafe ngx_memcmp() wrapper for memcmp(3)
Alejandro Colomar
Re: [PATCH] Removed the unsafe ngx_memcmp() wrapper for memcmp(3)
Alejandro Colomar
Re: [PATCH] Removed the unsafe ngx_memcmp() wrapper for memcmp(3)
Maxim Dounin
Re: [PATCH] Removed the unsafe ngx_memcmp() wrapper for memcmp(3)
Alejandro Colomar
Re: [PATCH] Removed the unsafe ngx_memcmp() wrapper for memcmp(3)
Maxim Dounin
Re: [PATCH] Removed the unsafe ngx_memcmp() wrapper for memcmp(3)
Alejandro Colomar
[PATCH v2] Removed the casts within ngx_memcmp()
Alejandro Colomar
Re: [PATCH v2] Removed the casts within ngx_memcmp()
Maxim Dounin
Re: [PATCH v2] Removed the casts within ngx_memcmp()
Maxim Dounin
Re: [PATCH v2] Removed the casts within ngx_memcmp()
Alex Colomar
Re: [PATCH v2] Removed the casts within ngx_memcmp()
Maxim Dounin
Re: [PATCH v2] Removed the casts within ngx_memcmp()
Sergey Kandaurov
Re: [PATCH v2] Removed the casts within ngx_memcmp()
Maxim Dounin
u_char vs char (was: [PATCH] Removed the unsafe ngx_memcmp() wrapper for memcmp(3))
Alejandro Colomar
[nginx] Increased maximum read PROXY protocol header size.
Roman Arutyunyan
[PATCH] SSI: ensure context of main request exists for subrequest using SSI
Ciel via nginx-devel
Re: [PATCH] SSI: ensure context of main request exists for subrequest using SSI
Maxim Dounin
Re: [PATCH] SSI: ensure context of main request exists for subrequest using SSI
Ciel via nginx-devel
Re: [PATCH] SSI: ensure context of main request exists for subrequest using SSI
Maxim Dounin
Re: [PATCH] SSI: ensure context of main request exists for subrequest using SSI
Ciel via nginx-devel
Re: [PATCH] SSI: ensure context of main request exists for subrequest using SSI
Maxim Dounin
Re: [PATCH] SSI: ensure context of main request exists for subrequest using SSI
Ciel via nginx-devel
Re: [PATCH] SSI: ensure context of main request exists for subrequest using SSI
Sergey Kandaurov
Re: [PATCH] SSI: ensure context of main request exists for subrequest using SSI
Ciel via nginx-devel
Re: [PATCH] SSI: ensure context of main request exists for subrequest using SSI
Maxim Dounin
[PATCH] fix ngx_realpath() for win32
Won-Kyu Park
Re: [PATCH] fix ngx_realpath() for win32
Maxim Dounin
Re: [PATCH] fix ngx_realpath() for win32
Won-Kyu Park
Re: [PATCH] fix ngx_realpath() for win32
Maxim Dounin
[PATCH] Fixed segfault when switching off master process during upgrade
Maxim Dounin
Re: [PATCH] Fixed segfault when switching off master process during upgrade
Maxim Dounin
Re: [PATCH] Fixed segfault when switching off master process during upgrade
Roman Arutyunyan
Re: [PATCH] Fixed segfault when switching off master process during upgrade
Maxim Dounin
Re: [PATCH] Fixed segfault when switching off master process during upgrade
Roman Arutyunyan
Re: [PATCH] Fixed segfault when switching off master process during upgrade
Maxim Dounin
[PATCH] Disabled cloning of sockets without master process (ticket #2403)
Maxim Dounin
Re: [PATCH] Disabled cloning of sockets without master process (ticket #2403)
Maxim Dounin
Re: [PATCH] Disabled cloning of sockets without master process (ticket #2403)
Sergey Kandaurov
Re: [PATCH] Disabled cloning of sockets without master process (ticket #2403)
Maxim Dounin
[PATCH] Filtering duplicate addresses in listen (ticket #2400)
Maxim Dounin
Re: [PATCH] Filtering duplicate addresses in listen (ticket #2400)
Maxim Dounin
Re: [PATCH] Filtering duplicate addresses in listen (ticket #2400)
Sergey Kandaurov
Re: [PATCH] Filtering duplicate addresses in listen (ticket #2400)
Maxim Dounin
Re: [PATCH] Filtering duplicate addresses in listen (ticket #2400)
Sergey Kandaurov
Re: [PATCH] Filtering duplicate addresses in listen (ticket #2400)
Maxim Dounin
[njs] Fixed static analyzer issues.
Vadim Zhestikov via nginx-devel
[njs] Refactored working with an object properties.
Dmitry Volyntsev
[njs] Version bump.
Dmitry Volyntsev
[njs] Version bump.
Dmitry Volyntsev
[njs] Version bump.
Dmitry Volyntsev
[njs] Version bump.
Dmitry Volyntsev
[njs] Version bump.
Dmitry Volyntsev
[njs] Version bump.
Dmitry Volyntsev
[njs] Version bump.
Dmitry Volyntsev
[njs] Version bump.
Dmitry Volyntsev
[njs] Version bump.
Dmitry Volyntsev
[njs] Version bump.
Dmitry Volyntsev
[njs] Version bump.
noreply
[njs] Version bump.
noreply
[njs] Version bump.
noreply
[njs] Version bump.
noreply
[njs] Version bump.
noreply
[njs] Version bump.
noreply
[njs] Version bump.
noreply
[njs] Computed goto support added to vmcode.
Vadim Zhestikov via nginx-devel
[PATCH] Linux packages: added Ubuntu 22.10 "kinetic"
Konstantin Pavlov
Re: [PATCH] Linux packages: added Ubuntu 22.10 "kinetic"
Sergey Budnevich
[njs] Added tag 0.7.8 for changeset 3308415d7de8
Dmitry Volyntsev
[njs] Version 0.7.8.
Dmitry Volyntsev
[njs] Fixed labeled empty statement.
Vadim Zhestikov via nginx-devel
[njs] Fixed shell tests after changes in backtraces and function names.
Dmitry Volyntsev
[njs] Added njs.memoryStats object.
Dmitry Volyntsev
[PATCH] Tests: clearing of pre-existing Content-Range headers
Eugene Grebenschikov via nginx-devel
Re: [PATCH] Tests: clearing of pre-existing Content-Range headers
Maxim Dounin
Re: [PATCH] Tests: clearing of pre-existing Content-Range headers
Eugene Grebenschikov via nginx-devel
Re: [PATCH] Tests: clearing of pre-existing Content-Range headers
Sergey Kandaurov
[PATCH] Tests: variables for proxy protocol v2 TLVs
Eugene Grebenschikov via nginx-devel
[PATCH] Intel DLB(Dynamic Load Banlander) demo in NGINX
Meng, Fino
Re: [PATCH] Intel DLB(Dynamic Load Banlander) demo in NGINX
Maxim Dounin
[njs] Fixed break label for if statement.
Vadim Zhestikov via nginx-devel
Http2 idle connection and worker shutdown
Jojy Varghese via nginx-devel
Re: Http2 idle connection and worker shutdown
Maxim Dounin
Re: Http2 idle connection and worker shutdown
Jojy Varghese via nginx-devel
Re: Http2 idle connection and worker shutdown
Maxim Dounin
Re: Http2 idle connection and worker shutdown
Jojy Varghese via nginx-devel
[nginx] nginx-1.23.2-RELEASE
Konstantin Pavlov
[nginx] Version bump.
Konstantin Pavlov
[nginx] Version bump.
Roman Arutyunyan
[nginx] Version bump.
Sergey Kandaurov
[nginx] Version bump.
Sergey Kandaurov
[nginx] Version bump.
Roman Arutyunyan
[nginx] Version bump.
Roman Arutyunyan
[nginx] Version bump.
Sergey Kandaurov
[nginx] Version bump.
Sergey Kandaurov
[nginx] Version bump.
Roman Arutyunyan
[nginx] Version bump.
Sergey Kandaurov
[nginx] Version bump.
Sergey Kandaurov
[nginx] Version bump.
Sergey Kandaurov
[nginx] Version bump.
Sergey Kandaurov
[nginx] Version bump.
Sergey Kandaurov
[nginx] Version bump.
noreply
[nginx] Version bump.
noreply
[nginx] Version bump.
noreply
[nginx] Version bump.
noreply
[nginx] Version bump.
noreply
[nginx] Version bump.
noreply
[nginx] release-1.23.2 tag
Konstantin Pavlov
[nginx] Mp4: disabled duplicate atoms.
Konstantin Pavlov
[nginx] Mp4: disabled duplicate atoms.
Konstantin Pavlov
[nginx] release-1.22.1 tag
Konstantin Pavlov
[nginx] nginx-1.22.1-RELEASE
Konstantin Pavlov
[nginx] Updated OpenSSL used for win32 builds.
Konstantin Pavlov
[nginx] Updated OpenSSL used for win32 builds.
Konstantin Pavlov
[nginx] Updated OpenSSL used for win32 builds.
Konstantin Pavlov
[nginx] Updated OpenSSL used for win32 builds.
Konstantin Pavlov
[nginx] Updated OpenSSL used for win32 builds.
Sergey Kandaurov
[nginx] Updated OpenSSL used for win32 builds.
Sergey Kandaurov
[nginx] Updated OpenSSL used for win32 builds.
noreply
[nginx] Updated OpenSSL used for win32 builds.
noreply
[PATCH] Documented the $proxy_protocol_tlv_ variable
Yaroslav Zhuravlev
Re: [PATCH] Documented the $proxy_protocol_tlv_ variable
Roman Arutyunyan
nginx-1.23.2 changes draft
Maxim Dounin
Re: nginx-1.23.2 changes draft
Sergey Kandaurov
[nginx] SSL: improved validation of ssl_session_cache and ssl_ocsp_cache.
Sergey Kandaurov
reply
X 山鹰
Re:reply
yang
[PATCH] SSL: improved validation of ssl_session_cache and ssl_ocsp_cache
Sergey Kandaurov
Re: [PATCH] SSL: improved validation of ssl_session_cache and ssl_ocsp_cache
Maxim Dounin
Re: [PATCH] SSL: improved validation of ssl_session_cache and ssl_ocsp_cache
Sergey Kandaurov
Re: [PATCH] SSL: improved validation of ssl_session_cache and ssl_ocsp_cache
Maxim Dounin
Re: [PATCH] SSL: improved validation of ssl_session_cache and ssl_ocsp_cache
Sergey Kandaurov
[nginx] SSL: removed cast not needed after 5ffd76a9ccf3.
Sergey Kandaurov
[nginx] SSL: renamed session ticket key functions and data index.
Sergey Kandaurov
[nginx] SSL: workaround for session timeout handling with TLSv1.3.
Sergey Kandaurov
[nginx] SSL: optimized rotation of session ticket keys.
Sergey Kandaurov
[nginx] SSL: style.
Sergey Kandaurov
[nginx] SSL: style.
noreply
[nginx] SSL: automatic rotation of session ticket keys.
Sergey Kandaurov
Earlier messages
Later messages