]> git.kaiwu.me - njs.git/shortlog
njs.git
2023-12-15 Dmitry VolyntsevMoving out logger from njs core.
2023-12-14 Dmitry VolyntsevIntroduced njs_vm_set_module_loader().
2023-12-12 Vadim ZhestikovRemoved not required argument for JSON functions.
2023-12-12 Vadim ZhestikovRemoved not used arg from njs_get_own_ordered_keys().
2023-12-05 Dmitry VolyntsevRefactored asynchronous events.
2023-11-30 Vadim ZhestikovRemoved remnants of GC code.
2023-11-30 Vadim ZhestikovFixed memory over-read in njs_utf8_prev() and njs_utf8_...
2023-11-30 Dmitry VolyntsevModules: simplified setTimeout() timer callback.
2023-11-30 Dmitry VolyntsevTests: detection when "xml" module is disabled.
2023-11-28 Dmitry VolyntsevXML: fixed building with libxml2 2.12 and later.
2023-11-28 Dmitry VolyntsevRemove njs_timer.c forgotten in the previous commit.
2023-11-21 Dmitry VolyntsevMoving out setTimeout() and clearTimeout() from njs...
2023-11-21 Dmitry VolyntsevRenaming ngx_js_retval() to ngx_js_exception().
2023-11-21 Dmitry VolyntsevModules: fixed js_set with Buffer values.
2023-11-21 Vadim ZhestikovFixed memory overlapping.
2023-11-15 Dmitry VolyntsevTests: added console test for stream module.
2023-11-15 Dmitry VolyntsevFetch: fixed Headers.set().
2023-11-10 Dmitry VolyntsevShell: refactored njs_process_file().
2023-11-09 Dmitry VolyntsevShell: moving njs_vm_opt_t initialisation to njs_create...
2023-11-09 Dmitry VolyntsevShell: unified normal mode and LLVMFuzzerTestOneInput().
2023-11-07 Dmitry VolyntsevFixed include directories order.
2023-11-07 Dmitry VolyntsevRemoved leftover njs directory include directory path.
2023-11-07 Dmitry VolyntsevVersion bump.
2023-10-24 Dmitry VolyntsevAdded tag 0.8.2 for changeset 45f81882c780
2023-10-24 Dmitry VolyntsevVersion 0.8.2. 0.8.2
2023-10-24 Vadim ZhestikovParser: fixed return statement parsing with invalid...
2023-10-20 Dmitry VolyntsevModules: fixed delete() method of a shared dictionary.
2023-10-19 Dmitry VolyntsevXML: fixed compilation with certain GCC versions.
2023-10-18 Dmitry VolyntsevFixed RegExp.prototype.exec() with global regexp and...
2023-10-17 Dmitry VolyntsevModules: fixed items() method of a shared dictionary.
2023-10-06 Dmitry VolyntsevFixed Array.prototype.sort() with --debug=YES and ...
2023-10-06 Dmitry VolyntsevFixed RegExp.prototype.replace().
2023-10-06 Dmitry VolyntsevFixed RegExp.prototype.split().
2023-10-04 Dmitry VolyntsevXML: fixed exception handling.
2023-10-04 Dmitry VolyntsevImproved memory footprint of RegExp.prototype.split().
2023-10-04 Dmitry VolyntsevImproved memory footprint of RegExp.prototype.replace().
2023-10-03 Dmitry VolyntsevImproved memory footprint of RegExp.prototype.test().
2023-09-30 Dmitry VolyntsevFS: introduced fs.existsSync().
2023-09-29 Dmitry VolyntsevRegExp: improved memory footprint when match fails.
2023-09-29 Dmitry VolyntsevStream: adjusted periodic timeout in tests.
2023-09-28 Dmitry VolyntsevFetch: fixed HEAD response handling with large Content...
2023-09-22 Dmitry VolyntsevModules: introduced console object.
2023-09-22 Dmitry VolyntsevIntroduced API to work with external value pointers.
2023-09-22 Dmitry VolyntsevModules: added debug log for vm cloning and destroying.
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.
next