]> git.kaiwu.me - njs.git/shortlog
njs.git
2020-09-07 Alexander BorisovFixed TextDecoder.prototype.decode() with non-zero...
2020-09-07 Alexander BorisovAdded support for ArrayBuffer in TextDecoder.prototype...
2020-09-07 Alexander BorisovSeparating string length counting and encoding conversion.
2020-09-07 Dmitry VolyntsevAdded %TypedArray% remaining methods.
2020-09-03 Dmitry VolyntsevFixed TextDecoder() test on big-endian platforms.
2020-09-03 Dmitry VolyntsevFixed TypedArraySpeciesCreate().
2020-09-03 Dmitry VolyntsevFixed RegExp.prototype[Symbol.replace] when replace...
2020-09-01 Dmitry VolyntsevFixed RegExpBuiltinExec() with global flag and byte...
2020-09-01 Dmitry VolyntsevAdded DataView object.
2020-08-28 Dmitry VolyntsevIntroduced copy-on-write for ArrayBuffer.
2020-08-28 Dmitry VolyntsevAligning switch statements in njs_typed_array_prototype...
2020-08-28 Dmitry VolyntsevFixed double close in njs_ftw() introduced in 5a80b43b7098.
2020-08-27 Dmitry VolyntsevIntroduced njs_assert() macro.
2020-08-27 Dmitry VolyntsevSplitting debug and debug-memory configure options.
2020-08-27 Dmitry VolyntsevParser: fixed njs_queue_remove() macro usage.
2020-08-26 Alexander BorisovFixed return value for string base64/base64url encoding.
2020-08-26 Alexander BorisovImproved UTF-8 encoding/decoding.
2020-08-26 Dmitry VolyntsevFixed String.prototype.indexOf() for byte-strings.
2020-08-26 Dmitry VolyntsevGenerator: simplified runtime errors generation.
2020-08-26 Dmitry VolyntsevAdapted expect tests after 775c81dcbe61.
2020-08-24 Dmitry VolyntsevFixed function "constructor" property handler while...
2020-08-21 Dmitry VolyntsevImproved njs.dump() with built-in functions.
2020-08-21 Dmitry VolyntsevAdded remaining methods for %TypedArray%.prototype.
2020-08-19 Dmitry VolyntsevFixed njs_property_query() while quering symbol keys.
2020-08-18 Dmitry VolyntsevFixed function "prototype" property handler while setting.
2020-08-18 Dmitry VolyntsevRefactored iterator Array methods.
2020-08-17 Valentin BartenevAdded support for numeric separators (ES12).
2020-08-17 Valentin BartenevUnicode case tables updated to version 13.0.0 (March...
2020-08-17 Dmitry VolyntsevHTTP: fixed location merge.
2020-08-13 Dmitry VolyntsevImproved error handling in njs_file_tree_walk().
2020-08-12 Dmitry VolyntsevFixing Coverity warnings introduced in 24de499877ca.
2020-08-12 Dmitry VolyntsevVersion bump.
2020-08-11 Dmitry VolyntsevAdded tag 0.4.3 for changeset 1ada1061a040
2020-08-11 Dmitry VolyntsevVersion 0.4.3. 0.4.3
2020-07-25 Artem S. PovalyukhinImproved fs.rmdir() to support recursive directory...
2020-08-11 Dmitry VolyntsevGetting rid of non-portable _GNU_SOURCE define.
2020-07-28 Alexander BorisovIntroduced TextEncoder/TextDecoder implementation.
2020-07-30 Dmitry VolyntsevIntroduced tags for NJS_DATA type.
2020-07-29 Dmitry VolyntsevFixed njs_prop_handler_t inline documentation.
2020-07-27 Dmitry VolyntsevImproved readability of surrogate pairs handling.
2020-07-27 Dmitry VolyntsevFixed TOCTOU in fs.mkdir() introduced in cb2ff67e595d.
2020-07-15 Artem S. PovalyukhinImproved fs.mkdir() to support recursive directory...
2020-07-24 Dmitry VolyntsevImproved String.prototype.toString() for ordinary strings.
2020-07-23 Alexander BorisovFixed pre/post increment/decrement in assignment operat...
2020-07-22 Alexander BorisovIntroduced Query String module implementation.
2020-07-22 Alexander BorisovFixed njs_value_property() for NJS_DECLINED from prop...
2020-07-22 Alexander BorisovFixed clearing UTF-8 context for two-byte codepoints.
2020-07-22 Alexander BorisovFixed njs_string_truncate() function for non-byte strings.
2020-07-22 Dmitry VolyntsevIntroduced njs_chb_append_str() as inline function.
2020-07-15 Alexander BorisovIntroduced UTF-8 decoder according to WHATWG encoding...
2020-07-15 Alexander BorisovIntroduced UTF-16 according to WHATWG encoding spec.
2020-07-15 Dmitry VolyntsevFixed detection of endianness introduced in fcb5e172abaf.
2020-07-14 Dmitry VolyntsevTests: improved declaring of sparse arrays in unit...
2020-07-14 Dmitry VolyntsevStyle.
2020-07-14 Dmitry VolyntsevParser: fixed regexp-literals parsing with '=' characters.
2020-07-14 Dmitry VolyntsevFixed unit test on big-endian platforms.
2020-07-14 Dmitry VolyntsevFixed njs_number_to_int32() for big-endian platforms.
2020-07-14 Alexander BorisovParser: fixed parsing return statement without semicolon.
2020-07-09 Dmitry VolyntsevFixed SetFunctionName() with Symbol keys.
2020-07-08 Dmitry VolyntsevHTTP: removed dead store assignment after 3df09cf5345c.
2020-07-08 Dmitry VolyntsevFixed Array.prototype.join() with TypeArray instance.
2020-07-08 Dmitry VolyntsevVersion bump.
2020-07-07 Dmitry VolyntsevAdded tag 0.4.2 for changeset b409e86fd02a
2020-07-07 Dmitry VolyntsevVersion 0.4.2. 0.4.2
2020-07-07 Dmitry VolyntsevRemoved dead store assignment after 1c729f765cfb.
2020-07-07 Dmitry VolyntsevFixed String.prototype.replace() when replacer throws...
2020-07-07 Dmitry VolyntsevFixed GetSubstitution() with absent namedCaptures.
2020-07-07 Dmitry VolyntsevSilenced Coverity false-positive NULL-pointer dereferen...
2020-07-07 Dmitry VolyntsevFixed potential NULL-pointer dereference (CID 1464584).
2020-07-06 Dmitry VolyntsevAdded TypeScript test.
2020-07-06 Dmitry VolyntsevHTTP: fixed TypeScript description for headers.
2020-06-27 Artem S. PovalyukhinHTTP: improved TypeScript API description for detached...
2020-06-27 Artem S. PovalyukhinFixed TypeScript description for NjsByteString type.
2020-07-02 Dmitry VolyntsevFixed String.prototype.replace() according to the speci...
2020-07-02 Dmitry VolyntsevIntroduced RegExpBuiltinExec().
2020-07-02 Dmitry VolyntsevImproved README page.
2020-07-02 Dmitry VolyntsevFixed String.prototype.repeat() according to the specif...
2020-07-02 Dmitry VolyntsevParser: fixed parsing of regexp flags.
2020-06-30 Dmitry VolyntsevIntroduced StringIndexOf().
2020-06-30 Dmitry VolyntsevAdding Symbol support for backtraces.
2020-06-30 Alexander BorisovFixed index generation for global objects.
2020-06-25 Alexander BorisovParser: fixed broken for expressions parsing.
2020-06-25 Alexander BorisovParser: fixed broken object literals parsing.
2020-06-19 Alexander BorisovParser: fixed line counting in template literals.
2020-06-19 Alexander BorisovParser: fixed heap-use-after-free in optional chain.
2020-06-18 Dmitry VolyntsevOptimizing njs_builtin_match_native_function() for...
2020-06-18 Dmitry VolyntsevIntroduced line level backtrace.
2020-06-17 Dmitry VolyntsevImproved unit test.
2020-06-16 Dmitry VolyntsevOptimizing njs_native_frame_t structure.
2020-06-15 Alexander BorisovParser: fixed semicolon check after continue/break...
2020-06-15 Dmitry VolyntsevMerging interactive tests into unit_test binary.
2020-06-15 Dmitry VolyntsevFixed potential memory corruption in njs_function_frame...
2020-05-31 Artem S. PovalyukhinAdded fs.Dirent, fs.readdir() and friends.
2020-06-09 Dmitry VolyntsevIntroduced njs_array_push().
2020-06-06 Alexander BorisovParser: correctly fixing closing brace unwinding for...
2020-06-04 Alexander BorisovParser: added line positions for AST nodes.
2020-06-05 Dmitry VolyntsevFixed %TypedArray%.prototype.copyWithin() with nonzero...
2020-06-05 Dmitry VolyntsevAdded %TypedArray%.prototype.sort().
2020-06-05 Dmitry VolyntsevFixed AST printing with long strings values.
2020-06-03 Dmitry VolyntsevFixed Array.prototype.splice() according to the specifi...
next