]> git.kaiwu.me - njs.git/shortlog
njs.git
2016-09-24 Igor SysoevAll C feature attributes have been disabled for Linux...
2016-09-23 Igor SysoevThe visibility attribute disabling in the commit af6c17...
2016-09-23 Igor SysoevStyle and small miscellaneous fixes.
2016-09-23 Igor SysoevString.replace() function.
2016-09-15 Igor SysoevReturning an intptr_t result by rbtree comparison function
2016-09-15 Igor SysoevA fix of use-after-free memory bug.
2016-09-15 Roman ArutyunyanFixed compilation of nginx njs module without stream...
2016-09-15 Ruslan ErmilovStyle: express requirement to use PCRE via $ngx_module_...
2016-09-13 Igor SysoevAdded tag 0.1.2 for changeset 5b066b4db54c
2016-09-13 Igor SysoevVersion 0.1.2. 0.1.2
2016-09-13 Igor SysoevFixed building by GCC 4.
2016-09-13 Igor SysoevConstructor function prototypes now have correct types...
2016-09-01 Igor SysoevNow Date.parse() and Date() accept shortcut date strings.
2016-09-01 Sergey KandaurovAttribute visibility detection has been disabled.
2016-08-31 Igor SysoevA fix in decodeURI() and decodeURIComponent() functions.
2016-08-31 Igor SysoevA fix in decodeURI() function.
2016-08-31 Igor SysoevA fix in decodeURI() and decodeURIComponent() functions.
2016-08-31 Igor SysoevAn invalid value of Date object has been fixed.
2016-08-30 Igor SysoevC language features have been enabled.
2016-08-30 Igor SysoevdecodeURI() and decodeURIComponent() functions.
2016-08-30 Igor SysoevencodeURI() and encodeURIComponent() functions.
2016-08-16 Igor SysoevAdded tag 0.1.1 for changeset 0039a747d25a
2016-08-16 Igor SysoevVersion 0.1.1. 0.1.1
2016-08-16 Igor SysoevString.match() fixes.
2016-08-16 Igor SysoevStyle fixes.
2016-08-15 Igor SysoevA return statement has been disabled outside of function.
2016-08-11 Igor SysoevArray iterator functions optimizations.
2016-08-11 Igor SysoevArray.join() now treats "null" and "undefined" as empty...
2016-08-11 Igor SysoevArray.sort() function.
2016-08-10 Igor SysoevArray.splice() function.
2016-08-10 Igor SysoevArray.indexOf() and Array.lastIndexOf() functions.
2016-08-10 Igor SysoevArray.isArray() function.
2016-08-09 Igor SysoevArray.reduceRight() function.
2016-08-09 Igor SysoevArray.reduce() function.
2016-08-09 Igor SysoevArray.map() function.
2016-08-09 Igor SysoevArray.filter() function.
2016-08-09 Igor SysoevArray iterator functions update.
2016-08-04 Igor Sysoevnxt_trace.o has been added to the libnjs.
2016-08-04 Igor SysoevThe lvlhsh unit test has been updated after nxt_str_t...
2016-08-04 Igor Sysoevnxt_trace files have been missed in the previous commit.
2016-08-04 Igor Sysoevnxt_trace interface. nxt_regex, RegExp, and parser...
2016-08-04 Igor Sysoevnxt_str_t changes.
2016-08-04 Igor Sysoevnjs_parser_is_lvalue().
2016-07-26 Igor SysoevSegfaults have been fixed when incorrect operands were...
2016-07-26 Igor SysoevA dist target in Makefile.
2016-07-25 Igor SysoevRemoved tag help from .hgtags
2016-07-25 Igor SysoevRemoved tag help
2016-07-22 Igor SysoevAdded tag 0.1.0 for changeset cdb8d20935ee
2016-07-22 Igor SysoevDuplicate function names are disabled. 0.1.0
2016-07-22 Igor SysoevNow a make command does not fail for obscure reason at
2016-07-21 Igor SysoevA line number in error messages was incorrect if a...
2016-07-21 Igor SysoevA fix of code generation of logical operations.
2016-07-21 Igor Sysoevnjs_vm_function() must return only function.
2016-07-21 Roman ArutyunyanFixed closing file descriptor on error.
2016-07-20 Roman ArutyunyanUpdated README.
2016-07-20 Roman ArutyunyanUpdated README to reflect changes in HTTP and Stream...
2016-07-20 Roman ArutyunyanStream njs module.
2016-07-20 Roman ArutyunyanNew http js module syntax.
2016-07-15 Igor Sysoevnjs_vm_function() and njs_vm_external() functions name and
2016-07-14 Igor Sysoevnjs_vm_function() interface to get a function by name.
2016-07-13 Igor SysoevSyntax error messages are more verbose and have line...
2016-07-11 Igor SysoevFixed building by modern GCC versions.
2016-07-08 Igor SysoevNeedless argument checkers for String.toLowerCase()
2016-07-08 Igor SysoevNow ASCII strings use UTF8 variant of PCRE code.
2016-07-07 Igor SysoevByte string processing was fixed in String.split(),
2016-06-29 Igor SysoevArray.reverse() method.
2016-06-28 Igor SysoevString.split() method.
2016-06-01 Igor SysoevUsing nxt_regex interface in nJSVM.
2016-06-01 Igor SysoevPCRE code is available via nxt_regex interface.
2016-04-29 Igor SysoevFix in String.indexOf() and String.lastIndexOf() functions.
2016-04-25 Igor SysoevparseFloat() function.
2016-04-25 Igor SysoevparseInt() function.
2016-04-21 Igor SysoevisFinite() function.
2016-04-21 Igor SysoevisNaN() function.
2016-04-21 Igor SysoevGlobal toString() function.
2016-04-20 Igor SysoevReserverd words can be used as property names.
2016-04-19 Igor Sysoeveval() placeholder has been moved from the constructor...
2016-04-19 Igor Sysoevnjs_string_new().
2016-04-19 Igor SysoevNumber.toString(radix).
2016-04-15 Igor SysoevString.toUpperCase().
2016-04-15 Igor SysoevString.toLowerCase().
2016-04-14 Igor Sysoev"new Date()" incorrectly returned always Jan 1, 1970.
2016-04-11 Igor SysoevString.fromCharCode() and String.fromCodePoint().
2016-04-09 Igor SysoevOld array data are freed after array relocation.
2016-04-09 Igor SysoevSegfault has been fixed when array element was added
2016-04-08 Igor SysoevForgotten nxt/nxt_time.h file has been added.
2016-04-08 Igor SysoevDate() function.
2016-03-29 Igor SysoevA fast exit from argument normalization loop.
2016-03-28 Igor SysoevFixed building on Solaris by SunC.
2016-03-24 Igor SysoevMiscellaneous issues found by Coverity Scan have been...
2016-03-24 Igor SysoevIssues found by Coverity Scan in Regex have been fixed.
2016-03-24 Igor SysoevIssues found by Coverity Scan in String.match() have...
2016-03-23 Igor SysoevUser defined function prototype.
2016-03-23 Igor SysoevMath.random() method.
2016-03-23 Igor SysoevMath object.
2016-03-23 Igor SysoevStyle and small miscellaneous fixes.
2016-03-23 Maxim KonovalovAn option how to build njs module dynamically provided.
2016-03-04 Igor SysoevFixed building by GCC 4.1.
2016-03-02 Igor Sysoevnjs_vm_call() interface to call a function outside.
2016-02-25 Ruslan ErmilovImplemented support for dynamic modules.
next