1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 19, 2024 — Jul 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed Array.prototype.fill(). More... over 6 years ago
Style. More... over 6 years ago
Fixed heap-buffer-overflow in String.prototype.split(). More... over 6 years ago
Added support for setting nginx variables. More... over 6 years ago
Improved API for value creation from the outside of VM. More... over 6 years ago
Style. More... over 6 years ago
Fixed %*s length argument type in nxt_sprintf() fmt string. More... over 6 years ago
Fixed njs_benchmark. More... over 6 years ago
Fixed creation of long UTF8 strings. More... over 6 years ago
Introduced nxt_file_basename() and nxt_file_dirname(). More... over 6 years ago
Making njs_vm_invoke() public. More... over 6 years ago
Fixed fast paths. More... over 6 years ago
Improved njs_vm_compile(). More... over 6 years ago
Allocating njs_lexer_t on stack. More... over 6 years ago
Allocating njs_generator_t on stack. More... over 6 years ago
Introduced njs_parser_global_scope(). More... over 6 years ago
Adding const qualifiers to njs_string_prototype_split() and friends. More... over 6 years ago
Fixed String.prototype.split() for unicode strings. More... over 6 years ago
Style. More... over 6 years ago
Fixed line number in reporting variable reference errors. More... over 6 years ago
Fixed parsing of string literals. More... over 6 years ago
Eliminating sprintf() and vsnprintf() usage. More... over 6 years ago
Replacing vsprintf with nxt_vsprintf in modules' exceptions API. More... over 6 years ago
Added support for shorthand property names for Object literals. More... over 6 years ago
Refactored njs_parser_terminal(). More... over 6 years ago
Improved njs_parser_property_token(). More... over 6 years ago
Removing unused argument of njs_parser_property_name(). More... over 6 years ago
Shell: avoid reporting filenames in exception is quiet mode. More... over 6 years ago
Updated list of reserved keywords. More... over 6 years ago
HTTP: skipping deleted elements while iterating over headers. More... over 6 years ago