Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/electron/node

Node fork to make it suitable for embedding in Electron
https://github.com/electron/node

ELECTRON_RUN_AS_NODE is not correctly set for forked child process

stevebaxter opened this issue over 5 years ago
fix: malloc mismatch in node_crypto (electron-4.x)

deepak1556 opened this pull request over 5 years ago
crypto.createPublicKey Error: ERR_OSSL_BN_NEGATIVE_NUMBER

bcallaghan-fri opened this issue over 5 years ago
fix: remove array buffer allocator patch (electron-4.x)

deepak1556 opened this pull request over 5 years ago
fix: don't define BUILDING_V8_SHARED in component builds

nornagon opened this pull request over 5 years ago
chore: update location of js_protocol.pdl

jkleinsc opened this pull request over 5 years ago
chore: cherry-pick upstream changes related to globals

dsanders11 opened this pull request over 5 years ago
build: update to node v12.4

deepak1556 opened this pull request over 5 years ago
chore: use boringssl key in process.versions instead of openssl

deermichel opened this pull request over 5 years ago
fix: enable ltcg on windows

nornagon opened this pull request over 5 years ago
Inherit ELECTRON_CRASHPAD_PIPE_NAME in child process

zcbenz opened this pull request over 5 years ago
chore: cherry-pick some upstream perf / fix changes

MarshallOfSound opened this pull request over 5 years ago
chore: allow the node entrypoint to be a builtin module

MarshallOfSound opened this pull request over 5 years ago
fix: [deps/uv] fsevents: fix file event reporting (backport: v12.x)

deepak1556 opened this pull request over 5 years ago
where is v9.7.0-33-g538a5023af

epicylq opened this issue almost 6 years ago
Fix crash when using https module

zcbenz opened this pull request almost 6 years ago
fix: use `self` instead of `this` inside FSWatcher onchange callback

shiftkey opened this pull request almost 6 years ago
fix: bump NODE_MODULE_VERSION to 70

nornagon opened this pull request almost 6 years ago
refactor: update patches to use process._linkedBinding

deepak1556 opened this pull request almost 6 years ago
fix: backport a node commit that cleans up GC listeners (5-0-x)

brenca opened this pull request almost 6 years ago
refactor: split out main config so inspector can share

nornagon opened this pull request almost 6 years ago
crypto.generateKeyPair* support in electron node

Kaimaerah opened this issue about 6 years ago
GN: Build targets node_lib and inspector have inconsistent defines

hashseed opened this issue about 6 years ago
chore: fix headers for M71

nornagon opened this pull request about 6 years ago
fix: have streams.js lazy-load original-fs, not fs

ckerr opened this pull request about 6 years ago
fix: export napi symbols

nornagon opened this pull request over 6 years ago
fix: remove NODE_WITHOUT_NODE_OPTIONS

codebytere opened this pull request over 6 years ago
fix: use zlib from electron_node

adill opened this pull request over 6 years ago
fix: include names.h in zlib header package

adill opened this pull request over 6 years ago
fix: export libuv symbols

nornagon opened this pull request over 6 years ago
build: fix syntax

refack opened this pull request over 6 years ago
Assess variables to emit in generated config.gypi

codebytere opened this issue over 6 years ago
fix: do not crash when using a closed fs event watcher

codebytere opened this pull request over 6 years ago
chore: generate node-headers tar.gz file when building the headers target

MarshallOfSound opened this pull request over 6 years ago
feat: add new built_with_electron variable to config.gypi

codebytere opened this pull request over 6 years ago
fix: export DebugOptions parser in a cross-platform-compatible way

nornagon opened this pull request over 6 years ago
fix: microsoft-goto warning w/ clang-cl

nornagon opened this pull request over 6 years ago
fix: extern template classes shouldn't be dllexported

nornagon opened this pull request over 6 years ago
fix: make common.gypi backwards-compatible with earlier nodes

nornagon opened this pull request over 6 years ago
build: automatically generate some file lists that the GN build uses

nornagon opened this pull request over 6 years ago
docs: Fix Incorrect Link to nodejs website

ronisaha opened this pull request over 6 years ago
revert: "fix: [win/x86] don't redefine ssize_t (#57)"

nornagon opened this pull request over 6 years ago
revert: "FIXME: Comment out TRACE_EVENT_METADATA1 call"

alexeykuzmin opened this pull request over 6 years ago
fix: uncomment TRACE_EVENT_METADATA1 call

nornagon opened this pull request over 6 years ago
Revert "FIXME: Do not run "lib/internal/per_context.js""

nornagon opened this pull request over 6 years ago
fix: [win/x86] don't redefine ssize_t

nornagon opened this pull request over 6 years ago
chore: clarify use of master branch in fork

codebytere opened this pull request over 6 years ago
fix: backport two node commits (1-7-x)

codebytere opened this pull request over 6 years ago
fix: backport two node commits (1-8-x)

codebytere opened this pull request over 6 years ago
fix: backport two node commits

codebytere opened this pull request over 6 years ago
fix: resize buffer array to fit actual space needed

ckerr opened this pull request over 6 years ago
build: Windows gn linker fix

alexeykuzmin opened this pull request over 6 years ago
fix: use new ArrayBuffer::Allocator::Realloc API

ckerr opened this pull request over 6 years ago
build: fix gn build on windows

nornagon opened this pull request over 6 years ago
gn build files

nornagon opened this pull request over 6 years ago
fix: enable auto cert chaining to match OpenSSL behaviour

nornagon opened this pull request over 6 years ago
fix: enable auto cert chaining to match OpenSSL behaviour

nornagon opened this pull request over 6 years ago
Possible issues with on_watcher_queue_updated callback

ckerr opened this issue over 6 years ago
Fix fs.statSyncNoException not returning results

zcbenz opened this pull request over 6 years ago
Do not use external string as keys

zcbenz opened this pull request over 6 years ago
chore: make --shared-[...]-path work on Windows

nornagon opened this pull request over 6 years ago
Tweaks to ./configure to integrate with GN

nornagon opened this pull request over 6 years ago
Workaround for boringssl/openssl incompatibility

nornagon opened this pull request over 6 years ago
src: replace SetAccessor w/ SetAccessorProperty

ckerr opened this pull request over 6 years ago
Tweaks to ./configure to integrate with GN

nornagon opened this pull request over 6 years ago
Fix asar loading which was broken due to node bootstrap refactoring

nitsakh opened this pull request almost 7 years ago
Remove patch b962f875

deepak1556 opened this pull request almost 7 years ago
Stop natives crashing in 9.7.0

MarshallOfSound opened this pull request almost 7 years ago
Contexts: supporting new Node's ESM Loader (without hacking)

SMotaal opened this issue almost 7 years ago
git clone fails because very long file name on windows

MareikeTaeubner opened this issue almost 7 years ago
Backport libuv/libuv#1419

abnerlee opened this pull request almost 7 years ago
building with nodejs 8.2.1+ does not support asar packaging

macgyver13 opened this issue about 7 years ago
Revert "Fix node_platform for new v8"

alexeykuzmin opened this pull request about 7 years ago
Fix node_platform for new v8

MarshallOfSound opened this pull request about 7 years ago
deps: upgrades libuv to 1.18.0

deiga opened this pull request about 7 years ago
FIXME: Use redefined version of the internalModuleStat function

alexeykuzmin opened this issue about 7 years ago
UPSTREAM: Include node_platform.h instead of forward declaration

alexeykuzmin opened this issue about 7 years ago
add CODEOWNERS file

zeke opened this pull request over 7 years ago
Upgrade to node 8.2.1

kevinsawicki opened this pull request over 7 years ago
Expose get_builtin_module function

tarruda opened this pull request almost 8 years ago
Modify module wrapper so that "process", "global" are shadowable

ide opened this pull request about 8 years ago
Node Module version out of synch with official Node.JS distribution

mike-lischke opened this issue over 8 years ago
Call process.log from fallback stream on Windows

kevinsawicki opened this pull request over 8 years ago
cannot checkout commit ee8c429

seanzer opened this issue over 8 years ago
Switch NODE_MODULE_VERSION to 48

rgbkrk opened this pull request over 8 years ago
Use ELECTRON_RUN_AS_NODE env var

kevinsawicki opened this pull request over 8 years ago
Access violation using V8

pauldotknopf opened this issue almost 9 years ago
Export NativeModule

as-cii opened this pull request about 9 years ago
Fix a memory leak in node::Buffer::New method.

hokein opened this pull request over 9 years ago
Unable to build node

rosen-vladimirov opened this issue over 9 years ago
Update to io.js 2.3.3 (Critical security release)

frankhale opened this issue over 9 years ago
Update iojs to version 2.3.1

frankhale opened this pull request over 9 years ago
Update to iojs 2.3.1

frankhale opened this pull request over 9 years ago
Windows runtime: process.binding('contextify') Error: No such module

nhandl3 opened this issue over 10 years ago
Reduce our patches for node

zcbenz opened this issue about 11 years ago