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: added missing reference to test coverage info

Added a reference to test coverage doc since its useful to have it here
as well

PR-URL: https:/...

0c55abf5d1cb3e272f2d801e99b41c0d071b1a3e authored almost 7 years ago by Mithun Sasidharan <[email protected]>
doc: clarify lifecycle of domain sockets

In UNIX, the domain sockets once created persists until unlinked.
Clarify which ones are persist...

53aaa55a3aa0a001179df4692487d830afd3a245 authored almost 7 years ago by Gireesh Punathil <[email protected]>
test: resolve process.setegid error on Ubuntu

When the tests are run as root in Ubuntu, process.setegid is called with
'nobody' as an argument...

3dc540410596ff1173586ba1bd9c171196d6f348 authored almost 7 years ago by Divyanshu Singh <[email protected]>
errors: fix typo in internal/errors.js

Corrects "eqaul" to "equal" in the description for the
ERR_NAPI_INVALID_DATAVIEW_ARGS error mess...

f8b3774d859dd6d210afc6a9b39dc4dd7cb025dd authored almost 7 years ago by davidmarkclements <[email protected]>
stream: 'readable' have precedence over flowing

In Streams3 the 'readable' event/.read() method had a lower precedence
than the `'data'` event t...

cf5f9867ff3e700dfd72519e7bdeb701e254317f authored almost 7 years ago by Matteo Collina <[email protected]>
crypto: add support for AES-CCM

This commit adds support for another AEAD algorithm and introduces
required API changes and exte...

1e07acd476309e7ddc4981160b89731b61a31179 authored almost 7 years ago by Tobias Nießen <[email protected]>
fs: make ReadStream throw TypeError on NaN

Make ReadStream (and thus createReadStream) throw a TypeError signalling
towards an invalid argu...

38a692963f000e3bd0f8413617d3b5774039dff8 authored almost 7 years ago by Ujjwal Sharma <[email protected]>
net,stream: remove DuplexBase

`DuplexBase` was added to prevent the "no-half-open enforcer" from
being inherited by `net.Socke...

496d6023e0c372c76746c35fdba800fa943cbffc authored almost 7 years ago by Luigi Pinca <[email protected]>
doc: update AUTHORS list

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

dca09a77d5a554ae51bc0fd4b047274b8f62bf53 authored almost 7 years ago by Michaël Zasso <[email protected]>
fs: expose copy-on-write flags for fs.copyFile()

This commit exposes the UV_FS_COPYFILE_FICLONE and
UV_FS_COPYFILE_FICLONE_FORCE flags added in l...

a16d88d9e9a6581e463082549823189aba25ca76 authored almost 7 years ago by cjihrig <[email protected]>
doc: improve prepositions in buffer.md

* `at which to begin copying to` -> `at which to begin writing`
* `at which to begin copying fro...

617946779c677e0669395cac8fbc2c0dace9da43 authored almost 7 years ago by Rich Trott <[email protected]>
doc: reword poolSize explanation in buffer.md

The original explanation was overly wordy, contained mildly questionable
punctuation, and did no...

3db0d62c683141769c6aa34b14289237e2c7baca authored almost 7 years ago by Rich Trott <[email protected]>
doc: add instructions to update local git config

this code change updates pull-requests.md to instruct developers to
update their local git confi...

8b1db6df8012a33b3da74de245074021c4c0c8ff authored almost 7 years ago by Trivikram Kamat <[email protected]>
doc: create list for commonly edited files in PRs

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

f02e4b90a2c1cdcb0b0d20bcfa75bac8d991d66b authored almost 7 years ago by Trivikram Kamat <[email protected]>
test: fix multiple expectedWarnings bug

Commit 8fb4ea9f75 ("test: add deprecation code to expectWarning") did
not take into account that...

682b85036efcaa87c580483f68ba71fbb13af4b9 authored almost 7 years ago by Daniel Bevenius <[email protected]>
Revert "deps: upgrade npm to 5.8.0"

This reverts commit 25a816dcda7b1db0929501acfe13f2fe5119759b.

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

e37effe4cec98688e75d770f4d0b7f68927e2b73 authored almost 7 years ago by Anna Henningsen <[email protected]>
Revert "deps: manually add 10.x support to npm"

This reverts commit 55557babca7e6ebe27984e21a0620bd660ee1d14.

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

026f6b787a7a23597790f1f0b076c58a68c7c38b authored almost 7 years ago by Anna Henningsen <[email protected]>
deps: manually add 10.x support to npm

Currently npm explicitly doesn't support 10.x and will fail on master.
This patch manually adds ...

55557babca7e6ebe27984e21a0620bd660ee1d14 authored almost 7 years ago by Myles Borins <[email protected]>
deps: upgrade npm to 5.8.0

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

25a816dcda7b1db0929501acfe13f2fe5119759b authored almost 7 years ago by FallenRiteMonk <[email protected]>
errors: make dns errors consistent

Right now the hostname could in some cases be missed, depending on
the libuv error number. This ...

b29c36b80746733994257b7380245102bc3c4cd6 authored almost 7 years ago by Ruben Bridgewater <[email protected]>
errors: make message non-enumerable

A error message should always be non-enumerable. This makes sure
that is true for dns errors as ...

22da2f731d90235289a95bffe1ae3750a62a33bc authored almost 7 years ago by Ruben Bridgewater <[email protected]>
url: replace "magic" numbers by constants

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

354849eeb595ac364337e564669de4c77aa4c1af authored almost 7 years ago by Sergey Golovin <[email protected]>
doc: remove link to "breaking changes" wiki

Breaking changes wiki is not updated, so removing the paragraph

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

422ac61535fd190836b174bb6ad8ec2af76e1f05 authored almost 7 years ago by Trivikram Kamat <[email protected]>
2018-04-05, Version 9.11.1 (Current)

Notable changes:

An infrastructure issue caused a non-functioning msi installer for x64 to be p...

49e9893d859f0dccd42bea731669cce3f0c2f9f9 authored almost 7 years ago by Myles Borins <[email protected]>
test: add tests for fs/promises.js fileHandle methods

Working to increase test code coverage for fs/promises.js.
Added tests for fileHandle.appendFile...

126b03e2f9e5a695b025a1a70eb49b88de43d080 authored almost 7 years ago by willhayslett <[email protected]>
lib: ensure --check flag works with --require

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

0876a0314d15129e8b29cb6e9753b886086cbfe2 authored almost 7 years ago by John-David Dalton <[email protected]>
deps: upgrade libuv to 1.20.0

Notable changes:
- uv_fs_copyfile() adds support for copy-on-write behavior.
- uv_relative_path(...

ae2b5bcb7c17a2d2a488f234c736201eed8200db authored almost 7 years ago by cjihrig <[email protected]>
2018-04-04, Version 9.11.0 (Current)

Notable changes:

* deps:
- Updated ICU to 61.1 (Steven R. Loomis)
[#19621](https://github...

67cce8d68ad091857b583aa8564d5ac0aaaf2bea authored almost 7 years ago by Michaël Zasso <[email protected]>
errors: improve SystemError messages

This commit improves the SystemError messages by allowing user
to combine a custom message and t...

7d06761f839bbff8c671b0e1a6d541faa5452354 authored almost 7 years ago by Joyee Cheung <[email protected]>
test: add info option to common.expectsError

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

3e0d40d4af6f437ecacb8b54d0d84ed0e5a4899f authored almost 7 years ago by Joyee Cheung <[email protected]>
doc: move mafintosh to Collaborators

mafintosh was accidentally added to the TSC list rather than the
Collaborators list. This correc...

acc328ef5884ab55538c3953caea144b3f00e07a authored almost 7 years ago by Rich Trott <[email protected]>
deps: fix typo in openssl upgrading doc

PR-URL: https://github.com/nodejs/node/pull/19789
Reviewed-By: Tobias Nießen <[email protected]>
...

b22a189b430e87d225279b43148b11f68fca8f49 authored almost 7 years ago by Daniel Bevenius <[email protected]>
build: allow vcbuild to merely build addon tests

RE: https://github.com/nodejs/build/issues/1097
PR-URL: https://github.com/nodejs/node/pull/1963...

a972ed4d508e536fec96d4be20e3172bca1f6665 authored almost 7 years ago by Gabriel Schulhof <[email protected]>
doc: fix added value for `assert` module

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

3567ea034ea615b919c28cf79fbf1172a6cb8ce6 authored almost 7 years ago by Ruben Bridgewater <[email protected]>
doc: properly document AssertionError

The AssertionError was always exposed but never properly documented.
This explains how it is use...

5bdd6a7b9e9f0cae02e441affba80a5f49098e1a authored almost 7 years ago by Ruben Bridgewater <[email protected]>
tty: add color support for more terminals

This adds support for a couple more terminals.

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

ceaeee012066e7e56332ba9d9f9306401c971560 authored almost 7 years ago by Ruben Bridgewater <[email protected]>
tty: add attribution for chalk

This adds attributions for the getColorDepth function as it got
inspired by https://github.com/c...

1b715221b9b875fc24d6aae3480c4c55d7f3dd76 authored almost 7 years ago by Ruben Bridgewater <[email protected]>
buffer: shorten deprecation warning

Shorten the deprecation warning for Buffer constructor.

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

3d61e14704bb82ffc1442e6f6c3756f4432b03b4 authored almost 7 years ago by Rich Trott <[email protected]>
doc: fix various nits

* Replace 2 hyphens (--) by spaced m-dashes (—) as per STYLE_GUIDE.md.
* Space infix operators.
...

de0053cc3280bdf72c9010f383290f79120a1e98 authored almost 7 years ago by Vse Mozhet Byt <[email protected]>
doc,tools: formalize, unify, codify default values

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

237cbe10fb82ba6ec69b14193a4a970e184306e7 authored almost 7 years ago by Vse Mozhet Byt <[email protected]>
fs: refactor stats array to be more generic

- Pass kFsStatsFieldsLength between JS and C++ instead of using the
magic number 14
- Pass the...

f7049a20068dc8a7e904b7cdd3d5b307b595dd3a authored almost 7 years ago by Joyee Cheung <[email protected]>
buffer: use v8::TypedArray::kMaxLength as buffer::kMaxLength

This was added in v8 6.2, looks like a safe replacement for
our own buffer::kMaxLength.

PR-URL:...

30fe55e248087664e91928794ef281fbf2ba8c8d authored almost 7 years ago by Joyee Cheung <[email protected]>
test: check all properties in common.expectsError

This makes sure all properties that are meant to be checked will
actually be tested for.

PR-URL...

2fef227a614a16f894b574ba9bfe84fc56b64681 authored almost 7 years ago by Ruben Bridgewater <[email protected]>
build: introduce make jstest

Add a `make jstest` target that runs tests written in JavaScript
(excluding documentation tests ...

2f8df6b0f2cfed39afe8f99cc250c71926aaca79 authored almost 7 years ago by Joyee Cheung <[email protected]>
test: test process.setuid for bad argument types

Test process.setuid with an object as an argument. An equivalent test
exists for process.seteuid...

83444b7c66a5d3ba89e1d40790db26735094f5ea authored almost 7 years ago by Divyanshu Singh <[email protected]>
doc: improve Buffer.allocUnsafeSlow() and related

* Fixed "cleanup" being misused as a verb
* "Use of Foo should only be used" construction change...

8271215118da581cf0fec002b5b2f201eecfb7f4 authored almost 7 years ago by Rich Trott <[email protected]>
test: ensure failed assertions cause build to fail

This updates the test in `test/parallel/test-assert-async.js` to add an
assertion that the Promi...

8995125c1427545118f68e82eea2a622878af875 authored almost 7 years ago by Teddy Katz <[email protected]>
assert: ensure .rejects() disallows sync throws

This updates `assert.rejects()` to disallow any errors that are thrown
synchronously from the gi...

fdb35d89605de642f316563cd552f930e06ac306 authored almost 7 years ago by Teddy Katz <[email protected]>
test: update test to comply with lint rule

Ref: https://github.com/nodejs/node/pull/19502#issuecomment-378450321

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

88910724c8ccfc55eaabc94496c82ea1a02fd741 authored almost 7 years ago by Rich Trott <[email protected]>
test: improve assert message

Use the default assert.strictEqual() message so that unequal values are
shown in the event of an...

625971271b1b9208cd0da53d55f4e5669df3f129 authored almost 7 years ago by fatahn <[email protected]>
test: remove third argument from call to assert.strictEqual()

Remove the message argument from call to assert.strictEqual so
that the AssertionError will repo...

14310b5c1fa1e6a65fe763494b24ac1e9bffdaa0 authored almost 7 years ago by Forrest Wolf <[email protected]>
http: fix `request` when `setHost` is `true`

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

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

b06f686f8878027ccbd08b36b546378ffc0addfd authored almost 7 years ago by XadillaX <[email protected]>
perf_hooks: simplify perf_hooks

Remove the `performance.getEntries()` and `performance.clear*()`
variants and eliminate the accu...

2ec69955556bf92f49355659b6126e08fa2c3298 authored almost 7 years ago by James M Snell <[email protected]>
doc: add mafintosh to collaborators

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

d54f651910ffca2e50fad42dfec825d2339b1b6b authored almost 7 years ago by Mathias Buus <[email protected]>
vm: move options checks from C++ to JS

Also introduces stronger type validations for options passed to vm
functions.

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

34d988f122c206da692b5c39ec5342fec22b60ab authored almost 7 years ago by Michaël Zasso <[email protected]>
tools: don’t emit illegal utf-8 from icutrim/iculslocs

- argv[0] was being emitted into a utf-8 stream, but argv[0] may
not be legal utf-8
- fix by not...

a820f4155b5e9a742fec750b437036dcd98d3271 authored almost 7 years ago by Steven R. Loomis <[email protected]>
n-api: back up env before finalize

Heed the comment to not use fields of a Reference after calling its
finalize callback, because s...

1a5a19d6d475578eec355a8b3079b4a96fc77489 authored almost 7 years ago by Gabriel Schulhof <[email protected]>
src: rename req_wrap with -async/-sync suffix

This commit renames the req_wrap variable to use an -async/-sync
suffix to avoid cases where the...

ed86cc570e875b00a6c94839d87027a27ce85932 authored almost 7 years ago by Daniel Bevenius <[email protected]>
build: make lint-ci work properly on Linux make

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

c5928ab6314bb128fb709ace83e478a733e6795f authored almost 7 years ago by Rod Vagg <[email protected]>
doc: update to adding listens on SIGUSR1

Updated the doc/api/process.md documentation to reflect that
listening on SIGUSR1 could impact t...

67bbc841850b9652a489754368f683e5089c717b authored almost 7 years ago by willhayslett <[email protected]>
lint: change require-buffer rule message

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

5579118521b8aec87962c1b76f040f9a46316381 authored almost 7 years ago by Gus Caplan <[email protected]>
deps: ICU 61.1 bump

- Update to released ICU 61.1, including:
- CLDR 33 (many new languages and data improvements)...

64211405dab824a570e52d000891c49415cc42b8 authored almost 7 years ago by Steven R. Loomis <[email protected]>
doc: fix lint nits in COLLABORATOR_GUIDE.md

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

88773af540a36b23a47af0d6c4ce03b8cc3ef9aa authored almost 7 years ago by Vse Mozhet Byt <[email protected]>
doc: deprecation clarifications

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

7238b927737d66769db8d70dea3fa6a8f2b09e0e authored almost 7 years ago by James M Snell <[email protected]>
lib: make isStackOverflowError() engine-agnostic

Assumption that stack overflow exception has name == "RangeError" is
v8-specific. Updated logic...

cd5f353405842329fc44d25d677735a8538d6c43 authored almost 7 years ago by Mike Kaufman <[email protected]>
test: fix flaky test-cluster-send-handle-twice

Use `common.mustCall()` to make sure connection callback runs exactly
once.

Use `connect` event...

4d749e105282604f20e49b311a27c960473cfc2f authored almost 7 years ago by Rich Trott <[email protected]>
inspector: report client-visible host and port

Node instance may not know the real host and port user sees when
debug frontend connects through...

a9a1f12b4212c0ea81a04bf2eb56efe6f8a4699b authored almost 7 years ago by Eugene Ostroukhov <[email protected]>
doc: remove "if provided" for optional arguments

Remove "if provided" when discussing arguments that are explicitly
indicated to be optional and ...

6de1a12e496b58b1ab1c150b3cee8a8d45040edb authored almost 7 years ago by Rich Trott <[email protected]>
doc: do not identify string as "JavaScript string"

A parameter that is explicitly identified as a string does not need to
be further specified in t...

a3160b7a294fa12a987b562c01a3f78a79e21ed6 authored almost 7 years ago by Rich Trott <[email protected]>
doc: favor utf16le over ucs2 in buffer.md

Favor 'utf16le' over its alias 'ucs2' in `buffer.md`.

Ref: https://github.com/nodejs/node/pull/...

52a9f42d97d98604b2781a90fd3674db054ea2cc authored almost 7 years ago by Rich Trott <[email protected]>
buffer: remove "new" from deprecation message

This change removes "new" as a description for `Buffer` construction
methods. They are arguably ...

87972cd76fa6ce0dfbd604c3faee19c212ef608e authored almost 7 years ago by Rich Trott <[email protected]>
tools: apply editorconfig rules to tools also

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

303354b4f7214388783037333dc82d64179b77cd authored almost 7 years ago by Tobias Nießen <[email protected]>
tools: remove src dir from JS editorconfig rule

The src directory does not contain any JavaScript files, so there is no
need to match it.

PR-UR...

2fc60b286cd2612e799a3907c182583120bd2d0f authored almost 7 years ago by Tobias Nießen <[email protected]>
module: skip preserveSymlinks for main

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

141be923f3249af870f274524dd0dacd3faf22c8 authored almost 7 years ago by Guy Bedford <[email protected]>
tools: add 'spaced-comment' into eslint rules

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

254058109f469f64b8ca23bb65a206abab380604 authored almost 7 years ago by Weijia Wang <[email protected]>
doc: fix links in vm.md

* Replace absolute link with relative link.
* Fix sorting in bottom references.

PR-URL: https:/...

f89f79893d6e15938f9237efe4d2473ab4a65e9f authored almost 7 years ago by Vse Mozhet Byt <[email protected]>
doc: fix quotes mistypes in inline code blocks

This fixes trivial invalid quotes mistypes in inline code blocks,
e.g. forgotten quotes or mixed...

3e1dd5597cce45fa7ef6aeb8889ddbd27927c4b4 authored almost 7 years ago by Сковорода Никита Андреевич <[email protected]>
test: rename regression tests more expressively

- Rename test-fs-truncate-GH-6233 to test-fs-truncate-clear-file-zero
- Rename test-process-exit...

107b06792a8ffca3de13550440ed25bab345a1c2 authored almost 7 years ago by Ujjwal Sharma <[email protected]>
vm: add support for import.meta to Module

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

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

07ba9141e475ec63f6ef56b67ec5f98077cd3446 authored almost 7 years ago by punteek <[email protected]>
test: remove 3rd argument from assert.strictEqual

If there is an AssertionError, the string literal is printed and not the
value of `r`. For debug...

28b622cb08602d77512fa3d659451cd317dfcc41 authored almost 7 years ago by Arian Santrach <[email protected]>
doc: remove ES6/ECMAScript 2015 from buffer.md

As the introduction of ES6 features recedes further into the past, it
is less and less relevant ...

a2ffdc9e9b7b7978c87bdf6577dc6b53cfb81b75 authored almost 7 years ago by Rich Trott <[email protected]>
src: fix warnings in aliased_buffer

* Unary minus usages on unsigned type
* Implicit casts to/from input parameters

PR-URL: https:/...

0d64f33c9658b82897efb9355c0fc2caec034299 authored almost 7 years ago by Kyle Farnung <[email protected]>
test: make test-http-expect-continue more strict

In test-http-expect-continue, verify that the request listener is not
called.

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

085ad541d9154a5d524d7f5b8877c69c18b4d389 authored almost 7 years ago by Rich Trott <[email protected]>
console: add table method

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

97ace0449292eab3f044158ba3787e6af5dd6f3a authored almost 7 years ago by Gus Caplan <[email protected]>
tools: dry utility function in tools/doc/json.js

Also, move a declaration of unrelated variable
closer to its only context.

PR-URL: https://gith...

83d44bee0134e3b8b6b98bf89e1f02981d72adee authored almost 7 years ago by Vse Mozhet Byt <[email protected]>
tools: fix comment nits in tools/doc/*.js files

* Unify first letters case.
* Unify periods.
* Delete excess spaces.
* Add some blank lines as l...

b88477ef4dc82b2a77c90b5de65efab4cf507d3c authored almost 7 years ago by Vse Mozhet Byt <[email protected]>
src: general C++ cleanup in node_url.cc

- Merge `domain` and `opaque` storage in URL parser:

This just simplifies the code a bit, hav...

ae70e2bc34aca8b581f53eb49a27460ac1fc3f83 authored almost 7 years ago by Anna Henningsen <[email protected]>
src: clean up `req.bytes` tracking

Simply always tell the caller how many bytes were written, rather
than letting them track it.

I...

b7cfd278a53d2b7769340ed800142f6662aa48d2 authored almost 7 years ago by Anna Henningsen <[email protected]>
test: add regression test for large write

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

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

1dc8eb4bd34383830d48a704d79a2bc9ec55152f authored almost 7 years ago by Anna Henningsen <[email protected]>
net: track bytesWritten in C++ land

Move tracking of `socket.bytesWritten` to C++ land.

This makes it easier to provide this functi...

923fb5cc1861422291d135177770f94f473f4d6f authored almost 7 years ago by Anna Henningsen <[email protected]>
async_wrap: fix use-after-free for inspector session

This fixes the following condition:

$ python -u tools/run-valgrind.py ./node_g test/sequent...

abc87862ff14c1571f008aa1a9cbf812bea9790c authored almost 7 years ago by Anna Henningsen <[email protected]>
stream: fix backpressure when multiple sync

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

d37e59fa6aee7f5b38696726b0145741ef3eb95b authored almost 7 years ago by Matteo Collina <[email protected]>
doc: shorten character encoding introduction

Keep the introduction for Buffers and character encodings short and to
the point. The current in...

6c5144f4b1963ba2be7f9fde28d66aa3b9db729f authored almost 7 years ago by Rich Trott <[email protected]>
2018-03-29, Version 9.10.1 (Current)

Notable changes:

No additional commits.

Due to incorrect staging of the upgrade to the GCC 4.9...

1e0e988430383351a29c3f2e03c7e6497376123c authored almost 7 years ago by Myles Borins <[email protected]>
2018-03-29, Version 8.11.1 'Carbon' (LTS)

Notable changes:

No additional commits.

Due to incorrect staging of the upgrade to the GCC 4.9...

ea4c69676af8000eb5bbd947fcee5b56fdfa4f9a authored almost 7 years ago by Myles Borins <[email protected]>
2018-03-29, Version 6.14.1 'Boron' (LTS)

Notable changes:

No additional commits.

Due to incorrect staging of the upgrade to the GCC 4.9...

b5e9fcfa4e99bdb12f87dadcf773436f4cd0956b authored almost 7 years ago by Myles Borins <[email protected]>
2018-03-29, Version 4.9.1 'Argon' (Maintenance)

Notable changes:

No additional commits.

Due to incorrect staging of the upgrade to the GCC 4.9...

b3cb8ce1113fd2c9b85f1051f53c17517a96a220 authored almost 7 years ago by Myles Borins <[email protected]>
test: use createReadStream instead of ReadStream

This commit updates test-fs-read-stream to use fs.createReadStream
instead of using fs.ReadStrea...

aec019030d9a2dc0d108eb22995bc379a7d0da08 authored almost 7 years ago by Daniel Bevenius <[email protected]>
test: removed default message from assert.strictEqual

Use the `assert.strictEqual()` default message instead of a static
message to include the actual...

0434bd4a09519737de132316ad660ec62d90ee87 authored almost 7 years ago by jaspal-yupana <[email protected]>
test: fix incorrect assumptions on uid and gid

Add a invalidArgTypeErrorCount variable to adjust the number of expected
errors if the uid and g...

42c740212d6c0b910463414ee7d9865e3fc0bb0c authored almost 7 years ago by garwahl <[email protected]>