]> git.kaiwu.me - njs.git/shortlog
njs.git
2022-06-15 Dmitry VolyntsevRenaming promise to promise_ctor to avoid confusion.
2022-06-11 Dmitry VolyntsevFixed njs_array_convert_to_slow_array().
2022-06-11 Dmitry VolyntsevCatching invalid njs_mp_free() calls.
2022-06-11 Dmitry VolyntsevFixed memory freeing in njs_vm_compile().
2022-06-11 Dmitry VolyntsevRemoved njs_buffer_decode_destroy().
2022-06-11 Dmitry VolyntsevFixed njs_array_expand() for empty arrays.
2022-06-11 Dmitry VolyntsevFixed freeing of array created using njs_arr_create().
2022-06-11 Dmitry VolyntsevRemoved unused argument from njs_function_lambda_call().
2022-06-09 Dmitry VolyntsevFixed njs_iterator_to_array() with sparse arrays.
2022-06-09 Dmitry VolyntsevFixed template literal from producing byte-strings.
2022-06-08 Dmitry VolyntsevHTTP: returing undefined for Content-Type when the...
2022-06-07 Dmitry VolyntsevHTTP: fixed r.headersOut special getters when value...
2022-06-04 Dmitry VolyntsevFixed String.prototype.replace() with byte strings.
2022-06-04 Dmitry VolyntsevIntroduced njs_is_byte_or_ascii_string().
2022-06-04 Dmitry VolyntsevImproved OPCODE debug by tracing native functions.
2022-06-04 Dmitry VolyntsevFixed typed-array ctor when source array is changed...
2022-06-02 Dmitry VolyntsevFixed njs_vmcode_interpreter() when await fails.
2022-06-02 Dmitry VolyntsevFixed function value initialization.
2022-06-01 Dmitry VolyntsevFixed catching of the exception thrown from an awaited...
2022-06-01 Dmitry VolyntsevImproved OPCODE debug.
2022-06-01 Dmitry VolyntsevFixed typo in debug code introduced in 3e754413e907...
2022-05-31 Dmitry VolyntsevHTTP: adapting to changes in nginx header structures.
2022-05-26 Sergey KandaurovHTTP: improved memory allocation error handling.
2022-05-31 Dmitry VolyntsevVersion bump.
2022-05-24 Dmitry VolyntsevAdded tag 0.7.4 for changeset b5198f7f11a3
2022-05-24 Dmitry VolyntsevVersion 0.7.4. 0.7.4
2022-05-24 Dmitry VolyntsevTests: adapted WebCrypto tests to RHEL9.
2022-05-24 Dmitry VolyntsevFixed use-of-uninitialized-value introduced in beb18016...
2022-05-24 Dmitry VolyntsevFixed Object.prototype.constructor property handler...
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
next