aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* WebCrypto: improved working with curve constants.HEADmasterDmitry Volyntsev2 days
* WebCrypto: added ECDH support.Dmitry Volyntsev2 days
* WebCrypto: making SHA-256 the default hash algorithm.Dmitry Volyntsev2 days
* Add missing null checks for promise code.Dmitry Sviridkin3 days
* Fetch: QuickJS support.Zhidao HONG10 days
* Fetch: unify string type to support both njs and QuickJS.Zhidao HONG10 days
* Fetch: separated ngx_js_http_* from ngx_js_fetch_*.Zhidao HONG10 days
* WebCrypto: fixed extractable handling for crypto.subtle.deriveKey().Dmitry Volyntsev10 days
* WebCrypto: added support for HMAC as derivedKeyAlgorithm.Dmitry Volyntsev10 days
* Version bump.Dmitry Volyntsev10 days
* Version 0.9.0.0.9.0Vadim Zhestikov13 days
* HTTP: fixed GCC 15 build with -Wunterminated-string-initialization.Dmitry Volyntsev13 days
* Fixed GCC 15 build with -Wunterminated-string-initialization.Dmitry Volyntsev2025-05-01
* Tests: fixed js_body_filter.t.Dmitry Volyntsev2025-05-01
* Fixed regexp undefined value of captured group.Vadim Zhestikov2025-04-30
* Using invalid UTF-8 string as atom number 0.Dmitry Volyntsev2025-04-30
* Fixed building with --debug=YES after b28e50b1.Dmitry Volyntsev2025-04-30
* Tests: improved js_body_filter.t tests.Dmitry Volyntsev2025-04-29
* Tests: fixed js_body_filter.t tests.Dmitry Volyntsev2025-04-29
* Introduced NJS_VMCODE_PROPERTY_ATOM_SET instruction.Dmitry Volyntsev2025-04-29
* Introduced NJS_VMCODE_PROPERTY_ATOM_GET instruction.Dmitry Volyntsev2025-04-29
* Refactored working with built-in strings, symbols and small integers.Vadim Zhestikov2025-04-29
* Test262: fixed mktemp format on OpenBSD.Dmitry Volyntsev2025-04-21
* Replaced vm with mp in NJS_CHB_MP_INIT().Zhidao HONG2025-04-22
* Fetch: refactored out ngx_js_http_resolve().Zhidao HONG2025-04-11
* Fetch: refactored out ngx_js_http_close_peer().Zhidao HONG2025-04-11
* Fetch: refactored out ngx_js_http_resolve_done().Zhidao HONG2025-04-11
* Fetch: renamed njs_js_http_destructor() as ngx_js_http_destructor().Zhidao HONG2025-04-11
* Fetch: generalize ngx_js_http_error().Zhidao HONG2025-04-11
* Fetch: remove unused parameter in ngx_js_http_error().Zhidao HONG2025-04-10
* Fixed typo in stream event handler debug message.Dmitry Volyntsev2025-04-09
* Version bump.Dmitry Volyntsev2025-04-09
* Version 0.8.10.0.8.10Dmitry Volyntsev2025-04-07
* QuickJS: ignoring rejected promises while destroying context.Dmitry Volyntsev2025-04-07
* QuickJS: added xml to nginx modules.Dmitry Volyntsev2025-04-03
* QuickJS: fix exception handling during configuration phase.Zhidao HONG2025-04-03
* QuickJS: fixed ngx_qjs_external_resolver().Zhidao HONG2025-03-30
* QuickJS: fixed compatibility issues with QuickJS-NG 0.9.0.Dmitry Volyntsev2025-03-27
* QuickJS: added xml module.Dmitry Volyntsev2025-03-27
* XML: allowing to remove the property $text for XMLNode.Dmitry Volyntsev2025-03-27
* XML: fixed serializeToString().Dmitry Volyntsev2025-03-27
* Test262: improved compatibility with node.js for fs/methods.t.mjs.Dmitry Volyntsev2025-03-27
* QuickJS: fixed compatibility with recent change in upstream.Dmitry Volyntsev2025-03-25
* QuickJS: introduced qjs_promise_result().Dmitry Volyntsev2025-03-25
* QuickJS: added missed JS_NewClass() for the SharedDictError class.hongzhidao2025-03-24
* QuickJS: using JS_AddIntrinsicBigInt() if detected.Vadim Zhestikov2025-03-19
* QuickJS: calling njs_chb_destroy() in qjs_string_create_chb() internally.hongzhidao2025-03-19
* QuickJS: fixed ngx_qjs_string() to handle strings containing "\0".hongzhidao2025-03-19
* QuickJS: fixed njs_qjs_object_completions().hongzhidao2025-03-19
* QuickJS: added error checks in modules initialization.Vadim Zhestikov2025-03-18