]> git.kaiwu.me - njs.git/shortlog
njs.git
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...
2022-08-11 Dmitry VolyntsevStream: improved flags argument for s.on() callback...
2022-08-11 Dmitry VolyntsevStream: removed unused field ctx->from_upstream.
2022-08-09 Dmitry VolyntsevFixed ts_test target on MacOS.
2022-08-09 Dmitry VolyntsevModules: fixed socket leak with 0 fetch timeout.
2022-08-04 Dmitry VolyntsevIncreased njs_printf() output limit to 16384 bytes.
2022-08-04 Dmitry VolyntsevTypes: updates ts types.
2022-08-03 Dmitry VolyntsevModules: extending allowed context for js directives.
2022-08-03 Dmitry VolyntsevStream: fixed "js_fetch_timeout" introduced in b20de7bc...
2022-08-03 Dmitry VolyntsevFixed deprecation warnings introduced in beaff2c39864.
2022-07-26 Dmitry VolyntsevAdded soft deprecation warning for deprecated methods...
2022-07-26 Dmitry VolyntsevAdded generic logger callback.
2022-07-22 Vadim ZhestikovFixed assignment to global property by name only.
2022-07-21 Dmitry VolyntsevModules: fixed reading response body in fetch API.
2022-07-21 Dmitry VolyntsevVersion bump.
2022-07-19 Dmitry VolyntsevAdded tag 0.7.6 for changeset 461dfb0bb60e
2022-07-19 Dmitry VolyntsevVersion 0.7.6. 0.7.6
2022-07-15 Vadim ZhestikovFixed AST debug with tokens added with async/await...
2022-07-15 Vadim ZhestikovFixed async function declaration in CLI.
2022-07-15 Dmitry VolyntsevHTTP: refactored r.args object.
2022-07-15 Dmitry VolyntsevAdded querystring API for modules.
2022-07-15 Dmitry VolyntsevStyle: removed excessive empty line intoduced in 3acc8a...
2022-07-12 Dmitry VolyntsevAdded btoa() and atob() from WHATWG spec.
2022-07-11 Vadim ZhestikovThrowing SyntaxError for octal escape sequences and...
2022-07-06 Dmitry VolyntsevHTTP: fixed r.headersOut setter for special headers.
2022-07-06 Dmitry VolyntsevEnsuring that double type is always evaluated at standa...
2022-06-29 Dmitry VolyntsevFixed break instruction in a try-catch block.
2022-06-29 Dmitry VolyntsevCatching in runtime invalid JUMP offsets at FINALLY...
2022-06-29 Dmitry VolyntsevAdded generator debug.
2022-06-29 Dmitry VolyntsevAdded native function symbolizer for function tracing...
2022-06-23 Dmitry VolyntsevFixed unicode argument trimming in parseInt().
2022-06-23 Dmitry VolyntsevFixed large non-decimal literals.
2022-06-23 Dmitry VolyntsevStream: throwing an exception when s.done() is used...
2022-06-22 Dmitry VolyntsevAdded Symbol.for() and Symbol.keyfor().
2022-06-21 Dmitry VolyntsevVersion bump.
2022-06-21 Dmitry VolyntsevAdded tag 0.7.5 for changeset 63c258c456ca
2022-06-21 Dmitry VolyntsevVersion 0.7.5. 0.7.5
2022-06-17 Dmitry VolyntsevFixed working with array-like object in Promise.all...
2022-06-16 Dmitry VolyntsevPropertly handling NJS_DECLINE in promise native functions.
2022-06-15 Dmitry VolyntsevRenaming promise to promise_ctor to avoid confusion.
2022-06-11 Dmitry VolyntsevFixed njs_array_convert_to_slow_array().
2022-06-11 Dmitry VolyntsevCatching invalid njs_mp_free() calls.
2022-06-11 Dmitry VolyntsevFixed memory freeing in njs_vm_compile().
2022-06-11 Dmitry VolyntsevRemoved njs_buffer_decode_destroy().
2022-06-11 Dmitry VolyntsevFixed njs_array_expand() for empty arrays.
2022-06-11 Dmitry VolyntsevFixed freeing of array created using njs_arr_create().
2022-06-11 Dmitry VolyntsevRemoved unused argument from njs_function_lambda_call().
2022-06-09 Dmitry VolyntsevFixed njs_iterator_to_array() with sparse arrays.
2022-06-09 Dmitry VolyntsevFixed template literal from producing byte-strings.
2022-06-08 Dmitry VolyntsevHTTP: returing undefined for Content-Type when the...
2022-06-07 Dmitry VolyntsevHTTP: fixed r.headersOut special getters when value...
2022-06-04 Dmitry VolyntsevFixed String.prototype.replace() with byte strings.
2022-06-04 Dmitry VolyntsevIntroduced njs_is_byte_or_ascii_string().
2022-06-04 Dmitry VolyntsevImproved OPCODE debug by tracing native functions.
2022-06-04 Dmitry VolyntsevFixed typed-array ctor when source array is changed...
2022-06-02 Dmitry VolyntsevFixed njs_vmcode_interpreter() when await fails.
2022-06-02 Dmitry VolyntsevFixed function value initialization.
2022-06-01 Dmitry VolyntsevFixed catching of the exception thrown from an awaited...
2022-06-01 Dmitry VolyntsevImproved OPCODE debug.
2022-06-01 Dmitry VolyntsevFixed typo in debug code introduced in 3e754413e907...
2022-05-31 Dmitry VolyntsevHTTP: adapting to changes in nginx header structures.
2022-05-26 Sergey KandaurovHTTP: improved memory allocation error handling.
2022-05-31 Dmitry VolyntsevVersion bump.
2022-05-24 Dmitry VolyntsevAdded tag 0.7.4 for changeset b5198f7f11a3
2022-05-24 Dmitry VolyntsevVersion 0.7.4. 0.7.4
2022-05-24 Dmitry VolyntsevTests: adapted WebCrypto tests to RHEL9.
2022-05-24 Dmitry VolyntsevFixed use-of-uninitialized-value introduced in beb18016...
2022-05-24 Dmitry VolyntsevFixed Object.prototype.constructor property handler...
next