]> git.kaiwu.me - njs.git/shortlog
njs.git
2023-01-21 Dmitry VolyntsevAdded njs_vm_value_string_create() and njs_vm_value_str...
2023-01-19 Dmitry VolyntsevShell: increased max output size for console.log()...
2023-01-07 Dmitry VolyntsevAdded njs_vm_add_module().
2023-01-07 Dmitry VolyntsevFixed Object.values() and Object.entries() with externa...
2023-01-06 Dmitry VolyntsevFixed unitialized value usage warning.
2023-01-05 Dmitry VolyntsevWebCrypto: improved njs_bn_bn2binpad() for OpenSSL...
2023-01-05 Dmitry VolyntsevWebCrypto: extended support for symmetric keys.
2023-01-05 Dmitry VolyntsevWebCrypto: extended support for asymmetric keys.
2022-12-31 Dmitry VolyntsevWebCrypto: improved exception wording for invalid key...
2022-12-30 Dmitry VolyntsevWebCrypto: added missed support for AES-* keys of size...
2022-12-30 Dmitry VolyntsevWebCrypto: fixed importKey() for AES-* keys.
2022-12-15 Jérémy LalFixed typos.
2022-12-13 Dmitry VolyntsevModules: added Request, Response and Headers ctors...
2022-12-13 Dmitry VolyntsevModules: fixed nginx logger callback for calls in master.
2022-12-08 Dmitry VolyntsevAdded njs_vm_string_compare().
2022-12-08 Dmitry VolyntsevAdded njs_vm_external_ptr().
2022-12-08 Dmitry VolyntsevExtended njs_vm_function_alloc().
2022-12-08 Dmitry VolyntsevAdded njs_value_function_set().
2022-12-08 Dmitry VolyntsevAllowing to declare exotic slot for the external objects.
2022-12-07 Vadim ZhestikovImproved performance of conditional jumps.
2022-11-18 Vadim ZhestikovFixed for(expr1; conditional syntax error handling.
2022-11-18 Dmitry VolyntsevShell: added signal support in CLI.
2022-11-17 Dmitry VolyntsevVersion bump.
2022-11-17 Dmitry VolyntsevAdded tag 0.7.9 for changeset 5f705230a62c
2022-11-17 Dmitry VolyntsevVersion 0.7.9. 0.7.9
2022-10-17 Konstantin... Added a target to generate pkg-config file.
2022-11-17 Vadim ZhestikovFixed for-in unwanted detection of arrow function.
2022-11-16 Vadim ZhestikovFixed for-in rhs expression parsing error handling.
2022-11-16 Dmitry VolyntsevModules: fixed Fetch Response prototype reinitialization.
2022-11-15 Vadim ZhestikovMasks definition corrected and made regularized.
2022-11-14 Vadim ZhestikovFixed for-in loop with left and right hand side express...
2022-11-11 Dmitry VolyntsevFixed Array.prototype.splice(s,d) when d resizes "this...
2022-11-11 Dmitry VolyntsevImproved njs_value_property_i64_delete() for fast-arrays.
2022-11-11 Dmitry VolyntsevImproved njs_object_prop_define() for fast-arrays.
2022-11-10 Dmitry VolyntsevChange: the default JS stack size is reduced to 64k.
2022-11-07 Dmitry VolyntsevFixed %TypedArray%.prototype.set(s) when s element...
2022-11-07 Dmitry VolyntsevTypes: fixed description for fs.mkdir() and fs.rmdir...
2022-11-07 Dmitry VolyntsevFixed default module loader.
2022-11-07 Dmitry VolyntsevFixed Array.prototype.fill() when start object changes...
2022-11-07 Vadim ZhestikovFixed String.prototype.replace(re) if re.exec() returns...
2022-10-26 Vadim ZhestikovFixed static analyzer issues.
2022-10-25 Dmitry VolyntsevRefactored working with an object properties.
2022-10-25 Dmitry VolyntsevVersion bump.
2022-10-25 Vadim ZhestikovComputed goto support added to vmcode.
2022-10-25 Dmitry VolyntsevAdded tag 0.7.8 for changeset 3308415d7de8
2022-10-25 Dmitry VolyntsevVersion 0.7.8. 0.7.8
2022-10-24 Vadim ZhestikovFixed labeled empty statement.
2022-10-22 Dmitry VolyntsevAdded njs.memoryStats object.
2022-10-22 Dmitry VolyntsevFixed shell tests after changes in backtraces and funct...
2022-10-20 Vadim ZhestikovFixed break label for if statement.
2022-10-11 Dmitry VolyntsevEnabled successful tests which were skipped previously.
2022-10-11 Dmitry VolyntsevRefactored bound function calls according to the spec.
2022-10-07 Vadim ZhestikovFixed double declaration detection in modules.
2022-10-01 Dmitry VolyntsevParser: simplified njs_parser_string_create() using...
2022-09-30 Dmitry VolyntsevImproved population of process.env object.
2022-10-01 Dmitry VolyntsevFixed parsing of environ variables when duplicate keys...
2022-09-29 Dmitry VolyntsevFixed njs_assert() macro.
2022-09-29 Dmitry VolyntsevIntroduced njs_object_proto_lookup() where appropriate.
2022-09-29 Dmitry VolyntsevRemoved aligned values which are not required since...
2022-09-29 Dmitry VolyntsevStyle.
2022-09-27 Dmitry VolyntsevFixed handling of unhandled promise rejection.
2022-09-27 Dmitry VolyntsevFetch: added support for HEAD method.
2022-09-27 Vadim ZhestikovModules: js_merge_conf is moved to shared library.
2022-09-27 Vadim ZhestikovModules: common code is moved to shared library.
2022-09-27 Dmitry VolyntsevStream: introduced s.sendUpstream() and s.sendDownstream().
2022-09-27 Dmitry VolyntsevStream: improved async callback support for s.send().
2022-09-23 Dmitry VolyntsevHTTP: adding a warning for ignored outgoing header...
2022-09-21 Dmitry VolyntsevIntroduced "name" instance property for a function...
2022-09-20 Dmitry VolyntsevImproved complex assignments when key is a primitive...
2022-09-17 Dmitry VolyntsevFixed typo introduced in 82f41f43abd4.
2022-09-16 Vadim ZhestikovModules: added js_preload_object directive.
2022-09-16 Dmitry VolyntsevFixed complex assignments.
2022-09-16 Dmitry VolyntsevFixed property set instruction when key modifies base...
2022-09-16 Dmitry VolyntsevIntroduced njs_object_to_string().
2022-09-15 Dmitry VolyntsevParser: properly handling unicode space characters.
2022-09-14 Vadim ZhestikovModules: common code for js_import is moved to shared...
2022-09-13 Dmitry VolyntsevParser: fixed async token as a property name of an...
2022-09-08 Dmitry VolyntsevImproved njs_mp_free() to aling with free() semantics.
2022-09-07 Vadim ZhestikovFixed Object.defineProperty() with fast arrays.
2022-09-06 Vadim ZhestikovFixed Object.freeze() with fast arrays.
2022-09-06 Dmitry VolyntsevWebCrypto: fixed dangling pointer warning by gcc-12.
2022-09-02 Dmitry VolyntsevFixed typo introduced in a37e4df8f082.
2022-09-02 Dmitry VolyntsevAdded error handling for NJS_VMCODE_FUNCTION_COPY instr...
2022-09-01 Dmitry VolyntsevFixed String.prototype.trimEnd() with unicode string.
2022-08-31 Dmitry VolyntsevAdded ngx.conf_prefix.
2022-08-31 Dmitry VolyntsevVersion bump.
2022-08-30 Dmitry VolyntsevAdded tag 0.7.7 for changeset 1592d46d9076
2022-08-30 Dmitry VolyntsevVersion 0.7.7. 0.7.7
2022-08-30 Dmitry VolyntsevFixed njs_value_to_string() with non-writable dst argument.
2022-08-30 Dmitry VolyntsevRemoved dead code introduced in f70929728e86.
2022-08-30 Dmitry VolyntsevFixed typo introduced in f70929728e86.
2022-08-27 Dmitry VolyntsevWebCrypto: fixed sign and verify methods for ECDSA.
2022-08-25 Dmitry VolyntsevHTTP: added r.internal property.
2022-08-25 Dmitry VolyntsevModules: sorting external object property descriptors...
2022-08-24 Dmitry VolyntsevStream: improved s.send() with async callbacks.
2022-08-23 Dmitry VolyntsevTypes: added ts types for the recent fs API.
2022-08-22 Dmitry VolyntsevAdded fs.FileHandle.
2022-08-20 Dmitry VolyntsevAdded generic handler for external objects.
2022-08-20 Dmitry VolyntsevModules: improved generic external getters.
2022-08-20 Dmitry VolyntsevTests: improved fs test262 tests robustness with differ...
next