]> git.kaiwu.me - njs.git/shortlog
njs.git
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
2021-06-24 Artem S. PovalyukhinFixed parsing of export default declarations.
2021-06-25 Dmitry VolyntsevFixed RegExpBuiltinExec() with UTF-8 only regexps.
2021-06-18 Dmitry VolyntsevIntroduced "debugger" token support.
2021-06-18 Dmitry VolyntsevFixed printing AST with recently added tokens.
2021-06-18 Dmitry VolyntsevPrinting AST before trying to generate code.
2021-06-18 Dmitry VolyntsevVersion bump.
2021-06-15 Dmitry VolyntsevAdded tag 0.6.0 for changeset 742ebceef2b5
2021-06-15 Dmitry VolyntsevVersion 0.6.0. 0.6.0
2021-06-15 Dmitry VolyntsevAdded forgotten paragraph section for 0.5.2.
2021-06-11 Dmitry VolyntsevFixed use-of-uninitialized-value in njs_string_index().
2021-06-11 Dmitry VolyntsevFixed RegExp.prototype.[@@split]() with UTF8 strings.
2021-06-11 Dmitry VolyntsevFixed dumping of objects with circular references.
2021-06-09 Dmitry VolyntsevFixed String.prototype.split() according to the specifi...
2021-06-08 Dmitry VolyntsevAdded benchmarks for String.prototype.split().
2021-06-05 Dmitry VolyntsevIntroduced RegExp.prototype.sticky support.
2021-06-08 Dmitry VolyntsevFixed use-of-uninitialized-value while tracking rejecte...
2021-06-05 Dmitry VolyntsevAccessing "lastIndex" property according to the spec.
2021-06-05 Dmitry VolyntsevFixed RegExp.prototype.test() according to the specific...
2021-06-05 Dmitry VolyntsevImplemented RegExp getters according to the specification.
2021-06-02 Dmitry VolyntsevImproved arguments parsing in Date constructor.
2021-06-02 Dmitry VolyntsevFixed integer-overflow in MakeDay().
2021-05-31 Dmitry VolyntsevFixed misaligned reading and writing.
2021-05-31 Dmitry VolyntsevRemoving the requirement of "aligned" attribute support.
next