1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 21, 2024 — Jul 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed equality operator with object and string.
Valentin V. Bartenev
as Valentin Bartenev
More... over 6 years ago
Fixed equality operator with "null" value as right operand.
Valentin V. Bartenev
as Valentin Bartenev
More... over 6 years ago
Fixed equality operator when both operands are objects.
Valentin V. Bartenev
as Valentin Bartenev
More... over 6 years ago
Fixed misplaced njs_internal_error().
Valentin V. Bartenev
as Valentin Bartenev
More... over 6 years ago
njs_vm_run() is simplified. More... over 6 years ago
Added njs_vm_retval_dump(). More... over 6 years ago
Fixed accumulative flag in CLI file mode. More... over 6 years ago
Initializing closure values of a function. More... over 6 years ago
Using more approprite name for undefined value in exceptions. More... over 6 years ago
Improved wording for "not a function" exception. More... over 6 years ago
Fixed description for explicit_bzero script. More... over 6 years ago
Version bump. More... over 6 years ago
Added tag 0.2.5 for changeset 3315f6aa6000 More... over 6 years ago
Version 0.2.5. More... over 6 years ago
Non-integer fractions.
Valentin V. Bartenev
as Valentin Bartenev
More... over 6 years ago
Stream: marking incoming chain as processed. More... over 6 years ago
Added arguments object. More... over 6 years ago
Handling non-array values in Array.prototype.slice. More... over 6 years ago
Handling int overflow in njs_array_alloc() on 32bit archs. More... almost 7 years ago
Added njs_string_slice_string_prop(). More... almost 7 years ago
Added njs_primitive_value_to_number(). More... almost 7 years ago
Fixed Object.prototype.hasOwnProperty() for non-object properties. More... almost 7 years ago
delete operator refactored. More... almost 7 years ago
Object property quering is refactored. More... almost 7 years ago
Updated documentation link. More... almost 7 years ago
Stream: fixed counting pending events. More... almost 7 years ago
Stream: fixed s.off(). More... almost 7 years ago
Fixed default implementation for nxt_explicit_memzero(). More... almost 7 years ago
Removed useless casting to void for explicit_bzero(). More... almost 7 years ago
Improved time zone tests for Date object. More... almost 7 years ago