index
:
njs
master
njs mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Add missing null checks for promise code.
Dmitry Sviridkin
3 days
*
Fetch: QuickJS support.
Zhidao HONG
11 days
*
Version bump.
Dmitry Volyntsev
11 days
*
HTTP: fixed GCC 15 build with -Wunterminated-string-initialization.
Dmitry Volyntsev
13 days
*
Fixed GCC 15 build with -Wunterminated-string-initialization.
Dmitry Volyntsev
2025-05-01
*
Fixed regexp undefined value of captured group.
Vadim Zhestikov
2025-04-30
*
Using invalid UTF-8 string as atom number 0.
Dmitry Volyntsev
2025-04-30
*
Fixed building with --debug=YES after b28e50b1.
Dmitry Volyntsev
2025-04-30
*
Introduced NJS_VMCODE_PROPERTY_ATOM_SET instruction.
Dmitry Volyntsev
2025-04-29
*
Introduced NJS_VMCODE_PROPERTY_ATOM_GET instruction.
Dmitry Volyntsev
2025-04-29
*
Refactored working with built-in strings, symbols and small integers.
Vadim Zhestikov
2025-04-29
*
Replaced vm with mp in NJS_CHB_MP_INIT().
Zhidao HONG
2025-04-22
*
Version bump.
Dmitry Volyntsev
2025-04-09
*
QuickJS: fixed compatibility issues with QuickJS-NG 0.9.0.
Dmitry Volyntsev
2025-03-27
*
QuickJS: added xml module.
Dmitry Volyntsev
2025-03-27
*
QuickJS: fixed compatibility with recent change in upstream.
Dmitry Volyntsev
2025-03-25
*
QuickJS: introduced qjs_promise_result().
Dmitry Volyntsev
2025-03-25
*
QuickJS: using JS_AddIntrinsicBigInt() if detected.
Vadim Zhestikov
2025-03-19
*
QuickJS: calling njs_chb_destroy() in qjs_string_create_chb() internally.
hongzhidao
2025-03-19
*
QuickJS: fixed njs_qjs_object_completions().
hongzhidao
2025-03-19
*
QuickJS: added error checks in modules initialization.
Vadim Zhestikov
2025-03-18
*
QuickJS: crypto module.
Vadim Zhestikov
2025-03-18
*
QuickJS: using helper to declare Symbol.toStringTag properties.
Dmitry Volyntsev
2025-02-25
*
Fixed typo introduced in 75ca26f.
Dmitry Volyntsev
2025-02-24
*
QuickJS: fixed non-NULL terminated strings formatting in exceptions.
Dmitry Volyntsev
2025-02-18
*
Add missed syntax error for await in template literal.
Vadim Zhestikov
2025-02-18
*
QuickJS: added querystring module.
Dmitry Volyntsev
2025-02-07
*
QuickJS: added WebCrypto module.
Dmitry Volyntsev
2025-01-24
*
QuickJS: added support for QuickJS-NG library.
Dmitry Volyntsev
2025-01-24
*
QuickJS: reimplemented process.argv.
Dmitry Volyntsev
2025-01-24
*
Version bump.
Dmitry Volyntsev
2025-01-24
*
QuickJS: fixed Buffer.concat() with a single argument.
Dmitry Volyntsev
2025-01-22
*
QuickJS: added TextDecoder and TextEncoder.
Dmitry Volyntsev
2025-01-22
*
QuickJS: accept ArrayBuffer as an arument for qjs_typed_array_data().
Dmitry Volyntsev
2025-01-22
*
Version bump.
Dmitry Volyntsev
2025-01-06
*
QuickJS: added fs module.
Dmitry Volyntsev
2024-12-18
*
Allow to execute some code before cloning.
Dmitry Volyntsev
2024-11-22
*
Fixed absolute scope in cloned VMs.
Dmitry Volyntsev
2024-11-22
*
Throwing exception when prototype is not found.
Dmitry Volyntsev
2024-11-22
*
Fixed resolving when Promise is inherited.
Dmitry Volyntsev
2024-11-08
*
Fixed building by Clang.
Dmitry Volyntsev
2024-11-07
*
Introduced process.kill() function.
Stefan Sundin
2024-11-06
*
QuickJS: introduced process.kill().
Dmitry Volyntsev
2024-11-06
*
QuickJS: reworked process object.
Dmitry Volyntsev
2024-11-06
*
Version bump.
Dmitry Volyntsev
2024-10-22
*
Improved error messages for module loading failures.
Dmitry Volyntsev
2024-10-21
*
Implemented lazy stack symbolization.
Dmitry Volyntsev
2024-10-16
*
Fixed Buffer.prototype.indexOf() on 32bits platforms.
Dmitry Volyntsev
2024-10-10
*
Fixed Buffer.prototype.indexOf() and friends.
Dmitry Volyntsev
2024-10-10
*
Fixed Buffer.prototype.lastIndexOf() when `from` is provided.
Dmitry Volyntsev
2024-10-10
[next]