]> git.kaiwu.me - njs.git/shortlog
njs.git
2023-09-21 Dmitry VolyntsevShell: simplified console.time()/timeEnd() pair.
2023-09-21 Dmitry VolyntsevShell: introduced error, info and warn methods for...
2023-09-21 Dmitry VolyntsevShell: improved shell_test.
2023-09-21 Dmitry VolyntsevVersion bump.
2023-09-12 Dmitry VolyntsevAdded tag 0.8.1 for changeset a52b49f9afcf
2023-09-12 Dmitry VolyntsevVersion 0.8.1. 0.8.1
2023-09-12 Dmitry VolyntsevTypes: added TS description for items() introduced...
2023-09-12 Dmitry VolyntsevHTTP: avoid calling body filter when input chain is...
2023-09-09 Dmitry VolyntsevModules: improved debug log.
2023-09-09 Dmitry VolyntsevFetch: renamed prefix http to fetch to avoid overlap...
2023-09-08 Vadim ZhestikovAdded flat hash overflow check.
2023-09-07 Dmitry VolyntsevModules: implemented items() method of a shared dictionary.
2023-09-07 Dmitry VolyntsevTests: fixed incr() tests for a shared dictionary.
2023-09-07 Dmitry VolyntsevShell: fixed file error message on CLI without interact...
2023-09-06 Dmitry VolyntsevModules: added a session object for js_periodic handler.
2023-09-05 Dmitry VolyntsevModules: added worker_affinity parameter for js_periodi...
2023-08-31 Vadim ZhestikovFixed typo introduced in c7d2a7846b0b.
2023-08-31 Dmitry VolyntsevFixed js_periodic handler stopping after graceful shutdown.
2023-08-31 Dmitry VolyntsevModules: fixed size() and keys() methods of a shared...
2023-08-30 Vadim ZhestikovIntroduced flat hash.
2023-08-23 Vadim ZhestikovFixed building by GCC with -O3.
2023-08-22 Dmitry VolyntsevModules: introduced js_periodic directive.
2023-08-22 Dmitry VolyntsevHTTP: simplified events handling.
2023-08-22 Dmitry VolyntsevFixed typos introduced in ff7eb3c4bf76.
2023-07-12 Dmitry VolyntsevHTTP: fixed setting of Last-Modified header.
2023-07-12 Dmitry VolyntsevHTTP: fixed setting of Date header.
2023-07-11 Dmitry VolyntsevVersion bump.
2023-07-06 Dmitry VolyntsevAdded tag 0.8.0 for changeset 0ed1952588ab
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...
next