summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-01-12edit build process so node runs properly on iosJonathan Buchanan
2020-12-22v8: fix native `serdes` constructorsExE Boss
2020-12-22src: remove unnecessary ToLocalChecked node_errorsDaniel Bevenius
2020-12-21src: use correct microtask queue for checkpointsAnna Henningsen
2020-12-17src: remove unnecessary ToLocalChecked callDaniel Bevenius
2020-12-15src: remove empty name check in node_env_var.ccraisinten
2020-12-14worker: fix broadcast channel SharedArrayBuffer passingAnna Henningsen
2020-12-14src: remove duplicate V macros in node_v8.ccDaniel Bevenius
2020-12-13src: use correct outer Context’s microtask queueAnna Henningsen
2020-12-13src: add way to get IsolateData and allocator from EnvironmentAnna Henningsen
2020-12-13src: guard against env != null in node_errors.ccAnna Henningsen
2020-12-13worker: refactor MessagePort entanglement managementAnna Henningsen
2020-12-11src: allow preventing SetPrepareStackTraceCallbackShelley Vohr
2020-12-11perf_hooks: invoke performance_entry_callback via MakeSyncCallback()Nicolai Stange
2020-12-11src: introduce convenience node::MakeSyncCallback()Nicolai Stange
2020-12-11src: add typedef for CleanupHookCallback callbackDaniel Bevenius
2020-12-09src: fix node versionRichard Lau
2020-12-092020-12-09, Version 15.4.0 (Current)Danielle Adams
2020-12-09src: fix indentation in memory_tracker-inl.hDaniel Bevenius
2020-12-09src: remove identical V macroDaniel Bevenius
2020-12-09src: use using declarations consistentlyDaniel Bevenius
2020-12-08src: add missing context scopesAnna Henningsen
2020-12-06vm: add `SafeForTerminationScope`s for SIGINT interruptionsAnna Henningsen
2020-12-04src: fix node versionBrian White
2020-12-04src: remove some duplication in DeserializePropsDaniel Bevenius
2020-12-04src: rename AliasedBufferInfo->AliasedBufferIndexDaniel Bevenius
2020-12-03src: use transferred consistentlyDaniel Bevenius
2020-12-01worker: add experimental BroadcastChannelJames M Snell
2020-12-01http2: check write not scheduled in scope destructorDavid Halls
2020-12-01src: use ToLocal in DeserializePropertiesDaniel Bevenius
2020-11-29fs: move method definition from headerYash Ladha
2020-11-24crypto: fix "Invalid JWK" error messagesFilip Skokan
2020-11-242020-11-24, Version 15.3.0 (Current)Shelley Vohr
2020-11-23src: update node.rc file descriptiondevsnek
2020-11-23src: fix label indentationRich Trott
2020-11-22src: integrate URL::href() and use in inspectorDaijiro Wachi
2020-11-20n-api: clean up binding creationGabriel Schulhof
2020-11-19src: refactor using-declarations node_env_var.ccraisinten
2020-11-17n-api: improve consistency of how we get contextMichael Dawson
2020-11-16crypto: fix format warning in AdditionalConfigraisinten
2020-11-15n-api: factor out calling patternGabriel Schulhof
2020-11-15src: fix v8 api deprecationJiawen Geng
2020-11-15src: update NODE_MODULE_VERSION to 90Michaël Zasso
2020-11-13src: remove duplicate logic for getting bufferYash Ladha
2020-11-13src: add loop idle time in diagnostic reportGireesh Punathil
2020-11-11src,crypto: refactoring of crypto_context, SecureContextJames M Snell
2020-11-11http2: allow setting the local window size of a sessionzhangyongsheng
2020-11-09doc: add note regarding file structure in src/README.mdDenys Otrishko
2020-11-09dns: fix trace_events name for resolveCaa()Rich Trott
2020-11-05crypto: fix comment in ByteSourceTobias Nießen