summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* src: use std::array for passing argv in node::urlAnna Henningsen2023-03-131-26/+22
* crypto: remove ALPN_ENABLEDTobias Nießen2023-03-131-3/+0
* tls: support automatic DHETobias Nießen2023-03-121-0/+9
* url: fix array overrun in node:url::SetArgs()Yagiz Nizipli2023-03-101-41/+17
* src: remove TLSEXT_TYPE_alpn guardTobias Nießen2023-03-091-2/+0
* src: remove use of SSL_OP_SINGLE_DH_USETobias Nießen2023-03-091-2/+0
* src: remove unused `v8::Uint32Array` from encodingYagiz Nizipli2023-03-081-1/+0
* src: use AliasedUint32Array for encodeInto resultsJoyee Cheung2023-03-072-19/+33
* src: move encoding bindings to a new bindingJoyee Cheung2023-03-077-128/+252
* permission: fix spawnSync permission checkRafaelGSS2023-03-071-0/+2
* worker: add support for worker name in inspector and trace_eventsDebadree Chatterjee2023-03-068-27/+56
* src: fix negative nodeTiming milestone valueslegendecas2023-03-034-8/+23
* src: share common code paths for SEA and embedder scriptAnna Henningsen2023-03-0210-115/+65
* url: set `formatUrl` method as no side effectYagiz Nizipli2023-03-021-1/+1
* wasi: add wasi sock_accept stubMichael Dawson2023-03-012-0/+17
* src: fix AliasedBuffer memory attribution in heap snapshotsJoyee Cheung2023-03-014-14/+27
* src: move AliasedBuffer implementation to -inl.hJoyee Cheung2023-03-019-166/+265
* src: make util.h self-containtedJoyee Cheung2023-03-012-13/+17
* src: remove shadowed variable in OptionsParserShelley Vohr2023-03-011-5/+5
* vm: fix leak in vm.compileFunction when importModuleDynamically is usedJoyee Cheung2023-03-013-15/+6
* src: do not track BaseObjects directly in RealmJoyee Cheung2023-02-281-6/+0
* timers: use V8 fast API callsJoyee Cheung2023-02-287-34/+231