index
:
njs
master
njs mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Removed remnants of level hash.
HEAD
master
Vadim Zhestikov
5 days
*
Version bump.
Dmitry Volyntsev
5 days
*
Version 0.9.1.
0.9.1
Dmitry Volyntsev
13 days
*
Fixed property set for objects with a TypedArray in prototype.
Dmitry Volyntsev
13 days
*
Optimized memory consumption by object hash.
Vadim Zhestikov
14 days
*
Replaced constant by sizeof value.
Vadim Zhestikov
14 days
*
Improved String.prototype.concat() with scalar values.
Vadim Zhestikov
14 days
*
Fixed NULL pointer dereference when processing If-* headers.
Dmitry Volyntsev
2025-07-08
*
Fixed RegExp compilation after 17124c81.
Dmitry Volyntsev
2025-07-03
*
Removed not used njs_scope_create_index_value().
Vadim Zhestikov
2025-07-03
*
Removed useless njs_value_assign() call.
Vadim Zhestikov
2025-07-03
*
Simplified njs_object_prop_t.
Vadim Zhestikov
2025-07-03
*
Ignoring previous value in njs_flathsh_insert().
Vadim Zhestikov
2025-07-03
*
Released temporary template literal memory.
Vadim Zhestikov
2025-07-03
*
Improved memory consumption of String.prototype.concat() with numbers.
Vadim Zhestikov
2025-07-03
*
Improved memory consumption for concatenation of numbers and strings.
Vadim Zhestikov
2025-07-03
*
Fixed invalid link in README.md.
Xiaobo Liu
2025-07-02
*
Fixed regexp compilation of patterns with escaped '[' characters.
Dmitry Volyntsev
2025-07-02
*
Modules: fixed qjs engine after bellard/quickjs@458c34d2.
Dmitry Volyntsev
2025-07-02
*
Fetch: fixed handling of Content-Length header when body is provided.
Dmitry Volyntsev
2025-06-18
*
Types: added TS definitions for WebCrypto ECDH.
Dmitry Volyntsev
2025-06-16
*
Types: updated TS definitions.
Dmitry Volyntsev
2025-06-16
*
Parser: unused strict_semicolon cleanup.
Dmitry Volyntsev
2025-06-16
*
Parser: simplifed working with function variables.
Dmitry Volyntsev
2025-06-16
*
Fixed frame saving for awaited function with closures.
Dmitry Volyntsev
2025-06-16
*
Moving child function declaration instantiation to bytecode.
Dmitry Volyntsev
2025-06-16
*
Tests: tuned periodic test for delays.
Dmitry Volyntsev
2025-06-13
*
Fixed handling of detached buffer for typed arrays.
Dmitry Volyntsev
2025-06-13
*
Fixed %TypedArray%.prototype.slice() with overlapping buffers.
Dmitry Volyntsev
2025-06-13
*
Fixed %TypedArray%.from() with buffer is detached by mapper.
Dmitry Volyntsev
2025-06-13
*
Removed NGX_MAX_PATH define.
Orgad Shaneh
2025-06-11
*
Fixed compilation with old gcc.
Dmitry Volyntsev
2025-06-07
*
Fixed constant is too large for 'long' warning on mips -mabi=n32.
Dmitry Volyntsev
2025-06-07
*
Fixed gcc compilation with O3 optimization level.
Dmitry Volyntsev
2025-06-04
*
Improved README.md clarity with angle bracket explanations.
Dmitry Volyntsev
2025-06-04
*
Fixed Function constructor template injection.
Dmitry Volyntsev
2025-06-03
*
Fixed segfault at error message in njs_property_query().
Vadim Zhestikov
2025-05-30
*
QuickJS: added memory limit check for reuse queue.
Dmitry Volyntsev
2025-05-27
*
Modules: added state file for the shared dictionary.
Dmitry Volyntsev
2025-05-22
*
Modules: engine independent method to add entries to a shared dict.
Dmitry Volyntsev
2025-05-22
*
Modules: replaced njs_str_t with ngx_str_t in the shared dictionary.
Dmitry Volyntsev
2025-05-22
*
Modules: introduced NGX_CHB_CTX_INIT().
Dmitry Volyntsev
2025-05-22
*
Modules: separating different init worker components.
Dmitry Volyntsev
2025-05-22
*
Tests: removed leftover engine checks.
Dmitry Volyntsev
2025-05-22
*
WebCrypto: fixed issue introduced in 637fc26e.
Dmitry Volyntsev
2025-05-19
*
WebCrypto: improved working with curve constants.
Dmitry Volyntsev
2025-05-16
*
WebCrypto: added ECDH support.
Dmitry Volyntsev
2025-05-16
*
WebCrypto: making SHA-256 the default hash algorithm.
Dmitry Volyntsev
2025-05-16
*
Add missing null checks for promise code.
Dmitry Sviridkin
2025-05-15
*
Fetch: QuickJS support.
Zhidao HONG
2025-05-09
[next]