{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":105627846,"defaultBranch":"master","name":"reactos","ownerLogin":"reactos","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-10-03T08:04:52.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1056157?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1717870343.0","currentOid":""},"activityList":{"items":[{"before":"ae27ffcddcf8a68041418cdfd8362e6cbb2f32be","after":"c752e8c0bebb2753adfe8bde93ec78a56bff5b64","ref":"refs/heads/master","pushedAt":"2024-06-10T11:14:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"HBelusca","name":"Hermès BÉLUSCA - MAÏTO","path":"/HBelusca","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1969829?s=80&v=4"},"commit":{"message":"[SETUPLIB] FindSupportedSystemPartition(): Add missing NULL check\n\nAddendum to commit 59acff79e.","shortMessageHtmlLink":"[SETUPLIB] FindSupportedSystemPartition(): Add missing NULL check"}},{"before":"ca4faec8a307bbd7c8be2c23ba3c414b562139f7","after":"ae27ffcddcf8a68041418cdfd8362e6cbb2f32be","ref":"refs/heads/master","pushedAt":"2024-06-10T10:45:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"binarymaster","name":"Stanislav Motylkov","path":"/binarymaster","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/578406?s=80&v=4"},"commit":{"message":"[TRANSLATION] Improve Italian (it-IT) translation (#6820)\n\nI have edited some traslation files for the italian language, as the text\r\nlooked robotic in the way senteces were written, or in some cases it used\r\nnot-really-fitting synonymous or incorrect spelling. The edited strings\r\nare from varius areas of ReactOS. I hope this contribution makes italian\r\nlanguage less strange to native speakers.\r\n\r\n- [ACCESS] Improve Italian (it-IT) translation\r\n- [DESK] Improve Italian (it-IT) translation\r\n- [JOY] Improve Italian (it-IT) translation\r\n- [MAIN] Improve Italian (it-IT) translation\r\n- [SYSDM] Improve Italian (it-IT) translation\r\n- [TIMEDATE] Improve Italian (it-IT) translation\r\n- [ACPPAGE] Improve Italian (it-IT) translation\r\n- [DESKADP] Improve Italian (it-IT) translation\r\n- [DEVCPUX] Add Italian (it-IT) translation\r\n- [FONTEXT] Improve Italian (it-IT) translation\r\n- [ZIPFLDR] Improve Italian (it-IT) translation\r\n- [BROWSEUI] Improve Italian (it-IT) translation\r\n- [USER32] Improve Italian (it-IT) translation\r\n- [CONSRV] Improve Italian (it-IT) translation\r\n- [USERSRV] Improve Italian (it-IT) translation\r\n\r\nReviewed-by: Joachim Henze \r\nReviewed-by: Simone Mario Lombardo ","shortMessageHtmlLink":"[TRANSLATION] Improve Italian (it-IT) translation (#6820)"}},{"before":"40955b447cc225a9df1f03980f6ccaa5cfbd0573","after":"ca4faec8a307bbd7c8be2c23ba3c414b562139f7","ref":"refs/heads/master","pushedAt":"2024-06-10T09:52:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"binarymaster","name":"Stanislav Motylkov","path":"/binarymaster","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/578406?s=80&v=4"},"commit":{"message":"[EXPLORER] Update Polish (pl-PL) translation (#6685)\n\nReviewed-by: Adam Stachowicz \r\nReviewed-by: Adam Słaboń ","shortMessageHtmlLink":"[EXPLORER] Update Polish (pl-PL) translation (#6685)"}},{"before":"ecb5cae48f5289efc77a933b059831a51798d9ba","after":"40955b447cc225a9df1f03980f6ccaa5cfbd0573","ref":"refs/heads/master","pushedAt":"2024-06-09T08:57:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Doug-Lyons","name":"Doug Lyons","path":"/Doug-Lyons","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32620577?s=80&v=4"},"commit":{"message":"[RICHED20] Fix assert in editpad due to excessive tab count (#6976)\n\n* https://jira.reactos.org/browse/CORE-8452\r\n\r\n* Cherry pick this Wine commit into ReactOS:\r\nhttps://gitlab.winehq.org/wine/wine/-/commit/7b2ff977739df25252d46552d2447af50c23040e","shortMessageHtmlLink":"[RICHED20] Fix assert in editpad due to excessive tab count (#6976)"}},{"before":null,"after":"f749375a556aef78c8afc46518f835137e23ba3f","ref":"refs/heads/rfb/dd_83","pushedAt":"2024-06-08T18:12:23.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"JoachimHenze","name":"Joachim Henze","path":"/JoachimHenze","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33393466?s=80&v=4"},"commit":{"message":"[DD] Keep the network drivers infs 8.3 like on MS Windows\n\nWindows has all its network drivers inf files in 8.3.\nWe were pretty close to that too in the past.\n\nThis is an addendum to the \"diabolic\" 0.4.15-dev-52-g 019f21ee1d764dff8586acc847a299714e83977a\nwhich moved us further away from our target.\n\nThe commit on its own was a good idea actually to get the inf into the drivers directory\nand therefore simplifies adding and excluding drivers more locally (e.g. excluding works by\nadding a single hashtag within the specific drivers CMakeLists.txt now).\n\nBut that cool feature doesn't require us to move away from our target.\n\nFor the record:\nThe historic netrtpnt.inf and netisa.inf (both 8.3) have been merged to\nnetne2000.inf (not 8.3) by 0.4.15-dev-2763-g 6924b8ff3985224a2d094ce509e4b843f387ab32\nUnification of that was cool too,\nbut again: 8.3 is superior. Therefore netne.inf for that.\n\nWorst of all: Since the .inf files did contain their filename within a comment also, that means\nthe historic renaming by the mentioned commit invalidated that comment.\nnetamd.inf fixed by restoring the ancient filename before 0.4.15-dev-52-g 019f21ee1d764dff8586acc847a299714e83977a\nnetrtl.inf fixed by restoring the ancient filename before 0.4.15-dev-52-g 019f21ee1d764dff8586acc847a299714e83977a\nnetne.inf I fixed the comment manually.","shortMessageHtmlLink":"[DD] Keep the network drivers infs 8.3 like on MS Windows"}},{"before":"3f6af8b8482dfc9c20ad741c496d34667cb4a394","after":"ecb5cae48f5289efc77a933b059831a51798d9ba","ref":"refs/heads/master","pushedAt":"2024-06-08T16:45:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"whindsaks","name":"Whindmar Saksit","path":"/whindsaks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/138629473?s=80&v=4"},"commit":{"message":"[SHELL32] SetNameOf should not append old extension to folders (#6954)","shortMessageHtmlLink":"[SHELL32] SetNameOf should not append old extension to folders (#6954)"}},{"before":"7e2cd98688d3ee914279b7549142cd71a0eafff4","after":"3f6af8b8482dfc9c20ad741c496d34667cb4a394","ref":"refs/heads/master","pushedAt":"2024-06-07T23:18:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"whindsaks","name":"Whindmar Saksit","path":"/whindsaks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/138629473?s=80&v=4"},"commit":{"message":"[RAPPS] Improve existing window re-use (#5617)\n\n- Fix small race between CreateMutex and CMainWindow creating the window, and another instance getting NULL from FindWindow.\r\n- If the existing window is minimized, it should be restored.","shortMessageHtmlLink":"[RAPPS] Improve existing window re-use (#5617)"}},{"before":"6c7974d91f8769b15daf449d88fa980ec4bcf523","after":"7e2cd98688d3ee914279b7549142cd71a0eafff4","ref":"refs/heads/master","pushedAt":"2024-06-07T12:21:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"katahiromz","name":"Katayama Hirofumi MZ","path":"/katahiromz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2107452?s=80&v=4"},"commit":{"message":"[BOOTDATA][INF] Retry: Add Tahoma entry to Asian FontLink (#7001)\n\nThis is re-trial of #6985.\r\nForgot a comma and a backslash.\r\nJIRA issue: CORE-9616\r\nModify boot/bootdata/hivesft.inf.","shortMessageHtmlLink":"[BOOTDATA][INF] Retry: Add Tahoma entry to Asian FontLink (#7001)"}},{"before":"5a159ad1ccf81c062d8ad4d5d39e0da2e82f1435","after":"6c7974d91f8769b15daf449d88fa980ec4bcf523","ref":"refs/heads/master","pushedAt":"2024-06-06T22:22:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"binarymaster","name":"Stanislav Motylkov","path":"/binarymaster","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/578406?s=80&v=4"},"commit":{"message":"[GITHUB] Fix toolset version for MSVC 17.10 (#6997)\n\nMSVC 17.10 now uses 14.4x for its toolset version.\r\nGitHub just upgraded to this version as seen here:\r\n- https://github.com/actions/runner-images/releases/tag/win22%2F20240603.1\r\n\r\nUse latest toolset instead of clamping to a specific minor version.","shortMessageHtmlLink":"[GITHUB] Fix toolset version for MSVC 17.10 (#6997)"}},{"before":"7bdbfff39b759f50bd2b3ea74d4d9c381c1d661f","after":"37add765a1848cb81465edb83e64606baf114e66","ref":"refs/heads/hbelusca/setup_partitioning_new","pushedAt":"2024-06-06T21:02:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"HBelusca","name":"Hermès BÉLUSCA - MAÏTO","path":"/HBelusca","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1969829?s=80&v=4"},"commit":{"message":"** wip ** more for volumes and drive letters","shortMessageHtmlLink":"** wip ** more for volumes and drive letters"}},{"before":"851b6cfe06f38d213938f21941559088a96c95c4","after":null,"ref":"refs/heads/revert-6985-fontlink-tahoma","pushedAt":"2024-06-06T16:48:26.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"katahiromz","name":"Katayama Hirofumi MZ","path":"/katahiromz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2107452?s=80&v=4"}},{"before":"8079fa1a3d43284eed82ae78b937b9146da740dc","after":"5a159ad1ccf81c062d8ad4d5d39e0da2e82f1435","ref":"refs/heads/master","pushedAt":"2024-06-06T16:48:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"katahiromz","name":"Katayama Hirofumi MZ","path":"/katahiromz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2107452?s=80&v=4"},"commit":{"message":"Revert \"[BOOTDATA][INF] Add Tahoma entry to Asian FontLink (#6985)\" (#6996)\n\nReverts #6985\r\nJIRA issue: CORE-9616\r\nForgot a comma and a backslash.\r\nI will retry.","shortMessageHtmlLink":"Revert \"[BOOTDATA][INF] Add Tahoma entry to Asian FontLink (#6985)\" (#…"}},{"before":null,"after":"851b6cfe06f38d213938f21941559088a96c95c4","ref":"refs/heads/revert-6985-fontlink-tahoma","pushedAt":"2024-06-06T16:24:30.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"katahiromz","name":"Katayama Hirofumi MZ","path":"/katahiromz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2107452?s=80&v=4"},"commit":{"message":"Revert \"[BOOTDATA][INF] Add Tahoma entry to Asian FontLink (#6985)\"\n\nThis reverts commit 8079fa1a3d43284eed82ae78b937b9146da740dc.","shortMessageHtmlLink":"Revert \"[BOOTDATA][INF] Add Tahoma entry to Asian FontLink (#6985)\""}},{"before":"77d05dd55217553c95ae035045c9695a9abfa912","after":"8079fa1a3d43284eed82ae78b937b9146da740dc","ref":"refs/heads/master","pushedAt":"2024-06-06T15:43:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"katahiromz","name":"Katayama Hirofumi MZ","path":"/katahiromz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2107452?s=80&v=4"},"commit":{"message":"[BOOTDATA][INF] Add Tahoma entry to Asian FontLink (#6985)\n\nFollow-up to #6929.\r\nLatin accented characters will be able to\r\nbe mixed in East Asian text by FontLink\r\nframework in the future.\r\nJIRA issue: CORE-9616\r\n- Modify boot/bootdata/hivesft.inf.\r\n- Add \"tahoma.ttf,Tahoma\" entry to\r\n Asian FontLink registry values.","shortMessageHtmlLink":"[BOOTDATA][INF] Add Tahoma entry to Asian FontLink (#6985)"}},{"before":"a0617472955d3ce012166f62fcee8a0f349f60d9","after":"77d05dd55217553c95ae035045c9695a9abfa912","ref":"refs/heads/master","pushedAt":"2024-06-06T09:56:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"katahiromz","name":"Katayama Hirofumi MZ","path":"/katahiromz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2107452?s=80&v=4"},"commit":{"message":"[WALLPAPERS] Restructuring (#6967)\n\nRespect the original directory structure.\r\nJIRA issue: CORE-19617\r\n- Make Angelus, Angelus/ReactOS, and\r\n Mizu folders.\r\n- Move image files.\r\n- Add LICENSE.txt and suggestion.txt files.\r\n- Revive modules/wallpapers/Angelus/\r\n ReadMe.txt.","shortMessageHtmlLink":"[WALLPAPERS] Restructuring (#6967)"}},{"before":"673900248994d3990be5e93d6d179c06f3acac1a","after":"7bdbfff39b759f50bd2b3ea74d4d9c381c1d661f","ref":"refs/heads/hbelusca/setup_partitioning_new","pushedAt":"2024-06-05T20:45:12.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"HBelusca","name":"Hermès BÉLUSCA - MAÏTO","path":"/HBelusca","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1969829?s=80&v=4"},"commit":{"message":"** wip ** setuplib volume drive letters assignment","shortMessageHtmlLink":"** wip ** setuplib volume drive letters assignment"}},{"before":"82721de6250ab98a97947c7bf282f5f5a97cfc82","after":"a0617472955d3ce012166f62fcee8a0f349f60d9","ref":"refs/heads/master","pushedAt":"2024-06-05T18:30:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"binarymaster","name":"Stanislav Motylkov","path":"/binarymaster","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/578406?s=80&v=4"},"commit":{"message":"[TASKMGR] Fix orthographic error in Portuguese Brazilian (pt-BR) translation (#6980)","shortMessageHtmlLink":"[TASKMGR] Fix orthographic error in Portuguese Brazilian (pt-BR) tran…"}},{"before":"ee92f4b28e5ad0f443c4392932381cb61b022031","after":"82721de6250ab98a97947c7bf282f5f5a97cfc82","ref":"refs/heads/master","pushedAt":"2024-06-05T00:12:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"whindsaks","name":"Whindmar Saksit","path":"/whindsaks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/138629473?s=80&v=4"},"commit":{"message":"[SHELL32] Don't add folder verbs to non-folder RegItems (#6991)\n\nRegItems that pretend to be files should not have Folder verbs","shortMessageHtmlLink":"[SHELL32] Don't add folder verbs to non-folder RegItems (#6991)"}},{"before":"c97c1ad4c56bcd6dc21355cc9d99e96e9ba2b825","after":"ee92f4b28e5ad0f443c4392932381cb61b022031","ref":"refs/heads/master","pushedAt":"2024-06-04T20:22:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"HBelusca","name":"Hermès BÉLUSCA - MAÏTO","path":"/HBelusca","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1969829?s=80&v=4"},"commit":{"message":"[SDK:CMAKE/IDL] Fix dependency tracking in generate_idl_iids() and extra cleanup.\n\nDo the same in add_idl_reg_script() (currently unused helper) as well.\n\nThis is an addendum to commit b587e7b32, where the removal of the\nIDL_FILE_FULL variable definition, broke dependency tracking with\nthe DEPENDS option. Now we use the correct variable.\n\nThe problem was caught after doing a partial (non-clean) build after\ncommit 0d10fb814. In this commit, two new interfaces, IExecuteCommand\nand IObjectWithSelection, were added in the psdk/shobjidl.idl file\nand used elsewhere. Recompilation correctly regenerated the corresponding\nheader, psdk/shobjidl.h, but did not trigger a regeneration of the uuid\nstatic library (via the regeneration of sdk/lib/uuid/shobjidl_i.c),\ndue to broken dependency tracking on the shobjidl.idl file.\nBecause of this, the shobjidl_i.c did not contain the new GUID\ndefinitions for these new interfaces, IID_IExecuteCommand and\nIID_IObjectWithSelection, and triggered linking errors for the\ncom_apitest, actxprxy and shell32 modules:\n\n```\nerror LNK2001: unresolved external symbol _IID_IExecuteCommand\nerror LNK2001: unresolved external symbol _IID_IObjectWithSelection\nfatal error LNK1120: 2 unresolved externals\n```","shortMessageHtmlLink":"[SDK:CMAKE/IDL] Fix dependency tracking in generate_idl_iids() and ex…"}},{"before":"ad73e17418f55f6e80efa24eeb455bbc0ae0491e","after":"c97c1ad4c56bcd6dc21355cc9d99e96e9ba2b825","ref":"refs/heads/master","pushedAt":"2024-06-04T16:37:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"whindsaks","name":"Whindmar Saksit","path":"/whindsaks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/138629473?s=80&v=4"},"commit":{"message":"[SHELL32][BROWSEUI] Implement ShellBrowser Apply/Reset default folder settings (#6912)","shortMessageHtmlLink":"[SHELL32][BROWSEUI] Implement ShellBrowser Apply/Reset default folder…"}},{"before":"063997f2e07cd847c3ab6b1b5bba5fb76db79cab","after":"ad73e17418f55f6e80efa24eeb455bbc0ae0491e","ref":"refs/heads/master","pushedAt":"2024-06-04T16:19:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cbialorucki","name":"Carl J. Bialorucki","path":"/cbialorucki","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16692240?s=80&v=4"},"commit":{"message":"[USER32] Introduce user32_vista and stubplement GetDpiForWindow() (#6208)\n\nAdd user32_vista.dll to introduce new NT6+ User32 features without changing the existing User32.dll when compiled as NT5.x. Also implements a stub for GetDpiForWindow(). The GetDpiForWindow() function will be required to Wine-sync common controls to modern Wine versions.\r\n\r\nChanges:\r\nExpose GetDpiForWindow() function and USER_DEFAULT_SCREEN_DPI to appropriate versions in winuser.h\r\nIntroduce a basic user32_vista library that can be expanded as needed.","shortMessageHtmlLink":"[USER32] Introduce user32_vista and stubplement GetDpiForWindow() (#6208"}},{"before":"4f85898a87aacd0102b5aa828cd6333ac7585d75","after":"1e7b958696f76422a25594101f0f3b990c8661b7","ref":"refs/heads/dc21x4_uninit_var_read","pushedAt":"2024-06-04T14:35:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"JoachimHenze","name":"Joachim Henze","path":"/JoachimHenze","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33393466?s=80&v=4"},"commit":{"message":"a first thumbs up of disean popped up in the PR, so I do apply some first review suggestions now. I am still not sure about the remaining MiiControl = 0 assignment in the MEDIA_10T case.","shortMessageHtmlLink":"a first thumbs up of disean popped up in the PR, so I do apply some f…"}},{"before":"0d10fb814f813d987d73f642435a3e3f8492d7a5","after":"063997f2e07cd847c3ab6b1b5bba5fb76db79cab","ref":"refs/heads/master","pushedAt":"2024-06-04T13:40:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"whindsaks","name":"Whindmar Saksit","path":"/whindsaks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/138629473?s=80&v=4"},"commit":{"message":"[REGEDIT] Implement the \"Go to HKCU/HKLM\" feature (#6900)","shortMessageHtmlLink":"[REGEDIT] Implement the \"Go to HKCU/HKLM\" feature (#6900)"}},{"before":"01fbf25daba9ef578f2b57c3067bb4bd4963e450","after":"0d10fb814f813d987d73f642435a3e3f8492d7a5","ref":"refs/heads/master","pushedAt":"2024-06-04T13:38:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"whindsaks","name":"Whindmar Saksit","path":"/whindsaks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/138629473?s=80&v=4"},"commit":{"message":"[SHELL32] Implement DelegateExecute verb handler and basic IShellItemArray (#6972)","shortMessageHtmlLink":"[SHELL32] Implement DelegateExecute verb handler and basic IShellItem…"}},{"before":"1cd08eee52ca3fff7a58926ef6d74a1af2e3fe6c","after":"01fbf25daba9ef578f2b57c3067bb4bd4963e450","ref":"refs/heads/master","pushedAt":"2024-06-04T11:35:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JoachimHenze","name":"Joachim Henze","path":"/JoachimHenze","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33393466?s=80&v=4"},"commit":{"message":"[DBGHELP][NDK][RTL] *RtlComputeCrc32(): Add 'const' to 2nd parameter (#6973)\n\n\r\nand sync SAL2 annotations.\r\n\r\nIt didn't always warn in the past, our gutfeeling (we have *not* double-checked that thesis!) is that the warnings might have been triggered when 0.4.15-dev-958-g 237aa3a9c13f6e9a3104b4242972382ca7afdc11 was committed","shortMessageHtmlLink":"[DBGHELP][NDK][RTL] *RtlComputeCrc32(): Add 'const' to 2nd parameter (#…"}},{"before":"b631c5d3b1dd767dfe29ba79b36c7ebc8657ed19","after":"1cd08eee52ca3fff7a58926ef6d74a1af2e3fe6c","ref":"refs/heads/master","pushedAt":"2024-06-04T11:10:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JoachimHenze","name":"Joachim Henze","path":"/JoachimHenze","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33393466?s=80&v=4"},"commit":{"message":"[MSI] CORE-18707 hack. Allow MSI under ROS amd64 to continue when GetSystemWow64DirectoryW is called (#6887)","shortMessageHtmlLink":"[MSI] CORE-18707 hack. Allow MSI under ROS amd64 to continue when Get…"}},{"before":null,"after":"4f85898a87aacd0102b5aa828cd6333ac7585d75","ref":"refs/heads/dc21x4_uninit_var_read","pushedAt":"2024-06-03T20:30:57.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"JoachimHenze","name":"Joachim Henze","path":"/JoachimHenze","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33393466?s=80&v=4"},"commit":{"message":"[DC21X4] Fix uninitialized variable read\n\nThis is the network driver which is used for MSVPC 2007\nand according to his author Dmitry Borisov has never been tested on real HW yet.\n\nFirst and foremost: A disclaimer: I am not a driver developer, so I might not be informed about\nany driver-specific guarantees about any stack variable initialization or something the like.\nThe function is marked as CODE_SEG(\"PAGE\"). In case that plays any role.\n\nLong story short: In case no such fancy lala-land-guarantee would exist, then\nthis looks like 'uninitialized variable usage' to me at (old) line 503:\n if (MiiControl & MII_CR_SPEED_SELECTION)\n\nwith the result as far as I can read the code, that the driver might chaotically decide whether\nit will connect with 10 or 100Mbps.\n\nI will request a review of this PR from Dmitry Borisov.\n\nGCC4.7.2 build warned me about that.\nGCC8.4.0 build doesn't give a fuck, and does not warn.\nEither there is something that I don't understand yet,\nor the newer compiler is very poor at checking the code.","shortMessageHtmlLink":"[DC21X4] Fix uninitialized variable read"}},{"before":"4ad83ef09536ad67c4f6e4713ca00b0b34b699c8","after":"b631c5d3b1dd767dfe29ba79b36c7ebc8657ed19","ref":"refs/heads/master","pushedAt":"2024-06-03T17:36:04.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"TAN-Gaming","name":"Thamatip Chitpong","path":"/TAN-Gaming","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86486978?s=80&v=4"},"commit":{"message":"[WINMINE] Add EXE version info","shortMessageHtmlLink":"[WINMINE] Add EXE version info"}},{"before":"580574fba8b7dc991cf44e8da67116fa07207732","after":"4ad83ef09536ad67c4f6e4713ca00b0b34b699c8","ref":"refs/heads/master","pushedAt":"2024-06-03T16:50:52.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"oleg-dubinskiy","name":"Oleg Dubinskiy","path":"/oleg-dubinskiy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26385117?s=80&v=4"},"commit":{"message":"[WINMINE] Update Ukrainian (uk-UA) translation\nTranslate the \"Sound\" menu item to Ukrainian.","shortMessageHtmlLink":"[WINMINE] Update Ukrainian (uk-UA) translation"}},{"before":"890b9c0b93f6334ec346a9eec3453a3e3da90622","after":"580574fba8b7dc991cf44e8da67116fa07207732","ref":"refs/heads/master","pushedAt":"2024-06-03T14:57:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TAN-Gaming","name":"Thamatip Chitpong","path":"/TAN-Gaming","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86486978?s=80&v=4"},"commit":{"message":"[WINMINE] Add sound effects (#6969)\n\n- Sound is disabled by default\r\n- Use WinXP-compatible registry key and value","shortMessageHtmlLink":"[WINMINE] Add sound effects (#6969)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEYQTlFQA","startCursor":null,"endCursor":null}},"title":"Activity · reactos/reactos"}