Skip to content

Instantly share code, notes, and snippets.

@gibfahn
Last active January 26, 2018 17:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gibfahn/625d3a6d4405f7d1f4cdccfce3d297a4 to your computer and use it in GitHub Desktop.
Save gibfahn/625d3a6d4405f7d1f4cdccfce3d297a4 to your computer and use it in GitHub Desktop.
branch-diff v8.x-staging DANGER/v9.x --exclude-label semver-major,dont-land-on-v8.x,backport-requested-v8.x,backported-to-v8.x,semver-minor --filter-release --release
  • [1ad7df6acc] - http2: use aliased buffer for perf stats, add stats ( James M Snell) #18020
  • [ef317014e2] - doc: compact eslint directives in common/README ( Vse Mozhet Byt) #17971
  • [b817a8a6b2] - lib: enable dot-notation eslint rule ( Anatoli Papirovski) #18007
  • [bb9219bd19] - src: update make for new code coverage locations ( Michael Dawson) #17987
  • [b593d946e4] - doc: re-alphabetise sections in common/README.md ( Vse Mozhet Byt) #17971
  • [3bcdb3b996] - doc: fix code nits in common/README ( Vse Mozhet Byt) #17971
  • [aa7519095c] - src: remove duplicate words in comments ( Tobias Nießen) #17939
  • [0e116a01c8] - perf_hooks: fix scheduling regression ( Anatoli Papirovski) #18051
  • [1181ff7ecc] - doc: correct spelling ( sreepurnajasti) #17911
  • [6a67dfd927] - http2: verify flood error and unsolicited frames ( James M Snell) #17969
  • [6839283403] - http2: verify that a dependency cycle may exist ( James M Snell) #17968
  • [865da60e75] - http2: implement maxSessionMemory ( James M Snell) #17967
  • [f9c84c557f] - src: silence http2 -Wunused-result warnings ( cjihrig) #17954
  • [46f39b590b] - doc: add docs for common/http2.js utility ( James M Snell) #17942
  • [f17a5b92dc] - http2: properly handle already closed stream error ( James M Snell) #17942
  • [79d3198b7f] - http2: add aligned padding strategy ( James M Snell) #17938
  • [2b6a5d90bd] - http2: add initial support for originSet ( James M Snell) #17935
  • [3997617869] - tls: set servername on client side too ( James M Snell) #17935
  • [9ad7a9a333] - http2: add altsvc support ( James M Snell) #17917
  • [e7a727e9ba] - http2: strictly limit number on concurrent streams ( James M Snell) #16766
  • [a003ded7fb] - http2: remove duplicate words in comments ( Tobias Nießen) #17939
  • [1b7ce1ea02] - http2: implement ref() and unref() on client sessions ( Kelvin Jin) #17620
  • [b8deb7522f] - http2: keep session objects alive during Http2Scope ( Anna Henningsen) #17863
  • [e3c567f05b] - http2: fix compiling with --debug-http2 ( Anna Henningsen) #17863
  • [3a6b2ad19a] - http2: convert Http2Settings to an AsyncWrap ( James M Snell) #17763
  • [bfc7e014cc] - http2: refactor outgoing write mechanism ( Anna Henningsen) #17718
  • [9592691d56] - http2: remove redundant write indirection ( Anna Henningsen) #17718
  • [5abb60933e] - http2: cleanup Http2Stream/Http2Session destroy ( James M Snell) #17406
  • [f699a74e66] - http2: be sure to destroy the Http2Stream ( James M Snell) #17406
  • [30e75e601b] - http2: only schedule write when necessary ( Anna Henningsen) #17183
  • [d06ad0d4f0] - http2: don't call into JS from GC ( Anna Henningsen) #17183
  • [7e680807f8] - src: add optional keep-alive object to SetImmediate ( Anna Henningsen) #17183
  • [83c725dc73] - doc: updates examples to use NULL ( Michael Dawson) #18008
  • [224033db56] - build: put .PHONY directly before its target ( Oky Antoro) #17964
  • [98dc554a2a] - src: inline HostentToAddresses() ( Ben Noordhuis) #17860
  • [87b336a2e5] - src: remove unused GetHostByNameWrap ( Ben Noordhuis) #17860
  • [2d857ed7c8] - build: remove duplicate async-hooks and known_issues test runs ( Rich Trott) #17912
  • [5df8c76ea9] - deps: update nghttp2 to 1.29.0 ( James M Snell) #17908
  • [ef533c99ba] - test: add hasCrypto when using binding('crypto') ( Daniel Bevenius) #17867
  • [c91a7c09ae] - tools: add check for using process.binding crypto ( Daniel Bevenius) #17867
  • [26fbb0f78a] - doc: use consistent new lines ( Ruben Bridgewater) #17722
  • [a63d3c514d] - doc: update formatting to fit our 80 chars rule ( Ruben Bridgewater) #17722
  • [ca35d08291] - test: remove ambiguous error messages from test_error ( Nicholas Drane) #17812
  • [ee4cbac52b] - test: fix unreliable async-hooks/test-signalwrap ( Rich Trott) #17827
  • [2d61b9eb9f] - lib, src: use process.config instead of regex ( Jon Moss) #17814
  • [7153434fae] - crypto: reuse variable instead of reevaluation ( Tobias Nießen) #17735
  • [b1a8ac7774] - doc: remove old console note ( Ruben Bridgewater) #17707
  • [28283efd89] - console: order functions and remove \n\n ( Ruben Bridgewater) #17707
  • [27227cf4c7] - benchmark: refactor console benchmark ( Ruben Bridgewater) #17707
  • [41e2bb185d] - console: make variables and checks stricter ( Ruben Bridgewater) #17707
  • [0573c0fb23] - console: make error handling engine agnostic ( Ruben Bridgewater) #17707
  • [f18d826660] - http2: simplify onSelectPadding ( Anna Henningsen) #17717
  • [dd9d07caa7] - doc: remove unused link definition ( Jon Moss) #17741
  • [79a283307a] - n-api: fix memory leak in napi_async_destroy() ( alnyan) #17714
  • [861f6adb70] - doc: some fs doc improvements ( James M Snell) #17692
  • [305dd5671c] - test: add test for postmortem metadata validation ( cjihrig) #17685
  • [a93ed5c282] - src: replace SetAccessor w/ SetAccessorProperty ( Jure Triglav) #17665
  • [d84d9be6ef] - src: rename On* -> Emit* for stream callbacks ( Anna Henningsen) #17701
  • [ec443c3430] - assert: fix .throws operator ( Ruben Bridgewater) #17575
  • [ed7f59a1ee] - url: added url fragment lookup table ( Hakan Kimeiga) #17627
  • [b1fd50a773] - test: remove literals that obscure assert messages ( Rich Trott) #17642
  • [97eaaf907f] - test: remove unused disposed_ variable ( Daniel Bevenius) #17628
  • [dfb9b5e83a] - crypto: move node_crypto_clienthello-inl.h to cc ( Daniel Bevenius) #17606
  • [cc683bd0cb] - test: expand test-https-keep-alive-large-write ( Anna Henningsen) #17564
  • [008336c920] - src: minor refactoring to StreamBase writes ( Anna Henningsen) #17564
  • [7ed9e5de39] - src: remove StreamResourc::Cast() ( Anna Henningsen) #17564
  • [28ef3de2ba] - url: added space to class string of iterator objects ( Haejin Jo) #17558
  • [d879b63077] - src: make FSEventWrap/StatWatcher::Start more robust ( Timothy Gu) #17432
  • [6ba00b8d48] - src: refactor and harden ProcessEmitWarning() ( Anna Henningsen) #17420
  • [5cd08d3a59] - test: add unhandled rejection guard ( babygoat) #17275
  • [5514330406] - tls: use correct class name in deprecation message ( Anna Henningsen) #17561
  • [6bd0aff092] - src: remove unused variable in node_contextify ( Daniel Bevenius) #17491
  • [e2767114ff] - vm: never abort on caught syntax error ( Anna Henningsen) #17394
  • [df6acf9a84] - src: remove tracking for exception arrow data ( Anna Henningsen) #17394
  • [1a84005150] - doc,test: mention Duplex support for TLS ( Anna Henningsen) #17599
  • [e58a5ca854] - net: remove Socket.prototype.listen ( Ruben Bridgewater) #13735
  • [89964183c0] - tools: don't lint-md as part of main lint target ( Refael Ackermann) #17587
  • [4a5e32206a] - crypto: remove BIO_set_shutdown ( Daniel Bevenius) #17542
  • [e57af5aada] - tools: lint for additional strings in docs ( Rich Trott) #17492
  • [8a17b7b6f3] - doc: use correct and consistent typography for products ( Rich Trott) #17492
  • [89d31ee048] - timers: improvements to TimersList management ( Anatoli Papirovski) #17429
  • [5fc1e27e98] - build, win: faster Release rebuilds ( Bartosz Sosnowski) #17393
  • [a159a2c6ac] - process: slight refinements to nextTick ( Anatoli Papirovski) #17421
  • [026f76024b] - dns: fix crash while setting server during query ( XadillaX) #14891
  • [8c81ba0b1c] - test: remove common.PORT from parallel tests ( Rich Trott) #17410
  • [40acda2e6b] - src: use uv_os_getpid() to get process id ( cjihrig) #17415
  • [8336e4f88e] - test: add test case for process.dlopen with undefined ( Leko) #17343
  • [f0608814af] - test: add test case for throwing an exception with vm.Script ( Leko) #17343
  • [419cde79b1] - src: use non-deprecated versions of -\>To*() utils ( Leko) #17343
  • [87c885bd44] - build,win,msi: support WiX with VS2017 ( João Reis) #17101
  • [4667c5e720] - src: start heap object tracking after platform is initialized ( Hannes Payer) #17249
  • [caff930d47] - module: replace default paths in require.resolve() ( cjihrig) #17113
  • [e9000901ca] - src: add missing include in node_platform.h ( Anna Henningsen) #17133
  • [24bb99a808] - deps: cherry-pick upstream ICU fix ( Mathias Bynens) #16931
  • [4387a73514] - src: remove superfluous check in backtrace_posix.cc ( Anna Henningsen) #16950
  • [a37eb32c32] - util: escaping object keys in util.inspect() ( buji) #16986
  • [16f181e3b9] - tools: bump remark-cli to 4.0 ( Refael Ackermann) #17028
  • [73295370cc] - doc: document fs.realpath.native() ( Ben Noordhuis) #17059
  • [2eec94489d] - Revert "build: for --enable-static, run only cctest" ( Daniel Bevenius) #14986
  • [a6b6acb68c] - http, stream: writeHWM -> writableHighWaterMark ( Matteo Collina) #17050
  • [7ac760b603] - src: fix SetClientCertEngine() nullptr dereference ( Ben Noordhuis) #16965
  • [4d0c70a6f6] - tools: speed up lint-md-build ( Refael Ackermann) #16945
  • [c2431d553b] - src: cancel pending delayed platform tasks on exit ( Anna Henningsen) #16700
  • [37a60a8c3c] - src: prepare v8 platform for multi-isolate support ( Anna Henningsen) #16700
  • [121245f25f] - test: add tls clientcertengine tests ( Rich Trott)
  • [7d49bd0045] - doc: add clientCertEngine to docs ( Rich Trott)
  • [33c1e8b3d5] - tls: implement clientCertEngine option ( joelostrowski)
  • [d6d461003f] - http, tls: better support for IPv6 addresses ( Mattias Holmlund) #14772
  • [766506a2e9] - repl: deprecate REPLServer.parseREPLKeyword ( Lance Ball)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment