]> git.kaiwu.me - njs.git/shortlog
njs.git
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.
2017-10-05 Dmitry VolyntsevFixed default makefile target is libedit is unavailable.
2017-10-04 Dmitry VolyntsevInteractive shell: object level completions.
2017-10-03 Dmitry VolyntsevJSON object.
2017-09-26 Dmitry VolyntsevFixed realloc() failure handling.
2017-09-01 Dmitry VolyntsevChecking the return value of fstat().
2017-09-01 Dmitry VolyntsevFixed fd leakage in njs_process_file().
2017-09-01 Dmitry VolyntsevFixed passing uninitialized value to printf().
2017-08-31 Igor SysoevAdded tag 0.1.13 for changeset d548b78eb881
2017-08-31 Igor SysoevVersion 0.1.13. 0.1.13
2017-08-31 Dmitry VolyntsevInteractive shell: console object.
2017-08-31 Sergey KandaurovBacked out changeset 37adbd4c8036, reimplemented properly.
2017-08-31 Dmitry VolyntsevCompiling CLI by default if libedit is available.
2017-08-29 Dmitry VolyntsevIntroduced function level backtrace.
2017-08-24 Sergey KandaurovFixed building by GCC 7 with -Wimplicit-fallthrough.
2017-08-18 Dmitry VolyntsevImproved editline detection on various platforms.
2017-08-15 Dmitry VolyntsevFixed processing files from stdin.
2017-08-08 Igor SysoevAdded tag 0.1.12 for changeset c07b060396be
2017-08-08 Igor SysoevVersion 0.1.12. 0.1.12
2017-08-08 Igor SysoevDisabled njs_object_prop_alloc() inlining.
2017-08-08 Igor SysoevStyle fix in Unicode header files and Perl scripts...
2017-08-08 Igor SysoevRemoved unused field.
2017-08-08 Igor SysoevStyle fixes.
2017-07-18 Dmitry VolyntsevFixed temporary variables handling in accumulative...
2017-07-18 Dmitry VolyntsevFixed missing extern qualifier.
2017-07-17 Dmitry VolyntsevInteractive shell.
2017-07-17 Dmitry VolyntsevInitialize njs_vm_opt_t structs to 0 to simplify option...
2017-07-17 Igor SysoevTrailer content after script is optional.
2017-07-07 Dmitry VolyntsevSplitting unit tests and benchmark.
2017-07-06 Dmitry VolyntsevMoving VM initialization from njs_vm_clone() to njs_vm_...
next