1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Sep 23, 2024 — Sep 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed regexp compilation of patterns with escaped '[' characters. More... 3 months ago
Removed not used njs_scope_create_index_value(). More... 3 months ago
Released temporary template literal memory. More... 3 months ago
Improved memory consumption of String.prototype.concat() with numbers. More... 3 months ago
Improved memory consumption for concatenation of numbers and strings. More... 3 months ago
Fetch: fixed handling of Content-Length header when body is provided. More... 3 months ago
Types: added TS definitions for WebCrypto ECDH. More... 3 months ago
Types: updated TS definitions. More... 3 months ago
Removed useless njs_value_assign() call. More... 3 months ago
Parser: unused strict_semicolon cleanup. More... 3 months ago
Tests: tuned periodic test for delays. More... 3 months ago
Parser: simplifed working with function variables. More... 3 months ago
Fixed handling of detached buffer for typed arrays. More... 3 months ago
Fixed %TypedArray%.prototype.slice() with overlapping buffers. More... 3 months ago
Fixed %TypedArray%.from() with buffer is detached by mapper. More... 3 months ago
Ignoring previous value in njs_flathsh_insert(). More... 4 months ago
Fixed frame saving for awaited function with closures. More... 4 months ago
Moving child function declaration instantiation to bytecode. More... 4 months ago
Removed NGX_MAX_PATH define. More... 4 months ago
Optimized memory consumption by object hash. More... 4 months ago
Simplified njs_object_prop_t. More... 4 months ago
Fixed compilation with old gcc. More... 4 months ago
Fixed constant is too large for 'long' warning on mips -mabi=n32. More... 4 months ago
Improved README.md clarity with angle bracket explanations. More... 4 months ago
Fixed gcc compilation with O3 optimization level. More... 4 months ago
Fixed Function constructor template injection. More... 4 months ago
Fixed segfault at error message in njs_property_query(). More... 4 months ago
QuickJS: added memory limit check for reuse queue. More... 4 months ago
Tests: removed leftover engine checks. More... 4 months ago
WebCrypto: fixed issue introduced in 637fc26e. More... 4 months ago