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

doc: fix punctuation and wrapping in buffer.md

Remove unnecessary colons and wrap lines at 80 characters.

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

90fc496da43596deae902cbe9f1d3fbe7ee83371 authored over 6 years ago by Rich Trott <[email protected]>
doc: added ready events to fs/streams,net/socket

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

c29f2f26c8f0f1f94bb7b0ce533cc5c7861633eb authored over 6 years ago by Matei Copot <[email protected]>
assert: provide info about actual error

In case a error is caught in `assert.doesNotThrow` or
`assert.doesNotReject` it will now also in...

9743e756e24ff766897b14cbd31a0a05719b21f6 authored over 6 years ago by Ruben Bridgewater <[email protected]>
test: fixed flaky test-http-readable-data-event

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

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

974d07dca5a2623643f7b5705e723b4a910a62ce authored over 6 years ago by Matteo Collina <[email protected]>
doc: remove superfluous word from crypto doc

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

4766f518233d0bbcc534b5ade1d282d171f8c4e0 authored over 6 years ago by Tobias Nießen <[email protected]>
doc: fix parameter type format

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

105980f6e4e48a42a2655c301da26e72aac5643c authored over 6 years ago by Vse Mozhet Byt <[email protected]>
doc: add quotes for event names + fix similar nits

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

a8533cf543537b7c17f267e96e93640b7c3f3f5e authored over 6 years ago by Vse Mozhet Byt <[email protected]>
doc: `vm.runIn*Context` can accept a string as options

PR-URL: https://github.com/nodejs/node/pull/19910
Reviewed-By: Gus Caplan <[email protected]>
Reviewed...

a60e4989cb0d324d79092b5e262b9cf4b4cf68ba authored over 6 years ago by Gerhard Stoebich <[email protected]>
tools: include exit code in TAP log

PR-URL: https://github.com/nodejs/node/pull/19855
Reviewed-By: Sakthipriyan Vairamani <thechargi...

b43866cbaa954d50314aa479c05dec81ebdb1e05 authored over 6 years ago by Refael Ackermann <[email protected]>
tools: include exit code in test failures

Include the exit code in test failures. This will give us more
information during the currently-...

114ba67b02ffd34b8d1b74dd44da21e05d0de483 authored over 6 years ago by Rich Trott <[email protected]>
doc: improve buf.lastIndexOf() text

Improve description of `encoding` option. (This change is also applied
to `buf.indexOf()`.) Impr...

0a553d56b6def6be0467cdaf96a9859c26a5d37d authored over 6 years ago by Rich Trott <[email protected]>
build, win: opt-in openssl_no_asm if no nasm found

Instead of automatically falling back to openssl_no_asm with warning
if no nasm is found during ...

cd4766d1d34d2ea925aaa45534d0f538910a5c31 authored over 6 years ago by Shigeki Ohtsu <[email protected]>
doc: add and unify even more return values

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

31b5ed49e04d89449c54637edd5fffb7603d9a2b authored over 6 years ago by Vse Mozhet Byt <[email protected]>
doc: replace unneeded snake cases

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

0be14def2c0c97a33dcade499b4dd8c50dd76d0e authored over 6 years ago by Vse Mozhet Byt <[email protected]>
doc: move evanlucas to TSC Emeritus

I no longer have the time to dedicate to being on the TSC.
I am still planning to contribute whe...

4c70616c7b387d2eee6e42ee44217db7d8469321 authored over 6 years ago by Evan Lucas <[email protected]>
test: fix promise message test after V8 update

PR-URL: https://github.com/nodejs/node/pull/19201
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google....

dd497789386e8ad9d3185fe28d1ff6e34051851a authored over 6 years ago by Michaël Zasso <[email protected]>
util: add type check functions for BigInt arrays

Adds `isBigInt64Array` and `isBigUint64Array`.

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

be4950d58c76cde17163ff5963d0d24e04db4c82 authored over 6 years ago by Michaël Zasso <[email protected]>
test: remove test for shared array buffers transfer

PR-URL: https://github.com/nodejs/node/pull/19201
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google....

61f87837a94a23f30234f6f1024ffd53d8e7b65d authored over 6 years ago by Malcolm White <[email protected]>
tools: implement ninja build with --build-v8-with-gn

PR-URL: https://github.com/nodejs/node/pull/19201
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google....

7aa64b9fb99c656b46ea2a799232bdabe96d5940 authored over 6 years ago by Yang Guo <[email protected]>
tools: fix make test-v8

PR-URL: https://github.com/nodejs/node/pull/19201
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google....

91a5ee113796680c4b52a75d29c7b12546ce628a authored over 6 years ago by Michaël Zasso <[email protected]>
deps: split v8_monolith target into separate file

Even if we only use v8_monolith build target, other targets
in v8.gyp with possibly outdated fil...

ea9de2c81a1755a00b010481a7394d387abb6b6f authored over 6 years ago by Yang Guo <[email protected]>
build: add option to build v8 with GN

PR-URL: https://github.com/nodejs/node/pull/19201
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google....

36a02d401c227a4c91d7b2ba1ef34528a74c2934 authored over 6 years ago by Yang Guo <[email protected]>
build: update node.gyp to reference gypfiles/v8.gyp

Refs: https://github.com/v8/v8/commit/f9934aa9cf77b76c5fa78137e32939f30d9e2f81
Fixes: https://gi...

608557a1fc69f12df45cd841b4d6332073e943a2 authored over 6 years ago by Joyee Cheung <[email protected]>
deps: update v8.gyp

Synchronize source files list with upstream's BUILD.gn.

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

e8fc6b69017df3a745c48e68bccec72ebc5171c4 authored over 6 years ago by Michaël Zasso <[email protected]>
src: update NODE_MODULE_VERSION to 63

Major V8 updates are usually API/ABI incompatible with previous
versions. This commit adapts NOD...

03f8c4f039aec0fafe97737b61afeecc272cc75d authored over 6 years ago by Myles Borins <[email protected]>
build: reset embedder string to "-node.0"

PR-URL: https://github.com/nodejs/node/pull/19201
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google....

3542411fda32bc03acdc647a8cd3932de65f3aed authored over 6 years ago by Myles Borins <[email protected]>
deps: update V8 to 6.6.346.23

PR-URL: https://github.com/nodejs/node/pull/19201
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google....

9daebb48d6f0ca63e72197a69e46c8ab43bc5d02 authored over 6 years ago by Myles Borins <[email protected]>
doc: unify End-of-Life marker

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

7d2814e7903155e61f244ae70721da1531cbcaec authored over 6 years ago by Tobias Nießen <[email protected]>
doc: add missing backticks around code fragments.

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

e590cfceedc427fd71d4ef8113f886ded8fd4865 authored over 6 years ago by Vse Mozhet Byt <[email protected]>
doc, tools: make type parsing more strict

PR-URL: https://github.com/nodejs/node/pull/19881
Reviewed-By: Gus Caplan <[email protected]>
Reviewed...

f600e95ff09c27bde8ae2a80aaf536afa55a1d9e authored over 6 years ago by Vse Mozhet Byt <[email protected]>
test: fix test-http-dump-req-when-res-ends

Fix test-http-dump-req-when-res-ends and move it back to test/parallel/

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

fde5a6b65a00b9f0f717f1e59fc3f3af728dbe42 authored over 6 years ago by Luigi Pinca <[email protected]>
http2: emit session connect on next tick

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

db307bd628bd622dfffbf4436da63d5e7d1fb9fe authored over 6 years ago by Pieter Mees <[email protected]>
doc: add Http2Session.connecting property

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

645516cd43e73814525d73e92b1a3a156d947862 authored over 6 years ago by Pieter Mees <[email protected]>
test: move require('http2') after crypto check

This test currently fails when configured --without-ssl:
Error [ERR_NO_CRYPTO]:
Node.js is not c...

e14585fa2788d100aa46cfb61baab3c2119feb3d authored over 6 years ago by Daniel Bevenius <[email protected]>
test: add check for root user

Currently this test fails if run as the root user:
Mismatched innerFn function calls. Expected e...

41621153268756737c7f066cbb2ff491a2256ead authored over 6 years ago by Daniel Bevenius <[email protected]>
buffer: do not emit deprecation notice on Buffer.of

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

d6ce4ecb57575ed953dfe52d479f6ec8fef9e4a6 authored over 6 years ago by Timothy Gu <[email protected]>
buffer: removed unneeded FastBuffer constructor

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

daef2e7fd7f4f535569ca00c5a45adca1757bcf6 authored over 6 years ago by Timothy Gu <[email protected]>
test: verify inspector help url works

This commit adds basic functionality testing of the
help URL printed when the inspector starts.
...

dfea13a1688f8fda6a7132714019067e7da68d1b authored over 6 years ago by cjihrig <[email protected]>
build: add support for IBM i platform

PR-URL: https://github.com/nodejs/node/pull/19667
Reviewed-By: Gireesh Punathil <[email protected]...

8170f4f4631739290c92cf8ab37cd625371123f0 authored over 6 years ago by Jesse Gorzinski <[email protected]>
doc: prevent a false-positive linkification

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

5e6817261c559390f8a6736fb33e7715f6dfbd16 authored over 6 years ago by Vse Mozhet Byt <[email protected]>
url: make urlToOptions() handle IPv6 literals

Strip the enclosing square brackets from the parsed hostname.

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

fa2d43bd3efec57d5b17f0a2fa60e0d38ed0dad6 authored over 6 years ago by Luigi Pinca <[email protected]>
test: refactor parallel/test-tls-async-cb-after-socket-end

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

d1156da815d878df9252cd0b0489c27c38e63511 authored over 6 years ago by juggernaut451 <[email protected]>
test: refactor parallel/test-tls-cert-chains-concat

Added common.mustCall and replaced function with arrow function.

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

cbc7eb7eecf8fa698ba3a02e1a73cb2db67daf89 authored over 6 years ago by juggernaut451 <[email protected]>
src: add punctuation in --inspector doc url message

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

f3e107aeef2f75cb3a705fd15260f65dd77e78d4 authored over 6 years ago by Nick Filatov <[email protected]>
fs: fix missing 'error' event in (Read|Write)Stream#destroy

fs.ReadStream / fs.WriteStream destroy([error]) function
should emit 'error' event if `error` is...

6e2d5af0e4164d4b1a827a86b8eafa3b5fcaebe0 authored over 6 years ago by Kohei Hiraga <[email protected]>
assert: lazy load acorn

This makes sure acorn is only loaded in case it is necessary.

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

9c06770443313d1b79b5dc1749ad0063dd97193c authored over 6 years ago by Ruben Bridgewater <[email protected]>
assert: fix error message

`assert.throws` also accepts objects and errors as input. This fixes
the error message accodingl...

252eb2deb239c940081ac20c38ccb9039f136bd3 authored over 6 years ago by Ruben Bridgewater <[email protected]>
src: rename ERR_STRING_TOO_LARGE to ERR_STRING_TOO_LONG

The old error name and message were trying to be consistent with
ERR_BUFFER_TOO_LARGE but they w...

362694401fc08f1eb312417487bfc2d3c9281a6e authored over 6 years ago by Joyee Cheung <[email protected]>
test: fix flaky http-client-timeout-agent

Close the connection immediately after receiving the `end` event to
avoid that the `timeout` eve...

5b8c62c60d63a0da00da20823ce6fed7039036a7 authored over 6 years ago by Santiago Gimeno <[email protected]>
doc: fix about `decodeStrings` property of `stream.Writable`

This fixes negation ommitted in a former commit.
It also simplifies the text in general.

PR-URL...

87880466b1392c8e0e6d1abb8838d447eceaa981 authored over 6 years ago by Ryusei Yamaguchi <[email protected]>
zlib: fix windowBits validation to allow 0 for decompression mode

From the zlib v1.2.11 manual:

> ZEXTERN int ZEXPORT inflateInit2 OF((z_streamp strm,
> ...

7bc5151d5ec819001d40c4b34f6921d5a7242ba8 authored over 6 years ago by Anand Suresh <[email protected]>
deps: cherry-pick b767cde1e7 from upstream V8

Original commit message:

[intl] unbreak build with ICU 57

Remove a call to `icu::toUCh...

a6db6404ff200ab37b69a33fad48cb6fa73d8bc8 authored over 6 years ago by Ben Noordhuis <[email protected]>
url: use existing handlers instead of duplicated code

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

a892d9a0c1facba70753398a41d9dbd74ba83396 authored over 6 years ago by Sergey Golovin <[email protected]>
module: fix `e.stack` error when throwing undefined or null

Adds a test for module loading when throwing undefined or null.

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

b34a1e17850761f2edb91e9f588a78f83acd0c1c authored over 6 years ago by Zhenzhen Zhan <[email protected]>
buffer: do deprecation warning outside `node_modules`

In addition to `--pending-deprecation`, emit a deprecation warning
for usage of the `Buffer()` c...

9d4ab9011796902a086ca12b0a18088e2fb35cd4 authored over 6 years ago by Anna Henningsen <[email protected]>
test: refactor parallel/test-tls-delayed-attach

test: refactor parallel/test-tls-delayed-attach

Added description to the test, replace function...

e048b1552363df05d21ef3fa0054d9ab6b801df4 authored over 6 years ago by juggernaut451 <[email protected]>
zlib: use `.bytesWritten` instead of `.bytesRead`

The introduction of `.bytesRead` to zlib streams was unfortunate,
because other streams in Node....

49fd9c63d21c8c42a110996a6a68bf1fdcee12b4 authored over 6 years ago by Anna Henningsen <[email protected]>
url: fix error type

Currently whatwg URLs fail with an incorrect error when null is
passed as the base. Adding a che...

cc6abc6e84b96fd5f1c4123066eba93ddb637e60 authored over 6 years ago by Benjamin Gruenbaum <[email protected]>
benchmark: changed millions and thousands to n

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

b80da63b99dc27fcf9b15b65d7166d427a563b3d authored over 6 years ago by juggernaut451 <[email protected]>
doc: improve buf.indexOf() documentation style

* improve usage of "coerce" in buffer.md
* reduce informal tone in buffer.md
* wrap line at 80 c...

28e5c462d4f65dca3d0153a5df314f0d4c5c4a84 authored over 6 years ago by Rich Trott <[email protected]>
tools: install all header files OpenSSL-1.1.0

After upgrading OpenSSL-1.1.0, header files depends on architectures
were changed. This fixes to...

2b235830fb8bf387cce0449105877c30f6e5d44f authored over 6 years ago by Shigeki Ohtsu <[email protected]>
build, tools, win: add nasm detection for OpenSSL

OpenSSL-1.1.0 requires the nasm assembler for building asm files on
Windows. This finds nasm at ...

eec659c138f3afcd51a25cd8b197d715a47baa65 authored over 6 years ago by João Reis <[email protected]>
build: add OpenSSL-1.1.0 support

- For Windows, nasm is new build requirements and openssl_no_asm is
set to 1 with warning if i...

08af7dba2aa7ea49858d0f05c68fd21cdadf4c15 authored over 6 years ago by Shigeki Ohtsu <[email protected]>
doc: fix API descriptions for OpenSSL-1.1.0

Fixes: https://github.com/nodejs/node/issues/4270
PR-URL: https://github.com/nodejs/node/pull/19...

ae096ba27cd26479e11a6610873957910da0beb0 authored over 6 years ago by Shigeki Ohtsu <[email protected]>
crypto: remove deperecated methods of TLS version

All version-specific methods were deprecated in OpenSSL 1.1.0 and
min/max versions explicitly ne...

970ce14f61a44504520581c5af5dc9c3bddc0f40 authored over 6 years ago by Shigeki Ohtsu <[email protected]>
test: remove openssl -no_rand_screen opts

This option was made from the floating patch of d269e07.
It is no longer needed because the issu...

425c5ca27d25b35091783262ea21baef1f742579 authored over 6 years ago by Shigeki Ohtsu <[email protected]>
deps: update archs files for OpenSSL-1.1.0

`cd deps/openssl/config; make` updates all archs dependant files.

Fixes: https://github.com/nod...

7812ec735ba50493c417a4860aa491fcee67d149 authored over 6 years ago by Shigeki Ohtsu <[email protected]>
deps: add gyp, header and Makefile for openssl110

This commit has a new binding scheme in builing OpenSSL-1.1.0 library
with Node. OpenSSL-1.1.0 u...

99eb744842462bad1c1c112d7994ffc6f65b06d9 authored over 6 years ago by Shigeki Ohtsu <[email protected]>
deps: delete files of OpenSSL-1.0.2

They are no longer necessary.

Fixes: https://github.com/nodejs/node/issues/4270
PR-URL: https:/...

6bab3c23b135f1fc534177a172ba87fea5b1f856 authored over 6 years ago by Shigeki Ohtsu <[email protected]>
deps: add s390 asm rules for OpenSSL-1.1.0

This is a floating patch against OpenSSL-1.1.0 to generate asm files
with Makefile rules and it ...

1bcb6c0d26de749a806523de97b9309da839514d authored over 6 years ago by Shigeki Ohtsu <[email protected]>
deps: upgrade openssl sources to 1.1.0h

This updates all sources in deps/openssl/openssl with openssl-1.1.0h.

Fixes: https://github.com...

66cb29e64621fdd1aa5e377a395ff107d21a613b authored over 6 years ago by Shigeki Ohtsu <[email protected]>
doc: fix punctuation in doc/releases.md

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

38c97f5dc7ff3fbf83982d0268fc9e93cfc00c7d authored over 6 years ago by erwinwahyura <[email protected]>
doc: explain edge case when assigning port to url

numbers which are coerced to scientific notation via .toString(),
will behave unexpectedly when ...

51c2c51029a05abb03c34929180a9c09c694ae2e authored over 6 years ago by nodeav <[email protected]>
src: remove unused util.h from tls_wrap.h

This commit removes util.h from tls_wrap.h and adds util-inl.h to
tls_wrap.cc which does use it....

3650972bfb17473b08c5bb32a65adb222355861a authored almost 7 years ago by Daniel Bevenius <[email protected]>
doc: improve CCM example

The nonce must be transmitted along with ciphertext and tag.

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

99c77dc0185e0e83328d9074c30b7ef74f0b3dfd authored almost 7 years ago by Tobias Nießen <[email protected]>
doc: specify definite Array types

Replace `{Array}` with `{type[]}`.

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

dff214153f1b48615e3e4f134b252fbbe363c36f authored almost 7 years ago by Vse Mozhet Byt <[email protected]>
doc: add missing quotes in default string values

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

321c178faa51d1f9e7c8ac60790aeca187a50e1f authored almost 7 years ago by Vse Mozhet Byt <[email protected]>
errors: change ERR_HTTP2_HEADER_SINGLE_VALUE to TypeError

changes the base instance for ERR_HTTP2_HEADER_SINGLE_VALUE
from Error to TypeError as a more ac...

ef07d6570f1c6345b7f991ca2d986dec6a481350 authored almost 7 years ago by davidmarkclements <[email protected]>
errors: alter ERR_HTTP2_INVALID_PSEUDOHEADER

changes the base instance for ERR_HTTP2_INVALID_PSEUDOHEADER
from Error to TypeError as a more a...

add1c02bda14be1e00f92ef1e7b2c155abaeeeae authored almost 7 years ago by davidmarkclements <[email protected]>
stream: always emit error before close

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

a7c25b7d42b79878548b9d660af0195e7318fc33 authored almost 7 years ago by Mathias Buus <[email protected]>
doc: remove wrong default value in buffer.md

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

0cd8359652b39cdb577ac3c67bdea03e6aba9f97 authored almost 7 years ago by Vse Mozhet Byt <[email protected]>
test: verify multiple init via well-known symbol

Re-`require()` the addon after clearing its cache to ensure that it is
re-initialized via the we...

244af7a9d528b105b3e84db2c7d1a05fa295b334 authored almost 7 years ago by Gabriel Schulhof <[email protected]>
doc: add and unify return statements in crypto.md

Conform return statements to the style guide and tool parsers.

Also bring back a description fr...

0bd3da15a080e9b363b37da53ca6cad4088d4aff authored almost 7 years ago by Vse Mozhet Byt <[email protected]>
n-api: add more `int64_t` tests

* Updated tests for `Number` and `int32_t`
* Added new tests for `int64_t`
* Updated N-API `int6...

c5291682491f1b7ee328b7fe5bbd037a91b8a79c authored almost 7 years ago by Kyle Farnung <[email protected]>
doc: unify property sections

PR-URL: https://github.com/nodejs/node/pull/19869
Reviewed-By: Trivikram Kamat <trivikr.dev@gmai...

08a36a06667f9b615e09df1bb79eeed5fd5c7000 authored almost 7 years ago by Vse Mozhet Byt <[email protected]>
build,windows: make vcbuild fail if upload fails

Refs: https://github.com/nodejs/build/issues/1211

53035b142b82a07e533bf5e7766b36b141123ea7 authored almost 7 years ago by Refael Ackermann <[email protected]>
tools: overhaul tools/doc/json.js

Modernize:
* Replace `var` with `const` / `let`.
* Wrap `switch` cases with `const`/`let` in blo...

9a6dd07e8d93c7208c6698dfec1296f5caec9948 authored almost 7 years ago by Vse Mozhet Byt <[email protected]>
doc: update language regarding key stretching

Update the docs to provide clearer instructions regarding the exact
scope of the use (and re-use...

0a679327be992d2a60fc3522ab2335064e9750dc authored almost 7 years ago by Ujjwal Sharma <[email protected]>
module: move options checks from C++ to JS

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

77b52fd58f7398a81999c81afd21fe2e156c0766 authored almost 7 years ago by Michaël Zasso <[email protected]>
doc: fix some links

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

0ac6ced2e9e09fdfe4b5c9aec8fb9a3f570f63e7 authored almost 7 years ago by Vse Mozhet Byt <[email protected]>
src: migrate string_bytes.cc to throw errors with code

PR-URL: https://github.com/nodejs/node/pull/19739
Fixes: https://github.com/nodejs/node/issues/3...

63eb267c34198c4bece62cb6432bb2bceb399de6 authored almost 7 years ago by Joyee Cheung <[email protected]>
src: add error code helpers to src/node_errors.h

This commit adds node::ERR_*(isolate, message) helpers in
the C++ land to assign error codes to ...

289d152ce0222d3be32bf20ef7dc7d8d5e40f218 authored almost 7 years ago by Joyee Cheung <[email protected]>
test,http: fix http dump test

Make sure the dump test actually verify what is happening and it is
not flaky.

See: https://git...

1f29963eacf587817a6d40da527d05d151668198 authored almost 7 years ago by Matteo Collina <[email protected]>
test: update assert messages to show expected and actual values

uses the same approach as in test-fs-readfile-pipe-large

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

3217c707185a0918818a14f5f9ddf400d5590c7d authored almost 7 years ago by Dave O'Mahony <[email protected]>
doc, http2: add sections for server.close()

Clarify current behavior of http2server.close() and
http2secureServer.close() w.r.t. perceived d...

c60c93cba27626680061109766cbc2e102dd38a8 authored almost 7 years ago by Chris Miller <[email protected]>
doc: improve buf.fill() documentation

* Improve prepositions.
* Wrap at 80 characters.
* Formalize colloquial text.
* Remove unnecessa...

4545cc17b9b95d20d98e7f4fd851d8a987ca9a9c authored almost 7 years ago by Rich Trott <[email protected]>
test: move test-http-dump-req-when-res-end

The implementataion is sensitive to system resource availability, so
move it to sequential inste...

a639ec4ca860c3feb3bdbcf023383840c54c1dda authored almost 7 years ago by Rich Trott <[email protected]>
buffer: reduce overhead of StringBytes::Encode for UCS2

Currently calling StringBytes::Encode on a UCS2 buffer
results in two copies of the buffer and t...

e5f8924064287c3e4d234fe23fcce5b2f10b6d18 authored almost 7 years ago by Joyee Cheung <[email protected]>
test: move http-client-timeout-agent to sequential

Move resource-sensitive test from parallel to sequential.

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

95dc59010bcf5ce8a69563e287897cc9afacc95b authored almost 7 years ago by Rich Trott <[email protected]>
test: rename test cases

test-process-geteuid-getegid.js is renamed to test-process-euid-egid.js.

test-process-setuid-se...

fde93f82b2b0cb05c598913b8782005350bcf4de authored almost 7 years ago by Rajkumar Purushothaman <[email protected]>