]> git.kaiwu.me - njs.git/shortlog
njs.git
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.
2021-10-08 Dmitry VolyntsevModules: introduced common ngx_js_retval().
2021-10-08 Dmitry VolyntsevTypes: updated TS definitions.
2021-10-08 Alexander BorisovFixed unhandled promise rejection in handle events.
2021-10-06 Dmitry VolyntsevStyle.
2021-10-06 Sergey KandaurovFixed timeouts with Fetch, SSL and select.
2021-09-01 Antoine BonavitaAdded support for HTTPS URLs to the Fetch API.
2021-10-05 Dmitry VolyntsevModules: simplified reporting of failures in ngx.fetch...
2021-09-29 Dmitry VolyntsevTests: introducing repeat argument for unit tests.
2021-09-29 Dmitry VolyntsevFixed function constructor for cloned VMs.
2021-09-17 Dmitry VolyntsevFixed njs_buffer_slot().
2021-09-17 Dmitry VolyntsevStyle.
2021-09-03 Dmitry VolyntsevFixed AsyncFunction prototype property "name".
2021-09-02 Alexander BorisovAdded async support for object initializer.
2021-09-02 Alexander BorisovParser: catching errors parsing in await expression.
2021-09-02 Alexander BorisovParser: removed dead store in await;
2021-09-02 Alexander BorisovParser: fixed flag setting when parsing function arguments.
2021-09-02 Alexander BorisovFixed async ctx erasing when a function is called multi...
2021-09-01 Alexander BorisovFixed order of code execution after await in try block.
2021-09-01 Alexander BorisovIntroduced Async/Await implementation.
2021-09-01 Alexander BorisovVersion bump.
2021-08-31 Dmitry VolyntsevAdded tag 0.6.2 for changeset dfba7f61745c
2021-08-31 Dmitry VolyntsevVersion 0.6.2. 0.6.2
2021-08-31 Dmitry VolyntsevFixed %TypedArray%.prototype.join() with detached buffer.
2021-08-31 Dmitry VolyntsevMemory: added cleanup handlers support.
2021-08-31 Dmitry VolyntsevAllowing to pass arbitrary pointer to object iterator...
2021-08-31 Dmitry VolyntsevShell: fixed memory leak in script options.
2021-08-31 Dmitry VolyntsevFixed backtrace output for arrays broken in b0177571ce1d.
2021-08-19 Dmitry VolyntsevRefactored njs_object_traverse().
2021-08-13 Dmitry VolyntsevAllowing to create external objects with NULL external...
2021-08-11 Miao WangStream: fixed CPU hog when js_filter is registered...
2021-08-11 Alexander BorisovAdded remaining Promise constructor methods.
2021-08-11 Alexander BorisovFixed resolve/reject callback for Promise.prototype...
2021-08-11 Alexander BorisovIntroduced AggregateError implementation.
2021-08-11 Alexander BorisovMoving generic iterator code to a proper location.
2021-07-15 Alexander BorisovThe maximum depth of nested functions is set to 128.
2021-07-15 Alexander BorisovRemoved recursion from finding let closures.
2021-07-15 Alexander BorisovRemoved recursion from code generator.
2021-07-15 Dmitry VolyntsevAdded generic AST traverser.
2021-07-14 Dmitry VolyntsevFile flags table cleanup.
2021-07-13 Dmitry VolyntsevAdded support for ArrayBuffer in njs_vm_value_to_bytes().
2021-07-13 hyeonisismAdded fs flags missed in 5c6aa60224cb (0.1.15).
2021-07-09 Dmitry VolyntsevMarking different external pointer with unique tag.
2021-07-09 Dmitry VolyntsevModules: improved working with external prototypes.
2021-07-09 Valentin BartenevUnicode case tables updated to version 14.0.0 (May...
2021-06-29 Alexander BorisovFixed rest parameter parsing without binding identifier.
2021-06-29 Alexander BorisovVersion bump.
2021-06-29 Dmitry VolyntsevAdded tag 0.6.1 for changeset 4adbe67b292a
2021-06-29 Dmitry VolyntsevVersion 0.6.1. 0.6.1
next