]> git.kaiwu.me - njs.git/shortlog
njs.git
2022-05-19 Dmitry VolyntsevFixed redefinition of special props in Object.definePro...
2022-05-18 Dmitry VolyntsevGetting rid of excessive NJS_LEVEL_TEMP.
2022-05-18 Dmitry VolyntsevAdded generator debug.
2022-05-18 Dmitry VolyntsevImproved OPCODE debug.
2022-05-17 Dmitry VolyntsevFixed compatibility with BoringSSL.
2022-05-12 Dmitry VolyntsevMaking function expression binding immutable according...
2022-05-12 Dmitry VolyntsevLeaving consistency checks as asserts for njs_scope_ind...
2022-05-11 Dmitry VolyntsevFixed ellipsis support.
2022-05-07 Dmitry VolyntsevFixed Array.prototype.fill() for typed-arrays.
2022-05-07 Dmitry VolyntsevFixed Object.defineProperty() when a recursive descript...
2022-05-06 Dmitry VolyntsevImproved surrogate pairs support for PCRE2 backend.
2022-05-04 Dmitry VolyntsevFixed JSON.parse() when reviver function is provided.
2022-05-04 Dmitry VolyntsevImplement OrdinaryDelete() which does not throw exception.
2022-04-29 Dmitry VolyntsevAdded njs.version_number property.
2022-04-29 Dmitry VolyntsevOptimising JSON.parse() for large objects.
2022-04-29 Dmitry VolyntsevHTTP: expect escaped URIs in r.internalRedirect().
2022-04-28 Dmitry VolyntsevModules: added additional directives for Fetch API.
2022-04-27 Dmitry VolyntsevFixed Array.prototype.lastIndexOf() with unicode string...
2022-04-26 Dmitry VolyntsevMaking FOREACH and NEXT instructions robust to invalid...
2022-04-26 Dmitry VolyntsevFixed aggregation methods of Promise ctor with array...
2022-04-23 Dmitry VolyntsevFixed Array.prototype.slice() with slow "this" argument.
2022-04-23 Dmitry VolyntsevFixed Array.prototype.sort() when arr size is changed...
2022-04-14 Dmitry VolyntsevFixed Response headers iteration in Fetch API.
2022-04-14 Dmitry VolyntsevVersion bump
2022-04-12 Dmitry VolyntsevAdded tag 0.7.3 for changeset f15d039cf625
2022-04-12 Dmitry VolyntsevVersion 0.7.3. 0.7.3
2022-04-11 Dmitry VolyntsevFixed typo while calculating module path length.
2022-03-28 Dmitry VolyntsevFixed njs_vmcode_interpreter() when "toString" conversi...
2022-02-22 Dmitry VolyntsevTests: introduced OPCODE debug.
2022-02-21 Dmitry VolyntsevFixed allocation of large array literals.
2022-02-21 Dmitry VolyntsevFixed frame allocation from an awaited frame.
2022-02-21 Dmitry VolyntsevFixed Array.prototype.concat() when "this" is a slow...
2022-02-21 Dmitry VolyntsevRefactoring of user modules importing.
2022-02-15 Dmitry VolyntsevTests: splitting large import tests into several simple...
2022-02-14 Dmitry VolyntsevIntroduced njs_parser_init().
2022-02-14 Dmitry VolyntsevFixed Function constructor in CLI.
2022-02-14 Dmitry VolyntsevFixed backtraces for native modules imported with impor...
2022-02-14 Dmitry VolyntsevFixed backtraces while traversing imported user modules.
2022-01-27 Dmitry VolyntsevTests: refactored modules tests using test262 test...
2022-01-26 Dmitry VolyntsevTests: added support for proper negative test262 tests.
2022-01-26 Jakub JirutkaTypes: added async/await support for TS files.
2022-01-26 Dmitry VolyntsevShell: added options for custom exit failure code.
2022-01-25 Dmitry VolyntsevVersion bump.
2022-01-25 Dmitry VolyntsevAdded tag 0.7.2 for changeset 3dd315b80bab
2022-01-25 Dmitry VolyntsevVersion 0.7.2. 0.7.2
2022-01-25 Dmitry VolyntsevFixed function redeclaration.
2022-01-21 Dmitry VolyntsevFixed recursive async function calls.
2022-01-19 Dmitry VolyntsevFixed Function.prototype.apply() with slow arrays.
2022-01-19 Dmitry VolyntsevFixed type confusion bug while resolving promises.
2022-01-18 Dmitry VolyntsevImproved access to this argument.
2022-01-18 Sylvain EtienneFixed Buffer.concat() with subarrays.
2022-01-18 Dmitry Volyntsev2022 year.
2022-01-18 Dmitry VolyntsevFixed Array.prototype.concat() with exotic argument...
2022-01-14 Dmitry VolyntsevFixed Array.prototype.reverse() when array is changed...
2022-01-13 Dmitry VolyntsevSimplified element access in Array.prototype.shift().
2022-01-13 Dmitry VolyntsevSimplified element access in Array.prototype.pop().
2022-01-13 Dmitry VolyntsevFixed Array.prototype.concat() when array is changed...
2022-01-13 Dmitry VolyntsevFixed Array.prototype.slice() when array is changed...
2022-01-12 Dmitry VolyntsevFixed Array.prototype.join() when array is changed...
2022-01-12 Dmitry VolyntsevMaking njs_value_property_i64() and njs_value_property_...
2022-01-12 Dmitry VolyntsevRemoving MSAN unpoison workarounds for clang-9 and...
2022-01-11 Dmitry VolyntsevFixed fuzzing target bug introduced in 4d4657128baf...
2021-12-29 Dmitry VolyntsevImproved discovery of OpenSSL libraries.
2021-12-29 Dmitry VolyntsevConfigure: added --build-dir option.
2021-12-29 Dmitry VolyntsevTests: fixed "fs" tests with custom build directory.
2021-12-29 Dmitry VolyntsevConfigure: fixed custom NJS_BUILD_DIR values support.
2021-12-29 Dmitry VolyntsevAdded description for recently added configure options.
2021-12-29 Dmitry VolyntsevTypes: added TS definitions for fs.stat() and fs.lstat...
2021-12-29 Dmitry VolyntsevVersion bump.
2021-12-28 Dmitry VolyntsevAdded tag 0.7.1 for changeset 35aca5cc5ea7
2021-12-28 Dmitry VolyntsevVersion 0.7.1. 0.7.1
2021-12-25 Artem S. PovalyukhinFixed information leak in Buffer.from().
2021-12-25 Artem S. PovalyukhinImproved Buffer.from() with Buffer-like objects.
2021-12-24 Artem S. PovalyukhinAdded missing element in typeof table for DataView...
2021-12-24 Dmitry VolyntsevImproved discovery of PCRE libraries.
2021-12-24 Dmitry VolyntsevPassing --ld-opt flags while linking.
2021-12-24 Dmitry VolyntsevBuilding regexp backend as an external.
2021-12-24 Dmitry VolyntsevAdding module suffix for njs module files.
2021-12-24 Dmitry VolyntsevIntroducing --no-openssl to disable OpenSSL discover.
2021-12-24 Dmitry VolyntsevTests: added help info for test262.
2021-12-23 Dmitry VolyntsevFixed 1-byte memory over-read introduced in previous...
2021-12-23 Dmitry VolyntsevImproved njs_ftw().
2021-12-22 Dmitry VolyntsevTests: fixed fs/methods.t.ts on RHEL8.
2021-12-22 Dmitry VolyntsevTests: improved test262 output when a test fails.
2021-12-22 Dmitry VolyntsevFixed WebCrypto sign() and verify() methods with OpenSS...
2021-12-22 Zhidao HONGAdded missed njs_parser_failed() in njs_parser_module_l...
2021-12-22 Zhidao HONGAdded missed static declarations.
2021-12-22 Dmitry VolyntsevFixed OpenSSL detection support when Address Sanitizer...
2021-12-21 Dmitry VolyntsevRefactor modules using external prototypes.
2021-12-21 Dmitry VolyntsevRenaming njs_module_t -> njs_mod_t.
2021-12-21 Dmitry VolyntsevTests: moving module tests into separate test suites.
2021-12-21 Dmitry VolyntsevTests: moving backtraces test into a separate test...
2021-12-21 Dmitry VolyntsevAdded constructor flag for methods in external prototypes.
2021-12-14 Dmitry VolyntsevModules: removed dead code left after dfcbfb5e27b2.
2021-12-14 Dmitry VolyntsevChecking cwd path length in njs_module_relative_path().
2021-12-14 Dmitry VolyntsevUsing njs_arr_item() when accessing vm->protos elements.
2021-12-09 Dmitry VolyntsevModules: removed "js_include" directive deprecated...
2021-12-08 Dmitry VolyntsevGenerator: removing njs_generate_children_indexes_relea...
2021-12-08 Dmitry VolyntsevGenerator: introduced njs_generator_init().
2021-12-08 Dmitry VolyntsevGenerator: fixed typo introduced in efdc5f18195e (0...
next