]> git.kaiwu.me - njs.git/shortlog
njs.git
2020-05-29 Alexander BorisovParser refactoring.
2020-05-29 Alexander BorisovAdded return value check forgotten in 9beb9ea093b5.
2020-05-27 Alexander BorisovFixed heap-use-after-free in JSON.parse() function.
2020-05-27 Dmitry VolyntsevFixed use-of-uninitialized-value after 1d0825906438.
2020-05-26 Dmitry VolyntsevRemoved dead store assignment after 1d0825906438.
2020-05-26 Dmitry VolyntsevFixed potential undefined behavior in memcpy().
2020-05-26 Dmitry VolyntsevFixed Array.prototype.reverse() according to the specif...
2020-05-26 Dmitry VolyntsevAdded friends functions to fs.renameSync().
2020-05-26 Dmitry VolyntsevImproved handling of retvals of system function in...
2020-05-12 Artem S. PovalyukhinAdded fs.mkdir(), fs.rmdir() and friends.
2020-05-25 Dmitry VolyntsevFixed Array.prototype.sort() according to the specifica...
2020-05-11 Artem S. PovalyukhinIntroduced fs.Error.code.
2020-05-11 Artem S. PovalyukhinIntroduced njs_errno_string().
2020-05-25 Dmitry VolyntsevIntroduced quick sort implementation.
2020-05-25 Dmitry VolyntsevVersion bump.
2020-05-19 Dmitry VolyntsevAdded tag 0.4.1 for changeset 9400790bf538
2020-05-19 Dmitry VolyntsevVersion 0.4.1. 0.4.1
2020-05-18 Dmitry VolyntsevFixed benchmark test missed in 78b8cfd5b1e9.
2020-05-18 Dmitry VolyntsevFixed Array.prototype.slice() for sparse arrays.
2020-05-08 Dmitry VolyntsevHTTP: introduced raw headers API.
2020-05-08 Dmitry VolyntsevAdded description for API methods.
2020-05-07 Dmitry VolyntsevModules: added typescript API description.
2020-04-30 Dmitry VolyntsevModules: setting retval to undefined for functions...
2020-04-30 Dmitry VolyntsevHTTP: simplifed headers handling.
2020-04-29 Dmitry VolyntsevHTTP: improved getting of multi-valued headers in r...
2020-04-29 Dmitry VolyntsevVersion bump.
2020-04-23 Dmitry VolyntsevAdded tag 0.4.0 for changeset 6144aafa1472
2020-04-23 Dmitry VolyntsevVersion 0.4.0. 0.4.0
2020-04-21 Dmitry VolyntsevHTTP: added support for multi-valued headers in r.heade...
2020-04-21 Dmitry VolyntsevHTTP: improved iteration over header objects with dupli...
2020-04-21 Dmitry VolyntsevHTTP: improved iteration over r.headersOut with special...
2020-04-21 Dmitry VolyntsevImproved njs_vm_value() in case of a value is not found.
2020-04-17 Dmitry VolyntsevImproved reading of pseudofiles.
2020-04-17 Dmitry VolyntsevShell: introduced scripts arguments support.
2020-04-14 Dmitry VolyntsevFixed String.prototype.replace() when function returns...
2020-04-14 Dmitry VolyntsevFixed RegExp() constructor with empty pattern and non...
2020-04-14 Dmitry VolyntsevModules: added js_import directive.
2020-04-12 Dmitry VolyntsevAdded "lineNumber" and "fileName" to SyntaxError.
2020-04-12 Dmitry VolyntsevIntroduced njs_vm_opt_init().
2020-04-10 Dmitry VolyntsevFixed potential heap-buffer-overflow in njs_vm_value().
2020-04-08 Dmitry VolyntsevLinking global variables and global object properties.
2020-04-03 Dmitry VolyntsevAdded API for working with arrays.
2020-04-03 Dmitry VolyntsevFixed building unit tests by SunC 5.15.
2020-03-26 Dmitry VolyntsevImproved njs_object_length() and friends prototypes.
2020-03-23 Dmitry VolyntsevFixed instructions jump offset output.
2020-03-23 Dmitry VolyntsevFixed "PROP NEXT" instruction.
2020-03-23 Dmitry VolyntsevLexer: fixed handling of no-newline at the end of the...
2020-03-20 Dmitry VolyntsevRemoved outdated commentary after ccfa84cea2b3.
2020-03-20 Dmitry VolyntsevHTTP: returning undefined value when "responseBody...
2020-03-20 Dmitry VolyntsevRefactored externals.
2020-03-18 Dmitry VolyntsevStream: fixed typo in the log message introduced in...
2020-03-18 Dmitry VolyntsevSimplifed object enumeration.
2020-03-17 Dmitry VolyntsevAdded benchmark tests for externals.
2020-03-16 Dmitry VolyntsevFixed makefile dependency issue introduced in eb9258cfcf40.
2020-03-05 Dmitry VolyntsevRemoved unused typedef.
2020-03-05 Dmitry VolyntsevAdded externals backtrace test.
2020-03-05 Dmitry VolyntsevSharing external initialization between unit and intera...
2020-03-04 Alexander BorisovFixed NULL-pointer dereference in "__proto__" property...
2020-03-03 Dmitry VolyntsevFixed compilation with gcc.
2020-03-03 Dmitry VolyntsevFixed integer constant is too large compilation error...
2020-03-03 Dmitry VolyntsevVersion bump.
2020-03-03 Dmitry VolyntsevAdded tag 0.3.9 for changeset fc4eeaaf0dfe
2020-03-03 Dmitry VolyntsevVersion 0.3.9. 0.3.9
2020-03-02 Dmitry VolyntsevHTTP: introduced detached subrequest mode in r.subreque...
2020-02-28 Dmitry VolyntsevFixed integer-overflow in Date() constructor.
2020-02-28 Dmitry VolyntsevFixed njs_date_string().
2020-01-30 hongzhidaoFixed non-native module importing.
2020-02-27 Alexander BorisovFixed heap-buffer-overflow in lexer introduced in 87d05...
2020-02-26 Dmitry VolyntsevFixed Unicode Escaping in JSON.stringify() according...
2020-02-25 Alexander BorisovFixed JSON.stringify() with Number() and String() objects.
2020-02-26 Alexander BorisovImproved fields and typedefs naming in parser.
2020-02-26 Alexander BorisovLexer refactoring.
2020-02-26 Alexander BorisovFixed handling of space argument in JSON.stringify().
2020-02-19 Dmitry VolyntsevFixed Number.prototype.toPrecision().
2020-02-10 Artem S. PovalyukhinAdded fs.symlink(), fs.unlink(), fs.realpath() and...
2020-02-18 Dmitry VolyntsevFixed encodeURI() and decodeURI() according to the...
2020-02-18 Dmitry VolyntsevFixed njs_json_append_string().
2020-02-18 Dmitry VolyntsevDetecting memory error in njs_chb_*() functions.
2020-02-17 Dmitry VolyntsevFixed potential integer-overflow in String.prototype...
2020-02-17 Dmitry VolyntsevSimplified code using magic arguments introduced in...
2020-02-17 Dmitry VolyntsevStyle: removing excessive commentaries.
2020-02-17 Dmitry VolyntsevIntroduced ToLength() according to ES6.
2020-02-13 Alexander BorisovFixed Object.getOwnPropertySymbols().
2020-02-10 Dmitry VolyntsevFiltering out integer indices in njs_object_completions().
2020-02-10 Dmitry VolyntsevImproved Array object allocation after ccfa84cea2b3.
2020-01-26 Artem S. PovalyukhinIntroduced fs.access and friends.
2020-01-25 Artem S. PovalyukhinIntroduced fs.promises API.
2020-02-06 Dmitry VolyntsevMoving modules_hash to njs_vm_shared_t.
2020-02-05 Dmitry VolyntsevRemoved dead code in njs_json_parse_iterator() after...
2020-02-05 Dmitry VolyntsevFixed njs_key_string_get() usage.
2020-02-05 Dmitry VolyntsevRemoved dead store assignment after ccfa84cea2b3.
2020-02-04 Dmitry VolyntsevIntroduced memory-efficient arrays.
2020-02-04 Dmitry VolyntsevAdded fast path in [[Get]] and [[Set]] for arrays and...
2020-01-20 Artem S. PovalyukhinFixed callback invocations in "fs" module.
2020-01-22 Dmitry VolyntsevFixed match of native function is backtraces.
2020-01-22 Dmitry VolyntsevFixed typo introduced in 1abb97e9d9dc.
2020-01-21 Dmitry VolyntsevVersion bump.
2020-01-21 Dmitry VolyntsevAdded tag 0.3.8 for changeset 1abb97e9d9dc
2020-01-21 Dmitry VolyntsevVersion 0.3.8. 0.3.8
2020-01-21 Dmitry VolyntsevFixed %TypedArray%.prototype.fill().
next