]> git.kaiwu.me - njs.git/shortlog
njs.git
2024-10-18 Dmitry VolyntsevHTTP: added strict check for js_body_filter syntax.
2024-10-17 Dmitry VolyntsevImplemented lazy stack symbolization.
2024-10-17 Dmitry VolyntsevCI: aligned asan build with with post-commit CI asan...
2024-10-14 Dmitry VolyntsevFixed dead store assignment in r.subrequest().
2024-10-14 Dmitry VolyntsevModules: removed extra VMs creation when it is not...
2024-10-11 Dmitry VolyntsevFixed Buffer.prototype.indexOf() on 32bits platforms.
2024-10-11 Dmitry VolyntsevCI: added 32bit test in check-pr job.
2024-10-10 Dmitry VolyntsevFixed Buffer.prototype.indexOf() and friends.
2024-10-10 Dmitry VolyntsevFixed Buffer.prototype.lastIndexOf() when `from` is...
2024-10-10 Dmitry VolyntsevFixed heap-buffer-overflow in Buffer.prototype.indexOf().
2024-10-10 Dmitry VolyntsevTest262: reporting name of the testsuite for a failed...
2024-10-08 Dmitry VolyntsevOptimized qjs_to_bytes().
2024-10-08 Dmitry VolyntsevOptimized ngx_qjs_string().
2024-10-08 Dmitry VolyntsevBenchmark: code is rewritten using public API.
2024-10-08 Dmitry VolyntsevRemoved deprecated njs_string_set().
2024-10-08 Dmitry VolyntsevStyle.
2024-10-08 Dmitry VolyntsevFixed dead store assignment in TextEncoder.encodeInto().
2024-10-08 Dmitry VolyntsevTests: external code for unit tests is rewritten using...
2024-10-08 Dmitry VolyntsevRemoved deprecated $262.byteString().
2024-10-08 Dmitry VolyntsevVersion bump.
2024-10-01 Dmitry VolyntsevVersion 0.8.6. 0.8.6
2024-09-26 Konstantin... CI: Run a check-pr job on a specific Ubuntu version.
2024-09-26 Dmitry VolyntsevHTTP: fixed r.return() with empty string as a body...
2024-09-18 Dmitry VolyntsevHTTP: fixed r.subrequest() check for nested subrequests.
2024-09-18 Dmitry VolyntsevModules: introduced QuickJS engine.
2024-09-18 Dmitry VolyntsevModules: introduced engine API.
2024-09-18 Dmitry VolyntsevCI: removed DUMP_LEAKS flag from QuickJS build.
2024-09-11 Vadim ZhestikovConfigure: accept spaces in PATH.
2024-09-04 Dmitry VolyntsevFixed handling of encode arg in fs.readdir() and fs...
2024-09-04 Dmitry VolyntsevTests: making exception test more portable in stream_js.t.
2024-09-04 Dmitry VolyntsevQuickJS: disabling eval() and Function() in qjs_new_con...
2024-09-04 Dmitry VolyntsevQuickJS: added wrappers for strings creation.
2024-09-04 Dmitry VolyntsevQuickJS: qjs_new_context() accepts now additional modules.
2024-09-04 Dmitry VolyntsevQuickJS: moving njs object creation to common code.
2024-09-04 Dmitry VolyntsevIntroduced libqjs.a.
2024-08-24 Thomas P.Modules: added nocache flag for js_set variables.
2024-08-21 Elijah ZupancicAdd badges to README.md
2024-08-16 Dmitry VolyntsevFixed compilation on 32bit platforms.
2024-08-16 Dmitry VolyntsevMaking ngx_js_logger() reusable by QuickJS code.
2024-08-16 Dmitry VolyntsevModules: adding NUL byte at the end of the global script.
2024-08-16 Dmitry VolyntsevQuickJS: added buffer module.
2024-08-16 Dmitry VolyntsevQuickJS: fixed exception handling in shell output.
2024-08-16 Dmitry VolyntsevFixed Buffer.prototype.writeInt8() and friends.
2024-08-16 Dmitry VolyntsevFixed Fixed Buffer.prototype.write().
2024-08-16 Dmitry VolyntsevFixed Buffer.prototype.writeFloat() and friends.
2024-08-16 Dmitry VolyntsevFixed Buffer.prototype.lastIndexOf().
2024-08-15 Thomas P.HTTP: expose capture group variables.
2024-08-14 Thomas P.Types: fixed NgxKeyValuePair definition.
2024-07-26 Dmitry VolyntsevTests: adapting unsafe redirect test for QuickJS.
2024-07-26 Dmitry VolyntsevTests: making exception test more portable in js.t.
2024-07-26 Dmitry VolyntsevModules: removed non needed argument from meta handlers.
2024-07-19 Dmitry VolyntsevHTTP: moving ngx_http_methods table out of subrequest...
2024-07-19 Dmitry VolyntsevHTTP: making ngx_http_js_header_t handler type generic.
2024-07-19 Dmitry VolyntsevTests: removed njs specific code from js_headers.t.
2024-07-19 Dmitry VolyntsevTests: ignoring subrequest execution order in js_subreq...
2024-07-19 Dmitry VolyntsevVersion bump.
2024-07-10 Vadim ZhestikovFixed empty labelled statement in a function.
2024-07-06 Vadim ZhestikovFixed Function constructor handling when called without...
2024-07-02 Dmitry VolyntsevHTTP: simplifed r.subrequest() code.
2024-07-02 Dmitry VolyntsevQuickJS: disabling eval() and string normalize.
2024-07-02 Dmitry VolyntsevAvoiding explicit length calculation for strings.
2024-07-02 Dmitry VolyntsevFixed constructor property of an iterator object.
2024-07-02 Dmitry VolyntsevFixed "global" property handler when deleting.
2024-07-02 Dmitry VolyntsevFixed Object.values() and Object.entries() with shared...
2024-07-02 Dmitry VolyntsevFixed attribute initialization for external properties.
2024-06-29 Dmitry VolyntsevFixed maybe-uninitialized warning in error creation.
2024-06-29 Dmitry VolyntsevModules: adding NUL byte at the end of the module body.
2024-06-29 Dmitry VolyntsevFixed ‘ctx.codepoint’ may be used uninitialized.
2024-06-29 Dmitry VolyntsevFixed ‘length’ may be used uninitialized in Array.proto...
2024-06-29 Dmitry VolyntsevHTTP: simplified check for subrequest from a subrequest.
2024-06-29 Dmitry VolyntsevModules: removed not needed previous location initializ...
2024-06-25 Dmitry VolyntsevVersion 0.8.5. 0.8.5
2024-06-12 Dmitry VolyntsevHTTP: fixed r.subrequest() error handling.
2024-06-12 Dmitry Volyntsev Modules: removed extra copying in shared dictionary.
2024-06-10 jo-carterModules: shared dictionary add, set, incr methods timeo...
2024-06-10 Dmitry VolyntsevFixed integer overflow in Date.parse().
2024-06-10 Dmitry VolyntsevFixed tracking of argument scope.
2024-06-10 Dmitry VolyntsevTests: compatibility with "openssl" app from OpenSSL...
2024-06-10 Dmitry VolyntsevFixed open byte overread in decodeURI() and decodeURICo...
2024-06-10 Dmitry VolyntsevAdded reference to nginx community page at SUPPORT.md.
2024-05-31 Michael VernikUpdated README
2024-05-31 Dmitry VolyntsevAdded contributing guide.
2024-05-30 Dmitry VolyntsevTest262: fixed unstable fs test.
2024-05-30 Dmitry VolyntsevTest262: fixed flaky fs tests.
2024-05-30 Dmitry VolyntsevAdded issue templates.
2024-05-30 Dmitry VolyntsevAdded support guide.
2024-05-29 Dmitry VolyntsevAdded security policy.
2024-05-29 Dmitry VolyntsevAdded code of conduct.
2024-05-29 Dmitry VolyntsevFixed RegExp.prototype[@@replace]().
2024-05-28 Konstantin... Added CI based on GitHub Actions.
2024-05-28 Dmitry VolyntsevTest262: improved skipping of tests.
2024-05-24 Dmitry VolyntsevFetch: fixed heap-buffer-overflow in Headers.get(). branches/default
2024-05-24 Dmitry VolyntsevAdded fast path in njs_chb_utf8_length() for ASCII...
2024-05-23 Dmitry VolyntsevFixed retval handling after an exception.
2024-05-23 Dmitry VolyntsevImproved String.prototype.replaceAll() for readability.
2024-05-23 Dmitry VolyntsevFixed String.prototype.replaceAll() with zero length...
2024-05-22 Dmitry VolyntsevAligned StringIndexOf() implementation with the spec.
2024-05-22 Dmitry VolyntsevRemoved code for byte strings in built-in functions.
2024-05-22 Dmitry VolyntsevAvoid creating byte strings explicitly.
2024-05-20 Dmitry VolyntsevHTTP: fixed handling of 0 length request body.
next