list.winehq.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

Wine-gitlab

Thread Start a new thread
Download
Threads by month
  • ----- 2026 -----
  • March
  • February
  • January
  • ----- 2025 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
wine-gitlab@list.winehq.org

September 2025

  • 1 participants
  • 847 discussions
[PATCH v2 0/6] MR8875: ntdll: Check signal access rights and notify when waiting on inproc queue.
by Rémi Bernon 04 Sep '25

04 Sep '25
Later, a similar inproc sync as the queue will be created for user APC alerts and sent on thread init as well, saving us the need to special case those in the get_inproc_sync request and in the cache. -- v2: ntdll: Notify wineserver when waiting on inproc queue. server: Create an inproc sync for message queue signaling. win32u: Move server queue handle to ntuser_thread_info. ntdll: Introduce a helper to wait on an server-side sync object. ntdll: Check inproc sync signal rights in signal and wait. server: Move signal access checks outside of the objects. https://gitlab.winehq.org/wine/wine/-/merge_requests/8875
2 7
0 0
[PATCH v3 0/2] MR8697: combase: Don't marshal objects marked as IAgileObject in RoGetAgileReference.
by Vibhav Pant (@vibhavp) 04 Sep '25

04 Sep '25
[Chromium obtains an agile reference](https://source.chromium.org/chromium/chromium/src/+/main:device/… to WinRT activation factories with RoAgileReference. As we currently do not support marshaling WinRT objects, this fails. However, as objects marked with IAgileObject don't need to be marshaled across apartments, we can trivially implement `RoAgileReference` for such objects, as most activation factories tend to be agile. -- v3: combase: Don't marshal objects that implement IAgileObject in RoGetAgileReference. https://gitlab.winehq.org/wine/wine/-/merge_requests/8697
4 5
0 0
[PATCH v3 0/4] MR8895: wintypes: Implement a generic IMap<HSTRING, IInspectable>.
by Vibhav Pant (@vibhavp) 04 Sep '25

04 Sep '25
-- v3: wintypes: Implement a generic IMap<HSTRING, IInspectable>. wintypes/tests: Add tests for IMapView. wintypes: Introduce a generic IMap stub implementation. https://gitlab.winehq.org/wine/wine/-/merge_requests/8895
3 6
0 0
[PATCH 0/1] MR8904: winewayland: Fix GDI object leak.
by Alexandros Frantzis (@afrantzis) 04 Sep '25

04 Sep '25
Co-authored-by: mata <sutupud(a)yahoo.com> Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58503 -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8904
2 1
0 0
[PATCH v4 0/1] MR8894: crypt32: Accept PKCS12_ALWAYS_CNG_KSP flag and fall back to standard import.
by Christian Tinauer (@christiantinauer) 04 Sep '25

04 Sep '25
Some applications (including .NET Core) specify the PKCS12_ALWAYS_CNG_KSP flag when calling PFXImportCertStore. According to Microsoft's documentation, this flag indicates that the CNG key storage provider should always be used, but if it is not available the import will not fail. Wine does not implement a CNG KSP, so instead of failing we simply ignore the flag and continue with the existing import path. A FIXME trace is printed for visibility. Notably, .NET Core automatically adds PKCS12_ALWAYS_CNG_KSP when the ephemeral key storage flag (X509KeyStorageFlags.EphemeralKeySet) is used. Without support for this flag, certificate import fails in ASP.NET Core applications using Kestrel with ephemeral server certificates. This improves compatibility with .NET and other applications expecting this flag to be accepted without error. -- v4: crypt32: Accept PKCS12_ALWAYS_CNG_KSP flag and fall back to standard import. https://gitlab.winehq.org/wine/wine/-/merge_requests/8894
3 3
0 0
[PATCH 0/1] MR8903: vccorlib: Fix out of bounds access in debug helper (Coverity).
by Nikolay Sivov (@nsivov) 04 Sep '25

04 Sep '25
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8903
2 1
0 0
[PATCH v2 0/1] MR8902: loader: Make thread_ldt reference position independent
by Alfred Agrell (@Alcaro) 04 Sep '25

04 Sep '25
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58666 -- v2: loader: Make thread_ldt reference position independent https://gitlab.winehq.org/wine/wine/-/merge_requests/8902
2 1
0 0
[PATCH 0/1] MR8902: loader: Make thread_ldt reference position independent
by Alfred Agrell (@Alcaro) 04 Sep '25

04 Sep '25
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58666 -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8902
3 2
0 0
[PATCH v2 0/5] MR8901: winevulkan: Simplify struct conversion and struct extension enumerations.
by Rémi Bernon 04 Sep '25

04 Sep '25
-- v2: winevulkan: Avoid converting unexposed extensions structs. winevulkan: Enumerate struct extensions with the registry structs. winevulkan: Build the struct extension list lazily. winevulkan: Simplify struct conversion enumeration. winevulkan: Order the win32 structs as other structs. https://gitlab.winehq.org/wine/wine/-/merge_requests/8901
1 6
0 0
[PATCH 0/6] MR8901: winevulkan: Simplify struct conversion and struct extension enumerations.
by Rémi Bernon 04 Sep '25

04 Sep '25
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/8901
1 8
0 0
  • ← Newer
  • 1
  • ...
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • ...
  • 85
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.