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
Store the `napi_env` on the global object at a private key. This gives
us one `napi_env` per con...
This timer is currently only used by a profiler. Note that the timer
invocation will not interru...
PR-URL: https://github.com/nodejs/node/pull/14262
Reviewed-By: Rich Trott <[email protected]>
Rev...
Fixes: https://github.com/nodejs/node/issues/14432
PR-URL: https://github.com/nodejs/node/pull/1...
Replaced TypeError with RegEx to match the exact error message in file
test/addons-napi/test_pro...
Change "messasge" to "message".
PR-URL: https://github.com/nodejs/node/pull/14429
Reviewed-By: ...
Reset the underlying socket of an HTTP stream to be marked as
unconsume after the HTTP parser no...
All of this code is internal-only, and the changed variables/methods
are not generally useful to...
The `v8::PersistentBase<T>.Get` method didn't exist in node 4 and it's
just a helper which creat...
test/parallel/test-force-repl.js has an unnecessary timer that makes the
test flaky under load. ...
PR-URL: https://github.com/nodejs/node/pull/14438
Reviewed-By: Refael Ackermann <[email protected]...
As the length of `path` is known at this point, there is no point in
making an exact copy using ...
PR-URL: https://github.com/nodejs/node/pull/14270
Reviewed-By: Rich Trott <[email protected]>
Rev...
PR-URL: https://github.com/nodejs/node/pull/14284
Reviewed-By: Rich Trott <[email protected]>
Rev...
PR-URL: https://github.com/nodejs/node/pull/14291
Reviewed-By: Rich Trott <[email protected]>
Rev...
OutgoingMessage should be a write-only stream, and it shouldn't
be piped. This commit disables t...
PR-URL: https://github.com/nodejs/node/pull/14417
Reviewed-By: James M Snell <[email protected]>...
ESLint 4.3.0 flags an extra indentation issue that affects two of our
destructuring assignments ...
The tests include a callback that might not be invoked but is wrapped in
common.mustCall(). Remo...
test/fixtures/test-error-first-line-offset.js is used in the
test/sequential/test-module-loading...
PR-URL: https://github.com/nodejs/node/pull/14435
Refs: https://github.com/nodejs/node/issues/14...
The test used to assume that if the client successfully writes data to
the server and closes the...
PR-URL: https://github.com/nodejs/node/pull/14293
Reviewed-By: Rich Trott <[email protected]>
Rev...
If an uninitialized or user supplied Socket is in the freeSockets list
of the Agent it would aut...
* Add common/countdown utility
* Numerous improvements to http tests
PR-URL: https://github.com...
b0a8a7c6baccea746da10e01bfb3dec18c0d723e authored over 7 years ago
Provide an (initially experimental) implementation of the WHATWG Encoding
Standard API (`TextDec...
Enable ESLint 4.x linting and disable legacy linting in the lib
directory.
While doing this, so...
7f5a745e35bec2bde067c2922f6a9146beed99e6 authored over 7 years ago
ESLint 4.x provides stricter indentation linting than previous versions.
In preparation for enab...
* Update the experimental status to reflect actual common use.
* Also make a few formatting fixe...
Ref: https://github.com/nodejs/node/issues/14379
PR-URL: https://github.com/nodejs/node/pull/143...
`module.children` is supposed to be the list of modules included by this
module but lib/module.j...
* Move to more efficient module.exports pattern
* Refactor requires
* Eliminate circular depende...
Currently REPL supports autocompletion for core modules and those found
in node_modules. This c...
PR-URL: https://github.com/nodejs/node/pull/14003
Reviewed-By: Colin Ihrig <[email protected]>
R...
PR-URL: https://github.com/nodejs/node/pull/14212
Refs: https://github.com/nodejs/node/issues/11...
PR-URL: https://github.com/nodejs/node/pull/14281
Reviewed-By: Rich Trott <[email protected]>
Rev...
* refactor util exports
* early capture of prototype methods
* use template strings and args con...
PR-URL: https://github.com/nodejs/node/pull/14400
Reviewed-By: Colin Ihrig <[email protected]>
R...
Original commit message:
ares_parse_naptr_reply: make buffer length check more accurate
...
e76c49de339747a1326369c772d7bf6de9158841 authored over 7 years ago
This is a bit of a check to see how people feel about having this kind
of test.
Ref: https://gi...
69f653dff902bf385dfa0ed0e89be3d0e1f57391 authored over 7 years ago
Replace string concatenation in test/async-hooks/test-signalwrap.js
with template literals.
PR-...
651fc55b6e35da544f3547f762a2076571336ac8 authored over 7 years agoBased on discussion from the first backporting team meeting.
PR-URL: https://github.com/nodejs/...
b440e8e4e480e71d43eee3f1fadcf4e07886296b authored over 7 years ago
PR-URL: https://github.com/nodejs/node/pull/14297
Refs: https://github.com/nodejs/node/issues/89...
* test/parallel/test-stdout-close-catch.js
PR-URL: https://github.com/nodejs/node/pull/14298
Re...
In addition refactor common.throws to common.expectsError
PR-URL: https://github.com/nodejs/nod...
095357e26efc366b1cca389306e0780cc1fa81d9 authored over 7 years ago
PR-URL: https://github.com/nodejs/node/pull/14077
Fixes: https://github.com/nodejs/node/issues/1...
Also used in common.gypi to check whether a flag is needed or not
based on llvm version.
PR-URL...
fc544d4c0075c645762682326aa10e9c890f8533 authored over 7 years ago
Move test-http-server-keep-alive-timeout-slow-server and
test-http-server-keep-alive-timeout-slo...
PR-URL: https://github.com/nodejs/node/pull/14375
Refs: https://github.com/nodejs/node/issues/13...
PR-URL: https://github.com/nodejs/node/pull/14162
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmai...
PR-URL: https://github.com/nodejs/node/pull/14162
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmai...
PR-URL: https://github.com/nodejs/node/pull/14244
Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail....
Replace 250ms timer with event-based logic to make test robust.
PR-URL: https://github.com/node...
43bd47c352a368db6051b1017225abace015d3c9 authored over 7 years ago
This test was disabled in 2011 and is no longer useful without
modifications.
PR-URL: https://g...
27343cc051e05023f79db980fefb365fa29af37c authored over 7 years agoBy adding a test case using a path with illegal protocol
PR-URL: https://github.com/nodejs/node...
201e756ef147a760064f43fd587c4467e1dbe52e authored over 7 years ago
Line 486 and 525 contain for loops where a length property is cached in
a variable (for example,...
PR-URL: https://github.com/nodejs/node/pull/14286
Reviewed-By: Michaël Zasso <targos@protonmail....
PR-URL: https://github.com/nodejs/node/pull/11356
Refs: https://github.com/nodejs/node/issues/11...
PR-URL: https://github.com/nodejs/node/pull/14319
Reviewed-By: Tobias Nießen <[email protected]>
...
PR-URL: https://github.com/nodejs/node/pull/14364
Fixes: https://github.com/nodejs/node/issues/1...
Notable changes
* http: Writes no longer abort if the Socket is missing.
* process, async_hooks...
Added comments to whatwg-url tests that they should not be changed until
modifications are merge...
Fixes: https://github.com/nodejs/node/issues/14368
PR-URL: https://github.com/nodejs/node/pull/...
69fdb47e207f9201f36593ba72440e122d193743 authored over 7 years ago
Fixes: https://github.com/nodejs/node/issues/14386
Fixes: https://github.com/nodejs/node/issues/...
Change error message from the form this format:
The "time" array must have a length of 2. Rec...
43e105f6453d50bb667a028d8e85d1882818d16a authored over 7 years ago
Clarifies the default shell in Windows is process.env.ComSpec
and that cmd.exe is only used as a...
PR-URL: https://github.com/nodejs/node/pull/14388
Reviewed-By: Joyee Cheung <[email protected]...
test-fs-largefile was disabled. It was fixed in bbf74fb but left in
disabled because it generate...
PR-URL: https://github.com/nodejs/node/pull/14258
Reviewed-By: Refael Ackermann <[email protected]>
This change improves the algorithm for the worst case from O(n^2)
to O(n log n) by using a lazil...
PR-URL: https://github.com/nodejs/node/pull/14280
Reviewed-By: Rich Trott <[email protected]>
Rev...
PR-URL: https://github.com/nodejs/node/pull/14272
Reviewed-By: Rich Trott <[email protected]>
Rev...
Big thanks to @addaleax who prepared the vast majority of this release.
Notable changes:
* **A...
65eefa01053ebec32c35565be4c2fd1426f50506 authored over 7 years ago
PR-URL: https://github.com/nodejs/node/pull/13476
Reviewed-By: James M Snell <[email protected]>...
Previously, we were signing the binary that was released in the .pkg,
but not the binary release...
Allow passing the prefix in via the PKGDIR env var. This will allow us
to use this same script t...
replace string concatenation in test/parallel/test-child-process-constructor.js
with template li...
PR-URL: https://github.com/nodejs/node/pull/14342
Reviewed-By: Joyee Cheung <[email protected]...
fs.rmdir() on the file (not directory) results in different errors on
Windows to everything else...
PR-URL: https://github.com/nodejs/node/pull/14287
Reviewed-By: Joyee Cheung <[email protected]...
assert.doesNotThrow() should show actual error message instead
of "Got unwanted exception" which...
PR-URL: https://github.com/nodejs/node/pull/14058
Reviewed-By: Luigi Pinca <[email protected]...
* internal/errors - assert should already be in place when calling any
of the message generati...
PR-URL: https://github.com/nodejs/node/pull/14372
Reviewed-By: Joyee Cheung <[email protected]...
If the stream is destroyed while the transform is still being
applied, push() should not be call...
Previous behavior was to assume an error is a proper error in the
repl module. A check was added...
Add a note to the stream docs specifying that at most a single
call to _transform can happen, an...
Use template literals instead of string concatenation in
test/parallel/test-http-extra-response....
* Assign codes to errors reported by internal/fs.js
PR-URL: https://github.com/nodejs/node/pull...
b61cab2234b3d9bf7265980f9286a136af20365b authored over 7 years agoAdds a missing `'` in code example.
PR-URL: https://github.com/nodejs/node/pull/14353
Fixes: ht...
The way it is currently written, test-http-full-response will fail if
there is a problem with sp...
- Add missing `changes:` entry
- Use full sentences
- Use proper indentation
Ref: https://githu...
a3365c6ae91953f404b4e030b9dfba872ce9c77d authored over 7 years ago
Migrate tls.js to use internal/errors.js as per
https://github.com/nodejs/node/issues/11273
PR-...
3ccfeb483df5a6402da9b40346a7eb33cfb4b70a authored over 7 years ago
PR-URL: https://github.com/nodejs/node/pull/13980
Reviewed-By: Colin Ihrig <[email protected]>
R...
Replace constructor in assert.throws() to a regular expression to check
the error thrown in a te...
Change TypeError to a regular expression in assert.throws() in
test/parallel/test-signal-safety....
In preparation for stricter indentation linting and to increase code
clarity, update indentation...
PR-URL: https://github.com/nodejs/node/pull/14207
Reviewed-By: Refael Ackermann <[email protected]...
Fix a memory leak in dh.setPublicKey() and dh.setPrivateKey() where the
old keys weren't freed.
...
PR-URL: https://github.com/nodejs/node/pull/14122
Reviewed-By: Anna Henningsen <[email protected]...