{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":344071061,"defaultBranch":"main","name":"node","ownerLogin":"Flarna","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2021-03-03T09:28:05.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/18708370?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1714476934.0","currentOid":""},"activityList":{"items":[{"before":"383cc6354be537bdac9ae044f1e10e6f3e972a46","after":null,"ref":"refs/heads/inspector-rm-asyncwrap","pushedAt":"2024-04-30T11:35:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Flarna","name":"Gerhard Stöbich","path":"/Flarna","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18708370?s=80&v=4"}},{"before":"ec1550407bbb6da90cea50f3c1ea2ad96ec03392","after":"7c3dce0e4f296d863a3f9e4cdbadaee8b0280f79","ref":"refs/heads/main","pushedAt":"2024-04-30T11:33:18.000Z","pushType":"push","commitsCount":174,"pusher":{"login":"Flarna","name":"Gerhard Stöbich","path":"/Flarna","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18708370?s=80&v=4"},"commit":{"message":"test: mark `test-error-serdes` as flaky\n\nPR-URL: https://github.com/nodejs/node/pull/52739\nRefs: https://github.com/nodejs/node/issues/52630\nReviewed-By: Michaël Zasso \nReviewed-By: Richard Lau ","shortMessageHtmlLink":"test: mark test-error-serdes as flaky"}},{"before":"57d2e4881c9a7f9ac52d49d19d781dc455b2789d","after":"ec1550407bbb6da90cea50f3c1ea2ad96ec03392","ref":"refs/heads/main","pushedAt":"2024-04-05T10:09:19.000Z","pushType":"push","commitsCount":146,"pusher":{"login":"Flarna","name":"Gerhard Stöbich","path":"/Flarna","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18708370?s=80&v=4"},"commit":{"message":"src: stop using `v8::BackingStore::Reallocate`\n\nIt's being deprecated by V8.\nExplicitly allocate a new ArrayBuffer and copy the data when needed\ninstead.\n\nFixes: https://github.com/nodejs/node/issues/52234\nCo-authored-by: Joyee Cheung \nPR-URL: https://github.com/nodejs/node/pull/52292\nReviewed-By: Anna Henningsen \nReviewed-By: Tobias Nießen ","shortMessageHtmlLink":"src: stop using v8::BackingStore::Reallocate"}},{"before":"00dc6d9d97dcba61aa52ae2eb315ec8e2a81e1f8","after":"57d2e4881c9a7f9ac52d49d19d781dc455b2789d","ref":"refs/heads/main","pushedAt":"2024-03-13T18:01:00.000Z","pushType":"push","commitsCount":71,"pusher":{"login":"Flarna","name":"Gerhard Stöbich","path":"/Flarna","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18708370?s=80&v=4"},"commit":{"message":"doc: remove ArrayBuffer from crypto.hash() data parameter type\n\nPR-URL: https://github.com/nodejs/node/pull/52069\nReviewed-By: Antoine du Hamel \nReviewed-By: Marco Ippolito \nReviewed-By: Chengzhong Wu ","shortMessageHtmlLink":"doc: remove ArrayBuffer from crypto.hash() data parameter type"}},{"before":"fbf1fb3bed7015ed54c4019982d307f6cd302c4a","after":"00dc6d9d97dcba61aa52ae2eb315ec8e2a81e1f8","ref":"refs/heads/main","pushedAt":"2024-03-01T16:02:58.000Z","pushType":"push","commitsCount":175,"pusher":{"login":"Flarna","name":"Gerhard Stöbich","path":"/Flarna","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18708370?s=80&v=4"},"commit":{"message":"test_runner: improve `--test-name-pattern` to allow matching single test\n\nTry to match a test by name prefixed with all its ancestors\nto ensure uniqueness of the name\n\nFixes: https://github.com/nodejs/node/issues/46728\nPR-URL: https://github.com/nodejs/node/pull/51577\nReviewed-By: Moshe Atlow \nReviewed-By: Chemi Atlow \nReviewed-By: Benjamin Gruenbaum ","shortMessageHtmlLink":"test_runner: improve --test-name-pattern to allow matching single test"}},{"before":"94f824a19dd2bead7b3a3ca83f24417958d5e10d","after":"fbf1fb3bed7015ed54c4019982d307f6cd302c4a","ref":"refs/heads/main","pushedAt":"2024-01-19T14:49:45.000Z","pushType":"push","commitsCount":12,"pusher":{"login":"Flarna","name":"Gerhard Stöbich","path":"/Flarna","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18708370?s=80&v=4"},"commit":{"message":"test: add regression test for 51586\n\nSigned-off-by: Matteo Collina \nPR-URL: https://github.com/nodejs/node/pull/51491\nReviewed-By: Vinícius Lourenço Claro Cardoso \nReviewed-By: Marco Ippolito \nReviewed-By: Matthew Aitken \nReviewed-By: Rafael Gonzaga \nReviewed-By: Moshe Atlow \nReviewed-By: Franziska Hinkelmann \nReviewed-By: Benjamin Gruenbaum ","shortMessageHtmlLink":"test: add regression test for 51586"}},{"before":"7a216d5fd6331c98c117ef471d0c971c8d97f757","after":"94f824a19dd2bead7b3a3ca83f24417958d5e10d","ref":"refs/heads/main","pushedAt":"2024-01-15T10:47:52.000Z","pushType":"push","commitsCount":172,"pusher":{"login":"Flarna","name":"Gerhard Stöbich","path":"/Flarna","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18708370?s=80&v=4"},"commit":{"message":"lib: remove unnecessary refreshHrtimeBuffer()\n\nWe now serialize/deseialize the hrtime buffers properly instead of\nthrowing them away at serialization and creating new ones at\npre-execution, so there is no need to reset the variables to\nthe binding property at pre-execution time.\n\nPR-URL: https://github.com/nodejs/node/pull/51446\nRefs: https://github.com/nodejs/node/pull/48655\nReviewed-By: Vinícius Lourenço Claro Cardoso \nReviewed-By: Luigi Pinca \nReviewed-By: Jithil P Ponnan \nReviewed-By: Antoine du Hamel \nReviewed-By: Marco Ippolito ","shortMessageHtmlLink":"lib: remove unnecessary refreshHrtimeBuffer()"}},{"before":"9e87091311bcd077908a61e6e37c6375d0e8f874","after":"7a216d5fd6331c98c117ef471d0c971c8d97f757","ref":"refs/heads/main","pushedAt":"2023-12-19T08:36:35.000Z","pushType":"push","commitsCount":32,"pusher":{"login":"Flarna","name":"Gerhard Stöbich","path":"/Flarna","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18708370?s=80&v=4"},"commit":{"message":"node-api: segregate nogc APIs from rest via type system\n\nWe define a new type called `node_api_nogc_env` as the `const` version\nof `napi_env` and `node_api_nogc_finalize` as a variant of\n`napi_finalize` that accepts a `node_api_nogc_env` as its first\nargument.\n\nWe then modify those APIs which do not affect GC state as accepting a\n`node_api_nogc_env`. APIs accepting finalizer callbacks are modified to\naccept `node_api_nogc_finalize` callbacks. Thus, the only way to attach\na `napi_finalize` callback, wherein Node-APIs affecting GC state may be\ncalled is to call `node_api_post_finalizer` from a\n`node_api_nogc_finalize` callback.\n\nIn keeping with the process of introducing new Node-APIs, this feature\nis guarded by `NAPI_EXPERIMENTAL`. Since this feature modifies APIs\nalready marked as stable, it is additionally guared by\n`NODE_API_EXPERIMENTAL_NOGC_ENV`, so as to provide a further buffer to\nadoption. Nevertheless, both guards must be removed upon releasing a\nnew version of Node-API.\n\nPR-URL: https://github.com/nodejs/node/pull/50060\nReviewed-By: Chengzhong Wu \nReviewed-By: Vladimir Morozov \nReviewed-By: Michael Dawson ","shortMessageHtmlLink":"node-api: segregate nogc APIs from rest via type system"}},{"before":"bca256a2146f6c24d1f86a4f91c81d7984d699f3","after":"383cc6354be537bdac9ae044f1e10e6f3e972a46","ref":"refs/heads/inspector-rm-asyncwrap","pushedAt":"2023-12-14T14:26:53.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Flarna","name":"Gerhard Stöbich","path":"/Flarna","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18708370?s=80&v=4"},"commit":{"message":"inspector: do not inherit asyncwrap","shortMessageHtmlLink":"inspector: do not inherit asyncwrap"}},{"before":null,"after":"bca256a2146f6c24d1f86a4f91c81d7984d699f3","ref":"refs/heads/inspector-rm-asyncwrap","pushedAt":"2023-12-14T14:03:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Flarna","name":"Gerhard Stöbich","path":"/Flarna","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18708370?s=80&v=4"},"commit":{"message":"inspector: do not inherit asyncwrap","shortMessageHtmlLink":"inspector: do not inherit asyncwrap"}},{"before":"ac9e594e3224363691e1d5aecd291af3137d832a","after":"9e87091311bcd077908a61e6e37c6375d0e8f874","ref":"refs/heads/main","pushedAt":"2023-12-11T21:02:16.000Z","pushType":"push","commitsCount":23,"pusher":{"login":"Flarna","name":"Gerhard Stöbich","path":"/Flarna","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18708370?s=80&v=4"},"commit":{"message":"src: fix double free reported by coverity\n\nFix double free reported by coverity. ToBufferEndian()\nin node_i18n.cc was the only caller of Buffer::New() passing\nin a MaybeStackBuffer. Coverity reported a double free\nbecause there were paths in which the src buffer would\nbe deleted by both the destruction of the MaybeStackBuffer and\nby the Buffer which was done even in failure cases for\nBuffer::New().\n\nSigned-off-by: Michael Dawson \nPR-URL: https://github.com/nodejs/node/pull/51046\nReviewed-By: James M Snell ","shortMessageHtmlLink":"src: fix double free reported by coverity"}},{"before":"cf1b0708d64dc657dc46c1286e05e14a15462c30","after":null,"ref":"refs/heads/gst/diag-channel-trace-callback","pushedAt":"2023-12-08T22:26:48.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Flarna","name":"Gerhard Stöbich","path":"/Flarna","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18708370?s=80&v=4"}},{"before":"1559cd8f9f8140bb622d7438caa0d0fd5ef3128b","after":"cf1b0708d64dc657dc46c1286e05e14a15462c30","ref":"refs/heads/gst/diag-channel-trace-callback","pushedAt":"2023-12-06T09:20:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Flarna","name":"Gerhard Stöbich","path":"/Flarna","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18708370?s=80&v=4"},"commit":{"message":"fix typo\n\nCo-authored-by: Stephen Belanger ","shortMessageHtmlLink":"fix typo"}},{"before":"e1e19b5da6a84dfef97529193f16c5f607345a82","after":"1559cd8f9f8140bb622d7438caa0d0fd5ef3128b","ref":"refs/heads/gst/diag-channel-trace-callback","pushedAt":"2023-12-06T07:58:22.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Flarna","name":"Gerhard Stöbich","path":"/Flarna","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18708370?s=80&v=4"},"commit":{"message":"doc: correct tracingChannel.traceCallback()\n\ntracingChannel.traceCallback() requires a callback otherwise it throws\nand invalid argument error. As a result arguments are not optional.\n\nCorrect the documentation to reflect that arguments are not optional.\n\nBesides that correct description regarding signaling of errors.\n\nRemove an unneeded null check in wrappedCallback() which can't happen\nbecause it's validated that callback is of type function.","shortMessageHtmlLink":"doc: correct tracingChannel.traceCallback()"}},{"before":"481f14527ddbb01f0a17d79a0d25312bc957fa19","after":"e1e19b5da6a84dfef97529193f16c5f607345a82","ref":"refs/heads/gst/diag-channel-trace-callback","pushedAt":"2023-12-06T07:48:47.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Flarna","name":"Gerhard Stöbich","path":"/Flarna","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18708370?s=80&v=4"},"commit":{"message":"doc: correct tracingChannel.traceCallback()\n\ntracingChannel.traceCallback() requires a callback otherwise it throws\nand invalid argument error. As a result arguments are not optional.\n\nCorrect the documentation to reflect that arguments are not options.\n\nBesides that correct description regarding signaling of errors.\n\nRemove an unneeded null check in wrappedCallback() which can't happen\nbecause it's validated that callback is of type function.","shortMessageHtmlLink":"doc: correct tracingChannel.traceCallback()"}},{"before":null,"after":"481f14527ddbb01f0a17d79a0d25312bc957fa19","ref":"refs/heads/gst/diag-channel-trace-callback","pushedAt":"2023-12-06T07:43:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Flarna","name":"Gerhard Stöbich","path":"/Flarna","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18708370?s=80&v=4"},"commit":{"message":"doc: correct tracingChannel.traceCallback()\n\ntracingChannel.traceCallback() requires a callback otherwise it throws and\ninvalid argument error. As a result arguments are not optional.\n\nCorrect the documentation to reflect that arguments are not options.\n\nBesides that correct description regarding signaling of errors.\n\nRemove an unneeded null check in wrappedCallback() which can't happen because\nit's validated that callback is of type function.","shortMessageHtmlLink":"doc: correct tracingChannel.traceCallback()"}},{"before":"ecf0330bbe324931c3918cb4e6354ecf38cc06ef","after":"ac9e594e3224363691e1d5aecd291af3137d832a","ref":"refs/heads/main","pushedAt":"2023-12-06T06:53:41.000Z","pushType":"push","commitsCount":291,"pusher":{"login":"Flarna","name":"Gerhard Stöbich","path":"/Flarna","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18708370?s=80&v=4"},"commit":{"message":"deps: update simdjson to v3.6.2\n\nPR-URL: https://github.com/nodejs/node/pull/50986\nReviewed-By: Geoffrey Booth \nReviewed-By: Marco Ippolito ","shortMessageHtmlLink":"deps: update simdjson to v3.6.2"}},{"before":"e11d7dae766f24fa0b0f7ab64b9b23337af5173a","after":null,"ref":"refs/heads/http-doc-rm-examples","pushedAt":"2023-10-30T16:45:27.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Flarna","name":"Gerhard Stöbich","path":"/Flarna","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18708370?s=80&v=4"}},{"before":null,"after":"e11d7dae766f24fa0b0f7ab64b9b23337af5173a","ref":"refs/heads/http-doc-rm-examples","pushedAt":"2023-10-30T12:06:06.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Flarna","name":"Gerhard Stöbich","path":"/Flarna","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18708370?s=80&v=4"},"commit":{"message":"doc: remove duplicate word","shortMessageHtmlLink":"doc: remove duplicate word"}},{"before":"a9b25356c0d651965b71ccd7802dfa373304deb8","after":"ecf0330bbe324931c3918cb4e6354ecf38cc06ef","ref":"refs/heads/main","pushedAt":"2023-10-30T09:53:13.000Z","pushType":"push","commitsCount":120,"pusher":{"login":"Flarna","name":"Gerhard Stöbich","path":"/Flarna","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18708370?s=80&v=4"},"commit":{"message":"tools: avoid npm install in deps installation\n\nPR-URL: https://github.com/nodejs/node/pull/50413\nRefs: https://github.com/nodejs/node/pull/49747\nReviewed-By: Yagiz Nizipli \nReviewed-By: Luigi Pinca \nReviewed-By: James M Snell ","shortMessageHtmlLink":"tools: avoid npm install in deps installation"}},{"before":"78a15702dd1bc03505ee130b0ad999ee292b6581","after":"a9b25356c0d651965b71ccd7802dfa373304deb8","ref":"refs/heads/main","pushedAt":"2023-10-18T14:55:24.000Z","pushType":"push","commitsCount":63,"pusher":{"login":"Flarna","name":"Gerhard Stöbich","path":"/Flarna","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18708370?s=80&v=4"},"commit":{"message":"esm: improve check for ESM syntax\n\nPR-URL: https://github.com/nodejs/node/pull/50127\nReviewed-By: Guy Bedford \nReviewed-By: Yagiz Nizipli \nReviewed-By: Jacob Smith \nReviewed-By: Antoine du Hamel ","shortMessageHtmlLink":"esm: improve check for ESM syntax"}},{"before":"0a2ab4c77c656660b2f6d5636a9b3bfdc9ca7cd1","after":"78a15702dd1bc03505ee130b0ad999ee292b6581","ref":"refs/heads/main","pushedAt":"2023-10-10T12:02:52.000Z","pushType":"push","commitsCount":276,"pusher":{"login":"Flarna","name":"Gerhard Stöbich","path":"/Flarna","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18708370?s=80&v=4"},"commit":{"message":"src: avoid making JSTransferable wrapper object weak\n\nJSTransferable wrapper object is a short-lived wrapper in the scope of\nthe serialization or the deserialization. Make the JSTransferable\nwrapper object pointer as a strongly-referenced detached BaseObjectPtr\nso that a JSTransferable wrapper object and its target object will never\nbe garbage-collected during a ser-des process, and the wrapper object\nwill be immediately destroyed when the process is completed.\n\nPR-URL: https://github.com/nodejs/node/pull/50026\nFixes: https://github.com/nodejs/node/issues/49852\nFixes: https://github.com/nodejs/node/issues/49844\nReviewed-By: Yagiz Nizipli \nReviewed-By: Matteo Collina ","shortMessageHtmlLink":"src: avoid making JSTransferable wrapper object weak"}},{"before":"fcf5de008a59229fe65a7b8e4e45fb4cfef4de81","after":"0a2ab4c77c656660b2f6d5636a9b3bfdc9ca7cd1","ref":"refs/heads/main","pushedAt":"2023-09-08T17:22:19.000Z","pushType":"push","commitsCount":70,"pusher":{"login":"Flarna","name":"Gerhard Stöbich","path":"/Flarna","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18708370?s=80&v=4"},"commit":{"message":"2023-09-08, Version 20.6.1 (Current)\n\nNotable changes:\n\nesm:\n * fix loading of CJS modules from ESM (Antoine du Hamel) https://github.com/nodejs/node/pull/49500\n\nPR-URL: https://github.com/nodejs/node/pull/49528","shortMessageHtmlLink":"2023-09-08, Version 20.6.1 (Current)"}},{"before":"f9fee9a8f41f9d6e04047fb71e80c95b50c927ed","after":"fcf5de008a59229fe65a7b8e4e45fb4cfef4de81","ref":"refs/heads/main","pushedAt":"2023-08-30T11:49:45.000Z","pushType":"push","commitsCount":266,"pusher":{"login":"Flarna","name":"Gerhard Stöbich","path":"/Flarna","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18708370?s=80&v=4"},"commit":{"message":"benchmark: use `tmpdir.resolve()`\n\nPR-URL: https://github.com/nodejs/node/pull/49137\nRefs: https://github.com/nodejs/node/pull/49079\nReviewed-By: Joyee Cheung ","shortMessageHtmlLink":"benchmark: use tmpdir.resolve()"}},{"before":"d312bd96d397c62164cf16fd539e3d2a88db384b","after":"f9fee9a8f41f9d6e04047fb71e80c95b50c927ed","ref":"refs/heads/main","pushedAt":"2023-07-13T13:25:52.000Z","pushType":"push","commitsCount":58,"pusher":{"login":"Flarna","name":"Gerhard Stöbich","path":"/Flarna","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18708370?s=80&v=4"},"commit":{"message":"doc: add atlowChemi to collaborators\n\nPR-URL: https://github.com/nodejs/node/pull/48757\nFixes: https://github.com/nodejs/node/issues/48603\nReviewed-By: Moshe Atlow \nReviewed-By: Antoine du Hamel ","shortMessageHtmlLink":"doc: add atlowChemi to collaborators"}},{"before":"e7646a5dc07823d07acda65dcccf4dc12dbc8d5c","after":"d312bd96d397c62164cf16fd539e3d2a88db384b","ref":"refs/heads/main","pushedAt":"2023-07-03T11:37:40.000Z","pushType":"push","commitsCount":82,"pusher":{"login":"Flarna","name":"Gerhard Stöbich","path":"/Flarna","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18708370?s=80&v=4"},"commit":{"message":"test_runner: fixed `test` shorthands return type\n\n`test.todo`, `test.only` and `test.skip` are expected to return the\nsame as `test`. This commit corrects the inconsistent behavior of\nthese shorthands.\n\nFixes: https://github.com/nodejs/node/issues/48557\nPR-URL: https://github.com/nodejs/node/pull/48555\nReviewed-By: Moshe Atlow ","shortMessageHtmlLink":"test_runner: fixed test shorthands return type"}},{"before":"0b3fcfcf351fba9f29234976eeec4afb09ae2cc0","after":"e7646a5dc07823d07acda65dcccf4dc12dbc8d5c","ref":"refs/heads/main","pushedAt":"2023-06-20T10:45:32.059Z","pushType":"push","commitsCount":270,"pusher":{"login":"Flarna","name":"Gerhard Stöbich","path":"/Flarna","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18708370?s=80&v=4"},"commit":{"message":"tools: replace sed with perl\n\nFor cross-platform compatibility use perl instead of sed.\n\nFixes: https://github.com/nodejs/node/issues/48496\nPR-URL: https://github.com/nodejs/node/pull/48499\nReviewed-By: Marco Ippolito \nReviewed-By: Richard Lau \nReviewed-By: Colin Ihrig \nReviewed-By: Mohammed Keyvanzadeh \nReviewed-By: Mestery \nReviewed-By: Rafael Gonzaga \nReviewed-By: James M Snell ","shortMessageHtmlLink":"tools: replace sed with perl"}},{"before":"5314148d8a290e895e57e2a69ce66fd6f0f89177","after":"0b3fcfcf351fba9f29234976eeec4afb09ae2cc0","ref":"refs/heads/main","pushedAt":"2023-05-08T16:53:50.000Z","pushType":"push","commitsCount":344,"pusher":{"login":"Flarna","name":"Gerhard Stöbich","path":"/Flarna","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18708370?s=80&v=4"},"commit":{"message":"quic: fix typo in endpoint.h\n\nPR-URL: https://github.com/nodejs/node/pull/47911\nReviewed-By: Moshe Atlow \nReviewed-By: Yagiz Nizipli \nReviewed-By: Deokjin Kim \nReviewed-By: Darshan Sen ","shortMessageHtmlLink":"quic: fix typo in endpoint.h"}},{"before":"ca5c6029fb0b9a303d2b81cda86fa58ac8728d09","after":"5314148d8a290e895e57e2a69ce66fd6f0f89177","ref":"refs/heads/main","pushedAt":"2023-03-29T08:58:32.352Z","pushType":"push","commitsCount":4,"pusher":{"login":"Flarna","name":"Gerhard Stöbich","path":"/Flarna","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18708370?s=80&v=4"},"commit":{"message":"tools: standardize base64 update\n\nPR-URL: https://github.com/nodejs/node/pull/47201\nRefs: https://github.com/nodejs/security-wg/issues/828\nReviewed-By: Rafael Gonzaga ","shortMessageHtmlLink":"tools: standardize base64 update"}},{"before":"0c460518e8c0728294cfbb5313d347a62856a2c5","after":"ca5c6029fb0b9a303d2b81cda86fa58ac8728d09","ref":"refs/heads/main","pushedAt":"2023-03-28T19:03:41.693Z","pushType":"push","commitsCount":121,"pusher":{"login":"Flarna","name":"Gerhard Stöbich","path":"/Flarna","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18708370?s=80&v=4"},"commit":{"message":"deps: V8: cherry-pick 3e4952cb2a59\n\nOriginal commit message:\n\n [test] fix uninitialized error\n\n In op1a.Equals(&op3) call, that->parameter() is undefined.\n which triggers uninitialized error from gcc.\n\n Change-Id: I87f1fcba3e57adbb5a1e745a3d787c62a87fd1d3\n Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4307714\n Commit-Queue: Toon Verwaest \n Reviewed-by: Toon Verwaest \n Cr-Commit-Position: refs/heads/main@{#86267}\n\nRefs: https://github.com/v8/v8/commit/3e4952cb2a5969e42e782a66b948dc0ee88c812e\nPR-URL: https://github.com/nodejs/node/pull/47236\nReviewed-By: Jiawen Geng \nReviewed-By: Michaël Zasso ","shortMessageHtmlLink":"deps: V8: cherry-pick 3e4952cb2a59"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEPe7ubQA","startCursor":null,"endCursor":null}},"title":"Activity · Flarna/node"}