nginx-devel
Thread
Date
Earlier messages
Later messages
Messages by Date
2025/03/27
[njs] Test262: improved compatibility with node.js for fs/methods.t.mjs.
noreply
2025/03/27
[njs] XML: fixed serializeToString().
noreply
2025/03/27
Re: Proposal: Change `ssl_client_certificate` to `ssl_client_ca_certificate`
Sergey Kandaurov
2025/03/27
Re: Use directive code from other module inside my custom ngx_http_mycontrol_module
Sergey Kandaurov
2025/03/25
[njs] QuickJS: fixed compatibility with recent change in upstream.
noreply
2025/03/24
[njs] QuickJS: added missed JS_NewClass() for the SharedDictError class.
noreply
2025/03/19
[njs] QuickJS: using JS_AddIntrinsicBigInt() if detected.
noreply
2025/03/19
[njs] QuickJS: calling njs_chb_destroy() in qjs_string_create_chb() internally.
noreply
2025/03/19
[njs] QuickJS: fixed ngx_qjs_string() to handle strings containing "\0".
noreply
2025/03/18
[njs] QuickJS: fixed njs_qjs_object_completions().
noreply
2025/03/18
Re: [njs] Test262: allowing to omit empty default option argument.
Mike MacCana
2025/03/18
[njs] QuickJS: added error checks in modules initialization.
noreply
2025/03/18
[njs] Test262: using default prepare_args() where appropriate.
noreply
2025/03/18
[njs] QuickJS: crypto module.
noreply
2025/03/18
[njs] Test262: allowing to omit empty default option argument.
noreply
2025/03/17
[njs] QuickJS: making ngx_qjs_*() functions consistent with ngx_js_*().
noreply
2025/03/15
Proposal: Change `ssl_client_certificate` to `ssl_client_ca_certificate`
Thomas Ward via nginx-devel
2025/03/12
Use directive code from other module inside my custom ngx_http_mycontrol_module
Zyrot System
2025/03/11
[nginx] Slice filter: improved memory allocation error handling.
noreply
2025/03/04
Re: Development guide sentence wording
Sergey Kandaurov
2025/03/03
Re: Development guide sentence wording
Sergey A. Osokin
2025/03/01
Development guide sentence wording
Sorin Manole
2025/02/26
[nginx] SSL: removed stale comments.
noreply
2025/02/26
[nginx] SSL: using static storage for NGX_SSL_MAX_SESSION_SIZE buffers.
noreply
2025/02/26
[nginx] SSL: raised limit for sessions stored in shared memory.
noreply
2025/02/26
[nginx] SSL: improved logging of saving sessions from upstream servers.
noreply
2025/02/26
[nginx] SSL: style.
noreply
2025/02/25
[njs] QuickJS: using helper to declare Symbol.toStringTag properties.
noreply
2025/02/25
[njs] QuickJS: removed unused variable casts introduced in 75ca26f.
noreply
2025/02/24
[njs] Fetch: accepting response headers with underscore characters.
noreply
2025/02/24
[njs] Fixed typo introduced in 75ca26f.
noreply
2025/02/24
[njs] Modules: improved reporting of unhandled promise rejections.
noreply
2025/02/24
[njs] Tests: making fetch test portable by removing njs.dump().
noreply
2025/02/24
unsubscribe
Ilya
2025/02/20
[nginx] Improved ngx_http_subrequest() error handling.
noreply
2025/02/20
[njs] QuickJS: fixed memory leak in js_periodic handler.
noreply
2025/02/20
[njs] Tests: splitting js_periodic tests into multiple files.
noreply
2025/02/20
[njs] QuickJS: fixed SharedDict.incr() with empty init argument.
noreply
2025/02/20
[nginx] Add gitignore file.
noreply
2025/02/18
[njs] Fixed access to uninitialized alg in SubtleCrypto.import().
noreply
2025/02/18
[njs] QuickJS: added WebCrypto import tests forgotten in 75ca26f.
noreply
2025/02/18
[njs] QuickJS: fixed key usage processing with invalid values in WebCrypto.
noreply
2025/02/18
[njs] QuickJS: added missed OPENSSL context for errors in WebCrypto.
noreply
2025/02/18
[njs] QuickJS: fixed non-NULL terminated strings formatting in exceptions.
noreply
2025/02/18
[njs] Add missed syntax error for await in template literal.
noreply
2025/02/18
[nginx] Configure: MSVC compatibility with PCRE2 10.45.
noreply
2025/02/18
[nginx] Core: fix build without libcrypt.
noreply
2025/02/18
[nginx] Version bump.
noreply
2025/02/10
[njs] Modules: fixed name corruption in variable and header processing.
noreply
2025/02/07
[njs] QuickJS: fixed shared dict in stream module.
noreply
2025/02/07
[njs] Tests262: fixed merge() with null values.
noreply
2025/02/07
[njs] QuickJS: added querystring module.
noreply
2025/02/05
[nginx] Configure: MSVC compatibility with PCRE2 10.43.
noreply
2025/02/05
[nginx] Switched GNUmakefile from hg to git.
noreply
2025/02/05
[nginx] Annotated tag created: release-1.27.4
noreply
2025/02/05
[nginx] Annotated tag created: release-1.26.3
noreply
2025/02/05
[nginx] SNI: added restriction for TLSv1.3 cross-SNI session resumption.
noreply
2025/02/05
[nginx] Mp4: unordered stsc chunks error for the final chunk.
noreply
2025/02/05
[nginx] nginx-1.26.3-RELEASE
noreply
2025/02/05
[nginx] QUIC: added missing casts in iov_base assignments.
noreply
2025/02/05
[nginx] Version bump.
noreply
2025/02/05
[nginx] Mp4: prevent chunk index underflow.
noreply
2025/02/05
[nginx] QUIC: fixed accessing a released stream.
noreply
2025/02/05
[nginx] Configure: fixed --with-libatomic=DIR with recent libatomic_ops.
noreply
2025/02/05
[nginx] Gzip: compatibility with recent zlib-ng 2.2.x versions.
noreply
2025/02/05
[nginx] Updated OpenSSL used for win32 builds.
noreply
2025/02/05
[nginx] QUIC: prevented BIO leak in case of error.
noreply
2025/02/05
[nginx] QUIC: ignore version negotiation packets.
noreply
2025/02/05
[nginx] Mp4: fixed handling an empty run of chunks in stsc atom.
noreply
2025/02/05
[nginx] Moved LICENSE and README to root.
noreply
2025/02/05
[nginx] nginx-1.27.4-RELEASE
noreply
2025/02/05
[nginx] SNI: added restriction for TLSv1.3 cross-SNI session resumption.
noreply
2025/02/05
[nginx] Added "keepalive_min_timeout" directive.
noreply
2025/02/02
Re: [njs] HTTP: reading r.requestText or r.requestBuffer from a temp file.
Sergey A. Osokin
2025/01/31
[njs] HTTP: reading r.requestText or r.requestBuffer from a temp file.
noreply
2025/01/30
[nginx] Misc: moved documentation in generated ZIP archive.
noreply
2025/01/30
[nginx] Configure: fixed --with-libatomic=DIR with recent libatomic_ops.
noreply
2025/01/28
[nginx] QUIC: added missing casts in iov_base assignments.
noreply
2025/01/24
[njs] QuickJS: added support for QuickJS-NG library.
noreply
2025/01/24
[njs] QuickJS: correctly handling value len for empty query params.
noreply
2025/01/24
[njs] CI: added test with QuickJS-NG in check-pr job.
noreply
2025/01/24
[njs] Version bump.
noreply
2025/01/24
[njs] QuickJS: reimplemented process.argv.
noreply
2025/01/23
[nginx] Upstream: fixed --with-compat build without SSL, broken by 454ad0e.
noreply
2025/01/22
[njs] Tests: moving request body tests to js_request_body.t.
noreply
2025/01/22
[njs] QuickJS: added TextDecoder and TextEncoder.
noreply
2025/01/22
[njs] QuickJS: accept ArrayBuffer as an arument for qjs_typed_array_data().
noreply
2025/01/22
[njs] Tests: added request body test when body is in a file.
noreply
2025/01/22
[njs] QuickJS: fixed Buffer.concat() with a single argument.
noreply
2025/01/16
[nginx] SSL: avoid using mismatched certificate/key cached pairs.
noreply
2025/01/16
[nginx] SSL: caching certificates and certificate keys with variables.
noreply
2025/01/16
[nginx] SSL: object cache inheritance from the old configuration cycle.
noreply
2025/01/16
[nginx] Upstream: caching certificates and certificate keys with variables.
noreply
2025/01/16
[nginx] SSL: cache revalidation of file based dynamic certificates.
noreply
2025/01/16
[nginx] SSL: encrypted certificate keys are exempt from object cache.
noreply
2025/01/16
[nginx] Slice filter: log the expected range in case of range error.
noreply
2025/01/13
[njs] Lightweight tag created: 0.8.9
noreply
2025/01/13
[njs] 2025 year.
noreply
2025/01/13
[njs] Version 0.8.9.
noreply
2025/01/09
[nginx] Gzip: compatibility with recent zlib-ng 2.2.x versions.
noreply
2025/01/09
[nginx] Year 2025.
noreply
2025/01/06
[njs] Modules: removed extra VM creation per server.
noreply
2025/01/06
[njs] Version bump.
noreply
2024/12/27
[nginx] QUIC: fixed accessing a released stream.
noreply
2024/12/26
[nginx] QUIC: ignore version negotiation packets.
noreply
2024/12/23
[nginx] Updated security policy to clarify experimental features.
noreply
2024/12/19
Re: [unit] Annotated tag created: 1.34.0
Konstantin Pavlov
2024/12/19
[unit] pkg/docker: Update dockerfiles for 1.34.0
noreply
2024/12/19
[unit] Annotated tag created: 1.34.0
noreply
2024/12/19
[unit] docs/changes.xml: Add 1.34.0 changelog entries
noreply
2024/12/19
[unit] docs/unit-openapi.yaml: Update version for 1.34.0
noreply
2024/12/19
[unit] Add 1.34.0 CHANGES
noreply
2024/12/19
[unit] tools/unitctl: Update for version 1.34.0
noreply
2024/12/19
[unit] .mailmap: Add an entry for Igor
noreply
2024/12/19
[njs] QuickJS: added fs module.
noreply
2024/12/19
[njs] Test262: making "fs" module required.
noreply
2024/12/19
[njs] Test262: running tests within their own directory.
noreply
2024/12/19
[njs] Test262: collecting all tests results before exiting.
noreply
2024/12/19
[njs] Tests: skipping stream_js_periodic.t for QuickJS engine.
noreply
2024/12/19
[njs] Test262: skipping individual tests.
noreply
2024/12/19
[njs] Test262: fixed check for crypto object.
noreply
2024/12/19
[njs] Test262: renaming fs tests.
noreply
2024/12/10
[nginx] QUIC: fixed client request timeout in 0-RTT scenarios.
noreply
2024/12/09
[njs] Lightweight tag created: 0.8.8
noreply
2024/12/09
[njs] Version 0.8.8.
noreply
2024/12/03
[njs] Fetch: optimized use of SSL contexts.
noreply
2024/11/27
[njs] HTTP: fixed limit rated output.
noreply
2024/11/27
[nginx] Version bump.
noreply
2024/11/26
[nginx] Annotated tag created: release-1.27.3
noreply
2024/11/26
[nginx] nginx-1.27.3-RELEASE
noreply
2024/11/26
[nginx] Mail: handling of LOGIN IMAP command untagged response.
noreply
2024/11/26
[nginx] Realip: allowed square brackets with portless IPv6 address.
noreply
2024/11/26
[nginx] QUIC: constified nonce parameter of crypto functions.
noreply
2024/11/26
[nginx] QUIC: got rid of memory copy when initializing constant values.
noreply
2024/11/25
[nginx] Upstream: disallow empty path in proxy_store and friends.
noreply
2024/11/25
[nginx] QUIC: prevented BIO leak in case of error.
noreply
2024/11/22
[njs] Modules: refactored preloading.
noreply
2024/11/22
[njs] Allow to execute some code before cloning.
noreply
2024/11/22
[njs] Fixed absolute scope in cloned VMs.
noreply
2024/11/22
[njs] Throwing exception when prototype is not found.
noreply
2024/11/22
[nginx] SSL: a new macro to set default protocol versions.
noreply
2024/11/21
[nginx] Mp4: unordered stsc chunks error for the final chunk.
noreply
2024/11/21
[nginx] Mp4: fixed handling an empty run of chunks in stsc atom.
noreply
2024/11/21
[nginx] Mp4: prevent chunk index underflow.
noreply
2024/11/20
[nginx] Fixed missing double quote.
noreply
2024/11/19
[nginx] SSL: error message default in object caching API.
noreply
2024/11/18
[nginx] On DragonFly BSD 5.8+, TCP_KEEPIDLE and TCP_KEEPINTVL are in secs.
noreply
2024/11/12
[nginx] Fixed link to contributing guidelines.
noreply
2024/11/12
[nginx] SCGI: added create_loc_conf comments.
noreply
2024/11/12
[nginx] FastCGI: fixed create_loc_conf comments after 05b1a8f1e.
noreply
2024/11/12
[nginx] Uwsgi: added create_loc_conf comments.
noreply
2024/11/11
[nginx] SSL: fixed MSVC compilation after ebd18ec1812b.
noreply
2024/11/08
[njs] Fixed resolving when Promise is inherited.
noreply
2024/11/07
[njs] Added missing steps for building with QuickJS to README.
noreply
2024/11/07
[njs] XML: improved XMLNode.$tags handler.
noreply
2024/11/07
[njs] XML: fixed tests with libxml2 2.13 and later.
noreply
2024/11/07
[njs] Fixed building by Clang.
noreply
2024/11/07
[nginx] Upstream: pre-resolve servers on reload.
noreply
2024/11/07
[nginx] Upstream: copy upstream zone DNS valid time during config reload.
noreply
2024/11/07
[nginx] Upstream: re-resolvable servers.
noreply
2024/11/07
[nginx] Upstream: construct upstream peers from DNS SRV records.
noreply
2024/11/07
[nginx] Upstream: per-upstream resolver.
noreply
2024/11/07
[nginx] Core: inheritance of non-reusable shared memory zones.
noreply
2024/11/06
[njs] FS: removed fs.promises.readSync() added by mistake.
noreply
2024/11/06
[njs] Modules: fixed process.env object.
noreply
2024/11/06
[njs] QuickJS: reworked process object.
noreply
2024/11/06
[njs] QuickJS: introduced process.kill().
noreply
2024/11/06
[njs] Introduced process.kill() function.
noreply
2024/10/31
[nginx] SSL: disabled TLSv1 and TLSv1.1 by default.
noreply
2024/10/30
[njs] Modules: added js_shared_dict_zone support in QuickJS engine.
noreply
2024/10/30
[njs] Tests: removed njs specific code from js_shared_dict.t.
noreply
2024/10/22
[njs] QuickJS: improved library discovery.
noreply
2024/10/22
[njs] Updated README with QuickJS module build instructions.
noreply
2024/10/22
[njs] Version bump.
noreply
2024/10/21
[njs] Lightweight tag created: 0.8.7
noreply
2024/10/21
[njs] Version 0.8.7.
noreply
2024/10/21
[njs] Improved error messages for module loading failures.
noreply
2024/10/21
[njs] FS: introduced fs.readlinkSync() and friends.
noreply
2024/10/21
[nginx] Updated security policy to include disclosure details.
noreply
2024/10/17
[njs] Tests: added js_body_filter test with non-UTF8 data.
noreply
2024/10/17
[njs] HTTP: added strict check for js_body_filter syntax.
noreply
2024/10/16
[njs] Implemented lazy stack symbolization.
noreply
2024/10/16
[njs] CI: aligned asan build with with post-commit CI asan build.
noreply
2024/10/16
[nginx] Branch deleted: security
noreply
2024/10/16
[nginx] Branch created: security
noreply
2024/10/15
[nginx] Configure: MSVC compatibility with PCRE2 10.43.
noreply
2024/10/14
[njs] Modules: removed extra VMs creation when it is not needed.
noreply
2024/10/14
[njs] Fixed dead store assignment in r.subrequest().
noreply
2024/10/10
[njs] Fixed Buffer.prototype.indexOf() on 32bits platforms.
noreply
2024/10/10
[njs] CI: added 32bit test in check-pr job.
noreply
2024/10/10
[njs] Fixed Buffer.prototype.indexOf() and friends.
noreply
2024/10/10
[njs] Fixed Buffer.prototype.lastIndexOf() when `from` is provided.
noreply
2024/10/10
[njs] Test262: reporting name of the testsuite for a failed test.
noreply
2024/10/10
[njs] Fixed heap-buffer-overflow in Buffer.prototype.indexOf().
noreply
2024/10/08
[njs] Optimized qjs_to_bytes().
noreply
2024/10/08
[njs] Optimized ngx_qjs_string().
noreply
2024/10/08
[nginx] QUIC: prevent deleted stream frame retransmissions.
noreply
2024/10/08
[nginx] Version bump.
noreply
2024/10/07
[njs] Removed deprecated njs_string_set().
noreply
2024/10/07
[njs] Benchmark: code is rewritten using public API.
noreply
Earlier messages
Later messages