]> git.kaiwu.me - njs.git/shortlog
njs.git
2020-03-23 Dmitry VolyntsevLexer: fixed handling of no-newline at the end of the...
2020-03-20 Dmitry VolyntsevRemoved outdated commentary after ccfa84cea2b3.
2020-03-20 Dmitry VolyntsevHTTP: returning undefined value when "responseBody...
2020-03-20 Dmitry VolyntsevRefactored externals.
2020-03-18 Dmitry VolyntsevStream: fixed typo in the log message introduced in...
2020-03-18 Dmitry VolyntsevSimplifed object enumeration.
2020-03-17 Dmitry VolyntsevAdded benchmark tests for externals.
2020-03-16 Dmitry VolyntsevFixed makefile dependency issue introduced in eb9258cfcf40.
2020-03-05 Dmitry VolyntsevRemoved unused typedef.
2020-03-05 Dmitry VolyntsevAdded externals backtrace test.
2020-03-05 Dmitry VolyntsevSharing external initialization between unit and intera...
2020-03-04 Alexander BorisovFixed NULL-pointer dereference in "__proto__" property...
2020-03-03 Dmitry VolyntsevFixed compilation with gcc.
2020-03-03 Dmitry VolyntsevFixed integer constant is too large compilation error...
2020-03-03 Dmitry VolyntsevVersion bump.
2020-03-03 Dmitry VolyntsevAdded tag 0.3.9 for changeset fc4eeaaf0dfe
2020-03-03 Dmitry VolyntsevVersion 0.3.9. 0.3.9
2020-03-02 Dmitry VolyntsevHTTP: introduced detached subrequest mode in r.subreque...
2020-02-28 Dmitry VolyntsevFixed integer-overflow in Date() constructor.
2020-02-28 Dmitry VolyntsevFixed njs_date_string().
2020-01-30 hongzhidaoFixed non-native module importing.
2020-02-27 Alexander BorisovFixed heap-buffer-overflow in lexer introduced in 87d05...
2020-02-26 Dmitry VolyntsevFixed Unicode Escaping in JSON.stringify() according...
2020-02-25 Alexander BorisovFixed JSON.stringify() with Number() and String() objects.
2020-02-26 Alexander BorisovImproved fields and typedefs naming in parser.
2020-02-26 Alexander BorisovLexer refactoring.
2020-02-26 Alexander BorisovFixed handling of space argument in JSON.stringify().
2020-02-19 Dmitry VolyntsevFixed Number.prototype.toPrecision().
2020-02-10 Artem S. PovalyukhinAdded fs.symlink(), fs.unlink(), fs.realpath() and...
2020-02-18 Dmitry VolyntsevFixed encodeURI() and decodeURI() according to the...
2020-02-18 Dmitry VolyntsevFixed njs_json_append_string().
2020-02-18 Dmitry VolyntsevDetecting memory error in njs_chb_*() functions.
2020-02-17 Dmitry VolyntsevFixed potential integer-overflow in String.prototype...
2020-02-17 Dmitry VolyntsevSimplified code using magic arguments introduced in...
2020-02-17 Dmitry VolyntsevStyle: removing excessive commentaries.
2020-02-17 Dmitry VolyntsevIntroduced ToLength() according to ES6.
2020-02-13 Alexander BorisovFixed Object.getOwnPropertySymbols().
2020-02-10 Dmitry VolyntsevFiltering out integer indices in njs_object_completions().
2020-02-10 Dmitry VolyntsevImproved Array object allocation after ccfa84cea2b3.
2020-01-26 Artem S. PovalyukhinIntroduced fs.access and friends.
2020-01-25 Artem S. PovalyukhinIntroduced fs.promises API.
2020-02-06 Dmitry VolyntsevMoving modules_hash to njs_vm_shared_t.
2020-02-05 Dmitry VolyntsevRemoved dead code in njs_json_parse_iterator() after...
2020-02-05 Dmitry VolyntsevFixed njs_key_string_get() usage.
2020-02-05 Dmitry VolyntsevRemoved dead store assignment after ccfa84cea2b3.
2020-02-04 Dmitry VolyntsevIntroduced memory-efficient arrays.
2020-02-04 Dmitry VolyntsevAdded fast path in [[Get]] and [[Set]] for arrays and...
2020-01-20 Artem S. PovalyukhinFixed callback invocations in "fs" module.
2020-01-22 Dmitry VolyntsevFixed match of native function is backtraces.
2020-01-22 Dmitry VolyntsevFixed typo introduced in 1abb97e9d9dc.
2020-01-21 Dmitry VolyntsevVersion bump.
2020-01-21 Dmitry VolyntsevAdded tag 0.3.8 for changeset 1abb97e9d9dc
2020-01-21 Dmitry VolyntsevVersion 0.3.8. 0.3.8
2020-01-21 Dmitry VolyntsevFixed %TypedArray%.prototype.fill().
2020-01-21 Dmitry VolyntsevAdded %TypedArray%.prototype.subarray().
2020-01-21 Dmitry VolyntsevFixed Function constructor according to the spec.
2020-01-17 Artem S. PovalyukhinIntroduced njs_fs_path_arg().
2020-01-16 Dmitry VolyntsevFixed use-of-uninitialized-value for the global this...
2020-01-16 Dmitry VolyntsevFixed format specifier in typed-array constructor.
2020-01-16 Dmitry VolyntsevFixed memory-leak introduced in b840b7af946e.
2020-01-16 Dmitry VolyntsevHTTP: introduced promise support in r.subrequest().
2020-01-16 Dmitry VolyntsevAdded support for typed-arrays in String.bytesFrom().
2020-01-14 Dmitry VolyntsevIntroduced "global" and "globalThis" aliases to the...
2020-01-13 Dmitry VolyntsevRefactored njs_benchmark.
2020-01-09 Dmitry VolyntsevRemoved dead store assignments.
2020-01-09 Dmitry VolyntsevFixed integer overflow in njs_typed_array_constructor().
2020-01-09 Dmitry VolyntsevRemoved dead code in njs_typed_array_get() after 1c3c59...
2020-01-09 Alexander BorisovFixed typo introduced in 61bf7a31e685.
2019-12-27 Dmitry VolyntsevFixed "length" may be uninitialized in njs_typed_array_...
2019-12-26 Alexander BorisovFixed njs_vm_handle_events().
2019-12-26 Dmitry VolyntsevShell: stopping events handling for uncaught exception...
2019-12-13 hongzhidaoFixed import segfault.
2019-12-25 Dmitry VolyntsevIntroduced TypedArray objects.
2019-12-17 Dmitry VolyntsevShell: fixed output of large values for last evaluated...
2019-12-17 Alexander BorisovIntroduced the Promise object.
2019-12-16 Dmitry VolyntsevFixed stack-use-after-free in njs_value_property_set().
2019-12-16 Dmitry VolyntsevFixed Array.prototype.join().
2019-12-12 Valentin BartenevIntroduced nullish coalescing operator.
2019-12-11 Dmitry VolyntsevRefactored Array.prototype.join() using njs_chb_t API.
2019-12-11 Dmitry VolyntsevIntroduced generic string builder API.
2019-11-27 Tiago Natel... Introduced the ArrayBuffer object.
2019-12-06 Dmitry VolyntsevImproved object type initialization structure.
2019-12-06 Dmitry VolyntsevIntroduced ToIndex() conversion primitive from the...
2019-12-06 Dmitry VolyntsevFixed RegExp() instance properties.
2019-12-03 Alexander BorisovAdded njs_is_memory_error() function.
2019-12-03 Alexander BorisovFixed typo introduced in 904333a40816.
2019-12-03 Alexander BorisovIntroduced SpeciesConstructor() from the specification.
2019-12-03 Alexander BorisovStyle.
2019-12-03 Alexander BorisovShell: fixed memory leak when empty line is entered.
2019-12-03 Dmitry VolyntsevFixed Number.prototype.toString(radix).
2019-11-29 Artem S. PovalyukhinAdded Object.setPrototypeOf().
2019-11-29 Dmitry VolyntsevMaking backtrace a property of a thrown exception.
2019-11-28 Artem S. PovalyukhinImproved Object.create().
2019-11-28 Artem S. PovalyukhinAdded Object.is().
2019-11-27 Dmitry VolyntsevFixed TypeError message in ValidateAndApplyPropertyDesc...
2019-11-27 Dmitry VolyntsevImproved Array.prototype.includes().
2019-11-27 Dmitry VolyntsevFixed Object.defineProperties() according to the specif...
2019-11-27 Dmitry VolyntsevChecking extensible flag in ValidateAndApplyPropertyDes...
2019-11-27 Dmitry VolyntsevIntroduced specification primitives SameValue(), SameVa...
2019-11-26 Dmitry VolyntsevFixed JSON.stringify() and njs.dump() allocation error...
next