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