summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* esm: move hook execution to separate threadJacob Smith2023-04-131-4/+8
* src: use correct variable in node_builtins.ccMichaël Zasso2023-04-111-2/+2
* src: slim down stream_base-inl.hlilsweetcaligula2023-04-113-140/+142
* deps: update undici to 5.21.1Node.js GitHub Bot2023-04-111-1/+1
* quic: add more QUIC implJames M Snell2023-04-099-1/+1010
* permission: support fs.mkdtempRafael Gonzaga2023-04-091-0/+2
* src: allow simdutf::convert_* functions to return zeroDaniel Lemire2023-04-091-6/+28
* sea: use JSON configuration and blob content for SEAJoyee Cheung2023-04-099-11/+280
* crypto: replace THROW with CHECK for scrypt keylenTobias Nießen2023-04-091-4/+1
* src: track ShadowRealm native objects correctly in the heap snapshotJoyee Cheung2023-04-066-9/+30
* src: use the internal field to determine if an object is a BaseObjectJoyee Cheung2023-04-0628-79/+27
* url: use ada::url_aggregator for parsing urlsYagiz Nizipli2023-04-054-185/+252
* net: enable autoSelectFamily by defaultPaolo Insogna2023-04-052-5/+8
* src: remove usage of `std::shared_ptr<T>::unique()`Darshan Sen2023-04-051-1/+1
* src: use stricter compile-time guidanceTobias Nießen2023-04-041-11/+8
* permission: drop process.permission.denyRafael Gonzaga2023-04-0410-121/+9
* src: bootstrap prepare stack trace callback in shadow realmChengzhong Wu2023-04-045-41/+39
* src: remove unused variable in crypto_x509.ccMichaël Zasso2023-04-031-1/+0
* sea: fix memory leak detected by asanDarshan Sen2023-04-031-13/+8
* Revert "util: reduce javascript call for ToUSVString"Yagiz Nizipli2023-04-011-2/+6
* src: don't reset embeder signal handlersDmitry Vyukov2023-03-311-0/+11
* lib: add tracing channel to diagnostics_channelStephen Belanger2023-03-312-10/+4
* quic: add additional quic implementation utilitiesJames M Snell2023-03-316-0/+801
* src: update NODE_MODULE_VERSION to 115Michaël Zasso2023-03-311-1/+1
* wasi: no longer require flag to enable wasiMichael Dawson2023-03-302-5/+2
* src,http2: ensure cleanup if a frame is not sentywave6202023-03-301-2/+1
* quic: do not dereference shared_ptr after moveTobias Nießen2023-03-291-4/+4
* bootstrap: store internal loaders in C++ via a bindingJoyee Cheung2023-03-293-32/+14
* quic: add multiple internal utilitiesJames M Snell2023-03-286-0/+901
* src: fix some recently introduced coverity issuesMichael Dawson2023-03-281-2/+2
* node-api: deprecate napi_module_registerVladimir Morozov2023-03-243-62/+52
* util: reduce javascript call for ToUSVStringYagiz Nizipli2023-03-231-6/+2
* url: implement URL.canParseKhafra2023-03-221-0/+26
* src: replace impossible THROW with CHECKTobias Nießen2023-03-221-5/+1
* crypto: unify validation of checkPrime checksTobias Nießen2023-03-221-11/+4
* inspector: log response and requests in the inspector for debuggingJoyee Cheung2023-03-221-0/+10
* crypto: remove obsolete SSL_OP_* constantsTobias Nießen2023-03-211-64/+0
* permission: fix some vulnerabilities in fsTobias Nießen2023-03-191-34/+36
* gyp: put filenames in variablesCheng Zhao2023-03-181-24/+27
* vm: properly handle defining props on any valueNicolas DUBIEN2023-03-182-3/+17
* src: fix duplication of externalized builtin codeKeyhan Vakil2023-03-171-2/+1
* src: remove dead comments about return_code_cacheKeyhan Vakil2023-03-161-6/+0
* src: remove SSL_CTX_get_tlsext_ticket_keys guardsTobias Nießen2023-03-151-5/+0
* src: bootstrap Web [Exposed=*] APIs in the shadow realmChengzhong Wu2023-03-1617-189/+413
* lib: distinguish webidl interfaces with the extended property "Exposed"Chengzhong Wu2023-03-161-3/+4
* Revert "vm: fix leak in vm.compileFunction when importModuleDynamically is used"Michaël Zasso2023-03-153-6/+15
* src: fix clang 14 linker errorKeyhan Vakil2023-03-151-0/+1
* inspector: fix session.disconnect crashtheanarkh2023-03-141-1/+3
* test_runner: support defining test reporter in NODE_OPTIONSSteve Herzog2023-03-141-2/+4
* deps: update undici to 5.21.0Node.js GitHub Bot2023-03-131-1/+1