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
The TLS implementation previously kept a separate buffer for
incoming pieces of data, into which...
The TLS implementation previously had two separate queues for
WriteWrap instances, one for curre...
The streams implementation generally ensures that only one write()
call is active at a time. `JS...
Examples in the N-API doc used a mix of nullptr and NULL.
We should be consistent and because N-...
- Switch over to async tracking through promises/async fns
- Remove an unused temp dir refresh
-...
Matt is not an active collaborator at this time. Moved to the
Collaborator Emeriti section.
PR-...
22af8ea6b780a18ba3aa38bb185e6d2a4ce7f377 authored about 7 years ago
PR-URL: https://github.com/nodejs/node/pull/17955
Refs: https://github.com/nodejs/node/issues/16...
PR-URL: https://github.com/nodejs/node/pull/13686
Fixes: https://github.com/nodejs/node/issues/1...
The function should strictly test for the error class and only accept
the correct one. Any other...
PR-URL: https://github.com/nodejs/node/pull/13686
Fixes: https://github.com/nodejs/node/issues/1...
PR-URL: https://github.com/nodejs/node/pull/17968
Reviewed-By: Anna Henningsen <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/17972
Reviewed-By: Weijia Wang <[email protected]>
R...
The maxSessionMemory is a cap for the amount of memory an
Http2Session is permitted to consume. ...
Before this change, the .PHONY is followed by multiple targets.
Now it is multiple .PHONY for ea...
PR-URL: https://github.com/nodejs/node/pull/17971
Reviewed-By: Rich Trott <[email protected]>
Rev...
1. Sync comments and code
2. Fix typos
PR-URL: https://github.com/nodejs/node/pull/17971
Review...
PR-URL: https://github.com/nodejs/node/pull/17971
Reviewed-By: Rich Trott <[email protected]>
Rev...
PR-URL: https://github.com/nodejs/node/pull/11146
Reviewed-By: James M Snell <[email protected]>...
Split them into their own benhmark file and use different byteLength
values.
PR-URL: https://gi...
94d64877ff2b9d5fcfb40d24358337a95c333f66 authored about 7 years ago
The 'byteLength' argument should be required and of type 'number'.
It should have a value betwee...
Moved from https://github.com/watilde/remark-preset-lint-node.
PR-URL: https://github.com/nodej...
a9e422eee2b32bfed38aa78845305aac06720712 authored about 7 years agoFixes: https://github.com/nodejs/node/issues/17370
PR-URL: https://github.com/nodejs/node/pull/...
7914b7524d3679893dae3c03a2e9a3ca5a0c7235 authored about 7 years ago
PR-URL: https://github.com/nodejs/node/pull/17948
Reviewed-By: Colin Ihrig <[email protected]>
R...
PR-URL: https://github.com/nodejs/node/pull/17949
Fixes: https://github.com/nodejs/node/issues/1...
5425e0dcbee1ed8f6687203eafb7c3cf214f3393 switched to using
the module.exports pattern vs just ex...
PR-URL: https://github.com/nodejs/node/pull/17950
Fixes: https://github.com/nodejs/node/issues/1...
PR-URL: https://github.com/nodejs/node/pull/17952
Fixes: https://github.com/nodejs/node/issues/1...
The callback would have errored out anyway due to the incorrect
encoding, and that error is not ...
Use forEach loop to reduce some redundant codes.
PR-URL: https://github.com/nodejs/node/pull/17...
a2d0623fa8886553caceaed296bf53e7a1195b47 authored about 7 years ago
PR-URL: https://github.com/nodejs/node/pull/17957
Reviewed-By: James M Snell <[email protected]>...
PR-URL: https://github.com/nodejs/node/pull/17958
Fixes: https://github.com/nodejs/node/issues/1...
PR-URL: https://github.com/nodejs/node/pull/17919
Reviewed-By: James M Snell <[email protected]>...
PR-URL: https://github.com/nodejs/node/pull/17919
Reviewed-By: James M Snell <[email protected]>...
Josh is focusing on other technologies these days and has moved to the
TSC Emeritus role. He alr...
PR-URL: https://github.com/nodejs/node/pull/17954
Reviewed-By: Anatoli Papirovski <apapirovski@m...
With the removal of `GetHostByNameWrap` in the previous commit, there
is only one remaining call...
It was a wrapper for `ares_gethostbyname()` that I'm unsure about if
it was ever exposed at the ...
* Remove fluff text and get to the point: Report security flaws to
[email protected]. Please...
This removes some wordy phrases (notably "it is important to note
that").
PR-URL: https://githu...
26607b825ebebe78a182951af164fd1e319dfe27 authored about 7 years ago
It is not possible for `process.arch` (which comes from V8's
`target_arch`) to be `x86`.
Also u...
ecf6e79362faad747f50405d7f36a5d5006c3e97 authored about 7 years ago
PR-URL: https://github.com/nodejs/node/pull/17942
Reviewed-By: Matteo Collina <matteo.collina@gm...
PR-URL: https://github.com/nodejs/node/pull/17942
Reviewed-By: Matteo Collina <matteo.collina@gm...
Add a padding strategy option that makes a best attempt to ensure
that total frame length for DA...
Add new properties to `Http2Session` to identify alpnProtocol,
and indicator about whether the s...
PR-URL: https://github.com/nodejs/node/pull/17935
Reviewed-By: Anatoli Papirovski <apapirovski@m...
Test test-require-deps-deprecation.js was failing when user already had
node installed with acor...
* Remove redundant "blocking it or stopping it" as blocking and stopping
are the same thing in...
Remove incorrect usage of "in which". The sentence is better and shorter
without it anyway. Repl...
PR-URL: https://github.com/nodejs/node/pull/17924
Reviewed-By: Anna Henningsen <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/17924
Reviewed-By: Anna Henningsen <[email protected]...
Add support for sending and receiving ALTSVC frames.
PR-URL: https://github.com/nodejs/node/pul...
ce22d6f9178507c7a41b04ac4097b9ea902049e3 authored about 7 years ago
While tools should be used insofar as possible, that information
does not belong in the style gu...
The `default` test suite in `test.py` includes `async-hooks` and
`known_issues`. Our current set...
PR-URL: https://github.com/nodejs/node/pull/17774
Notable Changes:
* deps:
* upgrade npm to ...
Apply various style and punctuation fixes.
PR-URL: https://github.com/nodejs/node/pull/17922
Re...
Current alt text results in "GitHub badge badge". Change to intended use
of alt text so that it ...
Change instances of "contributiors" to "contributors".
PR-URL: https://github.com/nodejs/node/p...
dd7c2b77a32a0b8bc86262989f6ee0d1e94eed4e authored about 7 years ago
Strictly limit the number of concurrent streams based on the
current setting of the MAX_CONCURRE...
Added some references to PR communication articles in
Helpful Ressources inside COLLABORATOR_GUI...
Notable Changes:
* build:
- configure can now be run from any directory (Gibson Fahnestock)
...
Collect and report basic timing information about `Http2Session`
and `Http2Stream` instances.
P...
231b1166cfec42e445613a59286fd7610c0d7481 authored about 7 years ago
If an error is encountered during the processing of Immediates, schedule
the remaining queue to ...
PR-URL: https://github.com/nodejs/node/pull/17940
Reviewed-By: Anna Henningsen <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/17939
Reviewed-By: Colin Ihrig <[email protected]>
R...
PR-URL: https://github.com/nodejs/node/pull/17939
Reviewed-By: Colin Ihrig <[email protected]>
R...
PR-URL: https://github.com/nodejs/node/pull/17937
Reviewed-By: Anna Henningsen <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/17904
Reviewed-By: Anatoli Papirovski <apapirovski@m...
PR-URL: https://github.com/nodejs/node/pull/17923
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmai...
PR-URL: https://github.com/nodejs/node/pull/17898
Reviewed-By: Gibson Fahnestock <gibfahn@gmail....
PR-URL: https://github.com/nodejs/node/pull/17881
Reviewed-By: Anna Henningsen <[email protected]...
With domains implemented over AsyncHooks, it's no longer
necessary to explicitly enter and exit ...
PR-URL: https://github.com/nodejs/node/pull/17908
Refs: https://github.com/nodejs/node/issues/17...
PR-URL: https://github.com/nodejs/node/pull/17911
Reviewed-By: James M Snell <[email protected]>...
Fixes: https://github.com/nodejs/node/issues/17169
PR-URL: https://github.com/nodejs/node/pull/...
166a2ceeb7d5cf338e4e22fe5a67fae9ec957c56 authored about 7 years ago
PR-URL: https://github.com/nodejs/node/pull/17877
Reviewed-By: James M Snell <[email protected]>...
Currently, when configured --without-ssl tests that use
process.binding('crypto') fail with the ...
Currently, when configured --without-ssl test-repl-tab-complete fails
with the following error:
...
Currently, when configuring --without-ssl any tests that use
process.binding('crypto') will not ...
The usage of ERR_INVALID_ARG_TYPE in _errnoException
is a little inappropriate. This change is t...
A sort-of follow-up to https://github.com/nodejs/node/pull/17704, this
removes the last internal...
Using `assert()` or `assert.ok()` resulted in a error since a
refactoring.
Refs: https://github...
8578fe22a973848b4303f915371b98153ed50d44 authored about 7 years ago
PR-URL: https://github.com/nodejs/node/pull/17895
Reviewed-By: Gibson Fahnestock <gibfahn@gmail....
Remove the custom formatter that was added in commit 4fb27d4 ("intl: Add
more versions from ICU"...
Documenting the best way to imitate the old behavior saves time for people
migrating from older ...
PR-URL: https://github.com/nodejs/node/pull/17620
Reviewed-By: James M Snell <[email protected]>...
For array methods that depend on a callback (such as `.filter()` or
`.map()`), require a return ...
Two tests were using Array.prototype.map() without returning values in
the callback. In other wo...
Use construct that always returns a boolean for `filter()` callback.
PR-URL: https://github.com...
5c7af90cbf550d851eb4bfb0b8546bc48e381d46 authored about 7 years ago
PR-URL: https://github.com/nodejs/node/pull/17831
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmai...
When a process encounters a _fatalException that is caught, it should
schedule execution of next...
PR-URL: https://github.com/nodejs/node/pull/17900
Reviewed-By: Gibson Fahnestock <gibfahn@gmail....
Some benchmarks may return 0 operations with the new very short duration
provided by the test pr...
Just so that it's documented. Feel free to call me anything you want
though: Timothy, Tim, 顾天骋.
...
Keep a local handle as a reference to the JS `Http2Session`
object so that it will not be garbag...
PR-URL: https://github.com/nodejs/node/pull/17863
Fixes: https://github.com/nodejs/node/issues/1...
`module is maintained by a third-party module` seems confusing. Changed
to `module is maintained...
A couple of lib/_http_outgoing.js's errors were still in the
"old style": `throw new Error(<some...
Add a errno -> [error code, uv error message] map to the uv binding
so the error message can be ...
* Collect the error context in both JS and C++, then throw
the error in JS
* Test that the err...
- Simplify the SyncCall template function, only collect error
number and syscall in the C++ la...