]> git.kaiwu.me - njs.git/shortlog
njs.git
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.
2023-03-28 Dmitry VolyntsevAdded "zlib" module.
2023-03-22 Orgad ShanehFix compiler detection when CC has a wrapper.
2023-03-22 Vadim ZhestikovFixed invalid NULL pointer check.
2023-03-21 Dmitry VolyntsevCrypto: added Hash.copy() method.
2023-03-21 Vadim ZhestikovAdded support for export {name as default} statement.
2023-03-10 Dmitry VolyntsevFetch: fixed Headers() constructor.
2023-03-10 Dmitry VolyntsevVersion bump.
2023-03-09 Dmitry VolyntsevAdded tag 0.7.11 for changeset 26dd3824b9f3
2023-03-09 Dmitry VolyntsevVersion 0.7.11. 0.7.11
2023-03-08 Dmitry VolyntsevFixed String.prototype.replace() with replacement conta...
2023-03-08 Dmitry VolyntsevMaking njs_string_prop() a macro.
2023-03-08 Dmitry VolyntsevIntroduced njs_string_offset() which support any string.
2023-03-04 Dmitry VolyntsevImproved njs_string_create_chb().
2023-03-03 Artem S. PovalyukhinFixed njs_string_to_number() with additional space...
2023-03-04 Dmitry VolyntsevFixed Array.prototype.sort() when array is changed...
2023-03-04 Dmitry VolyntsevFetch: fixed typo in debug level.
2023-03-02 Dmitry VolyntsevXML: removed XML_PARSE_DTDVALID during a document parsing.
2023-03-01 Dmitry VolyntsevXML: fixed memory leaks in node.$tags set handler.
2023-03-01 Dmitry VolyntsevXML: fixed memory leak when exception happens in node...
2023-02-28 Dmitry VolyntsevFixed attaching of a stack to an error object.
2023-02-28 Dmitry VolyntsevWebCrypto: fixed compilation with --debug=YES.
2023-02-28 Dmitry VolyntsevFixed a func instance dumping with "name" as getter.
2023-02-28 Dmitry VolyntsevFixed njs_object_property() with NJS_WHITEOUT properties.
2023-02-28 Dmitry VolyntsevFixed array instance with a getter property dumping.
2023-02-28 Dmitry VolyntsevFixed Error() instance dumping when "name" prop is...
2023-02-28 Dmitry VolyntsevUnit tests: replacing njs_vm_retval_string() with njs_v...
2023-02-28 Vadim ZhestikovParser: fixed the detection of await in arguments.
next