Skip to content

Instantly share code, notes, and snippets.

@MylesBorins
Last active January 11, 2018 18:54
Show Gist options
  • Save MylesBorins/6263cf6815af186a3f23524d057541f2 to your computer and use it in GitHub Desktop.
Save MylesBorins/6263cf6815af186a3f23524d057541f2 to your computer and use it in GitHub Desktop.
branch-diff v6.x-staging upstream/v9.x --exclude-label semver-major,dont-land-on-v6.x,backport-requested-v6.x,backported-to-v6.x --require-label semver-minor --filter-release
  • [f82439b6a0] - (SEMVER-MINOR) http: add rawPacket in err of clientError event (XadillaX) #17672
  • [4b0c8759d3] - (SEMVER-MINOR) stream: add flow and buffer properties to streams (Calvin Metcalf) #12855
  • [7008719fb6] - (SEMVER-MINOR) events: remove reaches into _events internals (Anatoli Papirovski) #17440
  • [584e74d8cc] - (SEMVER-MINOR) zlib: add ArrayBuffer support (Jem Bezooyen) #16042
  • [23967b2713] - (SEMVER-MINOR) console: make dirxml an alias for console.log (Benjamin Zaslavsky) #17152
  • [e3df569d1c] - (SEMVER-MINOR) deps: upgrade libuv to 1.18.0 (cjihrig) #17282
  • [7ae7124039] - (SEMVER-MINOR) module: add builtinModules (Jon Moss) #16386
  • [8d90db5120] - (SEMVER-MINOR) process: Send signal name to signal handlers (Robert Rossmann) #15606
  • [14ebda5218] - (SEMVER-MINOR) src: add public API for managing NodePlatform (Cheng Zhao) #16981
  • [8d222d42ab] - (SEMVER-MINOR) n-api: add helper for addons to get the event loop (Anna Henningsen) #17109
  • [84b707089e] - (SEMVER-MINOR) src: add helper for addons to get the event loop (Anna Henningsen) #17109
  • [40d4fee8d7] - (SEMVER-MINOR) console: add support for console.debug (Benjamin Zaslavsky) #17033
  • [6a76097fad] - (SEMVER-MINOR) http2: major update to internals (James M Snell) #17105
  • [31dadd2007] - (SEMVER-MINOR) crypto: deprecate {ecdhCurve: false} (David Benjamin) #16130
  • [26e4c587eb] - (SEMVER-MINOR) test: fix flaky test-http2-create-client-connect (David Benjamin) #16130
  • [f952caa677] - (SEMVER-MINOR) crypto: clear some SSL_METHOD deprecation warnings (David Benjamin) #16130
  • [a5e7255385] - (SEMVER-MINOR) crypto: make ALPN the same for OpenSSL 1.0.2 & 1.1.0 (David Benjamin) #16130
  • [8c294203cf] - (SEMVER-MINOR) test: fix test-https-agent-session-eviction for 1.1 (David Benjamin) #16130
  • [3d438f84b2] - (SEMVER-MINOR) test: configure certs in tests (David Benjamin) #16130
  • [07102ace9e] - (SEMVER-MINOR) crypto: remove deprecated ECDH calls w/ OpenSSL 1.1 (David Benjamin) #16130
  • [08ac21423e] - (SEMVER-MINOR) test: revise test-tls-econnreset for OpenSSL 1.1.0 (David Benjamin) #16130
  • [d95b608d98] - (SEMVER-MINOR) test: test with a larger RSA key (David Benjamin) #16130
  • [627a15f9e5] - (SEMVER-MINOR) crypto: emulate OpenSSL 1.0 ticket scheme in 1.1 (David Benjamin) #16130
  • [85ffc2f960] - (SEMVER-MINOR) test: remove sha from test expectations (David Benjamin) #16130
  • [bec042183c] - (SEMVER-MINOR) test: update test expectations for OpenSSL 1.1.0 (David Benjamin) #16130
  • [8a8ac8ce4d] - (SEMVER-MINOR) crypto: hard-code tlsSocket.getCipher().version (David Benjamin) #16130
  • [c42935b79c] - (SEMVER-MINOR) crypto: add compat logic for "DSS1" and "dss1" (David Benjamin) #16130
  • [5c24fc32c9] - (SEMVER-MINOR) crypto: Make Hmac 1.1.0-compatible (David Benjamin) #16130
  • [fa1fc16c3e] - (SEMVER-MINOR) crypto: make SignBase compatible with OpenSSL 1.1.0 (David Benjamin) #16130
  • [abe3dc48cc] - (SEMVER-MINOR) crypto: make Hash 1.1.0-compatible (David Benjamin) #16130
  • [59acd27409] - (SEMVER-MINOR) crypto: make CipherBase 1.1.0-compatible (David Benjamin) #16130
  • [6c3ae36cab] - (SEMVER-MINOR) crypto: remove locking callbacks for OpenSSL 1.1.0 (David Benjamin) #16130
  • [81760ffea9] - (SEMVER-MINOR) crypto: use RSA and DH accessors (David Benjamin) #16130
  • [568d9d0eac] - (SEMVER-MINOR) crypto: test DH keys work without a public half (David Benjamin) #16130
  • [6a9c528a50] - (SEMVER-MINOR) crypto: account for new 1.1.0 SSL APIs (David Benjamin) #16130
  • [cc744b9b26] - (SEMVER-MINOR) crypto: remove unnecessary SSLerr calls (David Benjamin) #16130
  • [201393f655] - (SEMVER-MINOR) crypto: estimate kExternalSize (David Benjamin) #16130
  • [efd9bc36fa] - (SEMVER-MINOR) crypto: make node_crypto_bio compat w/ OpenSSL 1.1 (David Benjamin) #16130
  • [8da4983cb4] - (SEMVER-MINOR) crypto: use X509_STORE_CTX_new (David Benjamin) #16130
  • [41937bedf9] - (SEMVER-MINOR) src: add process.ppid (cjihrig) #16839
  • [f82d3e44c8] - (SEMVER-MINOR) deps: upgrade libuv to 1.16.1 (cjihrig) #16835
  • [0b93bbb419] - (SEMVER-MINOR) src: add openssl-system-ca-path configure option (Daniel Bevenius) #16790
  • [8611e3b93b] - (SEMVER-MINOR) fs: expose realpath(3) bindings (Ben Noordhuis) #15776
  • [1b090c9b66] - (SEMVER-MINOR) http, http2: add 103 Early Hints status code (Yosuke Furukawa) #16644
  • [7349d42945] - (SEMVER-MINOR) cli: add --stack-trace-limit to NODE_OPTIONS (Anna Henningsen) #16495
  • [9c6f6b0633] - (SEMVER-MINOR) module: support custom paths to require.resolve() (cjihrig) #16397
  • [7f9eb4c29c] - (SEMVER-MINOR) util: graduate TextEncoder/TextDecoder, tests (James M Snell) #15743
  • [3e25e4d00f] - (SEMVER-MINOR) http: support generic Duplex streams (Anna Henningsen) #16267
  • [ab16eec436] - (SEMVER-MINOR) http2: support generic Duplex streams (Anna Henningsen) #16269
  • [e340a66cb1] - (SEMVER-MINOR) test: add makeDuplexPair() helper (Anna Henningsen) #16269
  • [170bc31669] - (SEMVER-MINOR) src: turn JS stream into a full duplex (Anna Henningsen) #16269
  • [127f83ab8d] - (SEMVER-MINOR) src: allow top-level calls into JSStream (Anna Henningsen) #16269
  • [c09c04fc5c] - (SEMVER-MINOR) util: deprecate obj.inspect for custom inspection (Rich Trott) #15631
  • [03954f778e] - (SEMVER-MINOR) tools, build: refactor macOS installer (JP Wesselink) #15179
  • [26174fcfe1] - (SEMVER-MINOR) crypto: expose ECDH class (Bryan English) #8188
  • [611a648c66] - (SEMVER-MINOR) test: crypto createClass instanceof Class (Bryan English) #8188
  • [60460bf80d] - (SEMVER-MINOR) fs: add O_DSYNC (Jussi Räsänen) #15451
  • [873e5bd0b4] - (SEMVER-MINOR) crypto: support multiple ECDH curves and auto (Roga Pria Sembada) #15206
  • [4ae0afb12b] - (SEMVER-MINOR) dgram: added setMulticastInterface() (Will Young) #7855
  • [2ac7b433b4] - (SEMVER-MINOR) dgram: support for setting socket buffer size (Damien O'Reilly) #13623
  • [11b7428832] - (SEMVER-MINOR) fs: add fs.copyFile{Sync} (cjihrig) #15034
  • [372dc86af5] - (SEMVER-MINOR) tls: multiple PFX in createSecureContext (Yury Popov) #14793
  • [c40229a9b8] - (SEMVER-MINOR) console: implement minimal console.group() (Rich Trott) #14910
  • [67269fd7f3] - (SEMVER-MINOR) perf_hooks: implementation of the perf timing API (James M Snell* [5fd2f03b16] - (SEMVER-MINOR) inspector: allow require in Runtime.evaluate (Jan Krems) #8837
  • [211df3fe8c] - (SEMVER-MINOR) util: implement %o and %O as formatting specifiers (Greg Alexander) #14558
  • [5a050550d3] - (SEMVER-MINOR) dgram: add custom lookup function in sockets (cjihrig) #14560
  • [cc43c8fb54] - (SEMVER-MINOR) console: add console.count() and console.clear() (James M Snell) #12678
  • [0f5dabe4ed] - (SEMVER-MINOR) dns: name generated functions (Anna Henningsen) #14518
  • [732658e4cf] - (SEMVER-MINOR) dns: add channel.cancel() (Anna Henningsen) #14518
  • [6e05970494] - (SEMVER-MINOR) dns: enable usage of independent cares resolvers (Anna Henningsen) #14518
  • [727b2911ec] - (SEMVER-MINOR) src,dns: refactor cares_wrap to avoid global state (Anna Henningsen) #14518
  • [ed21cb1774] - (SEMVER-MINOR) util: implement WHATWG Encoding Standard API (James M Snell) #13644
  • [45b730ec42] - (SEMVER-MINOR) repl: improve require() autocompletion (Alexey Orlenko) #14409
  • [330349f706] - (SEMVER-MINOR) dns: make dns.setServers support customized port (XadillaX) #13723
  • [22cf25cf2d] - (SEMVER-MINOR) buffer: support boxed strings and toPrimitive (James M Snell) #13725
  • [1e2905f46a] - (SEMVER-MINOR) buffer: add constants object (Anna Henningsen) #13467
  • [37fdfce93e] - (SEMVER-MINOR) net: return this from getConnections() (Sam Roberts) #13553
  • [cf24177aba] - (SEMVER-MINOR) net: return this from destroy() (Sam Roberts) #13530
  • [3ee37329da] - (SEMVER-MINOR) tls: add host and port info to ECONNRESET errors (José F. Romaniello) #7476
  • [c1c226719f] - (SEMVER-MINOR) https: make opts optional & immutable when create (XadillaX) #13599
  • [27de36926b] - (SEMVER-MINOR) dns: add resolveAny support (XadillaX) #13137
  • [47b9772f52] - (SEMVER-MINOR) fs: expose Stats times as Numbers (Refael Ackermann) #13173
  • [324f1115b3] - (SEMVER-MINOR) lib: return this from net.Socket.end() (Sam Roberts) #13481
  • [d6260a8f4b] - (SEMVER-MINOR) http: overridable keep-alive behavior of Agent (Fedor Indutny) #13005 ) #14680
  • [e007f66ae2] - (SEMVER-MINOR) dns: add verbatim option to dns.lookup() (Ben Noordhuis) #14731
  • [4a6b678070] - (SEMVER-MINOR) os: add CIDR support (Mudit Ameta) #14307
  • [c3c045aea0] - (SEMVER-MINOR) stream: support readable/writableHWM for Duplex (Guy Margalit) #14636
  • [e7100364f4] - (SEMVER-MINOR) zlib: expose amount of data read for engines (Alexander O'Mara) #13088
  • [d0b1b52edb] - (SEMVER-MINOR) zlib: option for engine in convenience methods (Alexander O'Mara) #13089
  • [399cb25f62] - (SEMVER-MINOR) inspector: bind to random port with --inspect=0 (Ben Noordhuis) #5025
  • [9f610b5e26] - (SEMVER-MINOR) stream: support Uint8Array input to methods (Anna Henningsen) #11608
  • [0aa7ef5950] - (SEMVER-MINOR) http: destroy sockets after keepAliveTimeout (Timur Shemsedinov) #2534
  • [ba513d140c] - (SEMVER-MINOR) stream: add final method (Calvin Metcalf) #12828
  • [594b5d7b89] - (SEMVER-MINOR) cmd: support dash as stdin alias (Ebrahim Byagowi) #13012
  • [11918c4aed] - (SEMVER-MINOR) stream: fix highWaterMark integer overflow (Tobias Nießen) #12593
  • [c68ebe8436] - (SEMVER-MINOR) makefile: add async-hooks to test and test-ci (Trevor Norris) #12892
  • [e3e56f1d71] - (SEMVER-MINOR) test: adding tests for initHooks API (Thorsten Lorenz) #12892
  • [4a7233c178] - (SEMVER-MINOR) lib: implement async_hooks API in core (Trevor Norris) #12892
  • [7e3a3c962f] - (SEMVER-MINOR) async_hooks: initial async_hooks implementation (Trevor Norris) #12892
  • [c0bde73f1b] - (SEMVER-MINOR) src: implement native changes for async_hooks (Trevor Norris) #12892
  • [fe2df3b842] - (SEMVER-MINOR) async_wrap,src: add GetAsyncId() method (Trevor Norris) #12892
  • [f1ed19d98f] - (SEMVER-MINOR) async_wrap: use more specific providers (Trevor Norris) #12892
  • [d9f3ec8e09] - (SEMVER-MINOR) crypto: use named FunctionTemplate (Trevor Norris) #12892
  • [0432c6e91e] - (SEMVER-MINOR) async_wrap: use double, not int64_t, for async id (Trevor Norris) #12892
  • [732620cfe9] - (SEMVER-MINOR) test: remove unneeded tests (Trevor Norris) #12892
  • [4b9d84df51] - (SEMVER-MINOR) tty_wrap: throw when uv_tty_init() returns error (Trevor Norris) #12892
  • [dd20e68b0f] - (SEMVER-MINOR) process: add optional detail to process emitWarning (James M Snell) #12725
  • [d06eb530a1] - (SEMVER-MINOR) crypto: add randomFill and randomFillSync (Evan Lucas) #10209
  • [a46c43d21a] - (SEMVER-MINOR) util: add %i and %f formatting specifiers (Roman Reiss) #10308
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment