Alexandre Julliard pushed to branch master at wine / wine
Commits:
e3789628 by Paul Gofman at 2024-09-24T23:23:33+02:00
ntdll/tests: Add more tests for process instrumentation callback.
- - - - -
390d2d21 by Paul Gofman at 2024-09-24T23:23:33+02:00
ntdll: Call instrumentation callback from wine_syscall_dispatcher on x64.
- - - - -
15bf582a by Paul Gofman at 2024-09-24T23:23:33+02:00
ntdll: Call instrumentation callback for KiUserExceptionDispatcher on x64.
- - - - -
d06d0580 by Paul Gofman at 2024-09-24T23:23:33+02:00
ntdll: Call instrumentation callback for LdrInitializeThunk on x64.
- - - - -
73de94bb by Paul Gofman at 2024-09-24T23:23:33+02:00
ntdll: Call instrumentation callback for KiUserModeCallback on x64.
- - - - -
20c8c555 by Paul Gofman at 2024-09-24T23:23:33+02:00
ntdll: Support old parameter layout for NtSetInformationProcess( ProcessInstrumentationCallback ).
- - - - -
10 changed files:
- dlls/ntdll/tests/exception.c
- dlls/ntdll/tests/info.c
- dlls/ntdll/unix/process.c
- dlls/ntdll/unix/signal_arm.c
- dlls/ntdll/unix/signal_arm64.c
- dlls/ntdll/unix/signal_i386.c
- dlls/ntdll/unix/signal_x86_64.c
- dlls/ntdll/unix/unix_private.h
- dlls/wow64/process.c
- dlls/wow64/struct32.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/068c750ab722b680eb805154831b1…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/068c750ab722b680eb805154831b1…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
86a2db61 by Anton Baskanov at 2024-09-24T23:23:33+02:00
dplayx/tests: Test client-side of Open() separately.
- - - - -
bbc99653 by Anton Baskanov at 2024-09-24T23:23:33+02:00
dplayx: Check session desc size first in DP_SecureOpen().
- - - - -
46a0ccc5 by Anton Baskanov at 2024-09-24T23:23:33+02:00
dplayx: Return DPERR_NOSESSIONS from DP_SecureOpen() when there are no sessions.
- - - - -
8f12801f by Anton Baskanov at 2024-09-24T23:23:33+02:00
dpwsockx: Store name server address in Open().
- - - - -
ca15ccf5 by Anton Baskanov at 2024-09-24T23:23:33+02:00
dpwsockx: Start listening for incoming TCP connections in Open().
- - - - -
4 changed files:
- dlls/dplayx/dplay.c
- dlls/dplayx/tests/dplayx.c
- dlls/dpwsockx/dpwsockx_dll.h
- dlls/dpwsockx/dpwsockx_main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/82b0fdfd099c5df575ae354b1e34b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/82b0fdfd099c5df575ae354b1e34b…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
695a062e by Rémi Bernon at 2024-09-24T23:23:33+02:00
win32u: Notify drivers of the child surfaces state when their ancestor moves.
Since changes in a parent window state may affect the children state
in the driver, ensure the driver gets a chance to update its internal
state.
- - - - -
fc2ac7cd by Rémi Bernon at 2024-09-24T23:23:33+02:00
winewayland: Use window DPI for the OpenGL client surface size.
- - - - -
eb5b47fe by Rémi Bernon at 2024-09-24T23:23:33+02:00
winewayland: Call ensure_window_surface_contents with the toplevel window.
- - - - -
c82170ec by Rémi Bernon at 2024-09-24T23:23:33+02:00
winewayland: Keep the toplevel hwnd on the wayland_client_surface.
- - - - -
6b90fa8a by Rémi Bernon at 2024-09-24T23:23:33+02:00
winewayland: Update the client separately from the window surface updates.
- - - - -
76789eaa by Rémi Bernon at 2024-09-24T23:23:33+02:00
winewayland: Split wayland_win_data_update_wayland_surface helper.
- - - - -
fcaa7778 by Rémi Bernon at 2024-09-24T23:23:33+02:00
winewayland: Pass the client surface rect to wayland_surface_reconfigure_client.
- - - - -
f0a0fa8d by Rémi Bernon at 2024-09-24T23:23:33+02:00
winewayland: Attach client client surfaces to their toplevel surface.
- - - - -
82b0fdfd by Rémi Bernon at 2024-09-24T23:23:33+02:00
winewayland: Let the render threads commit changes to client surfaces.
- - - - -
6 changed files:
- dlls/win32u/window.c
- dlls/winewayland.drv/opengl.c
- dlls/winewayland.drv/vulkan.c
- dlls/winewayland.drv/wayland_surface.c
- dlls/winewayland.drv/waylanddrv.h
- dlls/winewayland.drv/window.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/77be3076b8266d809dbcc3938da2d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/77be3076b8266d809dbcc3938da2d…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
77be3076 by Billy Laws at 2024-09-24T23:23:30+02:00
ntdll: Match the new ARM64 KiUserExceptionDispatcher stack layout.
This is used starting from around build 27686.
- - - - -
5 changed files:
- dlls/ntdll/signal_arm64.c
- dlls/ntdll/signal_arm64ec.c
- dlls/ntdll/signal_x86_64.c
- dlls/ntdll/tests/exception.c
- dlls/ntdll/unix/signal_arm64.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/77be3076b8266d809dbcc3938da2d7…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/77be3076b8266d809dbcc3938da2d7…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
99814735 by Owen Rudge at 2024-09-24T11:09:01+02:00
odbc32: Wrap dlerror in debugstr_a to avoid potential buffer overflow.
- - - - -
02f5fecb by Owen Rudge at 2024-09-24T11:09:03+02:00
odbc32: Return SQL_NO_DATA from SQLGetDiagRec if no active connection.
- - - - -
3 changed files:
- dlls/odbc32/proxyodbc.c
- dlls/odbc32/tests/odbc32.c
- dlls/odbc32/unixlib.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b6196159becb194a56434061fe3bb…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b6196159becb194a56434061fe3bb…
You're receiving this email because of your account on gitlab.winehq.org.
Elizabeth Figura pushed to branch master at wine / wine-staging
Commits:
3dfacea3 by Elizabeth Figura at 2024-09-24T11:33:47-05:00
Rebase against b6196159becb194a56434061fe3bba239863b783.
- - - - -
5 changed files:
- − patches/d3dx9_36-BumpLuminance/0002-d3dx9_36-Add-format-description-for-X8L8V8U8-for-for.patch
- − patches/d3dx9_36-BumpLuminance/definition
- patches/ntdll-HashLinks/0001-ntdll-Implement-HashLinks-field-in-LDR-module-data.patch
- patches/ntdll-RtlQueryPackageIdentity/0003-ntdll-tests-Add-basic-tests-for-RtlQueryPackageIdent.patch
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/3dfacea342c956ca8e2b2b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/3dfacea342c956ca8e2b2b…
You're receiving this email because of your account on gitlab.winehq.org.