aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Add missing null checks for promise code.Dmitry Sviridkin3 days
* Fetch: QuickJS support.Zhidao HONG11 days
* Version bump.Dmitry Volyntsev11 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
* 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
* 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
* Replaced vm with mp in NJS_CHB_MP_INIT().Zhidao HONG2025-04-22
* Version bump.Dmitry Volyntsev2025-04-09
* QuickJS: fixed compatibility issues with QuickJS-NG 0.9.0.Dmitry Volyntsev2025-03-27
* QuickJS: added xml module.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: 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 njs_qjs_object_completions().hongzhidao2025-03-19
* QuickJS: added error checks in modules initialization.Vadim Zhestikov2025-03-18
* QuickJS: crypto module.Vadim Zhestikov2025-03-18
* QuickJS: using helper to declare Symbol.toStringTag properties.Dmitry Volyntsev2025-02-25
* Fixed typo introduced in 75ca26f.Dmitry Volyntsev2025-02-24
* QuickJS: fixed non-NULL terminated strings formatting in exceptions.Dmitry Volyntsev2025-02-18
* Add missed syntax error for await in template literal.Vadim Zhestikov2025-02-18
* QuickJS: added querystring module.Dmitry Volyntsev2025-02-07
* QuickJS: added WebCrypto module.Dmitry Volyntsev2025-01-24
* QuickJS: added support for QuickJS-NG library.Dmitry Volyntsev2025-01-24
* QuickJS: reimplemented process.argv.Dmitry Volyntsev2025-01-24
* Version bump.Dmitry Volyntsev2025-01-24
* QuickJS: fixed Buffer.concat() with a single argument.Dmitry Volyntsev2025-01-22
* QuickJS: added TextDecoder and TextEncoder.Dmitry Volyntsev2025-01-22
* QuickJS: accept ArrayBuffer as an arument for qjs_typed_array_data().Dmitry Volyntsev2025-01-22
* Version bump.Dmitry Volyntsev2025-01-06
* QuickJS: added fs module.Dmitry Volyntsev2024-12-18
* Allow to execute some code before cloning.Dmitry Volyntsev2024-11-22
* Fixed absolute scope in cloned VMs.Dmitry Volyntsev2024-11-22
* Throwing exception when prototype is not found.Dmitry Volyntsev2024-11-22
* Fixed resolving when Promise is inherited.Dmitry Volyntsev2024-11-08
* Fixed building by Clang.Dmitry Volyntsev2024-11-07
* Introduced process.kill() function.Stefan Sundin2024-11-06
* QuickJS: introduced process.kill().Dmitry Volyntsev2024-11-06
* QuickJS: reworked process object.Dmitry Volyntsev2024-11-06
* Version bump.Dmitry Volyntsev2024-10-22
* Improved error messages for module loading failures.Dmitry Volyntsev2024-10-21
* Implemented lazy stack symbolization.Dmitry Volyntsev2024-10-16
* Fixed Buffer.prototype.indexOf() on 32bits platforms.Dmitry Volyntsev2024-10-10
* Fixed Buffer.prototype.indexOf() and friends.Dmitry Volyntsev2024-10-10
* Fixed Buffer.prototype.lastIndexOf() when `from` is provided.Dmitry Volyntsev2024-10-10