- [
757bf484ff
] - doc/tools: fix more type inconsistencies (Roman Reiss) #11697 - [
18599fc3d7
] - doc/url: various improvements to WHATWG API (Timothy Gu) - [
e7d37a3f09
] - tools/doc: add more intrinsic and custom types (Timothy Gu) - [
1043f5d08e
] - assert: name anonymous functions (Miguel Angel Asencio Hurtado) #9051 - [
94c4323d56
] - async_wrap: close the destroy_ids_idle_handle_ (René Schünemann) #10385 - [
5379b9da11
] - async_wrap: call destroy() callback in uv_idle_t (Trevor Norris) #9753 - [[`5157a5cee
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
core/node (master *% u=) % make V8_IMMINENT_DEPRECATION_WARNINGS=0 V8_DEPRECATION_WARNINGS=0 2>&1 | grep V8_DEPRE | |
g++ -o /home/sam/w/core/node/out/Release/obj.target/v8_snapshot/geni/embedded.o /home/sam/w/core/node/out/Release/obj.target/v8_snapshot/geni/embedded.cc '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=0' '-DOPENSSL_THREADS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.5"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_INTL_SUPPORT' '-DV8_CONCURRENT_MARKING' '-DDISABLE_UNTRUSTED_CODE_MITIGATIONS' '-DV8_EMBEDDED_BUILTINS' '-DV8_EMBEDDED_BYTECODE_HANDLERS' '-DUCONFIG_NO_SERVICE=1' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION=1' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/v8 -I../. -I/home/sam/w/core/node/out/Release/obj/gen -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -pthread -Wall -Wextra -Wno-unused-parameter -m64 -fno-strict-aliasing -m64 -O3 -fno-om |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const crypto = require('crypto'); | |
const fs = require('fs'); | |
const path = require('path'); | |
const tls = require('tls'); | |
const util = require('util'); | |
function read(file, encoding) { | |
return fs.readFileSync(path.resolve(__dirname, file), encoding); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/fabric-ca-client/package.json b/fabric-ca-client/package.json | |
index b4f0ffb..2642c3d 100644 | |
--- a/fabric-ca-client/package.json | |
+++ b/fabric-ca-client/package.json | |
@@ -7,11 +7,9 @@ | |
"url": "http://gerrit.hyperledger.org/r/fabric-sdk-node" | |
}, | |
"engines": { | |
- "node": ">=6.9.0 <7.0", | |
+ "node": ">=4.5.0", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "fu", | |
"version": "1.0.0", | |
"description": "", | |
"main": "index.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"author": "Sam Roberts <[email protected]>", | |
"license": "MIT", |
{ _: [ 'upstream/v6.10.3-proposal', 'upstream/v7.x' ], g: true, 'filter-release': true, 'exclude-label': 'semver-major,semver-minor,meta,dont-land-on-v6.x' }
- [
757bf484ff
] - doc/tools: fix more type inconsistencies (Roman Reiss) #11697 - [
18599fc3d7
] - doc/url: various improvements to WHATWG API (Timothy Gu) - [
e7d37a3f09
] - tools/doc: add more intrinsic and custom types (Timothy Gu) - [
1043f5d08e
] - assert: name anonymous functions (Miguel Angel Asencio Hurtado) #9051 - [
94c4323d56
] - async_wrap: close the destroy_ids_idle_handle_ (René Schünemann) #10385 - [[
5379b9da11
](https://github.com/nod
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* [ba23506419] - build: --without-ssl implies --without-inspector (Ben Noordhuis) https://github.com/nodejs/node/pull/12200 | |
* [9162316ef5] - test: add arrow functions to test-util-inspect (Alexey Orlenko) https://github.com/nodejs/node/pull/11781 | |
* [16048480e7] - doc: fix stylistic issues in api/net.md (Alexey Orlenko) https://github.com/nodejs/node/pull/11786 | |
* [0dfb9daa04] - doc: add supported platforms list for v6.x (Michael Dawson) https://github.com/nodejs/node/pull/11943 | |
* [b9766bdd1b] - doc: add supported platforms list (Michael Dawson) https://github.com/nodejs/node/pull/11943 | |
* [64fc5a4541] - Revert "Revert "repl: disable Ctrl+C support..." (Myles Borins) https://github.com/nodejs/node/pull/12123 | |
* [1ff512c185] - deps: backport e427300 from upstream V8 (Michaël Zasso) https://github.com/nodejs/node/pull/12037 | |
* [8dfc710a06] - deps: cherry-pick b9f682b from upstream V8 (Michaël Zasso) https://github.com/nodejs/node/pull/12037 | |
* [52bdb8f246] - deps: backport 2cabc86 from upstream V8 (Michaël Zasso) htt |
- [
64fc5a4541
] - Revert "Revert "repl: disable Ctrl+C support..." (Myles Borins) #12123 - [
d532d7497a
] - async_wrap: clear destroy_ids vector (Trevor Norris) #10400 - [
44f0f940c8
] - benchmark: addsetImmediate()
benchmarks (Andras) #6436 - [
f83d035c50
] - buffer: convert offset & length to int properly (Sakthipriyan Vairamani (thefourtheye)) #11176 - [
a9d528be5b
] - buffer: fix range checks for slice() (Trevor Norris) #9174 - [
3fcdf4e80a
] - buffer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lib/_http_client.js: throw new TypeError('Request path contains unescaped characters'); | |
lib/_http_client.js: throw new TypeError('Method must be a string'); | |
lib/_http_client.js: throw new TypeError('Method must be a valid HTTP token'); | |
lib/_http_outgoing.js: throw new TypeError( | |
lib/_http_outgoing.js: throw new TypeError('The header content contains invalid characters'); | |
lib/_http_outgoing.js: throw new TypeError( | |
lib/_http_outgoing.js: throw new TypeError('The header content contains invalid characters'); | |
lib/_http_outgoing.js: throw new TypeError('"name" argument must be a string'); | |
lib/_http_outgoing.js: throw new TypeError('"name" argument must be a string'); | |
lib/_http_outgoing.js: throw new TypeError('First argument must be a string or Buffer'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo-server-epoll | |
echo-server-poll | |
talk | |
talk.dSYM |