Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-10-13src: remove toLocalChecked in crypto_contextJames M Snell
2020-10-13src: replace more toLocalCheckeds in crypto_*James M Snell
2020-10-13crypto: add getCipherInfo methodJames M Snell
2020-10-13crypto: update certdata to NSS 3.56Shelley Vohr
2020-10-12url: file URL path normalizationDaijiro Wachi
2020-10-12src: reduced substring callsYash Ladha
2020-10-11lib: add EventTarget-related browser globalsAnna Henningsen
2020-10-11worker: make MessageEvent class more Web-compatibleAnna Henningsen
2020-10-11src: add maybe versions of EmitExit and EmitBeforeExitAnna Henningsen
2020-10-10src: remove unused AsyncWrapObjectJames M Snell
2020-10-10src: move node_binding to modern THROW_ERR*James M Snell
2020-10-10src: move node_contextify to modern THROW_ERR_*James M Snell
2020-10-10src: move node_process to modern THROW_ERR*James M Snell
2020-10-09cli: add --node-memory-debug optionAnna Henningsen
2020-10-08src: fix freeing unintialized pointer bug in ParseSoaReplyAastha Gupta
2020-10-08src: fix compiler warning in env.ccAnna Henningsen
2020-10-08src: expose v8::Isolate setup callbacksShelley Vohr
2020-10-08crypto: refactoring internals, add WebCryptoJames M Snell
2020-10-08crypto: move node_crypto files to src/cryptoJames M Snell
2020-10-07src: use node:moduleName as builtin module filenameMichaël Zasso
2020-10-07n-api: support for object freeze/sealShelley Vohr
2020-10-07src: add check against non-weak BaseObjects at process exitAnna Henningsen
2020-10-07src: unset NODE_VERSION_IS_RELEASE from masterAntoine du Hamel
2020-10-062020-10-06, Version 12.19.0 'Erbium' (LTS)Shelley Vohr
2020-10-06src: more idiomatic error pattern in node_wasiJames M Snell
2020-10-06src: use env->ThrowUVException in pipe_wrapJames M Snell
2020-10-06http2,tls: store WriteWrap using BaseObjectPtrAnna Henningsen
2020-10-06src: limit GetProcessTitle() result to 1MBAnna Henningsen
2020-10-05src: fix aliased buffer import warning in env.hYash Ladha
2020-10-03src: remove invalid ToLocalChecked in EmitBeforeExitAnna Henningsen
2020-10-03crypto: fix KeyObject garbage collectionAnna Henningsen
2020-10-03src: move all base64.h inline methods into -inl.h header fileAnna Henningsen
2020-10-03crypto: set env values in KeyObject Deserialize methodThakurKarthik
2020-10-03src: make MakeCallback() check can_call_into_js before getting methodAnna Henningsen
2020-10-01Revert "src: runtime deprecate process.umask()"Beth Griggs
2020-09-30src: create helper for reading Uint32BEJuan José Arboleda
2020-09-30src: document required else block at src/node_platform.ccJuan José Arboleda
2020-09-29module: named exports for CJS via static analysisGuy Bedford
2020-09-26src: fix incorrect SIGSEGV handling in NODE_USE_V8_WASM_TRAP_HANDLERAnatoly Korniltsev
2020-09-26src: allow N-API addon in `AddLinkedBinding()`Anna Henningsen
2020-09-25quic: fix typo in code commentIkko Ashimine
2020-09-22tools,doc: enforce alphabetical order for md refsAntoine du Hamel
2020-09-19n-api: create N-API version 7Gabriel Schulhof
2020-09-18n-api: add more property defaultsGerhard Stoebich
2020-09-16url: verify domain is not empty after "ToASCII"Michaël Zasso
2020-09-16url: remove U+0000 case in the fragment stateMichaël Zasso
2020-09-16src: enable wasm trap handler on windowsGus Caplan
2020-09-15http: add requestTimeoutMatteo Collina
2020-09-10module: fix specifier resolution option valuehimself65
2020-09-06src: shutdown libuv before exit()Anna Henningsen