Skip to content

Instantly share code, notes, and snippets.

@ruyadorno
Last active November 24, 2020 21:47
Show Gist options
  • Save ruyadorno/2943786b5594f944cb4e48dad147d6a9 to your computer and use it in GitHub Desktop.
Save ruyadorno/2943786b5594f944cb4e48dad147d6a9 to your computer and use it in GitHub Desktop.
branch-diff v14.x-staging upstream/v15.x --exclude-label semver-major,semver-minor,dont-land-on-v14.x,backport-requested-v14.x,backported-to-v14.x,backport-blocked-v14.x,backport-open-v14.x,baking-for-lts --filter-release
  • [df211208c0] - test: add missing test coverage for setLocalAddress() (Rich Trott) #36039
  • [b1f5518a0a] - doc: fix events.getEventListeners example (Dmitry Semigradsky) #36085
  • [f5191f5bd2] - test: remove flaky designation for fixed test (Rich Trott) #35961
  • [a2f652f7c5] - test: move test-worker-eventlooputil to sequential (Rich Trott) #35996
  • [b0b43b27d6] - test: fix unreliable test-fs-write-file.js (Rich Trott) #36102
  • [b477447a55] - doc: fix added: info for stream.\_construct() (Luigi Pinca) #36067
  • [9774b4cc72] - stream: fix thrown object reference (Gil Pedersen) #36065
  • [dcb27600da] - doc: escape asterisk in cctest gtest-filter (raisinten) #36034
  • [fdae9ad188] - test: fix races in test-performance-eventlooputil (Gerhard Stoebich) #36028
  • [923276ca53] - doc: move v8.getHeapCodeStatistics() (Rich Trott) #36027
  • [6ac9c8f31b] - build, tools: look for local installation of NASM (Richard Lau) #36014
  • [359a6590b0] - stream: writableNeedDrain (Robert Nagy) #35348
  • [0d7422651b] - crypto: refactor to use more primordials (Antoine du Hamel) #36012
  • [10c9ea771d] - build: fix zlib inlining for IA-32 (raisinten) #35679
  • [f8098c3e43] - tools,lib: recommend using safe primordials (Antoine du Hamel) #36026
  • [7a375902ff] - module: refactor to use more primordials (Antoine du Hamel) #36024
  • [7ef9c707e9] - fs: replace finally with PromisePrototypeFinally (Baruch Odem (Rothkoff)) #35995
  • [292915a6a8] - bootstrap: refactor to use more primordials (Antoine du Hamel) #35999
  • [f73b8d84db] - test: improve error message for policy failures (Bradley Meck) #35633
  • [36c20d939a] - doc,stream: write(chunk, encoding, cb) encoding can be null (dev-script) #35372
  • [11f592450b] - http2: add has method to proxySocketHandler (masx200) #35197
  • [71fa9c6b24] - doc: add note regarding file structure in src/README.md (Denys Otrishko) #35000
  • [d6bd78ff82] - doc,net: document socket.timeout (Brandon Kobel) #34543
  • [99cb36238d] - doc: advise users to import the full set of trusted release keys (Reşat SABIQ) #32655
  • [85cf30541d] - doc,fs: document value of stats.isDirectory on symbolic links (coderaiser) #27413
  • [eea7e3b0d0] - tools,lib: tighten prefer-primordials rules for Error statics (Antoine du Hamel) #36017
  • [4b03670877] - dns: fix trace_events name for resolveCaa() (Rich Trott) #35979
  • [7cb5c0911e] - deps: cherry-pick 9a49b22 from V8 upstream (Daniel Bevenius) #35939
  • [af2a560c42] - lib: add %TypedArray% abstract constructor to primordials (ExE Boss) #36016
  • [77e4f19701] - timers: cleanup abort listener on awaitable timers (James M Snell) #36006
  • [b7aa5e2296] - stream: remove isPromise utility function (Antoine du Hamel) #35925
  • [28ed7d062e] - http2: centralise socket event binding in Http2Session (Momtchil Momtchev) #35772
  • [429113ebfb] - http2: move events to the JSStreamSocket (Momtchil Momtchev) #35772
  • [06cc400160] - doc: fix crypto doc linter errors (Antoine du Hamel) #36035
  • [9c4b360d08] - doc,crypto: added sign/verify method changes about dsaEncoding (Filip Skokan) #35480
  • [ccbe267515] - fs: remove unnecessary Function#bind() in fs/promises (Ben Noordhuis) #35208
  • [9e673723e3] - events: fire handlers in correct oder (Benjamin Gruenbaum) #35931
  • [ff59fcdf7b] - events: define abort on prototype (Benjamin Gruenbaum) #35931
  • [ab0eb4f2c9] - events: support event handlers on prototypes (Benjamin Gruenbaum) #35931
  • [33e2ee58a7] - events: define event handler as enumerable (Benjamin Gruenbaum) #35931
  • [7a2edea7ed] - win, build: fix build time on Windows (Bartosz Sosnowski) #35932
  • [a7350b3a8f] - tools: don't print gold linker warning w/o flag (Myles Borins) #35955
  • [1f27214480] - tools: add new ESLint rule: prefer-primordials (Leko) #35448
  • [6011bfdec5] - fs: remove unused assignment (Rich Trott) #35882
  • [9d9a044c1b] - benchmark: ignore build artifacts for napi addons (Richard Lau) #35970
  • [da3c2ab828] - tools,doc: enable ecmaVersion 2021 in acorn parser (Antoine du Hamel) #35994
  • [9d26c4d496] - domain: refactor to use more primordials (Antoine du Hamel) #35885
  • [8d76db86b5] - module: refactor to use iterable-weak-map (Benjamin Coe) #35915
  • [1dd744a420] - http2: fix error stream write followed by destroy (David Halls) #35951
  • [cb6f0d3d89] - test: update old comment style test_util.cc (raisinten) #35884
  • [01129a7b39] - doc: revise v8.getHeapSnapshot() (Rich Trott) #35849
  • [77d33c9b2f] - doc: update core-validate-commit link in guide (Daijiro Wachi) #35938
  • [a7d0c76f86] - events: support emit on nodeeventtarget (Benjamin Gruenbaum) #35851
  • [76332a0439] - events: port some wpt tests (Benjamin Gruenbaum) #33621
  • [d83e253065] - errors: refactor to use more primordials (Antoine du Hamel) #35944
  • [b700900d02] - lib: refactor to use more primordials (Antoine du Hamel) #35875
  • [9757b47c44] - console: use more primordials (Antoine du Hamel) #35734
  • [dc4936ba50] - crypto: fix comment in ByteSource (Tobias Nießen) #35972
  • [6d56ba03e2] - doc: update benchmark CI test indicator in README (Rich Trott) #35945
  • [23f0d0c45c] - test: fix error in test/internet/test-dns.js (Rich Trott) #35969
  • [8bd364a9b3] - doc: add new wordings to the API description (Pooja D.P) #35588
  • [acd3617e1a] - doc: option --prof documentation help added (krank2me) #34991
  • [4c6de854be] - benchmark: remove modules that require intl (Richard Lau) #35968
  • [9b6512f7de] - n-api: unlink reference during its destructor (Gabriel Schulhof) #35933
  • [1b277d97f3] - src: remove ERR prefix in crypto status enums (Daniel Bevenius) #35867
  • [6968b0fd49] - doc: fix release-schedule link in backport guide (Daijiro Wachi) #35920
  • [efbfeff62b] - doc: fix incorrect heading level (Bryan Field) #35965
  • [0ebf44b466] - crypto: pass empty passphrases to OpenSSL properly (Tobias Nießen) #35914
  • [2868f52a5c] - stream: fix regression on duplex end (Momtchil Momtchev) #35941
  • [5d61e3db4b] - test: add missing ref comments to parallel.status (Rich Trott) #35896
  • [231af88001] - test: correct test-worker-eventlooputil (Gerhard Stoebich) #35891
  • [76ebae4c05] - benchmark: make the benchmark tool work with Node 10 (Joyee Cheung) #35817
  • [9b549c1691] - benchmark: add startup benchmark for loading public modules (Joyee Cheung) #35816
  • [fb7196434e] - src: remove redundant OpenSSLBuffer (James M Snell) #35663
  • [1cdfaa80f8] - events: add a few tests (Benjamin Gruenbaum) #35806
  • [fd027cd61a] - tools: bump remark-lint-preset-node to 2.0.0 (Rich Trott) #35905
  • [7937fbe3bc] - doc: update tables in README files for linting changes (Rich Trott) #35905
  • [c5b94220c5] - doc: temporarily disable list-item-bullet-indent (Nick Schonning) #35647
  • [59b36af8d5] - doc: disable no-undefined-references workarounds (Nick Schonning) #35647
  • [eb55462a75] - doc: adjust table alignment for remark v13 (Nick Schonning) #35647
  • [7c8b5e5e0e] - errors: do not call resolve on URLs with schemes (Benjamin Coe) #35903
  • [b11c7378e3] - build: fix lint-js-fix target (Antoine du Hamel) #35927
  • [c09fdba786] - tools: refloat 7 Node.js patches to cpplint.py (Rich Trott) #35866
  • [3955ccd305] - tools: bump cpplint to 1.5.1 (Rich Trott) #35866
  • [0ac4a6ab16] - doc: update crypto.createSecretKey history (Ben Turner) #35874
  • [4899998855] - doc: move bnoordhuis to emeritus (Ben Noordhuis) #35865
  • [da612dfc20] - test: integrate abort_controller tests from wpt (Daijiro Wachi) #35869
  • [d2f574b5be] - lib: let abort_controller target be EventTarget (Daijiro Wachi) #35869
  • [a07d1af4ea] - tools: update ESLint to 7.12.1 (Colin Ihrig) #35799
  • [d20b318c58] - tools: update ESLint to 7.12.0 (Colin Ihrig) #35799
  • [66ad4be2c1] - test: add test to fs/promises setImmediate (tyankatsu) #35852
  • [644c416389] - crypto: rename check to createJob (Daniel Bevenius) #35858
  • [337bfcf614] - doc: add on statement in the APIs docs (Pooja D.P) #35610
  • [830b789299] - test: mark test-worker-eventlooputil flaky (Myles Borins) #35886
  • [102d7dfe02] - zlib: test BrotliCompress throws invalid arg value (raisinten) #35830
  • [d16e2fa69a] - n-api: napi_make_callback emit async init with resource of async_context (legendecas) #32930
  • [7691b673dc] - test: mark test-http2-respond-file-error-pipe-offset flaky (Myles Borins) #35883
  • [d95013f399] - assert,repl: enable ecmaVersion 2021 in acorn parser (Michaël Zasso) #35827
  • [de3dcd7356] - test: fix reference to WPT testharness.js (Tobias Nießen) #35814
  • [9703219fdb] - doc: fix a typo in CHANGELOG_V15 (Takuya Noguchi) #35804
  • [c14889bcc1] - doc: move ronkorving to emeritus (Rich Trott) #35828
  • [4447ff1162] - build,tools: gitHub Actions: use Node.js Fermium (Antoine du Hamel) #35840
  • [b1e531a70b] - lib: use primordials when calling methods of Error (Antoine du Hamel) #35837
  • [79a8fb62e6] - crypto: fixup scrypt regressions (James M Snell) #35821
  • [8c2b17926c] - doc: recommend test-doc instead of lint-md (Antoine du Hamel) #35708
  • [a5fa849631] - build: add vcbuilt test-doc target (Antoine du Hamel) #35708
  • [273e147017] - build,tools: add lint-js-doc target (Antoine du Hamel) #35708
  • [abd7c9447c] - crypto: fix webcrypto ECDH JWK import (Filip Skokan) #35855
  • [0580258449] - doc: fix reference to googletest test fixture (Tobias Nießen) #35813
  • [31753ec8aa] - tools: add msvc /P output to .gitignore (Jiawen Geng) #35735
  • [8958af4aa0] - test: add onerror test cases to policy (Daijiro Wachi) #35797
  • [afb3e24cb0] - tools: add update-npm script (Myles Borins) #35822
  • [5e8d821b4c] - doc: add conditional example for setBreakpoint() (Chris Opperwall) #35823
  • [dd3cbb455a] - test: add upstream test cases to encoding (Daijiro Wachi) #35794
  • [f08e2c0213] - events: make abort_controller event trusted (Benjamin Gruenbaum) #35811
  • [438d9debfd] - events: make eventTarget.removeAllListeners() return this (Luigi Pinca) #35805
  • [8074f69f82] - doc: make small improvements to REPL doc (Rich Trott) #35808
  • [ee15142fef] - tls: allow reading data into a static buffer (Andrey Pechkurov) #35753
  • [4e76a3c106] - doc: update MessagePort documentation for EventTarget inheritance (Anna Henningsen) #35839
  • [c9225789d3] - src: remove ERR prefix in WebCryptoKeyExportStatus (Daniel Bevenius) #35639
  • [3db4354cc8] - doc: use case-sensitive in the example (Pooja D.P) #35624
  • [092c6c4f8f] - doc,test: update v8 method doc and comment (Rich Trott) #35795
  • [b07f4a3f7a] - doc: consolidate and clarify breakOnSigInt text (Rich Trott) #35787
  • [b6b7a3b86a] - http: lazy create IncomingMessage.headers (Robert Nagy) #35281
  • [c2e6a4b081] - doc: fix _construct example params order (Alejandro Oviedo Garcia) #35790
  • [6513a589fe] - doc: add a subsystems header in pull-requests.md (Pooja D.P) #35718
  • [52a77db759] - deps: update acorn to v8.0.4 (Michaël Zasso) #35791
  • [c365867c60] - doc: fix typo in BUILDING.md (raisinten) #35807
  • [4b8b5fee6a] - src: use MaybeLocal.ToLocal instead of IsEmpty (Daniel Bevenius) #35716
  • [6211ffd2f7] - doc: add require statement in the example (Pooja D.P) #35554
  • [7b3743d8dd] - doc: modified memory set statement set size (Pooja D.P) #35517
  • [34281cdaba] - build: turn off Codecov comments (Benjamin Coe) #35800
  • [afbe23d800] - doc: use kbd element in readline doc prose (Rich Trott) #35737
  • [c0a4fac040] - doc: fix a typo in CHANGELOG_V12 (Shubham Parihar) #35786
  • [110ef8aa50] - test: refactor coverage logic (Benjamin Coe) #35767
  • [0e9acf83f7] - doc: fix header level in fs.md (ax1) #35771
  • [f49afb5e10] - doc: remove stability warning in v8 module doc (Rich Trott) #35774
  • [368ae952b2] - doc: mark optional parameters in timers.md (Vse Mozhe Buty) #35764
  • [70c41a830d] - stream: remove redundant context from comments (Yash Ladha) #35728
  • [a41e3ebc3a] - timers: correct explanation in comment (Turner Jabbour) #35437
  • [f6aa7c82c5] - doc: add a example code to API doc property (Pooja D.P) #35738
  • [86ed87b6b7] - http2: fix reinjection check (Momtchil Momtchev) #35678
  • [5833007eb0] - http2: reinject data received before http2 is attached (Momtchil Momtchev) #35678
  • [cfe61b8714] - http2: remove unsupported %.* specifier (Momtchil Momtchev) #35694
  • [0c5e8ed651] - test: add additional deprecation warning tests for rmdir recursive (Ian Sutherland) #35683
  • [4b7708a316] - doc: update console.error example (Lee, Bonggi) #34964
  • [890b03ecd6] - doc: improve text for breakOnSigint (Rich Trott) #35692
  • [1892532ee8] - doc: this prints replaced with this is printed (Pooja D.P) #35515
  • [88eb6191e4] - stream: fix duplicate logic in stream destroy (Yash Ladha) #35727
  • [6590f8cb4a] - doc: update package.json field definitions (Myles Borins) #35741
  • [66da122d46] - tools: refloat 7 Node.js patches to cpplint.py (Rich Trott) #35719
  • [042d4dd71c] - tools: bump cpplint to 1.5.0 (Rich Trott) #35719
  • [564aadedac] - doc,src,test: revise C++ code for linter update (Rich Trott) #35719
  • [05a888a8c3] - doc,esm: document experimental warning removal (Antoine du Hamel) #35750
  • [f269c6cbe2] - doc: add Installing Node.js header in BUILDING.md (Pooja D.P) #35710
  • [a9c09246bb] - build: add license-builder GitHub Action (Tierney Cyren) #35712
  • [11eca36e83] - test: add windows and C++ coverage (Benjamin Coe) #35670
  • [894419c1f4] - deps: V8: backport 4263f8a5e8e0 (Brian 'bdougie' Douglas) #35650
  • [595c8df48d] - deps: upgrade npm to 7.0.3 (Ruy Adorno) #35724
  • [6a7a61be7c] - src: mark/pop OpenSSL errors in NewRootCertStore (Daniel Bevenius) #35514
  • [c509485c19] - build: use make functions instead of echo (Antoine du Hamel) #35707
  • [b78294dc00] - doc: use kbd element in readline doc (Rich Trott) #35698
  • [f5acc2d030] - crypto: fix regression on randomFillSync (James M Snell) #35723
  • [1efa87082b] - doc: add release key for Danielle Adams (Danielle Adams) #35545
  • [d54edece99] - test: refactor test-crypto-pbkdf2 (Tobias Nießen) #35693
  • [6e91d644e3] - doc: use kbd element in os doc (Rich Trott) #35656
  • [5a48a7b6f8] - doc: add a statement in the documentation. (Pooja D.P) #35585
  • [11f1ad939f] - module: only try to enrich CJS syntax errors (Michaël Zasso) #35691
  • [5b2c263ba8] - deps: fix typo in zlib.gyp that break arm-fpu-neon build (lucasg) #35659
  • [2b3acc44f0] - src: large pages support in illumos/solaris systems (David Carlier) #34320
  • [1103b15af6] - doc: fix YAML lint error on master (Rich Trott) #35709
  • [7798e59e98] - doc: upgrade stability status of report API (Gireesh Punathil) #35654
  • [ce03a182cf] - doc: clarify experimental API elements in vm.md (Rich Trott) #35594
  • [fbe33aa52e] - tools: bump remark-lint-preset-node to 1.17.1 (Rich Trott) #35668
  • [89defff3b9] - doc: correct order of metadata for deprecation (Rich Trott) #35668
  • [ee85eb9f8a] - doc: importModuleDynamically gets Script, not Module (Simen Bekkhus) #35593
  • [9ce5a03148] - test: add test for listen callback runtime binding (H Adinarayana) #35657
  • [bb2945ed6b] - build: add GitHub Action for code coverage (Benjamin Coe) #35653
  • [a3731309cc] - test: refactor test-https-host-headers (himself65) #32805
  • [30fb4a015d] - test: add common.mustSucceed (Tobias Nießen) #35086
  • [9e5a27a9d3] - doc: fix EventEmitter examples (Sourav Shaw) #33513
  • [7f25fe8b67] - fs: remove unused assignment (Rich Trott) #35642
  • [2c2c87e291] - doc: fix stability indicator in webcrypto doc (Rich Trott) #35672
  • [cfbbeea4a1] - build: use GITHUB_ENV file to set env variables (Michaël Zasso) #35638
  • [8a93b371a3] - build: do not install jq in workflows (Michaël Zasso) #35638
  • [bfc906906f] - src: combine TLSWrap/SSLWrap (James M Snell) #35552
  • [6751b6dc3d] - test: check for AbortController existence (James M Snell) #35616
  • [f59d4e05a2] - doc: add example code for process.getgroups() (Pooja D.P) #35625
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment