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

crypto: add using directives for v8::Int32, Uint32

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

1e5de6fe973a6f9a6b2d2c11003bb300debfb890 authored over 6 years ago by Tobias Nießen <[email protected]>
crypto: use kNoAuthTagLength in InitAuthenticated

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

f5e7010eb97732ed20b18bcae6acc2e9d0616d5d authored over 6 years ago by Tobias Nießen <[email protected]>
test: remove crypto.DEFAULT_ENCODING usage

This commit removes the usage of the deprectated
crypto.DEFAULT_ENCODING.

Backport-PR-URL: http...

eb21a6b7f6995b914c1897f89bae78c575ac8919 authored over 6 years ago by Daniel Bevenius <[email protected]>
src: fix node_crypto.cc compiler warnings

Currently the following compiler warnings are issued by clang:

../src/node_crypto.cc:2801:56:
w...

fd5adbc9c3cb9342d9a698505af4d37bb6134d4f authored over 6 years ago by Daniel Bevenius <[email protected]>
crypto: remove rsaPrivate and rename rsaPublic

This commit renames rsaPublic and removes the rsaPrivate function as the
code in these two funct...

5ea1a58db90a9bd9df2a93e1b45333925668c6cc authored over 6 years ago by Daniel Bevenius <[email protected]>
crypto: add addCipherPrototypeFunctions function

This commit adds a function named addCipherPrototypeFunctions to avoid
code duplication.

Backpo...

503844eb73c7924e859bf8284026f7c1f627a72d authored over 6 years ago by Daniel Bevenius <[email protected]>
crypto: add createCipher/WithIV functions

This commit extracts the common code from the Cipher/Cipheriv and
Decipher/Decipheriv constructo...

72029b8cc7dd29efd750cf1cfdcf199e1a786823 authored over 6 years ago by Daniel Bevenius <[email protected]>
crypto: allow to restrict valid GCM tag length

This change allows users to restrict accepted GCM authentication tag
lengths to a single value.
...

bdd28561522b7740d332fbc6bf2899fd2d2124af authored over 6 years ago by Tobias Nießen <[email protected]>
module: add --preserve-symlinks-main

Add `--preserve-symlinks-main` option which behaves like
`--preserve-symlinks` but for `require....

b6ea5df08a42bd1d9bf71d3b00ec1c684463a5ec authored over 6 years ago by David Goldstein <[email protected]>
test: make sure linked lists are inspectable with defaults

Make sure that a long singly-linked list can be passed
to `util.inspect()` without causing a sta...

de34cfad585c056553530ce60d9c6bd62d66f5d8 authored over 6 years ago by Anna Henningsen <[email protected]>
fs: make fs.promises non-enumerable

This prevents the experimental feature warning from being emitted
in cases where fs.promises is ...

de06115d18720755498fd871bccca837df024acb authored over 6 years ago by cjihrig <[email protected]>
doc: add global node_modules to require.resolve()

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

e06c5874f6cb0bfe93ffda555136e37ebaacb6a7 authored over 6 years ago by musgravejw <[email protected]>
doc: fix stability text for n-api

While some places list n-api as stable, the reference
in doc/api/addons.md was missed. This fix...

1d7379d64112dda0ac3163f2bdcb17bfef3728d0 authored over 6 years ago by Michael Dawson <[email protected]>
esm: provide named exports for builtin libs

Provide named exports for all builtin libraries so that the libraries
may be imported in a nicer...

104c3bc443fb809535c5106d7c26a8ad73ca4af5 authored over 6 years ago by Gus Caplan <[email protected]>
tools: use macOS as operating system name

As of 2016, the operating system is macOS. Remove use of "macosx".

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

ebd102e4738e0ddd20916bdf0a4ac5c3fbb94c76 authored over 6 years ago by Rich Trott <[email protected]>
doc: add util.types.isModuleNamespaceObject()

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

73492233c30c5a5b33e5aca68127b2fc037cebcf authored over 6 years ago by Gus Caplan <[email protected]>
timers: make timer.refresh() a public API

Originally added in
bb5575aa75fd3071724d5eccde39a3041e1af57a
discussions such as
https://github....

56530f084499dba826f93a7b09b8d04ec4cc5df0 authored over 6 years ago by Jeremiah Senkpiel <[email protected]>
test: add regression test for #11257

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

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

41e1dc09dedc592b5c6dded64b18bc0fad9b8211 authored over 6 years ago by Benjamin Coe <[email protected]>
doc: fix nits in doc/api_assets/style.css

1. Merge rule sets for identical selectors.

2. Delete impossible selector block: we have only s...

3929516a6f2747ac50d0f94ccd3a26df9dff3930 authored over 6 years ago by Vse Mozhet Byt <[email protected]>
src: fix typo in util.h comment

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

db457cb6a0b699f2ca16c612546a85c68ac3823f authored over 6 years ago by Anna Henningsen <[email protected]>
assert: make sure throws is able to handle primitives

This fixes some possible issues with `assert.throws` and
`assert.rejects` in combination with an...

bb857d9e71e98614a6ca9efc6363be565dc4df54 authored over 6 years ago by Ruben Bridgewater <[email protected]>
src: fix nullptr dereference for signal during startup

This fixes a test failure when running
`test/parallel/test-child-process-spawnsync-kill-signal.j...

e93726ad10ee240c8b86a5522f69144eeb9a06f5 authored over 6 years ago by Anna Henningsen <[email protected]>
errors: move functions to error code

This makes sure the functions are actually directly beneath the
specification of an error code.
...

c24443670785ff98b9a9ecc19fbf53cf6d020c72 authored over 6 years ago by Ruben Bridgewater <[email protected]>
assert: move AssertionError into own file

This moves the `assert` parts from `internal/errors` into an own
file. `internal/errors` got big...

5d06c1e1ae53a11d91e0b3ef0687b384e5f3c3f8 authored over 6 years ago by Ruben Bridgewater <[email protected]>
doc: update assert documentation

This adds concrete expected types to the assert documentation.

It also fixes a `changes` entry ...

01abed1c362af295bffe3c2286955928ad1dd42b authored over 6 years ago by Ruben Bridgewater <[email protected]>
assert: accept regular expressions to validate

This makes sure regular expressions on validation objects validate
against strings when used wit...

a5ee31bba1a670d95d6aac97b267d50d2a0b6ec1 authored over 6 years ago by Ruben Bridgewater <[email protected]>
tools: ignore VS compiler output

Add gitignore rules to ignore compiler output under deps/v8/gypfiles.

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

08097ccf84b37ec9b02e0aabb4865a93e2b3b417 authored over 6 years ago by Yulong Wang <[email protected]>
lib: return directly from packageMainCache

This commit updates readPackage to return directly when calling
packageMainCache instead of stor...

7c13e54ca75a0cb36a8399d0feaa5e2d833a7494 authored over 6 years ago by Daniel Bevenius <[email protected]>
src: use unqualified names in module_wrap.cc

This commit removes the usage of qualified names for consistency.

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

0824ea9d7b71dbcd7ae0dbbdc87fd0db0f629b6a authored over 6 years ago by Daniel Bevenius <[email protected]>
src: remove static variables from string_search

These variables can as well be stack-allocated. This avoids
relying on global state that is not ...

43ec938634a39a38cb687bd866c69940e31f1edd authored over 6 years ago by Anna Henningsen <[email protected]>
deps: upgrade to libuv 1.20.3

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

f69a823f8eb6dff58faf3785eed19af65cebe811 authored over 6 years ago by cjihrig <[email protected]>
doc: add util.types.isBig{Int,Uint}64Array()

These methods are exposed, even though the BigInt64Array and
BigUint64Array types are currently ...

c546746396e74395d64eb96e21c2d6bb63b236a3 authored over 6 years ago by cjihrig <[email protected]>
doc: fix missing napi_get_typedarray_info() param

Also, make the type name notation more consistent.

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

d568952b8c8b3a7a827a6230d8357add3abc29c3 authored over 6 years ago by Gabriel Schulhof <[email protected]>
vm: move emitExperimentalWarning

This commit moves emitExperimentalWarning into the second object
destructoring of require intern...

8604481b2e079ed224f9d4e97445437dbf484290 authored over 6 years ago by Daniel Bevenius <[email protected]>
src: remove unused freelist.h header

Always easy enough to re-introduce if we do need it.

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

4873fbaf63200ac39202a1344b62faf10f1982d6 authored over 6 years ago by Anna Henningsen <[email protected]>
src: use lock for c-ares library init/cleanup

This helps embedders wishing to use Node.js in a multi-threaded fashion
and helps pave the way f...

2df99ac095f056350cf8b954059a6068b6ef41c8 authored over 6 years ago by Anna Henningsen <[email protected]>
src: protect global state with mutexes

Protect environment variables and inherently per-process state with
mutexes, to better accommoda...

a89cc2886ecec5bd9b8b3f803a6658afb90e21b2 authored over 6 years ago by Anna Henningsen <[email protected]>
src: minor refactor to string_search.h

- Use `std::max` instead of a custom variant
- Use member method pointers to avoid an extra laye...

5803973206af7c60c6cbc186afdc38d5c8fae65f authored over 6 years ago by Anna Henningsen <[email protected]>
net: remove typo in setTimeout comment

This commit removes `lear` from the code comment in setTimeout. I'm not
100% sure this is a typo...

1f34c04bd08b67981db6534fb357fafb1484e068 authored over 6 years ago by Daniel Bevenius <[email protected]>
v8: backport 9fb02b526f1cd3b859a530a01adb08bc0d089f4f

Refs: https://github.com/v8/v8/commit/9fb02b526f1cd3b859a530a01adb08bc0d089f4f

Original commit ...

105f6062024fd5c5604d1d5253a72c53b1f5c529 authored over 6 years ago by Gus Caplan <[email protected]>
src: don't create Undefined if not needed

This commit moves the creation of argv and only creates an undefined
value if the passed in stat...

983cb269e0ab74e152ef4ee562fbd512d2636f94 authored over 6 years ago by Daniel Bevenius <[email protected]>
src: rename handle parameter object

This commit renames the handle parameter for the BaseObject constructor
to object instead of han...

e01e06076342101e2e9a32e5ffbd607f7da03fd8 authored over 6 years ago by Daniel Bevenius <[email protected]>
doc: add parameters for Http2Stream:error event

Add parameters for the callback for the Http2Stream:error event
inline with the pattern in the r...

88bc6da6e9b07ed0bb28e31b95f675da0124f326 authored over 6 years ago by Ujjwal Sharma <[email protected]>
doc: update VM section text

This commit updates the VM section with suggestion for a minor
improvement (hopefully) of the te...

9177f734e3aa7557bfe8b85d6f4c68e4649be683 authored over 6 years ago by Daniel Bevenius <[email protected]>
doc: add params for ClientHttp2Session:altsvc

Add parameters for the callback for the ClientHttp2Session:altsvc
event inline with the pattern ...

b3b267a87ca9fa146faefe396754e9469b2480e5 authored over 6 years ago by Ujjwal Sharma <[email protected]>
doc, tools: unify stability signatures

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

4a7bb406fe7b4109786efd14700c0a7117e94803 authored over 6 years ago by Vse Mozhet Byt <[email protected]>
doc: refactor mode constants parts in fs.md

1. removed extra mode constants doc.
2. creates bookmark to the common File Access Contants bloc...

d327893193c68583e05f358929ab8008ed099776 authored over 6 years ago by Shobhit Chittora <[email protected]>
Working on v10.1.1

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

f55fdd1e5e5cf9dd3367370015ebad6f016160b5 authored over 6 years ago by Myles Borins <[email protected]>
2018-05-08, Version 10.1.0 (Current)

Notable Changes:

* console:
- make console.table() use colored inspect (TSUYUSATO Kitsune)
...

687867dbf02e1d1b7a09faa7849a7b8136cacfa2 authored over 6 years ago by Myles Borins <[email protected]>
test: fix buffer writes on mips

Mips has a different way of handling NaN. This makes sure the tests
pass on MIPS as well.

PR-UR...

601f138063cf08cd7affc61df62a93d763f1c687 authored over 6 years ago by Ruben Bridgewater <[email protected]>
doc: clearer doc-only deprecations

Explicitely mention that a documentation only deprecation does not
always imply that it will be ...

98ccaead0d9375e69f31ef7047e0f7ce41849a9b authored over 6 years ago by Ruben Bridgewater <[email protected]>
tools: remove redundant code in doc/html.js

This PR reduces code by 40 lines and docs size by ~7.5 KB. Only
<div class="signature">...</div>...

a4d2089c76de40103e313e91b2540ae44343ad8f authored over 6 years ago by Vse Mozhet Byt <[email protected]>
Revert "stream: prevent 'end' to be emitted after 'error'"

This reverts commit 08577906569a4c2de70ad2a861e2f8456cd8fcdd.

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

4c4be8565595ead9cf72595470415ba03785a0c6 authored over 6 years ago by Brian White <[email protected]>
doc: update one more command in crypto.md

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

bea4ffcc97ef3b70bf74052ee650cb77bf97803b authored over 6 years ago by Shobhit Chittora <[email protected]>
src: add public API to expose the main V8 Platform

Add an API to get MultiIsolatePlatform used in node main thread.

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

d357875ea14dbeea724251a539260004a477b9f1 authored over 6 years ago by Allen Yonghuang Wang <[email protected]>
http2: rename http2_state class to Http2State

This commit renames the http2_state class to follow the guidelines in
CPP_STYLE_GUIDE.md.

PR-UR...

6acefc36ee2a0e9713345d3226963dd084e04d89 authored over 6 years ago by Daniel Bevenius <[email protected]>
errors: remove dead code

This was never falsy, since an array length can only be an integer.

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

e25f2c9e91cc0fb55aede9f13f1cf435de02c260 authored over 6 years ago by Ruben Bridgewater <[email protected]>
src: removed unnecessary prototypes from Environment::SetProtoMethod

Added an optional parameter of type v8::ConstructorBehavior to
Environment::NewFunctionTemplate,...

df2cddc9c717d683be408f461ba9dea52323b923 authored over 6 years ago by Brandon Ruggles <[email protected]>
doc: fix N-API property descriptor documentation

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

880772a7ff9bb427af9def5580221f97c0009396 authored over 6 years ago by Gabriel Schulhof <[email protected]>
repl: add spaces to load/save messages

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

d3a219c6ec287dd59ff8074401414524a69eb34b authored over 6 years ago by cjihrig <[email protected]>
https: defines maxHeadersCount in the constructor

In Refs, http.Server's maxHeadersCount field was defined in the
constructor to make hidden class...

0b16c2482d69ec383cedebcb9700b9ba5d9ff945 authored over 6 years ago by Daiki Arai <[email protected]>
test: fix common.canCreateSymLink() on non-Windows

test/common/README.md indicates that canCreateSymlink() always returns
true on non-Windows platf...

1de67c71fb410215ba189fe9a5dab60555562cc5 authored over 6 years ago by Masashi Hirano <[email protected]>
lib: expose FixedQueue internally and fix nextTick bug

A bug was introduced together with the FixedQueue implementation for
process.nextTick which mean...

7b8e9ca7b83b841c92b6f4f3cff8bd682e4bde8b authored over 6 years ago by Anatoli Papirovski <[email protected]>
tls: remove sharedCreds in Server constructor

This commit removes the var sharedCreds which is just reassigned to
this._sharedCreds in the fol...

11091042060bc1adc278e87e7667b977a358eae3 authored over 6 years ago by Daniel Bevenius <[email protected]>
test: rename misnamed test

Rename test-fs-chdir-errormessage.js to
test-process.chdir-errormessage.js. The test is for proc...

6052ccc0092db53f8b3b8b4f6d4863c5252dfa94 authored over 6 years ago by Rich Trott <[email protected]>
build: check for different deprecation signatures

Right now we strictly test for `DEP00XX`. We are already above that
number of deprecations and i...

167de1f038e32aac1b554a87815492f9d131b21c authored over 6 years ago by Ruben Bridgewater <[email protected]>
tls: cleanup onhandshakestart callback

Re-arrange and cleanup the flow of the onhandshakestart to be
more clear and less repetitive. Ex...

1ebec18624368285541823b54c65136df7ff6ca6 authored over 6 years ago by Anatoli Papirovski <[email protected]>
fs: move fs/promises to fs.promises

PR-URL: https://github.com/nodejs/node/pull/20504
Refs: https://github.com/nodejs/TSC/issues/389...

0b5dd102e0982ef09f190f514a8498a9934914ce authored over 6 years ago by cjihrig <[email protected]>
test: fix up N-API error test

Replace assert.throws() with an explicit try/catch in order to catch
the thrown value and be abl...

70b2e169b4909185d5ac2e212cf969d47aaa65eb authored over 6 years ago by Gabriel Schulhof <[email protected]>
doc: edit text for DEP0101

Make the text slightly more concise. Fix awkward verb tense.

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

adf5b80b200aa0441112e7306f5d33a2ad7eb6fa authored over 6 years ago by Rich Trott <[email protected]>
doc: add snake_case section for C-like structs

This commit adds a section mentioning that for C-like structs it is
alright to use snake_case.

...

018b5ad800cc28a298d68dab33649adc1e8656e8 authored over 6 years ago by Daniel Bevenius <[email protected]>
benchmark: track exec time in next-tick-exec

The next-tick-exec benchmarks were meant to track nextTick execution
time but due to an error, t...

16970ffda455c189816ad1d8dac2bf6c0e153ee1 authored over 6 years ago by Anatoli Papirovski <[email protected]>
doc: add parameters for Http2Session:stream event

Add parameters for the callback for the Http2Session:stream event
inline with the pattern in the...

0e8805186f4cebac14fa8c3efcd3071b78a0439f authored over 6 years ago by Ujjwal Sharma <[email protected]>
doc: clarify `this` in event listeners

this === eventEmitter or this === instance of EventEmitter,
but it's this is not EventEmitter.

...

e995ae59925f1d79a4ee6415dc41a4ef7a475cc1 authored over 6 years ago by daGo <[email protected]>
url: fix WHATWG host formatting error

The current url.format implementation will return an invalid URL string
without the host if ther...

ff619d39e6f483f648f75a2220b8123ae5183e5f authored over 6 years ago by Yichao 'Peak' Ji <[email protected]>
fs: fchmod->fchown in promises/lchown

This was a clear error.

chown should do chown, not chmod.

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

eb483dbac57516f2920215682d81a8319ca25a8a authored over 6 years ago by Сковорода Никита Андреевич <[email protected]>
fs: remove broken code in promises/write

That code expects the last argument to be a callback.
When it's not a callback, it shifts argume...

eb724f00a359aec22079a9969e259b5b74ea3845 authored over 6 years ago by Сковорода Никита Андреевич <[email protected]>
test: use common.canCreateSymLink() consistently

This commit replaces two ad hoc symlink permission tests with
common.canCreateSymLink().

PR-URL...

b2d3db433dd5cb729ff81272fe9ccc4bd3a441a2 authored over 6 years ago by cjihrig <[email protected]>
doc: move tunniclm to Emeritus

tunniclm indicated that it would be a good idea to move them to
Collaborator Emeritus for now. T...

bd27a59865a28ed8cb4e8c5eedd44d9f2ef030a2 authored over 6 years ago by Rich Trott <[email protected]>
doc: add trace category for fs sync methods

Add the trace category for file system synchronous methods to
documentation so the users can ena...

ec65fe48d8b8f2e7b21b1d59c939811b7a6b2c90 authored over 6 years ago by Chin Huang <[email protected]>
test: fix test-cli-node-options.js on mips

The performance jit logger is not implemented on mips.

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

578e0546e0a42ddbd90f9039d4b8096966370e9d authored over 6 years ago by Ruben Bridgewater <[email protected]>
src: fix inconsistency in extern declaration

NodeCounterProvider is declared as extern but defined as EXTERN_C.
This confuses clang-cl.

PR-U...

54f30658a3ec2d25c5cffd03fe9112b906fc63dd authored over 6 years ago by Yang Guo <[email protected]>
console: make console.table() use colored inspect

This makes `console.table()` inspect objects with color if available
like `console.log()`.

PR-U...

a7758c76c0d80dbba1886f9862df20105f783917 authored over 6 years ago by TSUYUSATO Kitsune <[email protected]>
doc: edit text for DEP0012

Fix awkward verb tense.

PR-URL: https://github.com/nodejs/node/pull/20519
Reviewed-By: Vse Mozh...

c6e4ffa429db605e335b38b3899d4a51345086c0 authored over 6 years ago by Rich Trott <[email protected]>
doc: excise "periodically" before "emit events"

"periodically" implies regular time intervals between emitted events,
but as first example, "pee...

70586c0334e26629a08d0240b8441e9d3223d372 authored over 6 years ago by Jesse W. Collins <[email protected]>
tools: add v10 to alternative version docs menu

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

2a1efa26a739392e6223b32e4e741a27fccb81e0 authored over 6 years ago by Vse Mozhet Byt <[email protected]>
doc: update "Who to cc..." in COLLABORATOR_GUIDE

Some of the mentioned files seem to be moved or renamed.

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

8148fca730bf9326301bbdeb8dfa637e65160958 authored over 6 years ago by Vse Mozhet Byt <[email protected]>
doc: edit text for DEP0104

Make the deprecation message a bit clear and concise.

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

67e44bf58802f87668dc2191217e3e4e4c9c1efd authored over 6 years ago by Rich Trott <[email protected]>
doc: edit text about revoking deprecations

* "un-deprecation" ಠ_ಠ -> "revoking deprecations"
* "From time-to-time" -> "Occastionally"
* "se...

01560b69a7d0172e90bdeaa390ff5baeac23d6a8 authored over 6 years ago by Rich Trott <[email protected]>
doc: edit text for DEP0013

* v10.0.0 -> Node.js 10.0.0
* Parenthetical with URL rather than "PR" as a lot of people may not...

eed3f10615b11eaab78a7a9be5184b4fd46ae43b authored over 6 years ago by Rich Trott <[email protected]>
doc: minor edit to DEP0065

Use "Node.js 6.0.0" instead of "Node.js v6.0.0". (We decided to drop "v"
before version numbers ...

b2b4871c150a14c011bf1fc877c5d466ddbfb4e0 authored over 6 years ago by Rich Trott <[email protected]>
doc: fix minor typographical error in DEP0079 text

Change `backwards compatibility` to `backward compatibility`.

(It's confusing because "backward...

73f5ea9bd95d688ebdce729741ec30646c6c413a authored over 6 years ago by Rich Trott <[email protected]>
doc: edit text for DEP0082

Make deprecation text more concise and direct.

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

faa81937a500deb656748cabb6dc3eb58688b4cb authored over 6 years ago by Rich Trott <[email protected]>
doc: fix text for DEP0085

Fix a typographical error in deprecation text. Convert run-on sentence
to two sentences (one in ...

f796b0856cd80736e72d5e6009d9e6100aa99a3b authored over 6 years ago by Rich Trott <[email protected]>
doc: edit text for DEP0094

Make deprecation text slightly more concise and direct.

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

74c74db35eaa2dd2f5c22880ae007f19ad6e48bd authored over 6 years ago by Rich Trott <[email protected]>
doc: fix manpage warning

LC_ALL=C.UTF-8 MANROFFSEQ='' MANWIDTH=80 man --warnings -E UTF-8 -l -Tutf8 -Z ./doc/node.1 > /de...

79e1260cd8422b3de31abab05bb8261bc8d779e5 authored over 6 years ago by Jérémy Lal <[email protected]>
doc: updates crypto doc with openssl list -cipher-algorithms

PR-URL: https://github.com/nodejs/node/pull/20502
Refs: https://github.com/nodejs/node/issues/20...

8bd45d82128c9711e94e86a2fe47bd2fe1819c16 authored over 6 years ago by Shobhit Chittora <[email protected]>
test: add fs/promises filehandle stat test

Added test for fs/promises filehandle stat.

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

80bdff0086343584a5f961ecb6d37706fa49f8c8 authored over 6 years ago by Masashi Hirano <[email protected]>
tools: add eslint check for skipIfEslintMissing

Add a custom eslint rule to check for `common.skipIfEslintMissing()` to
allow tests to run from ...

f7267b4af0b6a2d2284764c5311cab741171bbf6 authored over 6 years ago by Richard Lau <[email protected]>
doc: match console.count()/countReset() signatures

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

05ce635e9a3eb7f669ef90efa4aa4000b5e8c70a authored over 6 years ago by Lambdac0re <[email protected]>