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

lib: port remaining errors to new system

PR-URL: https://github.com/nodejs/node/pull/19137
Reviewed-By: Anatoli Papirovski <apapirovski@m...

1d2fd8b65bacaf4401450edc8ed529106cbcfc67 authored almost 7 years ago by Michaël Zasso <[email protected]>
doc: make suggestion more direct in stream.md

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

cb5f9a6d871f6b2e0da8fa72dc2e91fb37ef9713 authored almost 7 years ago by Rich Trott <[email protected]>
2018-03-06 Version 8.10.0 'Carbon' (LTS)

Notable changes:

* deps:
* update V8 to 6.2.414.46 (Michaël Zasso) [#16413](https://github.co...

fc9ddd9cd9f9d3410f8f7aca2c5ee58ed4101c3b authored almost 7 years ago by Gibson Fahnestock <[email protected]>
assert: improve error check

Minor performance improvement.

PR-URL: https://github.com/nodejs/node/pull/17574
Reviewed-By: A...

b5825e125cf9a6c71c354eb006188c432414ee65 authored almost 7 years ago by Ruben Bridgewater <[email protected]>
2018-03-06, Version 6.13.1 'Boron' (LTS)

Notable Changes:

* http, tls:
- better support for IPv6 addresses (Mattias Holmlund)
http...

4e15679c026d2969efa276149282df388e0533b3 authored almost 7 years ago by Myles Borins <[email protected]>
test: add more information to assert.strictEqual

PR-URL: https://github.com/nodejs/node/pull/19162
Reviewed-By: Rich Trott <[email protected]>
Rev...

78a7536db30843f82252c97be91d2d0d7d38f84b authored almost 7 years ago by Ujjwal Sharma <[email protected]>
perf_hooks: fix timing

Fixes: https://github.com/nodejs/node/issues/17892
Fixes: https://github.com/nodejs/node/issues/...

9256dbb6115021fb69d5ccc2af0f7e27b0601007 authored almost 7 years ago by Timothy Gu <[email protected]>
src: #include <stdio.h>" to iculslocs

iculslocs uses stdio, but didn't include the header.

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

ad721429c02a086373d841206927718048d6b521 authored almost 7 years ago by Steven R. Loomis <[email protected]>
src: move internal loaders out of bootstrap_node.js

- Moves the creation of `process.binding()`, `process._linkedBinding()`
`internalBinding()` an...

2a9eb316a1e86d8b191aa2cdfd25d45508456573 authored almost 7 years ago by Joyee Cheung <[email protected]>
doc: fix max length on stream.md

See: https://github.com/nodejs/node/pull/18438

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

1a5ec837ca56774f2a9ee54ee9a0f6cbfa01d4bc authored almost 7 years ago by Matteo Collina <[email protected]>
stream: updated streams error handling

This improves error handling for streams in a few ways.

1. It ensures that no user defined meth...

5e3f51648ed5de36b01d53bde13fb6fb7b965667 authored almost 7 years ago by Mathias Buus <[email protected]>
test: move require http2 to after crypto check

Currently test-http2-client-write-empty-string.js will throw "Error
[ERR_NO_CRYPTO]: Node.js is ...

acac0f852a02c2b129adbc51e0bd8bd482d791af authored almost 7 years ago by Daniel Bevenius <[email protected]>
src: use std::unique_ptr for STACK_OF(X509)

Convert manual memory management of STACK_OF(X509) instances to
std::unique_ptr with a custom de...

0c7e7d49d41cdb80b4fd88b400d2c699462965e5 authored almost 7 years ago by Ben Noordhuis <[email protected]>
src: refactor GetPeerCertificate

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

e46d0bc8fcdcd392eeddaa80da583d0432b7a4b8 authored almost 7 years ago by Daniel Bevenius <[email protected]>
doc: remove subsystem from pull request template

Remove request that user provide a list of subsystems in the pull
request template.

* We alread...

c72e540cde6695176bd7d218a1ed6584e2a0b9c7 authored almost 7 years ago by Rich Trott <[email protected]>
doc: remove tentativeness in pull-requests.md

There are some uses of "in general" that are unnecessary. (We don't need
to be tentative about t...

fe8d4a7ea7eeef21b25df4c5059a9e4e15b004c9 authored almost 7 years ago by Rich Trott <[email protected]>
build: lint .eslintrc.js file

Update default files to be linted with ESLint to include .eslintrc.js.

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

f05eaa4a537ed7ef57814d951d64c25ef2844720 authored almost 7 years ago by Rich Trott <[email protected]>
doc: update cc list

PR-URL: https://github.com/nodejs/node/pull/19099
Reviewed-By: Shingo Inoue <[email protected]...

aa35074abb6e12f6af4b2b69cb7e4a962af0d1cf authored almost 7 years ago by Ruben Bridgewater <[email protected]>
process: unify error message from chdir() errors

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

b32bcf7e9c4f7f1fa5433b44d2a0933692cf0951 authored almost 7 years ago by Sarat Addepalli <[email protected]>
doc: add introduced_in metadata to _toc.md

Allow users to switch to the table of contents for older versions of
Node.js. This gets rid of t...

13861da9c01a652191220a7648b7dd814d61d613 authored almost 7 years ago by Rich Trott <[email protected]>
deps: cherry-pick 0bcb1d6f from upstream V8

Original commit message:

Introduce --disallow-code-generation-from-strings

Exposing th...

8a54f4f67613f63bb196c831af0d84d7c04abb5b authored almost 7 years ago by Jakob Kummerow <[email protected]>
tools: alphabetize ESLint rules

I have never found it useful that the ESLint rules (in the
configuration file) are organized by ...

c221355c50f6ee4eafaf7f61e8a468acd061fdda authored almost 7 years ago by Rich Trott <[email protected]>
doc: new team for bundlers or delivery of Node.js

Add team that we can use to cc organizations or people
who do one of the following:

* bundle no...

bd0a7a4e598813d1202daf343af49c34f12a7f3b authored almost 7 years ago by Michael Dawson <[email protected]>
doc: add simple example to rename function

Added a simple example showing how to rename
a file.

Refs: https://github.com/nodejs/node/issue...

1d2ab79f2ce0057df1c0f0fe5eef15c143ad9942 authored almost 7 years ago by punteek <[email protected]>
lib: port errors to new system

This is a first batch of updates that touches non-underscored modules in
lib.

PR-URL: https://g...

1e8d110e640c658e4f6ed7540db62d063269ba6c authored almost 7 years ago by Michaël Zasso <[email protected]>
module: fix cyclical dynamic import

ensures that instantiation result is only used during initial loading

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

023f49c5a938ef631260b76876155eaf957084be authored almost 7 years ago by Bradley Farias <[email protected]>
util: assign missed deprecation number

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

ae3137049f619b0de01b063075ece994ff2dc741 authored almost 7 years ago by Anna Henningsen <[email protected]>
util: introduce `util.types.is[…]` type checks

Provide public APIs for native typechecking that is actually useful.
The motivation for this is ...

b20af8088a4d5cccb1901d42107f6d9ca82d306f authored almost 7 years ago by Anna Henningsen <[email protected]>
doc: provide replacements for deprecated util methods

PR-URL: https://github.com/nodejs/node/pull/18415
Reviewed-By: Evan Lucas <[email protected]>
Rev...

bd6e0be0dfbbf6d10f1f054c43b0b82f25c60b16 authored almost 7 years ago by Anna Henningsen <[email protected]>
build: fix gocvr version used for coverage

Fix the gcovr version to a fixed version and uses patches
specific to that version. This avoids ...

29697ef3de024a20787064216cdcb8d2466a7921 authored almost 7 years ago by Michael Dawson <[email protected]>
doc: replace to Node.js

PR-URL: https://github.com/nodejs/node/pull/19056
Reviewed-By: Matheus Marchini <matheus@sthima....

35c7238bb793ee6c6aa9f5f4f3577e94ea2b9837 authored almost 7 years ago by Yuta Hiroto <[email protected]>
lib: add internal check macros

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

3ed363cb36a9fb686956c0b8b2953ff08a6f0ee8 authored almost 7 years ago by Gus Caplan <[email protected]>
tls,http2: handle writes after SSL destroy more gracefully

This might otherwise result in a hard crash when trying
to write to a socket after a sudden disc...

0c25cdf39a40a94fcb829ea91caa217d640054b1 authored almost 7 years ago by Anna Henningsen <[email protected]>
lib: re-fix v8_prof_processor

Make the script not error out immediately because of a missing
pseudo-global.
(Note that it seem...

b24d65dcdc74074304405522a190daf782048133 authored almost 7 years ago by Anna Henningsen <[email protected]>
repl: make last error available as `_error`

This is pretty useful when trying to inspect the last
error caught by a REPL, and is made to be ...

a8b5192fefe54b140ae923e749104b49c5d3be49 authored almost 7 years ago by Anna Henningsen <[email protected]>
http: emit timeout duration overflow warning sync

Emit the `TimeoutOverflowWarning` synchronously, even when
still connecting, to get a better sta...

648d668fcc29dafeb99f90d89087b682457f96b3 authored almost 7 years ago by Anna Henningsen <[email protected]>
n-api: update reference test

Remove the necessity for allocating on the heap, and assert that the
correct pointer gets passed...

d83f8303fdc5dc5c934df87f0883d1f2558b10a6 authored almost 7 years ago by Gabriel Schulhof <[email protected]>
events: show throw stack trace for uncaught exception

Show the stack trace for the `eventemitter.emit('error')` call
in the case of an uncaught except...

68d508a9e03923a5ae6a53a1adff66c4e3f97263 authored almost 7 years ago by Anna Henningsen <[email protected]>
lib,test: remove yoda statements

PR-URL: https://github.com/nodejs/node/pull/18746
Reviewed-By: Tiancheng "Timothy" Gu <timothygu...

f2d93795bfe61a3260bf743d2247b56b83fc6f70 authored almost 7 years ago by Ruben Bridgewater <[email protected]>
http2: refer to stream errors by name

Display the constant name instead of a stream error code
in the error message, because the numer...

7bc8eb8da7ccdcd67edaf612b6599ec04ab77cb1 authored almost 7 years ago by Anna Henningsen <[email protected]>
stream: add no-half-open enforcer only if needed

The listener does not do anything if `allowHalfOpen` is enabled. Add it
only when `allowHalfOpen...

f2b9805f85d3ff770892b37944a0890e0e60ca78 authored almost 7 years ago by Luigi Pinca <[email protected]>
http2: no stream destroy while its data is on the wire

This fixes a crash that occurred when a `Http2Stream` write
is completed after it is already des...

584cfc9bae47197811126180c64f1983cad506ed authored almost 7 years ago by Anna Henningsen <[email protected]>
http2: callback valid check before closing request

Do not close the request if callback is not a function, and
throw ERR_INVALID_CALLBACK TypeError...

caaf7e3a9f119e8fec1018ea835210b50c6d47f7 authored almost 7 years ago by Trivikram <[email protected]>
build: disable openssl build warnings on macos

We already disable `-Wmissing-field-initializers` on other Unices but
not on MacOS.

PR-URL: htt...

cb94bf01aae1802d7d7858a806ef8a82dd4b65f9 authored almost 7 years ago by Ben Noordhuis <[email protected]>
test,benchmark: use new Buffer API where appropriate

For tests / benchmarks that are creating Buffer instances for
any reason other than to test Buff...

8ed44ff1c4b48fe62a0aef88bd1d0385f0eadd03 authored almost 7 years ago by Сковорода Никита Андреевич <[email protected]>
doc: add URL.format() example

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

1572a5b6cd16aeb6cafd338814ead76c0f198f1d authored almost 7 years ago by Zeke Sikelianos <[email protected]>
test: refactor test-async-wrap-getasyncid

So it does not use `common.PORT` anymore.

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

a865e8ba6781a7d3640df1c8cc1ce493fef7231b authored almost 7 years ago by Santiago Gimeno <[email protected]>
tls: better error message for socket disconnect

The error emitted when a connection is closed before the
TLS handshake completes seemed rather u...

eda702104b3447dd56dc635565b4c88b0e04685a authored almost 7 years ago by Anna Henningsen <[email protected]>
test: remove assert message and add block scope

The default message will be printed if the assertion fires. Use block
scope for related variable...

1ebd966d2cef9d026b947c3c36d49c9989a60701 authored almost 7 years ago by wuweiweiwu <[email protected]>
buffer: fix typo in lib/buffer.js

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

4489a48dff3f44ee570a9dde6bb2428bd810b03d authored almost 7 years ago by Ujjwal Sharma <[email protected]>
doc: fix n-api asynchronous threading docs

Documentation for N-API Custom Asynchronous Operations incorrectly
stated that async execution h...

449d1c8ea4747b14bc09e39a0ed51bb285062d37 authored almost 7 years ago by Eric Bickle <[email protected]>
trace_events: add file pattern cli option

Allow the user to specify the filepath for the trace_events log file
using a template string.

P...

85212bb182f555f6d09e0b2f5f78d2d8e19bcef1 authored almost 7 years ago by Andreas Madsen <[email protected]>
fs: replace duplicate conditions by function

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

523d44a66e5a4f9bbe335b7872919aa39d6ee4c4 authored almost 7 years ago by Sergey Golovin <[email protected]>
doc: add MoonBall to collaborators

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

5a55a711505489af7fd75a83b4905afc7468ebec authored almost 7 years ago by Chen Gang <[email protected]>
http2: fix flaky test-http2-https-fallback

The test was flaky because it relied on a specific order of
asynchronous operation that were fir...

bbc9807b207b08759b447672fa638c9ec96d4c17 authored almost 7 years ago by Matteo Collina <[email protected]>
fs: check for symlink support in fs-promises test

Attempting to make symlinks as a non-administrator user in Windows
causes a permission error. We...

96b2d8d3dc59f057622175eac0c57423964165c7 authored almost 7 years ago by Seth Brenith <[email protected]>
net: fix usage of writeBuffer in makeSyncWrite

The binding writeBuffer has been changed in
https://github.com/nodejs/node/pull/19041 and it now...

67b5985c0800b3cfaef5947e2cb6ef61c8cf49f8 authored almost 7 years ago by Joyee Cheung <[email protected]>
Revert "test: add test cases for fsPromises"

This reverts commit c05c73a634e3a88372e32e500f462851add7ea66.

The commit breaks Raspberry Pi CI...

4bfc03b57dfbf6ac245b56c62b718ccd68e12cd7 authored almost 7 years ago by Rich Trott <[email protected]>
test: add test cases for fsPromises

Add tests of lchmod, chown, fchown and lchown.

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

c05c73a634e3a88372e32e500f462851add7ea66 authored almost 7 years ago by Daijiro Wachi <[email protected]>
test: fix flaky inspector-stop-profile-after-done

Use common.platformTimeout() to give longer durations to Raspberry Pi
devices to make test more ...

81d73fe83e280a36b094980eee85badece94f5ea authored almost 7 years ago by Rich Trott <[email protected]>
doc: add deprecation notice

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

c111e133ae58f0d3a6a0e464abc047879edd66bf authored almost 7 years ago by Ruben Bridgewater <[email protected]>
benchmark: remove noAssert argument

This removes the `noAssert` argument and also adds some more tests.

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

81aaab75ca2ae04c4d0e07efd12e3a74aa306850 authored almost 7 years ago by Ruben Bridgewater <[email protected]>
buffer: refactor all read/write functions

There are a lot of changes in this commit:

1) Remove the `noAssert` argument from all read and ...

e8bb1f35df079cf0111fc18a8a24ec0a2d66eb3e authored almost 7 years ago by Ruben Bridgewater <[email protected]>
buffer: remove double ln

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

a6c490cc8e8c848d6c4d5b8739827198055fe40f authored almost 7 years ago by Ruben Bridgewater <[email protected]>
buffer: move c++ float functions to js

This ports the Buffer#write(Double|Float)(B|L)E functions to JS.
This fixes a security issue con...

1411b30f4646878fc3ff452c3d97a240c0d8b807 authored almost 7 years ago by Ruben Bridgewater <[email protected]>
test: remove vulgar language

The FIXME is obsolete as it was meant about a indentation issue
that got fixed a long time ago.
...

069dd10ca2258a27f3cba2db688ce4b97b624241 authored almost 7 years ago by Ruben Bridgewater <[email protected]>
doc: update list of re-exported symbols

libuv and zlib symbols are also purposefully re-exported by Node.js for
use in Addons.

Refs: ht...

9e9c516512668133813c71e39d56b011b804572b authored almost 7 years ago by Richard Lau <[email protected]>
doc: Readable unpipe on Writable error event

PR-URL: https://github.com/nodejs/node/pull/18080
Reviewed-By: Matteo Collina <matteo.collina@gm...

1d19fd393cc6d1e57475441e73faa81a5e9330ed authored almost 7 years ago by George Sapkin <[email protected]>
n-api: fix object test

Passing a pointer to a static integer is sufficient for the test.

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

c698017a2fc25d51b0ace432c539d24b7d7af709 authored almost 7 years ago by Gabriel Schulhof <[email protected]>
fs: remove unused SYNC_* helpers

PR-URL: https://github.com/nodejs/node/pull/19041
Reviewed-By: Michaël Zasso <targos@protonmail....

f7e5b385a7d4084714c1360079d46d0725e7879a authored almost 7 years ago by Joyee Cheung <[email protected]>
fs: use SyncCall in WriteBuffers

PR-URL: https://github.com/nodejs/node/pull/19041
Reviewed-By: Michaël Zasso <targos@protonmail....

80bd2da6e1352d4f93682181683be1ab826b9128 authored almost 7 years ago by Joyee Cheung <[email protected]>
fs: throw futimesSync errors in JS

PR-URL: https://github.com/nodejs/node/pull/19041
Reviewed-By: Michaël Zasso <targos@protonmail....

49dd80935c68ce26dd56d0c0ec59c37c2d92dd10 authored almost 7 years ago by Joyee Cheung <[email protected]>
fs: throw writeSync errors in JS

PR-URL: https://github.com/nodejs/node/pull/19041
Reviewed-By: Michaël Zasso <targos@protonmail....

994320b07be5da33e98785a7dab4bd2bb7cb8f12 authored almost 7 years ago by Joyee Cheung <[email protected]>
fs: throw fchownSync errors in JS

PR-URL: https://github.com/nodejs/node/pull/19041
Reviewed-By: Michaël Zasso <targos@protonmail....

1650eaeac4d344a21f08923dc39ab09637f71ab8 authored almost 7 years ago by Joyee Cheung <[email protected]>
fs: throw readSync errors in JS

PR-URL: https://github.com/nodejs/node/pull/19041
Reviewed-By: Michaël Zasso <targos@protonmail....

c6acfdb3acc41439899398a615e0ea0a821dcd90 authored almost 7 years ago by Joyee Cheung <[email protected]>
fs: throw fchmodSync errors in JS

PR-URL: https://github.com/nodejs/node/pull/19041
Reviewed-By: Michaël Zasso <targos@protonmail....

79b195437c007162e0ebf5b24f3f38f8d369e267 authored almost 7 years ago by Joyee Cheung <[email protected]>
src: refactor setting JS properties on WriteWrap

`async` and `bytes` are only interesting when the write
is coming from JS, and unnecessary other...

7cadb57e0c0459d3c60712744d1519eafc49b556 authored almost 7 years ago by Anna Henningsen <[email protected]>
test: check endless loop while writing empty string

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

16facd7ef48b9d43af02009524983b05901dc26b authored almost 7 years ago by XadillaX <[email protected]>
http2: fix endless loop when writing empty string

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

9bc333cae7d03b7ec584c7c7633b114a4468bccd authored almost 7 years ago by Anna Henningsen <[email protected]>
http2: use original error for cancelling pending streams

Previously, if `session.destroy()` was called with an error object,
the information contained in...

c197c78230e4fe9363569af091130e0e98eb4c7a authored almost 7 years ago by Anna Henningsen <[email protected]>
test: allow running with `NODE_PENDING_DEPRECATION`

Make the test for pending deprecations work when the env var
is set during the whole test suite ...

67b7d540413614b97e107fa92e9f3989d8ab0b22 authored almost 7 years ago by Anna Henningsen <[email protected]>
http2: send error text in case of ALPN mismatch

Send a human-readable HTTP/1 response in case of an unexpected
ALPN protocol. This helps with de...

d1bc6f0780c272cfea520c5df66fc4edb7122841 authored almost 7 years ago by Anna Henningsen <[email protected]>
lib: change hook -> hooks in code comment

PR-URL: https://github.com/nodejs/node/pull/19053
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmai...

bad41671183ab7ccdd86158efb75f0e47bb50da3 authored almost 7 years ago by Daniel Bevenius <[email protected]>
2018-03-02, Version 9.7.1 (Current)

No additional commits. New version published due to a bad
node-v9.7.0.pkg file that was publishe...

0a3dcf782e9d32f212c24bc4b625ed8460207983 authored almost 7 years ago by Rod Vagg <[email protected]>
buffer: stricter isEncoding

Due to code consolidation in https://github.com/nodejs/node/pull/7207
the isEncoding function go...

452eed956ef451965344cf29f61e2ab434cea9df authored almost 7 years ago by Ruben Bridgewater <[email protected]>
lib: improve normalize encoding performance

This focuses on the common case by making sure they are prioritized.
It also changes some typeof...

341770fedf77ff5b8e0c646070029152b58fc746 authored almost 7 years ago by Ruben Bridgewater <[email protected]>
benchmark: rename file

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

876836b13526fbfc638178f119773aee27c744af authored almost 7 years ago by Ruben Bridgewater <[email protected]>
benchmark: add buffer fill benchmark

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

e9ec9ff26998f778f5e3e8d677602c5c9c9e7e0f authored almost 7 years ago by Ruben Bridgewater <[email protected]>
buffer: improve Buffer#fill performance

1) This improves the performance for Buffer#fill by using shortcuts.
2) It also ports throwing e...

177b7314cf62f6c268eef9f71657aba9c93385ed authored almost 7 years ago by Ruben Bridgewater <[email protected]>
doc: add RegExp Unicode Property Escapes to intl

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

d3af120f7ae0210ad1b5cc751df10138ea4a4e43 authored almost 7 years ago by Vse Mozhet Byt <[email protected]>
test: specify 'dir' for directory symlinks

Directory symlinks in Windows require the 'dir' flag to be passed to
create the symlink correctl...

148f402320a137e921907f24378a80745ef115de authored almost 7 years ago by Kyle Farnung <[email protected]>
doc: add a deprecation message for removing lttng

PR-URL: https://github.com/nodejs/node/pull/18982
Refs: https://github.com/nodejs/node/issues/18...

740c426b21dde1befa1dbae9bb01174a9e25b525 authored almost 7 years ago by Glen Keane <[email protected]>
src: Remove lttng support.

This cleans up and removes lttng support completely. Recent discussion
on a PR to deprecate lttn...

30fd3d25dfa0cb759da77e9725e6cec4af1415b9 authored almost 7 years ago by Glen Keane <[email protected]>
test: refactor test after review

PR-URL: https://github.com/nodejs/node/pull/18999
Reviewed-By: Shingo Inoue <[email protected]...

38eb0fa7372052433520ea2e1575072892bc5eec authored almost 7 years ago by Andrew Johnston <[email protected]>
http: prevent aborted event when already completed

Tests in progress to reproduce issue consistently.

Fixes: https://github.com/nodejs/node/issues...

f7a6971281d863e2b56682ff0f45eee7a7c4d3bb authored almost 7 years ago by Andrew Johnston <[email protected]>
http: prevent aborted event when already completed

When socket is closed on a response for a request that is being piped to
a stream there is a con...

1980a36dd45997e9dee03fe11688319c2f5c3644 authored almost 7 years ago by Andrew Johnston <[email protected]>
loader: fix --inspect-brk

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

abd0d79304c97911a343f945dde35113012ed291 authored almost 7 years ago by Gus Caplan <[email protected]>
src: make process.dlopen() load well-known symbol

Look for symbol `node_register_module_v${NODE_MODULE_VERSION}` if the
add-on didn't self-registe...

3828fc6289783a632b00270d6b72b5c5bdd6437d authored almost 7 years ago by Ben Noordhuis <[email protected]>
src: clean up process.dlopen()

Move some code around and clean up the DLib helper class as prep work
for a follow-up commit.

P...

66315220aebf69573c682fea7f21531f58dd8c2a authored almost 7 years ago by Ben Noordhuis <[email protected]>
2018-03-01, Version 9.7.0 (Current)

Notable Changes:

* **libuv**:
- Updated to libuv 1.19.2 (Colin Ihrig) [#18918](https://github...

197fbbed553b61dbc614ff194a93602abdec5e2b authored almost 7 years ago by Rod Vagg <[email protected]>