]> git.kaiwu.me - njs.git/shortlog
njs.git
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.
2018-02-20 Dmitry VolyntsevExternals refactored.
2018-02-20 Dmitry VolyntsevMoving long_string fields of njs_value_t into a separat...
2018-02-12 Dmitry VolyntsevFixed PATH shell variable for expect tests.
2018-02-12 Dmitry VolyntsevFixed console.help() method return value.
2018-02-12 Dmitry VolyntsevFixed njs_string_create() prototype to reflect underlyi...
2018-02-12 Dmitry VolyntsevFixed using of internal NJS headers in nginx modules.
2018-02-12 Dmitry VolyntsevAdding textual description for type converting exceptions.
2018-02-12 Dmitry VolyntsevFixed building by SunC.
2018-02-09 Dmitry VolyntsevFixed expect tests for systems where echo -e is not...
2018-02-09 Dmitry VolyntsevFixed Object's methods for the undefined value.
2018-02-09 Dmitry VolyntsevFixed the calculation of the scope indices for variables.
2018-02-09 Dmitry VolyntsevInteractive shell: fixed non-ascii character support.
2018-02-09 Dmitry VolyntsevReporting njs version by CLI.
2018-02-09 Dmitry VolyntsevUsing hg archive to make dist.
2017-11-22 Dmitry VolyntsevFixed unit tests for NetBSD 7.
2017-11-22 Dmitry VolyntsevFixed building by GCC with -O3.
2017-11-20 Dmitry VolyntsevAdded tag 0.1.15 for changeset 215ca47b9167
2017-11-20 Dmitry VolyntsevVersion 0.1.15. 0.1.15
2017-11-20 Dmitry VolyntsevMemoryError reimplemented without its own prototype.
2017-11-20 Dmitry VolyntsevFixing Coverity warnings related to close().
2017-11-20 Dmitry VolyntsevFixed a typo in njs interactive test.
2017-11-20 Dmitry VolyntsevFixed expect file tests.
2017-11-17 Dmitry VolyntsevNodejs style file methods.
2017-11-17 Dmitry VolyntsevAdded support of oct literals.
2017-11-17 Dmitry VolyntsevEnabling exception backtraces in nginx modules.
2017-11-17 Dmitry VolyntsevFixed inheriting debug metadata while cloning a VM.
2017-11-17 Dmitry VolyntsevFixed exception handling.
2017-11-17 Dmitry VolyntsevChecking that backtrace is available before accessing it.
2017-11-17 Dmitry VolyntsevError builtin objects.
2017-11-17 Dmitry VolyntsevFixed JSON.stringify() for objects inherited from Objec...
2017-10-09 Dmitry VolyntsevAdded tag 0.1.14 for changeset d89d06dc638e
2017-10-09 Dmitry VolyntsevVersion 0.1.14. 0.1.14
2017-10-05 Dmitry VolyntsevImproved editline detection on NetBSD.
2017-10-05 Dmitry VolyntsevMaking build and test targets separate.
2017-10-05 Dmitry VolyntsevFixed various dead store assignments.
2017-10-05 Dmitry VolyntsevSkipping expect tests if libedit is not available.
next