]> git.kaiwu.me - njs.git/shortlog
njs.git
2023-07-06 Dmitry VolyntsevVersion 0.8.0. 0.8.0
2023-07-03 Dmitry VolyntsevModules: introduced js_shared_dict_zone directive.
2023-07-03 Dmitry VolyntsevAdded njs_vm_external_constructor().
2023-07-01 Dmitry VolyntsevTests: improved memory sanitizer build.
2023-07-01 Vadim ZhestikovImproved interactive shell.
2023-07-01 Vadim ZhestikovFixed parsing of invalid for statement.
2023-07-01 Dmitry VolyntsevTests: fixed benchmark after 57ca02d7404c.
2023-06-30 Vadim ZhestikovAdded constructor name for async function.
2023-06-30 Dmitry VolyntsevModules: introduced ngx.worker_id.
2023-06-30 Dmitry VolyntsevIntroduced njs_vm_bind_handler().
2023-06-29 Dmitry VolyntsevImproved Error.prototype.toString().
2023-06-29 Dmitry VolyntsevUsing addon module API to unify injecting of external...
2023-06-26 Dmitry VolyntsevRemoved inappropriate "prototype" property for Math...
2023-06-22 Dmitry VolyntsevFetch: fixed setting of Content-Type header.
2023-06-22 Dmitry VolyntsevXML: replaced Error with more suitable exception where...
2023-06-21 Dmitry VolyntsevZlib: replaced Error with more suitable exception where...
2023-06-21 Dmitry VolyntsevWebCrypto: added back custom exception types using...
2023-06-21 Dmitry VolyntsevQueryString: added back custom exception types using...
2023-06-21 Dmitry VolyntsevCrypto: added back custom exception types using new...
2023-06-21 Dmitry VolyntsevFS: added back custom exception types using new public...
2023-06-21 Dmitry VolyntsevAdded public API to throw standard exceptions.
2023-06-10 Jakub JirutkaTypes: updated compilerOptions.lib in tsconfig.json.
2023-06-10 Jakub JirutkaTypes: added TS types for TextDecoder and TextEncoder.
2023-06-13 Dmitry VolyntsevFixed Date.parse() with ISO-8601 format and UTC time...
2023-06-13 Dmitry VolyntsevFixed Date.parse() with ISO-8601 date-only forms.
2023-06-07 Dmitry VolyntsevTypes: removed descryption for methods removed in 4df79...
2023-06-07 Dmitry VolyntsevModules: renaming ngx_js_conf_t to ngx_js_loc_conf_t.
2023-06-06 Dmitry VolyntsevTypes: fixed typos.
2023-06-06 Dmitry VolyntsevHTTP: fixed setting of Location header.
2023-06-06 Dmitry VolyntsevHTTP: deduplicated special header handlers for nginx...
2023-02-06 Dmitry VolyntsevTests: removed excessive tab characters from js_fetch_o...
2023-02-06 Dmitry VolyntsevTests: fixed js tests for Fetch API for nginx-1.22...
2023-06-01 Vadim ZhestikovFixed parsing of invalid for-var statement.
2023-06-01 Vadim ZhestikovFixed parsing of invalid for-in statement.
2023-05-28 David CARLIERRandom: prioritise CCRandomGenerateBytes over getentrop...
2023-05-27 Dmitry VolyntsevParser: improved error message for import statement.
2023-05-27 Dmitry VolyntsevAdded %TypedArray%.prototype.toReversed().
2023-05-27 Dmitry VolyntsevAdded %TypedArray%.prototype.toSorted().
2023-05-27 Dmitry VolyntsevRemoved dead store introduced in 398f4de34fe7.
2023-05-27 Vadim ZhestikovFixed parsing of for-in loops.
2023-05-27 Dmitry VolyntsevIntroduced Array.prototype.toReversed().
2023-05-27 Dmitry VolyntsevIntroduced Array.prototype.toSpliced().
2023-05-27 Dmitry VolyntsevHTTP: throwing an exception in r.internalRedirect(...
2023-05-25 Dmitry VolyntsevImplemented Array.prototype.toSorted().
2023-05-24 Dmitry VolyntsevTypes: added TS types for ngx properties added in 25b55...
2023-05-24 Dmitry VolyntsevWebCrypto: introduced CryptoKey properties.
2023-05-23 Dmitry VolyntsevWebCrypto: making njs_webcrypto_key_t more compact...
2023-05-23 Dmitry VolyntsevWebCrypto: sorted njs_webcrypto_alg accoding to njs_web...
2023-05-23 Dmitry VolyntsevTests: imported nginx modules tests from nginx-tests.
2023-05-20 Dmitry VolyntsevRemoved leftover String.prototype.toBytes() from benchm...
2023-05-20 Dmitry VolyntsevShell: removed support for building with GNU readline.
2023-05-20 Dmitry VolyntsevShell: improved working with libedit.
2023-05-20 Dmitry VolyntsevFS: added support of OpenBSD for fs.stat() and friends.
2023-05-20 Dmitry VolyntsevAdded support of regular expressions not supported...
2023-05-19 Dmitry VolyntsevImplemented Array.from().
2023-05-18 Dmitry VolyntsevModules: introduced global nginx properties.
2023-05-18 Dmitry VolyntsevChange: removed deprecated r.requestBody and r.response...
2023-05-17 Dmitry VolyntsevFixed implicit name for a function expression declared...
2023-05-17 Dmitry VolyntsevFixed evaluation of computed property names with functi...
2023-05-12 Sergey A. OsokinAlways use a sharp (#) symbol as the sed separator.
2023-05-17 Dmitry VolyntsevRemoved unneeded variable after fd956d2a25a3.
2023-05-11 Dmitry VolyntsevModules: added options to disable parts dependant on...
2023-05-11 Dmitry VolyntsevFixed memory allocation failure introduced in fc8d1b125cef.
2023-05-10 Dmitry VolyntsevFetch: insuring Host header is always the first header.
2023-05-10 Dmitry VolyntsevFetch: removed special treatment of forbidden headers.
2023-05-10 Dmitry VolyntsevShell: added $262 as external in CLI.
2023-05-10 Dmitry VolyntsevShell: CLIs is rewritten using public API.
2023-05-09 Dmitry VolyntsevShell: simplified input completion handler.
2023-05-08 Dmitry VolyntsevHTTP: fixed r.status setter when filtering.
2023-05-06 Dmitry VolyntsevRemoved dead store introduced in fd956d2a25a3.
2023-05-06 Dmitry VolyntsevTests: unit tests are rewritten using public API.
2023-05-06 Dmitry VolyntsevChange: non-compliant deprecated String methods were...
2023-05-06 Dmitry VolyntsevRefactored $262 object as external.
2023-05-05 Dmitry VolyntsevWebCrypto: fixed building with OpenSSL 1.1.0.
2023-05-03 Dmitry VolyntsevWebCrypto: module is rewritten using public API.
2023-05-03 Dmitry VolyntsevFS: module is rewritten using public API.
2023-05-03 Dmitry VolyntsevQueryString: module is rewritten using public API.
2023-05-03 Dmitry VolyntsevCrypto: module is rewritten using public API.
2023-05-03 Dmitry VolyntsevFixed typos introduced in 5e7fc8efebdc.
2023-05-02 Dmitry VolyntsevIntroduced njs_value_buffer_get().
2023-05-03 Dmitry VolyntsevPublic header cleanup.
2023-05-02 Dmitry VolyntsevMade njs_string.h includable independently from njs_main.h.
2023-04-28 Dmitry VolyntsevWebCrypto: fixed retval of crypto.getRandomValues().
2023-04-27 Dmitry VolyntsevRefactored njs_object_iterate() API.
2023-04-27 Dmitry VolyntsevSource files sorted into groups.
2023-04-27 Dmitry VolyntsevTypes: added ts types for "zlib" module.
2023-04-27 Dmitry VolyntsevTypes: added forgotten ts types for XML modification...
2023-04-27 Dmitry VolyntsevTypes: added definitions for Hash.copy() method.
2023-04-27 Dmitry VolyntsevTests: dropping all environment variables in a portable...
2023-04-19 Dmitry VolyntsevChange: native methods are provided with retval argument.
2023-04-13 Dmitry VolyntsevVM: simplified NJS_VMCODE_TEMPLATE_LITERAL instruction.
2023-04-13 Dmitry VolyntsevVM: removed unused NJS_VMCODE_OBJECT_COPY instruction.
2023-04-11 Dmitry VolyntsevSimplified functional stack unwinding.
2023-04-11 Dmitry VolyntsevVersion bump.
2023-04-10 Dmitry VolyntsevAdded tag 0.7.12 for changeset a1faa64d4972
2023-04-10 Dmitry VolyntsevVersion 0.7.12. 0.7.12
2023-04-05 Dmitry VolyntsevTests: improved shell_test portability to different...
2023-04-05 Dmitry VolyntsevVM: removed vm->variables_hash.
2023-04-05 Dmitry VolyntsevVM: removed vm->global_items.
2023-03-30 Dmitry VolyntsevAligned Number constructor to the spec.
next