nginx-devel
Thread
Date
Earlier messages
Later messages
Messages by Date
2023/03/01
[PATCH 1 of 4] SSL: switched to detect log level based on the last error
Maxim Dounin
2023/02/28
[njs] XML: fixed memory leaks in node.$tags set handler.
Dmitry Volyntsev
2023/02/28
[njs] XML: fixed memory leak when exception happens in node.addChild().
Dmitry Volyntsev
2023/02/28
[njs] Fixed attaching of a stack to an error object.
Dmitry Volyntsev
2023/02/28
[njs] WebCrypto: fixed compilation with --debug=YES.
Dmitry Volyntsev
2023/02/28
Re: [PATCH] Added info about the Unit 1.29.1 release
Maxim Konovalov
2023/02/28
[PATCH] Added info about the Unit 1.29.1 release
Artem Konev
2023/02/27
[njs] Fixed a func instance dumping with "name" as getter.
Dmitry Volyntsev
2023/02/27
[njs] Fixed njs_object_property() with NJS_WHITEOUT properties.
Dmitry Volyntsev
2023/02/27
[njs] Fixed array instance with a getter property dumping.
Dmitry Volyntsev
2023/02/27
[njs] Fixed Error() instance dumping when "name" prop is not primitive.
Dmitry Volyntsev
2023/02/27
[njs] Unit tests: replacing njs_vm_retval_string() with njs_vm_retval_dump().
Dmitry Volyntsev
2023/02/27
[njs] Parser: fixed the detection of await in arguments.
Vadim Zhestikov via nginx-devel
2023/02/27
[njs] Stream: added missed linking with libxml2 for the dynamic module.
Dmitry Volyntsev
2023/02/24
Re: [PATCH 11 of 12] Win32: fixed ngx_fs_bsize() for symlinks
Sergey Kandaurov
2023/02/24
[nginx] Win32: non-ASCII names in ngx_fs_bsize(), ngx_fs_available().
Sergey Kandaurov
2023/02/24
[nginx] Win32: removed attempt to use a drive letter in ngx_fs_bsize().
Sergey Kandaurov
2023/02/24
[nginx] Win32: non-ASCII names support in ngx_open_tempfile().
Sergey Kandaurov
2023/02/24
[nginx] Win32: non-ASCII names support in ngx_rename_file().
Sergey Kandaurov
2023/02/24
[nginx] Win32: non-ASCII names support in ngx_delete_file().
Sergey Kandaurov
2023/02/24
[nginx] Win32: reworked ngx_win32_rename_file() to use nginx wrappers.
Sergey Kandaurov
2023/02/24
[nginx] Win32: reworked ngx_win32_rename_file() to check errors.
Sergey Kandaurov
2023/02/24
[nginx] Win32: non-ASCII directory names support in ngx_delete_dir().
Sergey Kandaurov
2023/02/24
[nginx] Win32: non-ASCII directory names support in ngx_create_dir().
Sergey Kandaurov
2023/02/24
[nginx] Win32: non-ASCII names support in "include" with wildcards.
Sergey Kandaurov
2023/02/24
[nginx] Win32: non-ASCII directory names support in ngx_getcwd().
Sergey Kandaurov
2023/02/24
[nginx] Win32: non-ASCII names support in autoindex (ticket #458).
Sergey Kandaurov
2023/02/24
[nginx] Win32: OpenSSL compilation for x64 targets with MSVC.
Sergey Kandaurov
2023/02/24
[nginx] Win32: handling of localized MSVC cl output.
Sergey Kandaurov
2023/02/24
[nginx] Win32: i386 now assumed when crossbuilding (ticket #2416).
Sergey Kandaurov
2023/02/24
[nginx] Win32: removed unneeded wildcard in NGX_CC_NAME test for msvc.
Sergey Kandaurov
2023/02/23
Re: [PATCH 11 of 12] Win32: fixed ngx_fs_bsize() for symlinks
Maxim Dounin
2023/02/23
Re: [PATCH 4 of 4] Win32: OpenSSL compilation for x64 targets with MSVC
Maxim Dounin
2023/02/23
Re: QUIC: add error code for handshake failed.
Sergey Kandaurov
2023/02/23
Re: [PATCH] QUIC: improved ssl_reject_handshake error logging
Sergey Kandaurov
2023/02/23
[PATCH] QUIC: optimized sending stream response
Roman Arutyunyan
2023/02/22
[njs] Added njs_vm_value_to_c_string().
Dmitry Volyntsev
2023/02/22
[njs] XML: added XMLNode API to modify XML documents.
Dmitry Volyntsev
2023/02/22
Re: [PATCH] Core: return error when the first byte is above 0xf5 in utf-8
u5h
2023/02/22
Re: [PATCH] Core: return error when the first byte is above 0xf5 in utf-8
Maxim Dounin
2023/02/22
Re: [PATCH 1 of 2] Core: connect() error log message made more verbose
Maxim Dounin
2023/02/22
Re: [PATCH 11 of 12] Win32: fixed ngx_fs_bsize() for symlinks
Sergey Kandaurov
2023/02/22
Re: [PATCH 03 of 12] Win32: non-ASCII directory names support in ngx_getcwd()
Sergey Kandaurov
2023/02/22
Re: [PATCH 02 of 12] Win32: non-ASCII names support in "include" with wildcards
Sergey Kandaurov
2023/02/22
Re: [PATCH 01 of 12] Win32: non-ASCII names support in autoindex (ticket #458)
Sergey Kandaurov
2023/02/22
[PATCH] Core: return error when the first byte is above 0xf5 in utf-8
u5h
2023/02/22
Re: [PATCH] QUIC: OpenSSL compatibility layer
Roman Arutyunyan
2023/02/22
Re: QUIC: add error code for handshake failed.
Roman Arutyunyan
2023/02/22
[PATCH 1 of 2] HTTP/2: socket leak with "return 444" in error_page (ticket #2455)
Maxim Dounin
2023/02/22
[PATCH 2 of 2] HTTP/2: finalize request as bad if header validation fails
Maxim Dounin
2023/02/22
Re: [PATCH 1 of 2] Core: connect() error log message made more verbose
Sergey Kandaurov
2023/02/21
Re: [PATCH] Documented the use of cyclic memory buffer log with lldb
Maxim Dounin
2023/02/21
Re: QUIC: add error code for handshake failed.
Sergey Kandaurov
2023/02/21
Re: QUIC: add error code for handshake failed.
Roman Arutyunyan
2023/02/21
Re: [PATCH] QUIC: improved ssl_reject_handshake error logging
Roman Arutyunyan
2023/02/21
Re: [PATCH] QUIC: using ngx_ssl_handshake_log()
Roman Arutyunyan
2023/02/21
[PATCH] Documented the use of cyclic memory buffer log with lldb
Sergey Kandaurov
2023/02/20
[PATCH] QUIC: improved ssl_reject_handshake error logging
Sergey Kandaurov
2023/02/20
[PATCH] QUIC: using ngx_ssl_handshake_log()
Sergey Kandaurov
2023/02/19
Re: [PATCH 11 of 12] Win32: fixed ngx_fs_bsize() for symlinks
Maxim Dounin
2023/02/19
Re: [PATCH 03 of 12] Win32: non-ASCII directory names support in ngx_getcwd()
Maxim Dounin
2023/02/19
Re: [PATCH 02 of 12] Win32: non-ASCII names support in "include" with wildcards
Maxim Dounin
2023/02/19
Re: [PATCH 01 of 12] Win32: non-ASCII names support in autoindex (ticket #458)
Maxim Dounin
2023/02/17
Re: [PATCH 11 of 12] Win32: fixed ngx_fs_bsize() for symlinks
Sergey Kandaurov
2023/02/17
Re: [PATCH 05 of 12] Win32: non-ASCII directory names support in ngx_delete_dir()
Sergey Kandaurov
2023/02/17
Re: [PATCH 04 of 12] Win32: non-ASCII directory names support in ngx_create_dir()
Sergey Kandaurov
2023/02/17
Re: [PATCH 03 of 12] Win32: non-ASCII directory names support in ngx_getcwd()
Sergey Kandaurov
2023/02/17
Re: [PATCH 02 of 12] Win32: non-ASCII names support in "include" with wildcards
Sergey Kandaurov
2023/02/17
Re: [PATCH 01 of 12] Win32: non-ASCII names support in autoindex (ticket #458)
Sergey Kandaurov
2023/02/17
Re: [PATCH] HTTP: Add new uri_normalization_percent_decode option
Maxim Dounin
2023/02/17
Re: QUIC: add error code for handshake failed.
Sergey Kandaurov
2023/02/16
Re:Re: QUIC: add error code for handshake failed.
Jiuzhou Cui
2023/02/16
Re: QUIC: add error code for handshake failed.
Sergey Kandaurov
2023/02/16
QUIC: add error code for handshake failed.
Jiuzhou Cui
2023/02/15
[quic] can't define more than one server
Jonas Hünig via nginx-devel
2023/02/15
[PATCH] HTTP: Add new uri_normalization_percent_decode option
Michael Kourlas via nginx-devel
2023/02/11
Re: [PATCH 2 of 4] Win32: handling of localized MSVC cl output
Maxim Dounin
2023/02/10
RE: [PATCH 4 of 4] Win32: OpenSSL compilation for x64 targets with MSVC
Pavel Pautov via nginx-devel
2023/02/10
RE: [PATCH 2 of 4] Win32: handling of localized MSVC cl output
Pavel Pautov via nginx-devel
2023/02/10
Re: [PATCH 3 of 4] Win32: i386 now assumed when crossbuilding (ticket #2416)
Maxim Dounin
2023/02/10
Re: [PATCH 2 of 4] Win32: handling of localized MSVC cl output
Maxim Dounin
2023/02/10
Re: [PATCH 4 of 4] Win32: OpenSSL compilation for x64 targets with MSVC
Sergey Kandaurov
2023/02/10
Re: [PATCH 3 of 4] Win32: i386 now assumed when crossbuilding (ticket #2416)
Sergey Kandaurov
2023/02/10
Re: [PATCH 2 of 4] Win32: handling of localized MSVC cl output
Sergey Kandaurov
2023/02/10
Re: switch to ms resolution for rate limiting
Jérôme Loyet
2023/02/09
[njs] Types: updated Fetch API types.
Dmitry Volyntsev
2023/02/09
[njs] Types: added forgotten r.rawHeadersIn and r.rawHeadersOut description.
Dmitry Volyntsev
2023/02/09
[njs] Types: fixed Fetch API types.
Dmitry Volyntsev
2023/02/09
[njs] Version bump.
Dmitry Volyntsev
2023/02/09
Re: [PATCH 2 of 4] Win32: handling of localized MSVC cl output
Maxim Dounin
2023/02/09
Re: [PATCH 5 of 6] Upstream: allow any worker to resolve upstream servers
J Carter
2023/02/09
Re: [PATCH 5 of 6] Upstream: allow any worker to resolve upstream servers
Aleksei Bavshin
2023/02/09
Re: [PATCH 2 of 3] HTTP/2: "http2" directive
Sergey Kandaurov
2023/02/09
Re: [PATCH 2 of 3] HTTP/2: "http2" directive
Roman Arutyunyan
2023/02/09
Re: [PATCH 2 of 3] HTTP/2: "http2" directive
Roman Arutyunyan
2023/02/09
Re: [PATCH 2 of 3] HTTP/2: "http2" directive
Sergey Kandaurov
2023/02/09
Re: [PATCH 2 of 2] Added config path when unknown variable error occurs
Maxim Dounin
2023/02/09
Re: [PATCH 1 of 2] Core: connect() error log message made more verbose
Maxim Dounin
2023/02/08
RE: [PATCH 2 of 4] Win32: handling of localized MSVC cl output
Pavel Pautov via nginx-devel
2023/02/08
[PATCH 2 of 2] Added config path when unknown variable error occurs
Safar Safarly via nginx-devel
2023/02/08
[PATCH 1 of 2] Core: connect() error log message made more verbose
Safar Safarly via nginx-devel
2023/02/08
Re: [PATCH 0 of 3] Directives for enabling http2 and http3
Sergey Kandaurov
2023/02/08
Re: [PATCH] QUIC: OpenSSL compatibility layer
Sergey Kandaurov
2023/02/08
Re: [PATCH] QUIC: OpenSSL compatibility layer
Roman Arutyunyan
2023/02/08
Re: [PATCH] QUIC: OpenSSL compatibility layer
Sergey Kandaurov
2023/02/07
[njs] Removed tag 0.7.10
Dmitry Volyntsev
2023/02/07
[njs] Added tag 0.7.10 for changeset 3a1b46d51f04
Dmitry Volyntsev
2023/02/07
[PATCH 3 of 3] HTTP/3: trigger more compatibility errors for "listen quic"
Roman Arutyunyan
2023/02/07
[PATCH 1 of 3] HTTP/3: "quic" parameter of "listen" directive
Roman Arutyunyan
2023/02/07
[PATCH 2 of 3] HTTP/2: "http2" directive
Roman Arutyunyan
2023/02/07
[PATCH 0 of 3] Directives for enabling http2 and http3
Roman Arutyunyan
2023/02/07
Re: [PATCH 2 of 3] HTTP/2: "http2" directive
Roman Arutyunyan
2023/02/07
Re: [PATCH 2 of 3] HTTP/2: "http2" directive
Roman Arutyunyan
2023/02/07
Re: [PATCH 1 of 3] HTTP/3: "quic" parameter of "listen" directive
Roman Arutyunyan
2023/02/07
Re: [PATCH 2 of 3] HTTP/2: "http2" directive
Sergey Kandaurov
2023/02/06
[njs] Version 0.7.10.
Dmitry Volyntsev
2023/02/06
[njs] Added tag 0.7.10 for changeset 60a3ffe734b6
Dmitry Volyntsev
2023/02/06
[njs] Fetch: fixed compatibility with nginx-1.22 and below.
Dmitry Volyntsev
2023/02/06
Re: [PATCH 2 of 3] HTTP/2: "http2" directive
Maxim Dounin
2023/02/06
Re: [PATCH 1 of 3] HTTP/3: "quic" parameter of "listen" directive
Maxim Dounin
2023/02/06
Re: [PATCH 1 of 3] HTTP/3: "quic" parameter of "listen" directive
Sergey Kandaurov
2023/02/06
Re: [PATCH] QUIC: OpenSSL compatibility layer
Roman Arutyunyan
2023/02/05
Re: [PATCH 5 of 6] Upstream: allow any worker to resolve upstream servers
J Carter
2023/02/03
[njs] Added String.prototype.replaceAll().
Vadim Zhestikov via nginx-devel
2023/02/03
[nginx] Lingering close for connections with pipelined requests.
Sergey Kandaurov
2023/02/03
[nginx] Style.
Sergey Kandaurov
2023/02/03
[nginx] Fixed "zero size buf" alerts with subrequests.
Sergey Kandaurov
2023/02/02
Re: [PATCH] HTTP: Support mixed addr configuration for PROXY protocol in RealIP module
Maxim Dounin
2023/02/02
Re: [PATCH] HTTP: trigger lingering close when keepalive connection will be closed
Maxim Dounin
2023/02/02
[PATCH] HTTP: Support mixed addr configuration for PROXY protocol in RealIP module
Ryan Lahfa
2023/02/02
Re: [PATCH] Gzip static: ranges support (ticket #2349)
Maxim Dounin
2023/02/02
Re: [PATCH] QUIC: OpenSSL compatibility layer
Sergey Kandaurov
2023/02/02
[njs] Fixed RegExp.prototype[@@replace]().
Vadim Zhestikov via nginx-devel
2023/02/02
Re: [PATCH] HTTP: trigger lingering close when keepalive connection will be closed
Sergey Kandaurov
2023/02/02
Re: [PATCH] Gzip static: ranges support (ticket #2349)
Sergey Kandaurov
2023/02/01
[njs] Properly fixed memory leak after 948b167202b2.
Dmitry Volyntsev
2023/02/01
[njs] Types: added ts types for the xml API.
Dmitry Volyntsev
2023/02/01
Re: [PATCH 1 of 3] HTTP/3: "quic" parameter of "listen" directive
Roman Arutyunyan
2023/02/01
Re: [PATCH 1 of 3] HTTP/3: "quic" parameter of "listen" directive
Liam Crilly via nginx-devel
2023/02/01
[PATCH 3 of 3] HTTP/3: trigger more compatibility errors for "listen quic"
Roman Arutyunyan
2023/02/01
[PATCH 1 of 3] HTTP/3: "quic" parameter of "listen" directive
Roman Arutyunyan
2023/02/01
[PATCH 2 of 3] HTTP/2: "http2" directive
Roman Arutyunyan
2023/02/01
[PATCH 0 of 3] Directives for enabling http2 and http3
Roman Arutyunyan
2023/01/31
[PATCH 5 of 6] Upstream: allow any worker to resolve upstream servers
Aleksei Bavshin
2023/01/31
[PATCH 6 of 6] Upstream: reschedule in-progress resolve tasks at worker exit
Aleksei Bavshin
2023/01/31
[PATCH 4 of 6] Upstream: per-upstream resolver
Aleksei Bavshin
2023/01/31
[PATCH 2 of 6] Stream: re-resolvable servers
Aleksei Bavshin
2023/01/31
[PATCH 3 of 6] Upstream: construct upstream peers from DNS SRV records
Aleksei Bavshin
2023/01/31
[PATCH 1 of 6] Upstream: re-resolvable servers
Aleksei Bavshin
2023/01/31
[PATCH 0 of 6] Upstream: re-resolvable servers.
Aleksei Bavshin
2023/01/31
[njs] Fixed typos introduced in 99b9f83e4d4d.
Dmitry Volyntsev
2023/01/31
[njs] Fixed memory leak when exception happens at xml.exclusiveC14n().
Dmitry Volyntsev
2023/01/31
[njs] 2023 year.
Dmitry Volyntsev
2023/01/31
Re: [njs] Added pkg-config-based libxml2 detection.
Alejandro Colomar
2023/01/30
Re: [njs] Added pkg-config-based libxml2 detection.
Konstantin Pavlov
2023/01/30
Re: [njs] Added pkg-config-based libxml2 detection.
Alejandro Colomar
2023/01/30
[njs] Added pkg-config-based libxml2 detection.
Konstantin Pavlov
2023/01/30
[njs] Report libxml2 used for build.
Konstantin Pavlov
2023/01/30
[njs] Added description for --no-libxml2 option.
Konstantin Pavlov
2023/01/30
[nginx] Added warning about redefinition of listen socket protocol options.
Sergey Kandaurov
2023/01/30
[nginx] Fixed handling of very long locations (ticket #2435).
Sergey Kandaurov
2023/01/30
[PATCH 2/2] Using NJS_MALLOC() in functions that create new objects.
Alejandro Colomar
2023/01/30
[PATCH 1/2] Added NJS_MALLOC().
Alejandro Colomar
2023/01/29
Re: [PATCH 3 of 3] HTTP/2: "http2" directive
Maxim Dounin
2023/01/29
Re: [PATCH 2 of 3] HTTP/3: trigger more compatibility errors for "listen quic"
Maxim Dounin
2023/01/29
Re: [PATCH 1 of 3] HTTP/3: "quic" parameter of "listen" directive
Maxim Dounin
2023/01/28
Re: [PATCH] Added dark mode support to error pages - request in ticket #2434
J Carter
2023/01/28
[PATCH] Added dark mode support to error pages - request in ticket #2434
J Carter
2023/01/28
Re: [PATCH] Gzip static: ranges support (ticket #2349)
Maxim Dounin
2023/01/27
Re: [PATCH] Added warning about redefinition of listen socket protocol options
Maxim Dounin
2023/01/27
Re: [PATCH] HTTP: trigger lingering close when keepalive connection will be closed
Maxim Dounin
2023/01/27
Re: [PATCH] HTTP: trigger lingering close when keepalive connection will be closed
Miao Wang
2023/01/26
Re: [PATCH] HTTP: trigger lingering close when keepalive connection will be closed
Maxim Dounin
2023/01/26
Re: [PATCH] Added warning about redefinition of listen socket protocol options
Sergey Kandaurov
2023/01/26
[PATCH 2 of 3] HTTP/3: trigger more compatibility errors for "listen quic"
Roman Arutyunyan
2023/01/26
[PATCH 3 of 3] HTTP/2: "http2" directive
Roman Arutyunyan
2023/01/26
[PATCH 1 of 3] HTTP/3: "quic" parameter of "listen" directive
Roman Arutyunyan
2023/01/26
[PATCH 0 of 3] Directives for enabling http2 and http3
Roman Arutyunyan
2023/01/25
[njs] Added "xml" module for working with XML documents.
Dmitry Volyntsev
2023/01/25
[njs] Added njs_vm_value_string_create() and njs_vm_value_string_create_chb().
Dmitry Volyntsev
2023/01/25
Re: [PATCH] Fixed handling of very long locations (ticket #2435)
Maxim Dounin
2023/01/25
Re: [PATCH] Added warning about redefinition of listen socket protocol options
Maxim Dounin
2023/01/25
Re: [PATCH] Fixed handling of very long locations (ticket #2435)
Sergey Kandaurov
2023/01/25
Re: [PATCH] Gzip static: ranges support (ticket #2349)
Sergey Kandaurov
2023/01/25
Re: [PATCH] QUIC: improved SO_COOKIE configure test
Alex Colomar
2023/01/24
Re: [PATCH] HTTP: trigger lingering close when keepalive connection will be closed
Miao Wang
2023/01/24
Re: [PATCH] QUIC: improved SO_COOKIE configure test
Maxim Dounin
2023/01/24
Re: [PATCH] HTTP: trigger lingering close when keepalive connection will be closed
Maxim Dounin
2023/01/24
Re: [PATCH] QUIC: improved SO_COOKIE configure test
Alex Colomar
2023/01/24
[nginx] Gzip static: ranges support (ticket #2349).
Sergey Kandaurov
2023/01/24
[nginx] Configure: removed unneeded header from UDP_SEGMENT test.
Sergey Kandaurov
2023/01/23
Re: [PATCH] Gzip static: ranges support (ticket #2349)
Maxim Dounin
2023/01/23
Re: [PATCH] QUIC: improved SO_COOKIE configure test
Maxim Dounin
2023/01/23
Re: [PATCH] Configure: removed unneeded header from UDP_SEGMENT test
Maxim Dounin
2023/01/23
Re: [PATCH] Gzip static: ranges support (ticket #2349)
Sergey Kandaurov
2023/01/23
Re: [PATCH] QUIC: improved SO_COOKIE configure test
Roman Arutyunyan
2023/01/23
Re: [PATCH] Configure: removed unneeded header from UDP_SEGMENT test
Roman Arutyunyan
2023/01/23
Re: [PATCH] HTTP: trigger lingering close when keepalive connection will be closed
Miao Wang
2023/01/23
Re: [PATCH] Added warning about redefinition of listen socket protocol options
Sergey Kandaurov
2023/01/22
Re: [PATCH] HTTP: trigger lingering close when keepalive connection will be closed
Maxim Dounin
Earlier messages
Later messages