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

https: support rejectUnauthorized for unix sockets

This commit allows self signed certificates to work with
unix sockets by forwarding the rejectUn...

d0571a926adbed4cc4e8be4329464f3c639ac929 authored over 7 years ago by cjihrig <[email protected]>
doc: update new CTC members

Ref: https://github.com/nodejs/node/issues/12789
Ref: https://github.com/nodejs/node/issues/1279...

d958bf88b81aeae9262b2221b6233b7201116713 authored over 7 years ago by Refael Ackermann <[email protected]>
doc: corrects reference to tlsClientError

After the renaming of `clientError` in TLS to `tlsClientError` in
https://github.com/nodejs/node...

597ba1580a1942aff78b79f613ed272b7e92ce02 authored over 7 years ago by Tarun <[email protected]>
2017-05-07, Version 8.1.0 (Current)

* **Async Hooks**
* When one `Promise` leads to the creation of a new `Promise`, the parent
...

d7f69192283b8483cd2a503ad0d3708ea85ee69c authored over 7 years ago by James M Snell <[email protected]>
src: make IsConstructCall checks consistent

The most common way to perfom this check is by using the simple CHECK
macro. This commit suggest...

f38302d92e7a80bbf2f53f48dac09b910dba391e authored over 7 years ago by Daniel Bevenius <[email protected]>
test: refactor domain tests

* Check that noop callback is or isn't invoked as appropriate using
common.mustCall() and comm...

b4da30f26cf4ca4623f44d221bec2310841f0183 authored over 7 years ago by Rich Trott <[email protected]>
test: check callback not invoked on lookup error

Use `common.mustNotCall()` to confirm that callback is not invoked when
`dns.lookup()` throws.

...

c20c57028211797b5ff5b3bc05d6eb05ab81ef9f authored over 7 years ago by Rich Trott <[email protected]>
test,benchmark: stabilize child-process

also some cleanup

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

8d2bd5fa88c9ebb9b1416d819b4a29b01c712424 authored over 7 years ago by Refael Ackermann <[email protected]>
fs: expose Stats times as Numbers

PR-URL: https://github.com/nodejs/node/pull/13173
Fixes: https://github.com/nodejs/node/issues/8...

47b9772f52aba7693eed4df535b35de65ac22c49 authored over 7 years ago by Refael Ackermann <[email protected]>
lib: return this from net.Socket.end()

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

324f1115b3a3c28d19261772442ea52bd191ed85 authored over 7 years ago by Sam Roberts <[email protected]>
test: refactor test-dgram-oob-buffer

* Change common.noop to common.mustNotCall() to verify callback is not
invoked.
* Add destruct...

6b070654e61e3d1e0da5e9d7948af4ddb4721522 authored over 7 years ago by Rich Trott <[email protected]>
http: overridable keep-alive behavior of `Agent`

Introduce two overridable `Agent` methods:

* `keepSocketAlive(socket)`
* `reuseSocket(socket, r...

d6260a8f4bbf96da76f77b836b5f4334541f7922 authored over 7 years ago by Fedor Indutny <[email protected]>
build: use existing variable to reduce complexity

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

ca50a19610e6851fd18c789b630bfe3b6ef39939 authored over 7 years ago by Bryce Baril <[email protected]>
test: pass env vars through to test-benchmark-http

Allows NODE_TEST_DIR to be set (necessary to avoid path length issues
with common.PIPE).

PR-URL...

eef94a8bf827b98cd27e8aaab6bb20791a46bace authored over 7 years ago by Gibson Fahnestock <[email protected]>
tools, test: update test-npm-package paths

Makes the same changes as
https://github.com/nodejs/node/commit/994617370e8e66f3ea9488fec32fd912...

6bcea5c53677075c63466a6563ee2502d057c8fb authored over 7 years ago by Gibson Fahnestock <[email protected]>
gitignore: add libuv book and GitHub template

PR-URL: https://github.com/nodejs/node/pull/13306
Reviewed-By: Santiago Gimeno <santiago.gimeno@...

cc8fc462f1817c6443ddb288440ca349bd644bdd authored over 7 years ago by cjihrig <[email protected]>
doc: update linux supported versions

The libuv 1.12.0 update bumped the minimum supported version
of linux + glibc. This commit updat...

29b63a14dbffd06420cfdfbc6e3bad0200aa9e77 authored over 7 years ago by cjihrig <[email protected]>
deps: upgrade libuv to 1.12.0

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

edd541957f6bb6fa4ccb56bd1f878172f631ce36 authored over 7 years ago by cjihrig <[email protected]>
test: validate full error messages

test: changed test2 of test-vm-timeout.js so that entire error message
would be matched in...

12e39d6d943348a19da1bf84d4891aa28cd3ffb6 authored over 7 years ago by aniketshukla <[email protected]>
test,fs: test fs.watch for `filename`

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

c05561eb0529d973d873e48adfd86690c3be90e5 authored over 7 years ago by Refael Ackermann <[email protected]>
fs: replace a bind() with a top-level function

https://github.com/nodejs/node/pull/11225 introduce an unnecessary
bind() when closing a stream....

07ca28892977aaa2b42da1f4ec8fb9b3aa152c17 authored over 7 years ago by Matteo Collina <[email protected]>
deps: cherry-pick 6d38f89 from upstream V8

Original commit message:

[turbofan] Boost performance of Array.prototype.shift by 4x.

...

2db2857c72c219e5ba1642a345e52cfdd8c44a66 authored over 7 years ago by Michaël Zasso <[email protected]>
deps: cherry-pick f5fad6d from upstream v8

Original commit message:

This commit adds a getter for the private is_verbose_ member.
...

554fa24916c5c6d052b51c5cee9556b76489b3f7 authored over 7 years ago by daniel.bevenius <[email protected]>
deps: cherry-pick bfae9db from upstream v8

Original commit message:

Update postmortem metadata generator.

Add PropertyDetails::At...

36ba9e6e0cf09e94b403aa23efce8c9a4530e029 authored over 7 years ago by Ben Noordhuis <[email protected]>
v8: fix stack overflow in recursive method

HGlobalValueNumberingPhase::CollectSideEffectsOnPathsToDominatedBlock()
used to self-recurse bef...

44f5523260f8687c5844e945f8fecff261f600ba authored over 7 years ago by Ben Noordhuis <[email protected]>
deps: fix addons compilation with VS2013

VS2013 does not support defaulting move constructor and assignment
operator. This adds explicit ...

bfb4694408434b631bf5cfbca756fc9cb331e91c authored over 7 years ago by Bartosz Sosnowski <[email protected]>
deps: add missing include to V8 i18n.cc

This is required for ICU 59.1.

PR-URL: https://github.com/nodejs/node/pull/13263
Reviewed-By: G...

bc8e4878c007f044425bbdd8f0dff7006d0028a0 authored over 7 years ago by Michaël Zasso <[email protected]>
deps: run memory hungry V8 test in exclusive mode

es6/typedarray-construct-offset-not-smi allocates a 2G block of memory
and if there are multipl...

9b4a891ca2e387820a9cac0a1ecfc97ca4c4e932 authored over 7 years ago by Michaël Zasso <[email protected]>
deps: limit regress/regress-crbug-514081 v8 test

regress/regress-crbug-514081 allocates a 2G block of memory
and if there are multiple variants ...

bbe5cb2749b52878e2df34622a98ca4c18ec3bad authored over 7 years ago by Michael Dawson <[email protected]>
src: update NODE_MODULE_VERSION to 56

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

24709b2e4aac9f60cf6617c8616965bc62003883 authored over 7 years ago by Michaël Zasso <[email protected]>
deps: update V8 to 5.9.211.32

PR-URL: https://github.com/nodejs/node/pull/13263
Reviewed-By: Gibson Fahnestock <gibfahn@gmail....

3dc8c3bed4cf3a77607edbb0b015e33f8b60fc09 authored over 7 years ago by Michaël Zasso <[email protected]>
url: update IDNA handling

Remove custom tests for invalid IDNA domains in url-idna.js in favor of
the more comprehensive o...

91a1bbe3055a660194ca4d403795aa0c03e9d056 authored over 7 years ago by Timothy Gu <[email protected]>
doc: Add URL argument with http/https request

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

60d14c870274e9f193a81e8eb9b6a74fba3b4178 authored over 7 years ago by Vladimir Trifonov <[email protected]>
test: increase coverage of async_hooks

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

35353a45fcc28b68c9d6c0695a8209d47dfeff56 authored over 7 years ago by David Cai <[email protected]>
inspector: allow --inspect=host:port from js

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

2791b360c11324f7c9ed83350f264c500ade4fe8 authored over 7 years ago by Sam Roberts <[email protected]>
path: use internal/errors.js

PR-URL: https://github.com/nodejs/node/pull/11319
Ref: https://github.com/nodejs/node/issues/112...

dcfbbacba8c22613b956c1a3b9d958676e5d5e87 authored over 7 years ago by Sebastian Van Sande <[email protected]>
2017-06-06, Version 6.11.0 'Boron' (LTS)

This LTS release comes with 126 commits. This includes 40 which
are test related, 32 which are d...

4c5cbb7c8367abde6409ce68eee0e5eb5f07903d authored over 7 years ago by Myles Borins <[email protected]>
lib: "iff" changed to "if and only if"

PR-URL: https://github.com/nodejs/node/pull/13496
Reviewed-By: Refael Ackermann <[email protected]...

afc59a9f50b8a48c405ce35452111309d6913f47 authored over 7 years ago by Jacob Jones <[email protected]>
deps: upgrade npm to 5.0.3

PR-URL: https://github.com/nodejs/node/pull/13487
Reviewed-By: Refael Ackermann <[email protected]...

a4444c546211cac0f5efba8b03a681546e3e184f authored over 7 years ago by Kat Marchán <[email protected]>
doc: fix typo "ndapi" in n-api.md

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

df46fcb61a6f64cebffd26c8dbd4f24c8058fe25 authored over 7 years ago by Jamen Marz <[email protected]>
doc: emphasize Collaborators in GOVERNANCE.md

Put information about Collaborators in GOVERNANCE.md before information
about the CTC. For most ...

b830c976b56a4b9601ffa03980511512ac8ae8e1 authored over 7 years ago by Rich Trott <[email protected]>
errors,tty: migrate to use internal/errors.js

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

3630ed1c827fd02e447b733865ebd6214b478a41 authored over 7 years ago by Gautam Mittal <[email protected]>
src: remove `'` print modifier

It is not supported on Windows so it emits:
warning C4476: 'fprintf' :
unknown type field char...

f06c05cf5a2c2678a76c15adbe7f3acbc9478617 authored over 7 years ago by Refael Ackermann <[email protected]>
win, doc: document per-drive current working dir

Add note to fs.md and path.md about Windows using per-drive current
working directory.

Fixes: h...

422722ff67fc29e1cfd212d183a9594f8869de7f authored over 7 years ago by Bartosz Sosnowski <[email protected]>
tools: fix order of ESLint rules

PR-URL: https://github.com/nodejs/node/pull/13363
Reviewed-By: Gibson Fahnestock <gibfahn@gmail....

f1199c2bb4fe07fd9fdba3d6728f4791f66b2ea7 authored over 7 years ago by Michaël Zasso <[email protected]>
src: remove process._inspectorEnbale

This commit removes process._inspectorEnbale which was
spelled incorrectly, and is being properl...

df5d8e031a4f886fc79bbe7190a4885e496a0225 authored over 7 years ago by cjihrig <[email protected]>
doc: add ref to option to enable n-api

Since its guarded in by a command line option say
that in the docs and provide the option that n...

7d9dfdaea3aff33535167f528115115543430f2f authored over 7 years ago by Michael Dawson <[email protected]>
doc: minimal documentation for Emeritus status

Include a high-level explanation of how Collaborators are identified for
Emeritus status. This i...

2715c9f1e46164507e03aaae6cd1be18b32c73d6 authored over 7 years ago by Rich Trott <[email protected]>
test: fix build warning in addons-napi/test_object

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

ddba969321ba19576eae4455f5093b4bc4d1ff25 authored over 7 years ago by Jason Ginchereau <[email protected]>
doc: remove note highlighting in GOVERNANCE doc

Incorporate note into main text.

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

f29406d735405cc9f3d5f1083e84ecf2914d678d authored over 7 years ago by Rich Trott <[email protected]>
test: consolidate n-api test addons - part2

It takes time to build each of the addons used to test n-api.
Consolidate a few of the smaller o...

bd4b79051a89867ff56850bb03fdc74460e117f4 authored over 7 years ago by Michael Dawson <[email protected]>
assert: fix deepEqual similar sets and maps bug

This fixes a bug where deepEqual and deepStrictEqual would have
incorrect behaviour in sets and ...

7cddcc971576aa4b22654132db1c9debbcc0839e authored over 7 years ago by Joseph Gentle <[email protected]>
test,module: make message check MUI dependent

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

30a20bda7daf24d7ee6c1f8d07249a1f12e75aba authored over 7 years ago by Refael Ackermann <[email protected]>
http: assert parser.consume argument's type

Unchecked argument conversion in Parser::Consume crashes node
in an slightly undesirable manner ...

efab7847c682d2e3d63223e8724d64480a7f8aec authored over 7 years ago by Gireesh Punathil <[email protected]>
net: fix permanent deopt

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

d081548858ae2c89e22c6e9a231644fba08e008e authored over 7 years ago by Brian White <[email protected]>
process: fix permanent deopt

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

fc6f487f2e2eaa54e2de38b1cf9529dec5f8fcd5 authored over 7 years ago by Brian White <[email protected]>
events: fix potential permanent deopt

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

e374e44a8a1bed599379fdcf4b5fe142c5e5187d authored over 7 years ago by Brian White <[email protected]>
tools: fix node args passing in test runner

This fixes a regression from 53c88fa4111 so that special arguments
can once again be passed to t...

8cc8358ef74a2ac0d0a662383977c7c80c75ff94 authored over 7 years ago by Brian White <[email protected]>
test: rearrange inspector headers into convention

Test guide describes a conventional layout for test headers, review
inspector tests and reorgani...

aae0d4559c9904db4168c30eb45552600599a238 authored over 7 years ago by Sam Roberts <[email protected]>
errors,process: migrate to use internal/errors.js

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

062071a9c37fa10b3f17f11231e1dfbc3db015d1 authored over 7 years ago by sreepurnajasti <[email protected]>
zlib: revert back to Functions

Using ES6 Classes broke userland code. Revert back to functions.

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

7024c5a3026b9130a7dc3c8499dc49fb21b9fa90 authored over 7 years ago by James M Snell <[email protected]>
inspector: Allows reentry when paused

This change allows reentering the message dispatch loop when the Node is
paused. This is necessa...

e6dcc3dfa9dbbf59cf6f67425e47c47bea70fe2c authored over 7 years ago by Eugene Ostroukhov <[email protected]>
doc: fix nits in code examples of async_hooks.md

* Make `require()` consistent.
* Add missing argument.
* Add missing `\n` in outputs.
* Reduce s...

5d9dc94509253845642e617f9d6d47ce0d09d7da authored over 7 years ago by Vse Mozhet Byt <[email protected]>
doc: use prefer-rest-params eslint rule in docs

Do not promote using of `arguments`.

One fragment is left as is because of history nature:
it u...

ce8bce497c788a8d4788ff5da7d48cd98228e917 authored over 7 years ago by Vse Mozhet Byt <[email protected]>
repl: remove unused function convertToContext

PR-URL: https://github.com/nodejs/node/pull/13434
Reviewed-By: Prince John Wesley <princejohnwes...

3d9e7bb1d467765c0dc391798d8f954c98be095e authored over 7 years ago by Nikolai Vavilov <[email protected]>
doc,stream: clarify 'data', pipe() and 'readable'

We stated that 'data' and pipe() are preferred over 'readable'.
This commit clarifies that 'data...

5ca836c192a046d94f28e6f7cb31a3749671624b authored over 7 years ago by Matteo Collina <[email protected]>
doc: resume a stream after pipe() and unpipe()

Clarifies the behavior of streams when _readableState.flowing is
false. resume() must be called ...

0b432e08b167ef7b3304e3cbfa5bfcfb862d185c authored over 7 years ago by Matteo Collina <[email protected]>
doc: add missing backticks to doc/api/tls.md

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

7637347ae670e2bcee7b2da2f4731dec9065431e authored over 7 years ago by Paul Bininda <[email protected]>
url: do not pass WHATWG host to http.request

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

4d89e3c261ebd67baf4ac3d17033419e1b3075f2 authored over 7 years ago by Tobias Nießen <[email protected]>
test: improve async hooks test error messages

Improve error messages in the async hooks tests, mostly by removing
unhelpful `message` paramete...

1dc3272bb9c2ecd442efd5b978a852a7da31c1e9 authored over 7 years ago by Anna Henningsen <[email protected]>
async_hooks: use parent promise as triggerId

async_hooks init callback will be triggered when promise newly created,
in previous version, the...

8741e3c7501cbe66696bd3fad4a0a923e76ba11d authored over 7 years ago by JiaLi.Passion <[email protected]>
async_hooks,http: fix socket reuse with Agent

Under very specific circumstances the `http` implementation
could be brought to crash, because t...

3e02636bcbf59517e25ad5dd2ebb954d5de95b81 authored over 7 years ago by Anna Henningsen <[email protected]>
doc: update who to cc for async_hooks

Now that `async_hooks` is released, it makes sense to me to have a team
for addressing issues wi...

9b9a25c5eb5114fb834ec83e833ce991690109fd authored over 7 years ago by Anna Henningsen <[email protected]>
test: test async-hook triggerId properties

Add tests for checking the behavior of async_hooks.triggerId.
It should return different ids whe...

fcab69c788c75b0e3c53b0d7c3b512402ae190a0 authored over 7 years ago by Dávid Szakállas <[email protected]>
doc: suggest xcode-select --install

If you don't have the full Xcode installed, the command-line tools are
all you need.

PR-URL: ht...

fc102d0197037a9cec939c98c0b1fe7267a3483e authored over 7 years ago by Gibson Fahnestock <[email protected]>
test: add documentation for common.mustNotCall()

PR-URL: https://github.com/nodejs/node/pull/13359
Reviewed-By: Daniel Bevenius <daniel.bevenius@...

163c0780ead0e245d8ff2e68955b7e7a906399cd authored over 7 years ago by Rich Trott <[email protected]>
doc: add require modules in url.md

To make the example codes in URL doc work without additional codes,
it should have more lines to...

917f86ea353e087af3bc4553219ffabaa2193d20 authored over 7 years ago by Daijiro Wachi <[email protected]>
doc: add object-curly-spacing to doc/.eslintrc

PR-URL: https://github.com/nodejs/node/pull/13354
Refs: http://eslint.org/docs/rules/object-curl...

e0f4310f68954822e36f35fbe6e95cf2122703f2 authored over 7 years ago by Vse Mozhet Byt <[email protected]>
doc: unify spaces in object literals

PR-URL: https://github.com/nodejs/node/pull/13354
Reviewed-By: Timothy Gu <[email protected]...

de411a471e12aac6efcff87bd93a5e5045a70e8f authored over 7 years ago by Vse Mozhet Byt <[email protected]>
doc: use destructuring in code examples

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

7de6998d899125e9d43de7dae0bb0a0ed9a76d34 authored over 7 years ago by Vse Mozhet Byt <[email protected]>
test: check destroy hooks are called before exit

Verify that the destroy callback for a TCP server is called before exit
if it is closed in anoth...

78b135806f10c39c3bbd00edf206ddc9f505597e authored over 7 years ago by Anna Henningsen <[email protected]>
async_wrap: run destroy in uv_timer_t

Calling the destroy callbacks in a uv_idle_t causes a timing issue where
if a handle or request ...

1e44fd960fe38b1191ed9ceb034eade3054b5531 authored over 7 years ago by Trevor Norris <[email protected]>
test: make test-fs-watchfile reliable

Omitting AIX from `fs.watch()` portion of this test. It works
on AIX, but not reliably.

PR-URL:...

98aa25c765f50eab80f27750b9b7f82888af4c8c authored over 7 years ago by Rich Trott <[email protected]>
doc: fix code examples in zlib.md

* Use test() instead of match() in boolean context.
* Add spaces in code example.
* Fix typo.

P...

6cfdbc74d95c501d022b413cf024eb211d23c808 authored over 7 years ago by Vse Mozhet Byt <[email protected]>
build: streamline JS test suites in Makefile

* alphabetize the JS test suites
* Use CI_JS_SUITES variable instead of listing all tests

PR-UR...

7b56fd8cf07202e022c6411f8a57bddfa2588f61 authored over 7 years ago by Rich Trott <[email protected]>
errors,util: migrate to use internal/errors.js

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

160989914261785c7e270e0716c647f6e85b4771 authored over 7 years ago by Bidisha Pyne <[email protected]>
doc: update who to cc for n-api

Add info about who to @cc for issues with n-api

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

84c066a9ce9f30999591943fc62e42ad2466041a authored over 7 years ago by Michael Dawson <[email protected]>
doc: add missing make command to UPGRADING.md

Added the missing make command in steps 6.3 when building
asm_obsolete.

Also updated the commit...

d63ff232b2b86587271732e17ddb38c290ecfe77 authored over 7 years ago by Daniel Bevenius <[email protected]>
deps: update openssl asm and asm_obsolete files

Regenerate asm files with Makefile and CC=gcc and ASM=nasm where gcc
version was 5.4.0 and nasm ...

a60d3ea8238c64f7816aa5fc786fedec4fd06db7 authored over 7 years ago by Daniel Bevenius <[email protected]>
deps: update openssl config files

Regenerate config files for supported platforms with Makefile.

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

34b79caf40045b8cbe58b29a0e107b4f64d3b887 authored over 7 years ago by Daniel Bevenius <[email protected]>
deps: add -no_rand_screen to openssl s_client

In openssl s_client on Windows, RAND_screen() is invoked to initialize
random state but it takes...

cfd01566a58180cb09097f5421aa83efe0e0a329 authored over 7 years ago by Shigeki Ohtsu <[email protected]>
openssl: fix keypress requirement in apps on win32

Reapply b910613792dac946b295855963869933a9089044 .

Fixes: https://github.com/iojs/io.js/issues/...

9cb1da765a5999ba4e52a4d0375cd74e5ec8d6d0 authored over 7 years ago by Shigeki Ohtsu <[email protected]>
deps: fix asm build error of openssl in x86_win32

See
https://mta.openssl.org/pipermail/openssl-dev/2015-February/000651.html

iojs needs to stop ...

b8a03a3664490aae9c4eb7db477b258c037c7326 authored over 7 years ago by Shigeki Ohtsu <[email protected]>
deps: fix openssl assembly error on ia32 win32

`x86masm.pl` was mistakenly using .486 instruction set, why `cpuid` (and
perhaps others) are req...

025dc56872dd258039cdd2bf6fed4bd693f7b6b1 authored over 7 years ago by Fedor Indutny <[email protected]>
deps: copy all openssl header files to include dir

All symlink files in deps/openssl/openssl/include/openssl/ are removed
and replaced with real he...

51ed26e432ae4b62d3f965df920da4917848500a authored over 7 years ago by Daniel Bevenius <[email protected]>
deps: upgrade openssl sources to 1.0.2l

This replaces all sources of openssl-1.0.2l.tar.gz into
deps/openssl/openssl

Fixes: https://git...

bd4a53493b4d130e39955a2497995707666cffd4 authored over 7 years ago by Daniel Bevenius <[email protected]>
doc: refine spaces in example from vm.md

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

a235e670a820107210be27e0cd266164763fb014 authored over 7 years ago by Vse Mozhet Byt <[email protected]>
util: refactor format method.Performance improved.

Method format refactored to make it more maintenable, replacing the
switch by a function factory...

41919626e5e3dcc04101a2c21f689fbfad24686f authored over 7 years ago by Jesus Seijas <[email protected]>
build: fix typo

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

3fe980d3e609a250656fb72041830c195ddf3fb0 authored over 7 years ago by Nikolai Vavilov <[email protected]>
test: check inspector support in test/inspector

When configuring node --without-ssl or --without-inspector these test
will fail. The underlying ...

7dfeb36143a37b5f11766220a6408b9e6124a53b authored over 7 years ago by Daniel Bevenius <[email protected]>