]> git.kaiwu.me - njs.git/shortlog
njs.git
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...
2021-12-07 Dmitry VolyntsevTests: improved unit tests after efdc5f18195e (0.6.2).
2021-12-07 Dmitry VolyntsevFixed function redeclaration in CLI when interactive...
2021-12-03 Dmitry VolyntsevFixed execution of async function in synchronous context.
2021-12-03 Dmitry VolyntsevTests: added promise support for unit tests subrequest...
2021-12-03 Dmitry VolyntsevAdded memory exception if alloc fails for njs_vm_functi...
2021-11-30 Dmitry VolyntsevFixed catching of exception thrown in try block of...
2021-11-29 Dmitry VolyntsevTests: making async/await test filenames shorter.
2021-11-29 Dmitry VolyntsevTests: refactored JavaScript tests.
2021-11-29 Dmitry VolyntsevAllowing to build njs util without interactive shell...
2021-11-29 Dmitry VolyntsevFixed building unit tests binaries on MacOS with custom...
2021-11-22 Dmitry VolyntsevFixed exception throwing when RegExp match fails.
2021-11-18 Dmitry VolyntsevUpdated README with the reference to njs-examples repo.
2021-11-17 Sergey KandaurovFixed build with OpenSSL 3.0 built with no-deprecated.
2021-11-17 Dmitry VolyntsevSSL: fixed reporting of the detected library version.
2021-11-17 Dmitry VolyntsevFixed WebCrypto sign() and verify() methods with OpenSS...
2021-11-11 Dmitry VolyntsevIntroduced PCRE2 RegExp backend.
2021-11-11 Dmitry VolyntsevRegExp: improved source string treatment.
2021-11-11 Dmitry VolyntsevRegExp: incapsulating PCRE API.
2021-11-10 Dmitry VolyntsevTests: adapting fs tests introduced in 685adce92af1...
2021-11-09 Dmitry VolyntsevRemoved unused regular expression API.
2021-11-09 Dmitry VolyntsevPCRE: removed unused context functions.
2021-11-03 Dmitry VolyntsevAdded fs.Stats, fs.stat() and friends.
2021-11-02 Dmitry VolyntsevAdded njs_date_alloc().
2021-11-02 Dmitry VolyntsevUnified creation of objects with custom value slots.
2021-11-02 Dmitry VolyntsevSimplified object dumping.
2021-11-02 Dmitry VolyntsevGetting rid of special types for primitive objects.
2021-11-02 Dmitry VolyntsevTests: refactored "fs" module tests.
2021-11-01 Dmitry VolyntsevTests: allowing to define own test function per test...
2021-11-01 Alexander BorisovFixed heap-use-after-free in await frame.
2021-10-29 Dmitry VolyntsevFixed decodeURI() and decodeURIComponent() with invalid...
2021-10-26 Valentin BartenevRemoved surplus condition from Base64 decoded length...
2021-10-20 Dmitry VolyntsevStream: fixed build without --with-http_ssl_module.
2021-10-20 Dmitry VolyntsevVersion bump.
2021-10-19 Dmitry VolyntsevAdded tag 0.7.0 for changeset 8418bd4a4ce3
2021-10-19 Dmitry VolyntsevVersion 0.7.0. 0.7.0
2021-10-14 Dmitry VolyntsevModules: fixed Respose.headers getter in fetch API.
2021-10-14 Dmitry VolyntsevStyle.
2021-10-13 Dmitry VolyntsevSSL: fixed building with OpenSSL <= 1.0.1.
2021-10-13 Dmitry VolyntsevSSL: fixed typo introduced in 8e335c2ac447.
2021-10-12 Dmitry VolyntsevSSL: fixed compatibility with OpenSSL 3.0.
2021-10-11 Dmitry VolyntsevIntroduced WebCrypto API according to W3C spec.
2021-10-11 Alexander BorisovFixed copying of closures for declared functions.
2021-10-08 Dmitry VolyntsevTests: added async tests support.
2021-10-08 Dmitry VolyntsevModules: introduced setReturnValue() method.
next