]> git.kaiwu.me - njs.git/shortlog
njs.git
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.
2018-04-05 Dmitry VolyntsevChecking the number argument of HTTP return() method...
2018-04-05 Dmitry VolyntsevAdded njs_value_is_valid_number().
2018-04-04 Igor SysoevUsing correct code size addition.
2018-04-03 Dmitry VolyntsevFixed surname spelling.
2018-04-03 Igor SysoevExact values for default switch case expressions.
2018-04-03 Igor SysoevStyle fixes.
2018-04-03 Igor SysoevSmall optimizations.
2018-04-03 Igor SysoevThe typeof operation did not work in functions.
2018-04-03 Dmitry Volyntsev2018 year.
2018-04-03 Dmitry VolyntsevVersion bump.
2018-04-03 Dmitry VolyntsevAdded tag 0.2.0 for changeset ddd1b2c9c64b
2018-04-03 Dmitry VolyntsevVersion 0.2.0. 0.2.0
2018-04-03 Dmitry VolyntsevAdded global njs object.
2018-04-02 Roman ArutyunyanHTTP response return() method.
2018-04-02 Dmitry VolyntsevAdded base64url encoding for crypto hash and HMAC digests.
2018-04-02 Dmitry VolyntsevFixed the version of njs.
2018-03-30 Dmitry VolyntsevRemoved excessive debug log for HTTP req.send().
2018-03-30 Dmitry VolyntsevNodejs style crypto methods.
2018-03-30 Dmitry VolyntsevRenamed njs_value_is_true into njs_value_is_boolean.
2018-03-30 Dmitry VolyntsevByte string to hex, base64, base64url encodings.
2018-03-30 Dmitry VolyntsevAdded base64 encoding for byte strings.
2018-03-30 Dmitry VolyntsevAdded hex encoding for byte strings.
2018-03-29 Dmitry VolyntsevAdded additional log routines for different nginx log...
2018-03-27 Dmitry VolyntsevShort exception macros' names.
2018-03-23 Dmitry VolyntsevFixed njs_object_hash_create() for 0 elements.
2018-03-23 Dmitry VolyntsevFixed external_objects cloning.
2018-03-23 Dmitry VolyntsevFixed copying of a garbage value.
2018-03-22 Dmitry VolyntsevFixed njs_vm_t struct alignment on 32bits platforms.
2018-03-22 Dmitry VolyntsevFixed function frame alignment on 32bits platforms.
2018-03-21 Dmitry Volyntsevhttp subrequest() method.
2018-03-21 Dmitry Volyntsevhttp req.response() method.
2018-03-21 Dmitry VolyntsevsetTimeout() and clearTimeout() methods.
2018-03-15 Dmitry VolyntsevImproved the exception handling in njs_vmcode_method_fr...
2018-03-15 Dmitry VolyntsevMaking njs_exception_error_create() thread-safe.
2018-03-15 Dmitry VolyntsevFixed a dead store.
2018-03-15 Dmitry VolyntsevFixed RegExp trace handlers.
2018-03-14 Igor SysoevCode simplification.
2018-03-13 Dmitry VolyntsevFixed 1 byte heap buffer overflow.
2018-03-13 Igor SysoevRemoved unused null proto hash.
2018-03-13 Dmitry VolyntsevHandling the NJS_NATIVE_GETTER properties in a single...
2018-02-28 Roman ArutyunyanSkip empty buffers in HTTP response send().
2018-02-28 Igor SysoevFixed String.prototype.toUTF8() function.
2018-02-27 Dmitry VolyntsevFixed the unit test's output format for a failed test.
2018-02-27 Dmitry VolyntsevFixed memory leak in CLI.
2018-02-20 Dmitry VolyntsevFixed the names of global functions in backtraces.
2018-02-20 Dmitry VolyntsevHiding the unit tests' output under the verbose mode.
next