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-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
2020-09-04src: add get/set pair for env context awarenessShelley Vohr
2020-09-04src: disallow JS execution during exit()Anna Henningsen
2020-08-29perf_hooks: add idleTime and event loop utilTrevor Norris
2020-08-27n-api: re-implement async env cleanup hooksGabriel Schulhof
2020-08-26src,doc: fix wording to refer to context, not environmentTurner Jabbour
2020-08-26src,doc: fix grammar due to missing 'is'Turner Jabbour
2020-08-26src,doc: rephrase for clarityTurner Jabbour
2020-08-26module: drop `-u` alias for `--conditions`Richard Lau
2020-08-24src: fix abort on uv_loop_init() failureBen Noordhuis
2020-08-23src: usage of modernize-use-equals-defaultYash Ladha
2020-08-23tls: enable renegotiation when using BoringSSLJeremy Rose
2020-08-21quic: use qlog fin flagJames M Snell
2020-08-21quic: fixups after ngtcp2/nghttp3 updateJames M Snell
2020-08-21src: add Update(const sockaddr*) variantJames M Snell
2020-08-21n-api: handle weak no-finalizer refs correctlyGabriel Schulhof
2020-08-20process: correctly parse Unicode in NODE_OPTIONSBartosz Sosnowski
2020-08-17worker: do not crash when JSTransferable lists untransferable valueAnna Henningsen
2020-08-17quic: use net.BlockList for limiting access to a QuicSocketJames M Snell
2020-08-17src: allow instances of net.BlockList to be created internallyJames M Snell
2020-08-17quic: consolidate stats collecting in QuicSessionJames M Snell
2020-08-17quic: clarify TODO statementsJames M Snell
2020-08-17quic: resolve InitializeSecureContext TODO commentJames M Snell
2020-08-17quic: fixup session ticket app data todo commentsJames M Snell
2020-08-17quic: fixup set_socket, fix skipped testJames M Snell
2020-08-17quic: resolve some minor TODOsJames M Snell
2020-08-17quic: resolve minor TODO in QuicSocketJames M Snell
2020-08-17http2: use and support non-empty DATA frame with END_STREAM flagCarlos Lopez
2020-08-14crypto: avoid unitializing ECDH objects on errorTobias Nießen
2020-08-12worker: fix --abort-on-uncaught-exception handlingAnna Henningsen