]> git.kaiwu.me - njs.git/shortlog
njs.git
2018-08-30 Dmitry VolyntsevImproved Object.prototype.toString for invalid values.
2018-08-29 Dmitry VolyntsevFixed Object() constructor for object types arguments.
2018-08-29 Dmitry VolyntsevFixed Object.prototype.toString for different value...
2018-08-28 Dmitry VolyntsevFixed exception handling in arguments of a function.
2018-08-28 Dmitry VolyntsevFixed out-of-bounds read.
2018-08-27 Dmitry VolyntsevAdded Function.prototype.length.
2018-08-27 Dmitry VolyntsevRespecting writable attribute for property handlers.
2018-08-27 Dmitry VolyntsevRespecting the enumerable attribute while iterating...
2018-08-27 Dmitry VolyntsevFixed Object.defineProperty() for existing properties.
2018-08-27 Dmitry VolyntsevFixed toString() for -0.
2018-08-27 Dmitry VolyntsevThrowing TypeError for attempts to change frozen proper...
2018-08-20 Dmitry VolyntsevImproved wording for primitive type conversion exception.
2018-08-02 Dmitry VolyntsevSetting exception values where appropriate.
2018-08-01 Dmitry VolyntsevReturning an internal error for not-implemented Function().
2018-08-01 Dmitry VolyntsevAdding const qualifiers njs_value_t arguments of public...
2018-07-31 Dmitry VolyntsevFixed error code typo introduced in 5f00966ffff8.
2018-07-31 Dmitry VolyntsevImproved JSON.stringify() for external values.
2018-07-31 Dmitry VolyntsevAdded tag 0.2.3 for changeset e83f41520613
2018-07-31 Dmitry VolyntsevVersion bump.
2018-07-31 Dmitry VolyntsevVersion 0.2.3. 0.2.3
2018-07-30 Dmitry VolyntsevFixed applying call() to methods of external values.
2018-07-30 Dmitry VolyntsevMaking njs_arg() available for external value methods.
2018-07-27 Dmitry VolyntsevAdded the pretty string representation for values.
2018-07-24 Igor SysoevFixed addition operator applied to an object.
2018-07-24 Igor SysoevRefactored trap infrastructure.
2018-07-24 Igor SysoevRemoved artifacts left after changeset 25bd2742a18b.
2018-07-24 Valentin BartenevFixed configure process with non-default locale.
2018-07-24 Dmitry VolyntsevFixed typo in njs_arg_type_string() for NJS_DATE_ARG.
2018-07-23 Dmitry VolyntsevRestricted usage of r.subrequest() and r.parent.
2018-07-23 Dmitry VolyntsevBacked out changeset 552da720e6e6.
2018-07-20 Dmitry VolyntsevImproved help desrcription of njs shell.
2018-07-20 Dmitry VolyntsevSilenced Coverity false-positive warning (CID 1438046).
2018-07-20 Dmitry VolyntsevFixed compilation by gcc 4.2.
2018-07-19 Dmitry VolyntsevFixed Number.toString().
2018-07-18 Dmitry VolyntsevString.bytesFrom() method.
2018-07-17 Dmitry VolyntsevFixed exception handling in njs_vm_value_to_ext_string().
2018-07-16 Sergey KandaurovAdded getentropy() support.
2018-07-16 Sergey KandaurovSupplied getrandom() test with commentary about support...
2018-07-16 Sergey KandaurovStyle.
2018-07-13 Dmitry VolyntsevReturning MemoryError exception without any allocations.
2018-07-12 Dmitry VolyntsevInteractive shell: improved error handling.
2018-07-03 Igor SysoevStyle fixes.
2018-07-03 Igor SysoevAdded information about illegal token in number parsing.
2018-07-03 Dmitry VolyntsevFixed Number() with boolean, null and undefined arguments.
2018-07-02 Dmitry VolyntsevImproved file mode in CLI.
2018-06-26 UnknownReturning external methods as native Function objects.
2018-06-26 UnknownAdding support for multiple arguments in console.log().
2018-06-29 Valentin BartenevString.padStart() and String.padEnd() methods.
2018-07-02 Dmitry VolyntsevFixed autocompletion for global objects.
2018-07-01 Valentin BartenevAdded support of binary literals.
2018-07-01 Valentin BartenevAllowed uppercased O in octal literal values.
2018-06-30 Valentin BartenevFixed error handling of setting non-numeric Array.length.
2018-06-28 Dmitry VolyntsevAdding lib_test to generic test target.
2018-06-28 Sergey KandaurovFixed building unit tests after nxt_length() expansion.
2018-06-26 Valentin BartenevIntroduced nxt_length() macro.
2018-06-19 Dmitry VolyntsevVersion bump.
2018-06-19 Dmitry VolyntsevAdded tag 0.2.2 for changeset 4adbb035caa3
2018-06-19 Dmitry VolyntsevVersion 0.2.2. 0.2.2
2018-06-13 Dmitry VolyntsevFixed heap-buffer-overflow in crypto.createHmac().
2018-06-13 Dmitry Volyntsevhttp internalRedirect() method.
2018-06-13 Dmitry VolyntsevMerged HTTP Response and Reply into Request.
2018-06-05 Dmitry VolyntsevUsing njs_vm_error() where appropriate.
2018-05-31 Dmitry VolyntsevVersion bump.
2018-05-31 Dmitry VolyntsevAdded tag 0.2.1 for changeset 2a0a59728b5f
2018-05-31 Dmitry VolyntsevVersion 0.2.1. 0.2.1
2018-05-31 Dmitry VolyntsevRenaming remnants of "nJScript" and "njscript" to ...
2018-05-30 Dmitry VolyntsevFixed the format specifier for ctx->status in debug...
2018-05-30 Dmitry VolyntsevAdded the debug for the returned status code in js_content.
2018-05-30 Dmitry VolyntsevSetting status code to 500 by default in js_content...
2018-05-28 Dmitry VolyntsevImproved logging for js_set and js_content directives.
2018-05-28 Dmitry VolyntsevFixed error logging in js_include.
2018-05-24 Sergey KandaurovUsing getrandom() libc interface.
2018-05-14 Roman ArutyunyanStyle.
2018-04-17 Roman ArutyunyanMoved njs vm to the main configuration.
2018-05-14 Dmitry VolyntsevRemoved the surplus arguments of exception macros.
2018-05-07 Dmitry VolyntsevRemoved njscript.c
2018-05-04 Dmitry VolyntsevUsage of njs_opaque_value_t is refactored in public...
2018-05-04 Dmitry VolyntsevFixed crypto.createHmac() for keys with size >= alg...
2018-05-03 Dmitry VolyntsevPublic header cleanup.
2018-05-03 Dmitry VolyntsevRenamed njscript to njs.
2018-04-27 Dmitry VolyntsevAdded njs_core.h
2018-04-27 Dmitry VolyntsevFixed incorrect pointer check in njs_json_parse_string().
2018-04-26 Dmitry VolyntsevFixed njs_vm_external_bind().
2018-04-26 Dmitry VolyntsevFixed return value type of clearTimeout().
2018-04-26 Dmitry VolyntsevFixed unit tests exit code.
2018-04-26 Dmitry VolyntsevFixed the writeable flag of Array.length property.
2018-04-26 Dmitry VolyntsevFixed handling of props in Object.getOwnPropertyDescrip...
2018-04-26 Dmitry VolyntsevFixed handling of missing arg of Object.getOwnPropertyD...
2018-04-26 Dmitry VolyntsevImproved variable names in Object.isPrototypeOf().
2018-04-26 Dmitry VolyntsevFixed return value type for boolean functions.
2018-04-26 Dmitry VolyntsevFixed handling of undefined arguments of functions.
2018-04-26 Dmitry VolyntsevAdding const qualifiers to njs_number_dec_parse() and...
2018-04-20 Dmitry VolyntsevAdded array length setter.
2018-04-20 Dmitry VolyntsevMaking native getters into universal property handlers.
2018-04-20 Dmitry VolyntsevFixed exception type for unsupported types in JSON...
2018-04-20 Dmitry VolyntsevFixed JSON.stringify() for arrays with empty cells.
2018-04-11 Dmitry VolyntsevREADME: added github as a way to report issues and...
2018-04-09 Dmitry VolyntsevHTTP request body getter.
2018-04-09 Dmitry VolyntsevAdded shortcuts for creating errors from the outside...
2018-04-05 Dmitry VolyntsevFixed crypto update() method after digest() is called.
next