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

test: http2 client operations after destroy

PR-URL: https://github.com/nodejs/node/pull/18845
Reviewed-By: Luigi Pinca <[email protected]...

808c05858a1f60d67b11dbca021fb418da01f2aa authored almost 7 years ago by Trivikram <[email protected]>
doc: improved documentation for fs.unlink()

Refs: https://github.com/nodejs/node/issues/11135

PR-URL: https://github.com/nodejs/node/pull/1...

e83adf87f58c7144e745ed18a79202577739b97c authored almost 7 years ago by dustinnewman98 <[email protected]>
doc: fix broken link in pull-requests.md

PR-URL: https://github.com/nodejs/node/pull/18873
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmai...

2caa1f54582902a4feae9a4c7a2e30c6718f7005 authored almost 7 years ago by Justin Lee <[email protected]>
doc: fix typo in http2.md

PR-URL: https://github.com/nodejs/node/pull/18872
Reviewed-By: Colin Ihrig <[email protected]>
R...

469036add4e0e879de3e9307bca4d22a1d547793 authored almost 7 years ago by Vse Mozhet Byt <[email protected]>
tls: tls_wrap causes debug assert in vector

When using a debug build (on Windows specifically) the error case for
tls_wrap causes an assert ...

de0ed84f04d3ef2fd003d1b08886a86b1502b269 authored almost 7 years ago by Kyle Farnung <[email protected]>
timers: add helper fn for async init

There are currently 3 places in Timers where the exact same code
appears. Instead create a helpe...

28f3ffba0fd732fb8faa49e02049dfb1ee5c5911 authored almost 7 years ago by Anatoli Papirovski <[email protected]>
build: add node_lib_target_name to cctest deps

Currently the cctest target depend on the node_core_target_name
target. But it is the node_lib_t...

30f89dfbf65840025f5c833457702f13aa38fe77 authored almost 7 years ago by Daniel Bevenius <[email protected]>
http2: make response.end() return this

PR-URL: https://github.com/nodejs/node/pull/18780
Reviewed-By: James M Snell <[email protected]>...

3d93f39190ec24284aee6acd0e0214862e651567 authored almost 7 years ago by Matteo Collina <[email protected]>
http: OutgoingMessage.end() should return this

PR-URL: https://github.com/nodejs/node/pull/18780
Reviewed-By: James M Snell <[email protected]>...

8118da7430c33fc80a2f60c4a8cb3f568edbb29b authored almost 7 years ago by Matteo Collina <[email protected]>
stream: writable.end should return this.

PR-URL: https://github.com/nodejs/node/pull/18780
Reviewed-By: James M Snell <[email protected]>...

f6721c20df67c0f5bbd1ea58d304159160be03f1 authored almost 7 years ago by Matteo Collina <[email protected]>
src: add nullptr check for session in DEBUG macro

Currenlty when configuring --debug-http2
/test/parallel/test-http2-getpackedsettings.js will seg...

e91ea214115b9e41269415872717ce7a741b1d7a authored almost 7 years ago by Daniel Bevenius <[email protected]>
fs: fix potential segfault in async calls

When the async uv_fs_* call errors out synchronously in AsyncDestCall,
the after callbacks (e.g....

12412ef43fb4aa8eef39defad949aa8d1fe6aa10 authored almost 7 years ago by Joyee Cheung <[email protected]>
fs: remove useless comments which duplicate names of variables

PR-URL: https://github.com/nodejs/node/pull/18739
Reviewed-By: Colin Ihrig <[email protected]>
R...

472cde603ef60aafcff00a4d09743758dfd0d928 authored almost 7 years ago by Sergey Golovin <[email protected]>
tools: custom eslint autofix for inspector-check.js

1. Adds fixer method
2. Extends test

PR-URL: https://github.com/nodejs/node/pull/16646
Refs: ht...

515634210593bbc143f962409ab29f8801e933d7 authored almost 7 years ago by Shobhit Chittora <[email protected]>
tools: auto fix custom crypto-check eslint rule

1. Fixer for crypto-check.js
2. Extends tests

PR-URL: https://github.com/nodejs/node/pull/16647...

f242d4b250e50105fc2455813159ee790ac5a198 authored almost 7 years ago by Shobhit Chittora <[email protected]>
lib: allow process kill by signal number

This brings the behaviour in line with the documentation.

PR-URL: https://github.com/nodejs/nod...

7ca4ca8cc36f7bf293f0d6717068eabb289262a6 authored almost 7 years ago by Sam Roberts <[email protected]>
test: refactor parallel/test-tls-pause

Use arrow functions and common.mustCall() and add a description.

PR-URL: https://github.com/nod...

c9b42c4c13a7b769dbb152b039cc28fe36072b75 authored almost 7 years ago by juggernaut451 <[email protected]>
doc: refactor manpage to use mdoc(7) macros

Like man(7), mdoc(7) is a macro package for marking up computer manuals.
The main difference is ...

ef7f5a11e8d859fa959552676f7f7f241a78c5c6 authored almost 7 years ago by Alhadis <[email protected]>
doc: mark accessing IPC channel fd as undefined

Adds note that accessing the fd of the IPC channel in any other way
than process.send, or using ...

ea1a07656ee6dcbbde5de9f228ae075a9eeb6fad authored almost 7 years ago by Bartosz Sosnowski <[email protected]>
test: refactor stream-*-constructor-set-methods

- Use `common.mustCall()` to ensure that callbacks are called.
- Remove no longer needed variabl...

33103e97587b3efa073d00752864210b43c5fc4a authored almost 7 years ago by Luigi Pinca <[email protected]>
deps: patch V8 to 6.4.388.46

PR-URL: https://github.com/nodejs/node/pull/18827
Refs: https://github.com/v8/v8/compare/6.4.388...

81232320aa09a5ed5d4203e6b7ed708fd3f6e91b authored almost 7 years ago by Myles Borins <[email protected]>
doc: fix minor typos in GOVERNANCE.md

PR-URL: https://github.com/nodejs/node/pull/18829
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmai...

2fbe15b82c33fac4d09624b071e5f59862fa1dee authored almost 7 years ago by Rich Trott <[email protected]>
test: stdio pipe behavior tests

Add two regression tests for stdio over pipes.

test-stdio-pipe-access tests if accessing stdio ...

1bda746c1bf8f875cebb3a8948a57bbc75189240 authored almost 7 years ago by Bartosz Sosnowski <[email protected]>
path: replace duplicate conditions by functions

It will also remove useless "code" variables by inlining
path.charCodeAt.

PR-URL: https://githu...

b404aa56c0e776c9722017ca020f9d04c7aa6de2 authored almost 7 years ago by Sergey Golovin <[email protected]>
net: simplify net.Socket#end()

`writable` is already set by the streams side, and
there is a handler waiting for the writable s...

590eacecaabe282eb602d49ba0b25d1a266a7609 authored almost 7 years ago by Anna Henningsen <[email protected]>
lib: replace `eval` with `vm.runInThisContext`

PR-URL: https://github.com/nodejs/node/pull/18623
Refs: https://github.com/nodejs/node/pull/1821...

99d693da5c1b753d15fb7c744de0c4cb87098c93 authored almost 7 years ago by Myles Borins <[email protected]>
tools, test: fix prof polyfill readline

`node --prof foo.js` may not print the full profile log file, leaving
the last line broken (for ...

38f04d4da179dd3610ee07c2441601cdb2436a6a authored almost 7 years ago by killagu <[email protected]>
fs: move fs.promises API to fs/promises

PR-URL: https://github.com/nodejs/node/pull/18777
Reviewed-By: Benjamin Gruenbaum <benjamingr@gm...

513d9397202b46fb10da41d88ddb747417f8b870 authored almost 7 years ago by Michaël Zasso <[email protected]>
fs: move utility functions to internal/fs

PR-URL: https://github.com/nodejs/node/pull/18777
Reviewed-By: Benjamin Gruenbaum <benjamingr@gm...

2620358624b6c0f6c7d02dc2e4333eae9e73b3ea authored almost 7 years ago by Michaël Zasso <[email protected]>
doc: add Yihong Wang to collaborators

Signed-off-by: Yihong Wang <[email protected]>

PR-URL: https://github.com/nodejs/node/pull/18824
...

6c9774fd94173ee29921f65d42880d1344ee027b authored almost 7 years ago by Yihong Wang <[email protected]>
test: refactor parallel/test-tls-0-dns-altname

PR-URL: https://github.com/nodejs/node/pull/18803
Reviewed-By: Benjamin Gruenbaum <benjamingr@gm...

760f86c75bffad301d8cdb8620979df39f9a348f authored almost 7 years ago by juggernaut451 <[email protected]>
test: add common.skipIfEslintMissing

We've added a number of tests that hook into ESLint which can error
when running the test suite ...

1fd69872e6c4d2dd8127560ae078b4cbf8b7badb authored almost 7 years ago by Myles Borins <[email protected]>
test: fix warnings in addon tests

The legacy MakeCallback deprecation was resulting in compile time
warnings in adddon tests. Fix ...

6ab288f3b817197631f23dd858b1b622d80dab27 authored almost 7 years ago by Ali Ijaz Sheikh <[email protected]>
src: changing node_file's usage of v8::Resolver

node_file was casting back and forth between v8::Resolver and
v8::Promise. This is unnecessary; ...

197258bda7a9cf133ed4ff155cfd94c22f9e9510 authored almost 7 years ago by Jimmy Thomson <[email protected]>
doc: warn against concurrent http2stream.respondWithFD

Upcoming changes to move away from synchronous I/O on the main
thread will imply that using the ...

cbe6d5c5198d649e59b97382d69dc5f52a2c5e74 authored almost 7 years ago by Anna Henningsen <[email protected]>
doc: add fs declarations to stream doc js examples

PR-URL: https://github.com/nodejs/node/pull/18804
Reviewed-By: Weijia Wang <[email protected]>
R...

755d805bf471423631fb8320b223298c88a61969 authored almost 7 years ago by Ivan Filenko <[email protected]>
test: fix unrelated variable name changes

PR-URL: https://github.com/nodejs/node/pull/18823
Reviewed-By: Michael Dawson <michael_dawson@ca...

94e8d2a5ff410a51ee0845782801844babea6031 authored almost 7 years ago by Anatoli Papirovski <[email protected]>
doc: activate `no-multiple-empty-lines` rule

This enables the `no-multiple-empty-lines` eslint rule for the docs.

PR-URL: https://github.com...

69f7ce9cea1cc9b250365e6291bceda87c24473f authored almost 7 years ago by Ruben Bridgewater <[email protected]>
async_hooks: clean up usage in internal code

Instead of exposing internals of async_hooks & async_wrap throughout
the code base, create neces...

e9ac80bb397293feef3b47f3ed609c86edb48681 authored almost 7 years ago by Anatoli Papirovski <[email protected]>
module: fix main lookup regression from #18728

PR-URL: https://github.com/nodejs/node/pull/18788
Refs: https://github.com/nodejs/node/pull/1872...

7748865cd3322ff9421458ccc862291eb26cec62 authored almost 7 years ago by Guy Bedford <[email protected]>
doc: note that linting is required in releases.md

Refs: https://github.com/nodejs/node/pull/18769

PR-URL: https://github.com/nodejs/node/pull/187...

61e3e6d56feefcd88f2baeb59c31c327835a8d90 authored almost 7 years ago by Gibson Fahnestock <[email protected]>
doc: add missing `Returns` in fs & util

PR-URL: https://github.com/nodejs/node/pull/18775
Reviewed-By: Weijia Wang <[email protected]>
R...

9a18b0e668e136b75de4e7b92373193bbd50be08 authored almost 7 years ago by Sho Miyamoto <[email protected]>
doc: fix a typo in util.isDeepStrictEqual

PR-URL: https://github.com/nodejs/node/pull/18775
Reviewed-By: Weijia Wang <[email protected]>
R...

ff471da1a81b325508b265290f7b49649030f4a6 authored almost 7 years ago by Sho Miyamoto <[email protected]>
test,benchmark,doc: enable dot-notation rule

This enables the eslint dot-notation rule for all code instead of
only in /lib.

PR-URL: https:/...

463d1a490f2ed4679f8805fa57084b4445ea40d6 authored almost 7 years ago by Ruben Bridgewater <[email protected]>
deps: patch V8 to 6.4.388.45

Refs: https://github.com/v8/v8/compare/6.4.388.44...6.4.388.45

PR-URL: https://github.com/nodej...

36386dc4e349eb593208820949a02e93dc1ffd87 authored almost 7 years ago by Myles Borins <[email protected]>
test: refactor parallel/test-tls-addca

PR-URL: https://github.com/nodejs/node/pull/18798
Reviewed-By: Richard Lau <[email protected]>
R...

181209c3bdb78b7e9ccf83de218edd28bb5f7d9e authored almost 7 years ago by juggernaut451 <[email protected]>
module: replace magic numbers by constants

- add new constants
- replace "magic" numbers in "module" by constants

PR-URL: https://github.c...

c86fe511f4924ebbf7291fd938e5cd952199145b authored almost 7 years ago by Sergey Golovin <[email protected]>
test: refactor of test-tls-over-http-tunnel

PR-URL: https://github.com/nodejs/node/pull/18784
Reviewed-By: James M Snell <[email protected]>...

2960096a912df208d1f2d4096b9d4e15015ac972 authored almost 7 years ago by juggernaut451 <[email protected]>
http: simplify checkInvalidHeaderChar

In the spirit of [17399](https://github.com/nodejs/node/pull/17399),
we can also simplify checkI...

862389b0aacfd41770c3fa6f692aed11c2a4b3ed authored almost 7 years ago by Seth Brenith <[email protected]>
test: make tls test more rigorous

* exit naturally, don't use process.exit()
* ensure callbacks are actually called

PR-URL: https...

3c29adb84fac00dfc16c51725e4832789610c6a7 authored almost 7 years ago by Ben Noordhuis <[email protected]>
test: reduce benchmark test run time

The `millions` argument was missing.

PR-URL: https://github.com/nodejs/node/pull/18787
Reviewed...

85893afb0594d7de479ade90ac309e138e63f8d7 authored almost 7 years ago by juggernaut451 <[email protected]>
test: try to connect after server was closed

PR-URL: https://github.com/nodejs/node/pull/18257
Reviewed-By: Joyee Cheung <[email protected]...

befe675af8a136abe7e5b62d2ec2549abaa4fdaf authored almost 7 years ago by Leko <[email protected]>
child_process: fix stdio sockets creation

`readable` and `writable` properties can be passed directly to the
`net.Socket` constructor. Thi...

b74a6da5d004fa43f88475d95b1ca910206eccb7 authored almost 7 years ago by Santiago Gimeno <[email protected]>
doc: remove extra space in README.md

PR-URL: https://github.com/nodejs/node/pull/18822
Reviewed-By: Ruben Bridgewater <ruben@bridgewa...

f25104e1364cf7c56ae4a09a86b64a87de326ec3 authored almost 7 years ago by Matheus Marchini <[email protected]>
test: wrap countdown callback in common.mustCall

This adds a implicit common.mustCall to the callback provided to
the countdown.

PR-URL: https:/...

941bc93f2229d4a28c3d3246878c7fd4fbf443ec authored almost 7 years ago by Bamieh <[email protected]>
lib: switch to Number.isNaN

Number.isNaN is now as fast as `val !== val`. Switch to the more
readable version. Also switch a...

96c57fbfaa8c1644648fa1414c9ad131b1320b60 authored almost 7 years ago by Ruben Bridgewater <[email protected]>
buffer: remove obsolete NaN check

These two NaN entries are not necessary and we can safely remove them.

PR-URL: https://github.c...

43b8ce4ce741a8a6a435e4073ca5a9ec188d4515 authored almost 7 years ago by Ruben Bridgewater <[email protected]>
test: update a few tests to work on OpenBSD

PR-URL: https://github.com/nodejs/node/pull/18543
Reviewed-By: Luigi Pinca <[email protected]...

ef0e92eb827cad86c327ad0b528fa6960e2060e0 authored almost 7 years ago by Aaron Bieber <[email protected]>
lib: set process.execPath on OpenBSD

PR-URL: https://github.com/nodejs/node/pull/18543
Reviewed-By: Luigi Pinca <[email protected]...

bd4350ca08c17354db152b9676d8369a6d1bc57d authored almost 7 years ago by Aaron Bieber <[email protected]>
lib,src: audit process.env in lib/ for setuid binary

Wrap SafeGetenv() in util binding with the purpose of protecting
the cases when env vars are acc...

916cfeca774e83925466f9a171f11c9bc73e4756 authored almost 7 years ago by Jose M. Palacios Diaz <[email protected]>
test: add lib path env when node_shared=true

When building the node with `--shared` option, the major output is the
shared library. However, ...

ec9e7922bb72ce17b453d345232a0e725883a470 authored almost 7 years ago by Yihong Wang <[email protected]>
fs: use Persistent::Reset() for resetting handles

PR-URL: https://github.com/nodejs/node/pull/18650
Reviewed-By: Ben Noordhuis <[email protected]...

3e1e450f92f3a605bfad125d1f4288ccaa83d09b authored almost 7 years ago by Anna Henningsen <[email protected]>
process: deprecate process.assert()

This was never documented and the `assert` module should be used
instead.

PR-URL: https://githu...

703e37cf3fb163a4630a10f32bf5d5ec35142019 authored almost 7 years ago by Ruben Bridgewater <[email protected]>
doc: fix deprecation number

PR-URL: https://github.com/nodejs/node/pull/18818
Refs: https://github.com/nodejs/node/commit/ef...

1bd32087eee4b7fc59732aeb6e1003737ac98f07 authored almost 7 years ago by Ruben Bridgewater <[email protected]>
tools: add assert.doesNotThrow eslint rule

Prohibit the usage of `assert.doesNotThrow()`.

PR-URL: https://github.com/nodejs/node/pull/1866...

15bb8437fd0a0eb07845ccf746c9ecb47fcfcb25 authored almost 7 years ago by Ruben Bridgewater <[email protected]>
test: minor refactoring

Add punctuation and comments about code that should not throw.
Also remove a obsolete test and r...

644fdd60d4be49ffa66d0bda1702c4459f607635 authored almost 7 years ago by Ruben Bridgewater <[email protected]>
test: remove assert.doesNotThrow()

There is actually no reason to use `assert.doesNotThrow()` in the
tests. If a test throws, just ...

caee112e52b64f4bc1118c4a5fa5ad7b4211efea authored almost 7 years ago by Ruben Bridgewater <[email protected]>
tools: enable no-unsafe-finally

This enables the `no-unsafe-finally` eslint rule to make sure we
have a proper control flow in t...

4d3c3f039af08b954fbbba1e9a50979ffc98592b authored almost 7 years ago by Ruben Bridgewater <[email protected]>
fs: replace magic numbers by named constants

PR-URL: https://github.com/nodejs/node/pull/18757
Reviewed-By: Ruben Bridgewater <ruben@bridgewa...

d8d84eee18800f60e477e6ad6fb35c14f054f7f9 authored almost 7 years ago by Sergey Golovin <[email protected]>
doc: update buffer examples

Move the print statements below a console.log call.

PR-URL: https://github.com/nodejs/node/pull...

759a083d4497b6300be720029cb5b2004e4637b1 authored almost 7 years ago by Ruben Bridgewater <[email protected]>
src: set thread local env in CreateEnvironment

This commit set the Environment as a thread local when CreateEnvironment
is called which is curr...

42c14c5c17c427aa82722fff41f3e723354239b9 authored almost 7 years ago by Daniel Bevenius <[email protected]>
src: deprecate legacy node::MakeCallback

The legacy MakeCallback functions do not provide a mechanism to
propagate async context. This me...

efb32592e1b78ec2559e1a409faa049e756a9501 authored almost 7 years ago by Ali Ijaz Sheikh <[email protected]>
module: remove unused code in module.js

Remove unnecessary condition in lib/module.js.

Refs: https://github.com/nodejs/node/pull/18593#...

3b9cc424a4240c10003dca71c5a7478232e3d0d8 authored almost 7 years ago by Rich Trott <[email protected]>
src: use non-deprecated V8 microtasks API

SetAutorunMicrotasks is deprecated and a warning will be emitted
starting from V8 6.5. Use the n...

a16081cbad61e53f839c261f3aef11a249018653 authored almost 7 years ago by Michaël Zasso <[email protected]>
stream: readable continues to read when `push('')`

PR-URL: https://github.com/nodejs/node/pull/18211
Reviewed-By: James M Snell <[email protected]>...

faeee11c1fafdf8252d0e13046810ac81d315fec authored almost 7 years ago by 陈刚 <[email protected]>
http: process 100, 102-199 according to specs.

Adding ServerResponse.writeProcessing to send 102 status codes.

Added an `'information'` event ...

baf84950781f253ab0244779a9e40b5dc0f4930e authored almost 7 years ago by Miles Elam <[email protected]>
build,win: replace run-python subroutine with single find_python call

A subroutine does not work as a replacement for the `python` command
since one cannot use a subr...

cfad44105d6baae44a7b5dd6ea179f7550a5038f authored almost 7 years ago by Nikolai Vavilov <[email protected]>
fs: fix typo in promises.lchmod & lchown

PR-URL: https://github.com/nodejs/node/pull/18783
Reviewed-By: James M Snell <[email protected]>...

28dc56dc716681162fcaf07bc11ac657a7df471e authored almost 7 years ago by Sho Miyamoto <[email protected]>
doc: update crypo Certficate class.

Update the dead link to <keygen> documentation.
Add a link to mozilla developper documentation b...

138bdf6114242d3db26b887650bad009e0efae1b authored almost 7 years ago by Antoine AMARA <[email protected]>
src: update trace event macros to v8 6.4 version

PR-URL: https://github.com/nodejs/node/pull/17640
Reviewed-By: Anna Henningsen <[email protected]...

d8ec49ed9d0acbce329edac5938a455c3a1ea4c3 authored almost 7 years ago by Kelvin Jin <[email protected]>
doc: move Fedor to TSC Emeritus

In a conversation Fedor requested that this PR be made. They plan
to continue working on core as...

7dffabbb8417bb23d3789f10463c441b1e02a535 authored almost 7 years ago by Myles Borins <[email protected]>
test: add multiline repl input regression test

This commit adds a regression test for
de848ac1e0483327a2ce8716c3f8567eaeacb660, which broke
mul...

92c86fd84d5f9be1a22388dd5ebb91ee8039e839 authored almost 7 years ago by cjihrig <[email protected]>
test: remove unnecessary timer

The timer in NAPI's test_callback_scope/test-resolve-async.js
can be removed. If the test fails,...

755e07cb738558841880e32795b6f1df4005c5b9 authored almost 7 years ago by cjihrig <[email protected]>
module: support main w/o extension, pjson cache

This adds support for ensuring that the top-level main into Node is
supported loading when it ha...

f1fc426cce9db230cb83866871f355afa0b92d3b authored almost 7 years ago by Guy Bedford <[email protected]>
src: refactor WriteWrap and ShutdownWraps

Encapsulate stream requests more:

- `WriteWrap` and `ShutdownWrap` classes are now tailored to ...

0e7b61229aa602e55c5fb034a63d7da97eecff3b authored almost 7 years ago by Anna Henningsen <[email protected]>
test: make sure WriteWrap tests are actually async

PR-URL: https://github.com/nodejs/node/pull/18676
Reviewed-By: Ben Noordhuis <[email protected]...

0ed9ea861b847579478457b7f5aab430fb6d77cb authored almost 7 years ago by Anna Henningsen <[email protected]>
src: only set JSStreamWrap write req after `write()`

Otherwise `this[kCurrentWriteRequest]` is set to a value even
if one of the `write` calls throws...

e1271c07c32232b2ec721e7a7e516196868fc7d9 authored almost 7 years ago by Anna Henningsen <[email protected]>
tls_wrap: use DoTryWrite()

Use `DoTryWrite()` to write data to the underlying socket.
This does probably not make any diffe...

82c43aed16cf9b69e2fd44f2e9797a8c56f6fb6d authored almost 7 years ago by Anna Henningsen <[email protected]>
fs: extract binding error handling into a helper

PR-URL: https://github.com/nodejs/node/pull/18642
Reviewed-By: Jon Moss <[email protected]>
Rev...

b2e20b002bcc36cc027f7121b99cb0376a6f9af7 authored almost 7 years ago by Joyee Cheung <[email protected]>
src: do not redefine private for GenDebugSymbols

Redefining private breaks any private inheritance in the
included files. We can simply declare G...

18d23aa36e7f91bbc8dc6eb5972d2663a3a3df35 authored almost 7 years ago by Joyee Cheung <[email protected]>
test: add crypto check to test-benchmark-tls

Currently when building --without-ssl a 'ERR_NO_CRYPTO' error is
reported.

This is not currentl...

e9ba0cfd46d75d21e9e2359e40710c3ee46a296a authored almost 7 years ago by Daniel Bevenius <[email protected]>
doc: make linter happy

This was not caught by the linter because the release commit
for 6.13.0 came from a different br...

80ac941407235e9ce950c5db97494898ec10f360 authored almost 7 years ago by Anna Henningsen <[email protected]>
2018-01-13, Version 6.13.0 'Boron' (LTS)

This LTS release comes with 112 commits, 17 of which are considered
Semver-Minor. This includes ...

60e612d0b0e3adbeb15d9b0b5a437726d1071cda authored almost 7 years ago by Myles Borins <[email protected]>
string_decoder: fix regressions

There are libraries which invoke StringDecoder using .call and
.inherits, which directly conflic...

e782715d0a1c33f98212bdc064b4b4eea198e605 authored almost 7 years ago by Anatoli Papirovski <[email protected]>
deps: patch V8 to 6.4.388.44

PR-URL: https://github.com/nodejs/node/pull/18687
Refs: https://github.com/v8/v8/compare/6.4.388...

b6000d828525f991341bd69fc4550e1316d4c81c authored almost 7 years ago by Myles Borins <[email protected]>
path: replace "magic" numbers by readable constants

PR-URL: https://github.com/nodejs/node/pull/18654
Reviewed-By: Richard Lau <[email protected]>
R...

6abce37f3469878d18ce3700b4aad2fcf5836eea authored almost 7 years ago by Sergey Golovin <[email protected]>
doc: add mmarchini to collaborators

PR-URL: https://github.com/nodejs/node/pull/18740
Reviewed-By: Joyee Cheung <[email protected]...

3d53848d751eac4bb642ef8c50339d51cf9155bc authored almost 7 years ago by Matheus Marchini <[email protected]>
test: fix missing param in benchmark-timers

PR-URL: https://github.com/nodejs/node/pull/18734
Fixes: https://github.com/nodejs/node/issues/1...

a27e443df3ae17e9110df043ca2a54d4bd8686f0 authored almost 7 years ago by Anatoli Papirovski <[email protected]>
test: fix and improve error message

Add unexpected value to dgram socket type assertion and fix the size
entry.

PR-URL: https://git...

18e728474031911650992fee9cd113be0d00d67e authored almost 7 years ago by Kevin Caulfield <[email protected]>
test: add useful info to error msg and refactor

Add useful info about process.domain to error meesages in the
uncaughtException event listener a...

c3ff89920e43a246324842c915d33893a7456568 authored almost 7 years ago by Chin Huang <[email protected]>