]> git.kaiwu.me - njs.git/shortlog
njs.git
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.
2024-05-18 Dmitry VolyntsevRemoving njs_string_set() from builtin functions.
2024-05-18 Dmitry VolyntsevChange: removed byte strings API.
2024-05-18 Dmitry VolyntsevOptimized string creation with ASCII input.
2024-05-18 Dmitry VolyntsevAdded string creation benchmark.
2024-05-09 Dmitry VolyntsevConfigure: fixed QuickJS detection with --with-quickjs...
2024-05-02 Dmitry VolyntsevQuickJS: added zlib module.
2024-04-26 Dmitry VolyntsevTests: fixed typo in stream_js_dup_set.t introduced...
2024-04-26 Dmitry VolyntsevFetch: fixed request Host header when the port is non...
2024-04-26 Dmitry VolyntsevAllowing to use custom allocator in njs_chb_t.
2024-04-23 Dmitry VolyntsevConfigure: fixed default path QuickJS discovery typo.
2024-04-23 Dmitry VolyntsevZlib: improved tests with zlib-ng.
2024-04-23 Dmitry VolyntsevZlib: fixed inflate().
2024-04-23 Dmitry VolyntsevModules: improved checking for duplicate js_set variables.
2024-04-23 Dmitry VolyntsevVersion bump.
2024-04-15 Dmitry VolyntsevAdded tag 0.8.4 for changeset 11d956c1577c
2024-04-15 Dmitry VolyntsevVersion 0.8.4. 0.8.4
2024-04-09 Dmitry VolyntsevHTTP: fixed r.send() with Buffer argument.
2024-04-09 Dmitry VolyntsevModules: checking for duplicate js_set variables.
2024-04-04 Dmitry VolyntsevConfigure: added --with-quickjs option.
2024-04-04 Dmitry VolyntsevConfigure: improved QuickJS discovery.
2024-04-04 Dmitry VolyntsevConfigure: added --no-quickjs description in configure...
2024-04-04 Dmitry VolyntsevConfigure: sorted options alphabetically in configure...
2024-04-02 Dmitry VolyntsevHTTP: validating URI and args arguments in r.subrequest().
2024-04-02 Dmitry VolyntsevTests: adapt stream_js.t to nginx changes.
2024-04-02 Dmitry VolyntsevTests: adapt stream_js_preload_object.t to nginx changes.
2024-04-02 Dmitry VolyntsevTests: simplified stream_js_import2.t.
2024-04-02 Dmitry VolyntsevTests: removed stream_js_import.t.
2024-03-20 Dmitry VolyntsevModules: fixed clear() method of a shared dictionary...
2024-03-19 Dmitry VolyntsevShell: added completions for QuickJS engine.
2024-03-19 Dmitry VolyntsevShell: completions are refactored and moved out of...
2024-03-16 Dmitry VolyntsevIntroduced njs_vm_value_enumerate() and njs_vm_value_ow...
2024-03-16 Dmitry VolyntsevRefactoring njs_value_own_enumerate() and friends.
2024-03-15 Dmitry VolyntsevIntroduced njs_vm_prototype() to get a value's prototype.
2024-03-15 Dmitry VolyntsevIntroduced njs_vm_global() to get global object.
2024-03-05 Dmitry VolyntsevFixed typo introduced in eb01434865d7.
2024-03-01 Dmitry VolyntsevHTTP: allowing to set Server header.
2024-03-01 Dmitry VolyntsevShell: revert -t option back to preserve backward compa...
next